|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
jcreek.cke | |
jcreek.cke.document | |
jcreek.gui.conceptmap | |
jcreek.representation |
Uses of Context in jcreek.cke |
Methods in jcreek.cke that return Context | |
Context[] |
CreekDocumentGroup.getContexts()
|
Uses of Context in jcreek.cke.document |
Subinterfaces of Context in jcreek.cke.document | |
interface |
CreekDocument
This defines the interface for which all document classes will implement. |
Classes in jcreek.cke.document that implement Context | |
class |
SerializeGraphDocument
Implements the CreekDocument interface for the serialize file format with the graph model. |
Uses of Context in jcreek.gui.conceptmap |
Classes in jcreek.gui.conceptmap that implement Context | |
class |
ConceptMapModel
This is and extention of the Graph class that serves as a model (in the model-view-controller paradigm) for the ConceptMapView. |
Uses of Context in jcreek.representation |
Methods in jcreek.representation that return Context | |
Context[] |
LocalKnowledgeModel.getContexts()
Returns an array of all registered contexts. |
Context[] |
LocalKnowledgeModel.getContexts(java.lang.Class c)
Returns all context object registrered with the KnowledgeModel that is of the Class given as a parameter to the method. |
Context[] |
KnowledgeModel.getContexts()
Returns an array of all registered contexts. |
Context[] |
KnowledgeModel.getContexts(java.lang.Class c)
Returns all context object registrered with the KnowledgeModel that is of the Class given as a parameter to the method. |
Methods in jcreek.representation with parameters of type Context | |
void |
LocalKnowledgeModel.addContext(Context c)
Registers a context with the KnowledgeModel. |
void |
LocalKnowledgeModel.removeContext(Context c)
Removes the given context from this KnowledgeModel. |
boolean |
LocalKnowledgeModel.hasContext(Context c)
Returns true if the give context is registred with the KnowledgeModel. |
void |
KnowledgeModel.addContext(Context c)
Registers a context with the KnowledgeModel. |
void |
KnowledgeModel.removeContext(Context c)
Removes the given context from this KnowledgeModel. |
boolean |
KnowledgeModel.hasContext(Context c)
Returns true if the give context is registred with the KnowledgeModel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |