|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GraphController | |
| com.tensegrity.graph.controller | Graph Controller specification. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.swing.document | This package contains all of the current document implementations for use in a swing-based environment. |
| com.tensegrity.gui.swing.graph |
The graph package contains the two panels required for the SwingGraphDocument,
a NavigatorPanel and several components for the inplace editing supported by the
SwingGraphPanel.
|
| com.tensegrity.gui.swt.document | |
| com.tensegrity.gui.swt.graph | |
| com.tensegrity.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| com.tensegrity.skeleton.swt.commands | |
| Uses of GraphController in com.tensegrity.graph.controller |
| Methods in com.tensegrity.graph.controller that return GraphController | |
abstract GraphController |
GraphControllerFactory.newClientServerGraphController(Graph graph)
This method returns a new Client/Server- GraphController |
abstract GraphController |
GraphControllerFactory.newModelBasedGraphController(Graph graph)
This method returns a new Model-Based- GraphController |
| Uses of GraphController in com.tensegrity.graph.view |
| Methods in com.tensegrity.graph.view that return GraphController | |
GraphController |
VisualGraphView.getGraphController()
Returns the primary GraphController of this visualgraphview. |
| Methods in com.tensegrity.graph.view with parameters of type GraphController | |
VisualGraphView |
VisualGraphView.deepCopy(GraphController controller)
Makes a deep copy of the VisualGraph and registers the
copy with the given GraphController. |
VisualGraphView |
VisualGraphView.deepCopyWithoutNodesAndEdges(GraphController controller)
Makes a deep copy of the VisualGraph and registers the copy with the
given controller. |
abstract VisualGraphView |
GraphViewFactory.newVisualGraphView(GraphController graphcontroller)
Constructs a returns a new VisualGraphView object. |
abstract VisualGraphView |
GraphViewFactory.newVisualGraphView(GraphController graphcontroller,
java.lang.String nodeGeometry,
java.lang.String nodeStyle,
java.lang.String edgeStyle)
Constructs a returns a new VisualGraphView object. |
| Uses of GraphController in com.tensegrity.gui.graphdocument |
| Methods in com.tensegrity.gui.graphdocument that return GraphController | |
GraphController |
GraphPanel.getGraphController()
Returns a GraphController. |
| Methods in com.tensegrity.gui.graphdocument with parameters of type GraphController | |
abstract GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext dragcontext)
This method returns a new graphdocument. |
abstract GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
This method returns a new graphdocument. |
GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext dragcontext)
Deprecated. Use DocumentFactory.newGraphDocument(String, ApplicationFrame, GraphController, VisualGraphView, DragContext) instead! |
abstract GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext dragcontext)
This method returns a new graphdocument. |
GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
VisualGraphView visualgraphview)
Deprecated. Use DocumentFactory.newGraphDocument(String, ApplicationFrame, GraphController, VisualGraphView) instead! |
abstract GraphDocument |
DocumentFactory.newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview)
This method returns a new graphdocument. |
void |
GraphPanel.setGraphController(GraphController graphcontroller,
VisualGraphView visualgraphview)
Sets a visualgraph to display along with a controller. |
void |
GraphDocument.setVisualGraphView(VisualGraphView visualgraphview,
GraphController graphcontroller)
Sets the VisualGraphView to be shown in the this
GraphDocument. |
| Uses of GraphController in com.tensegrity.gui.swing.document |
| Methods in com.tensegrity.gui.swing.document with parameters of type GraphController | |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
|
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
|
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
|
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview)
|
void |
SwingGraphDocument.setVisualGraphView(VisualGraphView visualgraphview,
GraphController graphcontroller)
|
| Constructors in com.tensegrity.gui.swing.document with parameters of type GraphController | |
SwingGraphDocument(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
VisualGraphView visualgraphview)
Deprecated. Use SwingGraphDocument.SwingGraphDocument(String, ApplicationFrame, GraphController, VisualGraphView) instead! |
|
SwingGraphDocument(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
Deprecated. Use SwingGraphDocument.SwingGraphDocument(String, ApplicationFrame, GraphController, VisualGraphView, DragContext) instead! |
|
SwingGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview)
Constructor for GraphDocument. |
|
SwingGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
Constructor for GraphDocument. |
|
SwingGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
Constructor for GraphDocument specifying a name, the GraphApplication and the graph controller and
VisualGraphView to use. |
|
SwingGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
Constructor for GraphDocument. |
|
SwingTemplateDocument(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
Creates the SwingTemplateDocument based on the given
name. |
|
| Uses of GraphController in com.tensegrity.gui.swing.graph |
| Methods in com.tensegrity.gui.swing.graph that return GraphController | |
GraphController |
SwingGraphPanel.getGraphController()
Returns the GraphController
that is currently shown in this component. |
| Methods in com.tensegrity.gui.swing.graph with parameters of type GraphController | |
void |
SwingGraphPanel.setGraphController(GraphController graphcontroller,
VisualGraphView visualgraphview)
Sets a VisualGraph to display along
with a controller.
|
| Uses of GraphController in com.tensegrity.gui.swt.document |
| Methods in com.tensegrity.gui.swt.document with parameters of type GraphController | |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
Note that this implementation assumes that the passsed
is also an
implementation. |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview)
|
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
Note that this implementation assumes that the passsed
is also an
implementation. |
GraphDocument |
DocumentFactoryImpl.newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
|
void |
SwtGraphDocument.setVisualGraphView(VisualGraphView visualgraphview,
GraphController graphcontroller)
|
| Constructors in com.tensegrity.gui.swt.document with parameters of type GraphController | |
SwtGraphDocument(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
org.eclipse.swt.widgets.Composite parentContainer,
VisualGraphView visualgraphview)
Deprecated. Use SwtGraphDocument.SwtGraphDocument(String, ApplicationFrame, GraphController, Composite, VisualGraphView) instead! |
|
SwtGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
org.eclipse.swt.widgets.Composite parentContainer,
VisualGraphView visualgraphview)
Constructor for SwtGraphDocuments. |
|
SwtGraphDocument(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
org.eclipse.swt.widgets.Composite parentContainer,
VisualGraphView visualgraphview,
DragContext dragContext)
Deprecated. Use #SwtGraphDocument(String, ApplicationFrame, GraphApplication, GraphController, Composite, VisualGraphView, DragContext) instead! |
|
SwtGraphDocument(java.lang.String name,
ApplicationFrame applicationFrame,
GraphController graphcontroller,
org.eclipse.swt.widgets.Composite parentContainer,
VisualGraphView visualgraphview,
DragContext dragContext)
Constructor for SwtGraphDocuments. |
|
| Uses of GraphController in com.tensegrity.gui.swt.graph |
| Methods in com.tensegrity.gui.swt.graph that return GraphController | |
GraphController |
SwtGraphPanel.getGraphController()
|
| Methods in com.tensegrity.gui.swt.graph with parameters of type GraphController | |
void |
SwtGraphPanel.setGraphController(GraphController graphcontroller,
VisualGraphView vgv)
|
| Uses of GraphController in com.tensegrity.skeleton.commands |
| Methods in com.tensegrity.skeleton.commands with parameters of type GraphController | |
protected GraphDocument |
CloneDocumentCommand.newDocument(java.lang.String name,
GraphController controller,
VisualGraphView visualgraphview)
This methods adds a new document to the tabbed pane. |
protected GraphDocument |
DocumentCommand.newGraphDocumentFromFactory(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
VisualGraphView visualgraphview)
This method invokes the newGraphDocument method in the document factory and can be overridden by subclasses to perform custom post-intialization work. |
| Uses of GraphController in com.tensegrity.skeleton.swt.commands |
| Methods in com.tensegrity.skeleton.swt.commands with parameters of type GraphController | |
protected GraphDocument |
SwtNewDocumentCommand.newDocument(java.lang.String name,
GraphController controller,
VisualGraphView visualgraphview)
Creates and returns a new GraphDocument.
|
protected VisualGraphView |
SwtNewDocumentCommand.createDefaultVisualGraph(GraphController controller)
Creates and returns a new given
the passed . |
protected GraphDocument |
SwtCommonBaseCommand.newGraphDocumentFromFactory(java.lang.String name,
GraphApplication graphapplication,
GraphController graphcontroller,
VisualGraphView visualgraphview)
This method invokes the newGraphDocument method in the document factory and can be overridden by subclasses to perform custom post-intialization work. |
protected GraphDocument |
SwtCloneDocumentCommand.newDocument(java.lang.String name,
GraphController controller,
VisualGraphView visualgraphview)
This methods adds a new document to the tabbed pane. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||