Uses of Class
org.problets.lib.conceptmap.student.StudentActionLog

Packages that use StudentActionLog
org.problets.lib.conceptmap.view   
org.problets.lib.conceptmap.view.collapsible   
org.problets.lib.conceptmap.view.navigable   
org.problets.lib.conceptmap.view.userbuilt   
 

Uses of StudentActionLog in org.problets.lib.conceptmap.view
 

Constructors in org.problets.lib.conceptmap.view with parameters of type StudentActionLog
ForestView(ForestModel inForestModel, StudentActionLog inForestStudent)
          Creates the forest view using the forest model and the type of the forest as argument.
 

Uses of StudentActionLog in org.problets.lib.conceptmap.view.collapsible
 

Constructors in org.problets.lib.conceptmap.view.collapsible with parameters of type StudentActionLog
CollapsibleForestView(ForestModel inForestModel, StudentActionLog inForestStudent)
          Creates a CollapsibleForestView object using the forest model as argument.
 

Uses of StudentActionLog in org.problets.lib.conceptmap.view.navigable
 

Constructors in org.problets.lib.conceptmap.view.navigable with parameters of type StudentActionLog
NavigableForestView(ForestModel inForestModel, StudentActionLog inForestStudent)
          Creates a NavigableForestView object using the forest model as argument.
 

Uses of StudentActionLog in org.problets.lib.conceptmap.view.userbuilt
 

Constructors in org.problets.lib.conceptmap.view.userbuilt with parameters of type StudentActionLog
UserBuiltForestView(java.awt.event.ActionListener inRoot, ForestModel inActualForestModel, UserBuiltForestModel studentForestModel, StudentActionLog inForestStudent)
          Creates a UserBuiltForestView object using an inorrect forest model (which the user is supposed to change) and the correct tree (used for feedback) as arguments.