|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConceptMapModel | |
jcreek.gui.conceptmap |
Uses of ConceptMapModel in jcreek.gui.conceptmap |
Fields in jcreek.gui.conceptmap declared as ConceptMapModel | |
protected ConceptMapModel |
ConceptMapView.concepMapModel
|
Methods in jcreek.gui.conceptmap that return ConceptMapModel | |
ConceptMapModel |
ConceptMapView.getModel()
Returns the model (ConceptMapModel object) this ConceptMap is a display of. |
Methods in jcreek.gui.conceptmap with parameters of type ConceptMapModel | |
void |
EntityList.setConceptMapModel(ConceptMapModel model)
|
Constructors in jcreek.gui.conceptmap with parameters of type ConceptMapModel | |
ConceptMapView(ConceptMapModel model,
ConceptMapController configuration)
Creates a new ConceptMap using the supplied ConceptMapModel as the model of this view. |
|
ConceptMapView(ConceptMapModel model)
Creates a new ConceptMap using the supplied ConceptMapmodel as the model and the default ConceptMapController as the configuration. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |