Uses of Interface
jcreek.gui.conceptmap.ConceptMapController

Packages that use ConceptMapController
jcreek.gui.conceptmap   
 

Uses of ConceptMapController in jcreek.gui.conceptmap
 

Classes in jcreek.gui.conceptmap that implement ConceptMapController
 class DefaultConceptMapController
           
 

Fields in jcreek.gui.conceptmap declared as ConceptMapController
protected  ConceptMapController ConceptMapView.conceptMapController
           
 

Methods in jcreek.gui.conceptmap that return ConceptMapController
 ConceptMapController ConceptMapView.getController()
          Returns the controller (ConceptMapController object) for this ConceptMap.
 

Methods in jcreek.gui.conceptmap with parameters of type ConceptMapController
 void ConceptMapView.setController(ConceptMapController controller)
          Sets the controlle (ConceptMapController object) for this ConceptMap.
 

Constructors in jcreek.gui.conceptmap with parameters of type ConceptMapController
EntityList(ConceptMapController controller, Entity[] entities)
          Creates a new EntityList of the supplied list of entities using the drawing configurations of the supplied ConceptMapController.
EntityList(ConceptMapController controller, javax.swing.ListModel model)
          Creates a new EntityList using from the supplied ListModel using the drawing configurations of the supplied ConceptMapController.
ConceptMapView(ConceptMapModel model, ConceptMapController configuration)
          Creates a new ConceptMap using the supplied ConceptMapModel as the model of this view.
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group