|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreekModel | |
jcreek.cke.command | |
jcreek.cke.conceptview | |
jcreek.cke.document | |
jcreek.cke.graph | |
jcreek.cke.tool | |
jcreek.cke.visualizer |
Uses of CreekModel in jcreek.cke.command |
Methods in jcreek.cke.command that return CreekModel | |
CreekModel |
CreekAction.getModel()
Returns the current creek model, if any. |
Uses of CreekModel in jcreek.cke.conceptview |
Fields in jcreek.cke.conceptview declared as CreekModel | |
protected CreekModel |
DrawingSurface.model
|
Methods in jcreek.cke.conceptview with parameters of type CreekModel | |
void |
DrawingSurface.attach(CreekModel model)
We're being attached to a document for the first time. |
void |
ConceptView.attach(CreekModel model)
We're being attached to a document for the first time. |
Uses of CreekModel in jcreek.cke.document |
Methods in jcreek.cke.document that return CreekModel | |
CreekModel |
SerializeGraphDocument.getModel()
Returns the reference to the object acting as the model for this document. |
CreekModel |
CreekDocument.getModel()
Returns the reference to the object acting as the model for this document. |
Uses of CreekModel in jcreek.cke.graph |
Classes in jcreek.cke.graph that implement CreekModel | |
class |
GraphModel
|
Uses of CreekModel in jcreek.cke.tool |
Fields in jcreek.cke.tool declared as CreekModel | |
protected CreekModel |
ZoomTool.model
Model that we're associated with. |
protected CreekModel |
ZoomProperty.model
|
protected CreekModel |
MoveTool.model
Model that we're associated with. |
protected CreekModel |
BuildTool.model
Model that we're associated with. |
protected CreekModel |
BuildProperty.model
|
Methods in jcreek.cke.tool with parameters of type CreekModel | |
void |
ZoomTool.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame win)
|
void |
ZoomProperty.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame propWin)
|
void |
PropertyWindow.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame propWin)
|
void |
MoveTool.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame win)
Attach to the given model and view objects. |
void |
MoveProperty.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame propWin)
|
void |
CreekTool.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame win)
Attach to the given model and view objects. |
void |
BuildTool.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame win)
|
void |
BuildProperty.attach(CreekModel model,
ConceptView view,
javax.swing.JInternalFrame propWin)
|
Uses of CreekModel in jcreek.cke.visualizer |
Fields in jcreek.cke.visualizer declared as CreekModel | |
protected CreekModel |
SubModelDialog.model
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |