Uses of Interface
jcreek.cke.conceptview.ConceptView

Packages that use ConceptView
jcreek.cke   
jcreek.cke.browser   
jcreek.cke.command   
jcreek.cke.conceptview   
jcreek.cke.document   
jcreek.cke.tool   
jcreek.cke.visualizer   
 

Uses of ConceptView in jcreek.cke
 

Methods in jcreek.cke with parameters of type ConceptView
 CreekDocument CreekDocumentGroup.getDocument(ConceptView view)
          Retrieve the document object associated with the given view.
 boolean CreekDocumentGroup.newDocument(ConceptView view)
          Creates a new document object, as well as the needed UI and adds it to the group.
 boolean CreekDocumentGroup.openDocument(ConceptView view, CreekDocument doc)
          Add the given Document as a Creek document, creating the needed UI and the document object.
 

Uses of ConceptView in jcreek.cke.browser
 

Methods in jcreek.cke.browser that return ConceptView
 ConceptView Visualizer.newWindow(java.lang.String title)
          Create a new internal window and set its title to the passed argument.
 

Uses of ConceptView in jcreek.cke.command
 

Methods in jcreek.cke.command that return ConceptView
 ConceptView CreekAction.getView()
          Returns the current concept view, if any.
 

Uses of ConceptView in jcreek.cke.conceptview
 

Classes in jcreek.cke.conceptview that implement ConceptView
 class DrawingSurface
          Title: Description: Copyright: Copyright (c) 2002 Company:
 

Uses of ConceptView in jcreek.cke.document
 

Fields in jcreek.cke.document declared as ConceptView
protected  ConceptView SerializeGraphDocument.view
          Our view.
 

Methods in jcreek.cke.document that return ConceptView
 ConceptView SerializeGraphDocument.getView()
          Returns the reference to the object acting as the view for this document.
 ConceptView CreekDocument.getView()
          Returns the reference to the object acting as the view for this document.
 

Methods in jcreek.cke.document with parameters of type ConceptView
 void SerializeGraphDocument.setView(ConceptView view)
          Sets the view this document is associated with.
 void CreekDocument.setView(ConceptView view)
          Sets the view this document is associated with.
 

Uses of ConceptView in jcreek.cke.tool
 

Fields in jcreek.cke.tool declared as ConceptView
protected  ConceptView ZoomTool.view
          View that we're associated with.
protected  ConceptView ZoomProperty.view
           
protected  ConceptView MoveTool.view
          View that we're associated with.
protected  ConceptView MoveProperty.view
           
protected  ConceptView BuildTool.view
          View that we're associated with.
protected  ConceptView BuildProperty.view
           
 

Methods in jcreek.cke.tool with parameters of type ConceptView
 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 ConceptView in jcreek.cke.visualizer
 

Fields in jcreek.cke.visualizer declared as ConceptView
protected  ConceptView DragTool.view
          View that we're associated with.
 

Methods in jcreek.cke.visualizer that return ConceptView
 ConceptView MultiInternalFrame.getConceptView()
          Get the Concept view which represents the internal frame
 

Methods in jcreek.cke.visualizer with parameters of type ConceptView
 void MultiInternalFrame.setConceptView(ConceptView newInternalDrawingView)
          Set the Concept view which represents the internal frame
 void DragTool.attach(ConceptView view)
           
 



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