Uses of Interface
jcreek.cke.document.CreekDocument

Packages that use CreekDocument
jcreek.cke   
jcreek.cke.browser   
jcreek.cke.command   
jcreek.cke.document   
jcreek.cke.tool   
jcreek.cke.visualizer   
 

Uses of CreekDocument in jcreek.cke
 

Methods in jcreek.cke that return CreekDocument
 CreekDocument CreekDocumentGroup.getCurrentDocument()
          Returns the reference to the current document in the group.
 CreekDocument CreekDocumentGroup.getDocument(int index)
          Returns the reference to the requested document in the group.
 CreekDocument CreekDocumentGroup.getDocument(ConceptView view)
          Retrieve the document object associated with the given view.
 CreekDocument[] CreekDocumentGroup.getDocuments()
          Returns an array of the current documents in the group.
 

Methods in jcreek.cke with parameters of type CreekDocument
protected  void CreekDocumentGroup.addDocument(CreekDocument doc)
          Add the given Creek document object to group and set it as the current document.
 boolean CreekDocumentGroup.deleteContext(CreekDocument selDoc)
           
protected  void CreekDocumentGroup.fireDirtyChange(CreekDocument doc)
          Let all the property change listeners know that the current document has become dirty or become clean.
protected  void CreekDocumentGroup.fireDocChange(CreekDocument oldDoc, CreekDocument newDoc)
          Let all the property change listeners know that the current document has been switched with another document, making that other document the new current document.
protected  void CreekDocumentGroup.fireDocRemoved(CreekDocument oldDoc)
          Let all the property change listeners know that the current document has been switched with another document, making that other document the new current document.
protected  void CreekDocumentGroup.fireDocAdded(CreekDocument oldDoc)
           
protected  void CreekDocumentGroup.fireSelectionChange(CreekDocument oldDoc)
          Let all the property change listeners know that the current knowledge model has been opened
 void CreekDocumentGroup.markDocumentDirty(CreekDocument doc)
          Sends out notification to any listeners if this document is the current document.
 void CreekDocumentGroup.markSelection(CreekDocument doc)
          Sends out notification to any listeners if this document is the current document.
 boolean CreekDocumentGroup.openDocument(ConceptView view, CreekDocument doc)
          Add the given Document as a Creek document, creating the needed UI and the document object.
 boolean CreekDocumentGroup.isActive(CreekDocument doc)
           
protected  void CreekDocumentGroup.removeDocument(CreekDocument doc)
          Remove the Creek document from the document group.
 void CreekDocumentGroup.setCurrentDocument(CreekDocument newDoc)
          Sets the given document to be the current one.
 

Uses of CreekDocument in jcreek.cke.browser
 

Methods in jcreek.cke.browser that return CreekDocument
protected  CreekDocument Visualizer.getDocument(javax.swing.JInternalFrame fr)
          Retrieves the document attached to the given frame.
 CreekDocument[] Visualizer.getDocuments()
          Retrieves all the open documents attached to this main window.
 CreekDocument Visualizer.getSelContext()
           
 

Methods in jcreek.cke.browser with parameters of type CreekDocument
 javax.swing.JInternalFrame Visualizer.getWin(CreekDocument doc)
          Retrieves the InternalFrame attached to the given document.
 void Visualizer.activateWin(CreekDocument doc)
           
 void UndoHandler.reattachEdits(CreekDocument oldDoc, CreekDocument newDoc)
          Tell the edits associated with the old document that they should reattach themselves to the new document.
 void UndoHandler.removeEdits(CreekDocument doc)
          Trim the edits associated with the given document.
 void CreekUndoManager.reattachEdits(CreekDocument oldDoc, CreekDocument newDoc)
          Tell the edits associated with the old document that they should reattach themselves to the new document.
 void CreekUndoManager.trimEdits(CreekDocument doc)
          Removes all edits associated with the given document.
 

Uses of CreekDocument in jcreek.cke.command
 

Fields in jcreek.cke.command declared as CreekDocument
protected  CreekDocument CreekCommand.document
          The document this command is associated with.
 

Methods in jcreek.cke.command that return CreekDocument
 CreekDocument CreekCommand.getDocument()
          Returns the document this command was performed on.
 CreekDocument CreekAction.getDocument()
          Returns the current creek document, if any.
 

Methods in jcreek.cke.command with parameters of type CreekDocument
 void PrintPreviewAction.attemptPreview(CreekDocument doc)
           
 void CreekCommand.setDocument(CreekDocument doc)
          Our document has been changed on us.
 

Constructors in jcreek.cke.command with parameters of type CreekDocument
ZoomCommand(CreekDocument doc, double newScale)
           
SubModelCommand(CreekDocument doc, Entity ed, Entity[] cd)
           
PasteCommand(CreekDocument doc, VertexList ve, RelationList rl, java.awt.Point loc)
           
OverviewCommand(CreekDocument doc)
           
NewRelationCommand(CreekDocument doc, RelationType rcd, VisualEntity head, VisualEntity tail)
           
NewEntityCommand(CreekDocument doc, java.awt.Point loc)
           
EntityMoveCommand(CreekDocument doc, VertexList nl, int dx, int dy)
          Constructor for this command.
DeleteRelationCommand(CreekDocument doc, RelationList vr)
           
DeleteEntityCommand(CreekDocument doc, VertexList ve)
           
DeactivateRelationCommand(CreekDocument doc, VisualRelation vr)
           
DeActivateEntityCommand(CreekDocument doc, VertexList ve)
           
CutCommand(CreekDocument doc, VertexList ve)
           
CreekCommand(CreekDocument doc)
          Creates a new CreekCommand object associated with the given document object.
ChangeRelationCommand(CreekDocument doc, Relation oldRelation, Relation newRelation)
           
ActivateRelationCommand(CreekDocument doc, VisualRelation vr)
           
ActivateEntityCommand(CreekDocument doc, VisualEntity ve)
          Constructor for this command.
 

Uses of CreekDocument in jcreek.cke.document
 

Classes in jcreek.cke.document that implement CreekDocument
 class SerializeGraphDocument
          Implements the CreekDocument interface for the serialize file format with the graph model.
 

Uses of CreekDocument in jcreek.cke.tool
 

Fields in jcreek.cke.tool declared as CreekDocument
protected  CreekDocument ZoomTool.document
          Document this mediator is associated with.
protected  CreekDocument MoveTool.document
          Document this mediator is associated with.
protected  CreekDocument BuildTool.document
          Document this mediator is associated with.
 

Uses of CreekDocument in jcreek.cke.visualizer
 

Fields in jcreek.cke.visualizer declared as CreekDocument
protected  CreekDocument TreeView.selDoc
           
protected  CreekDocument SubModelDialog.doc
           
 

Methods in jcreek.cke.visualizer that return CreekDocument
 CreekDocument TreeView.getSelDoc()
           
 CreekDocument[] SaveDialog.getSelectedDocuments()
           
 CreekDocument[] SaveDialog.getNonSelectedDocuments()
           
 



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