|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.graphdocument.DocumentFactory
com.tensegrity.gui.swing.document.DocumentFactoryImpl
This class is derived from the base document class and represents amy swt-document.
| Constructor Summary | |
DocumentFactoryImpl()
Constructs a new DocumentFactoryImpl instance. |
|
| Method Summary | |
GraphDocument |
newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
DragContext vgoDragSource)
This method returns a new graphdocument. |
GraphDocument |
newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
This method returns a new graphdocument. |
GraphDocument |
newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
This method returns a new graphdocument. |
GraphDocument |
newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview)
This method returns a new graphdocument. |
GraphDocument |
newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
This method returns a new graphdocument. |
| Methods inherited from class com.tensegrity.gui.graphdocument.DocumentFactory |
newGraphDocument, newGraphDocument, newGraphDocument, newInstance, setDefaultFactory, setServiceFile |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DocumentFactoryImpl()
DocumentFactoryImpl instance.
| Method Detail |
public GraphDocument newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
DocumentFactory
newGraphDocument in class DocumentFactoryname - name of the document.appFrame - reference to the application context.graphcontroller - the graphcontroller instance that keeps the
model.visualgraphview - the visualgraph instance to show in the document.vgoDragSource - a drag context that provide additional information
about the recently dragged object.
public GraphDocument newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
GraphController graphcontroller,
VisualGraphView visualgraphview)
DocumentFactory
newGraphDocument in class DocumentFactoryname - name of the document.appFrame - reference to the application context.graphcontroller - the graphcontroller instance that keeps the
model.visualgraphview - the visualgraph instance to show in the document.
public GraphDocument newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview,
DragContext vgoDragSource)
DocumentFactory
newGraphDocument in class DocumentFactoryname - name of the document.graphcontroller - the graphcontroller instance that keeps the
model.visualgraphview - the visualgraph instance to show in the document.vgoDragSource - a drag context that provide additional information
about the recently dragged object.
public GraphDocument newGraphDocument(java.lang.String name,
GraphController graphcontroller,
VisualGraphView visualgraphview)
DocumentFactory
newGraphDocument in class DocumentFactoryname - name of the document.graphcontroller - the graphcontroller instance that keeps the
model.visualgraphview - the visualgraph instance to show in the document.
public GraphDocument newGraphDocument(java.lang.String name,
ApplicationFrame appFrame,
DragContext vgoDragSource)
DocumentFactory
newGraphDocument in class DocumentFactoryname - name of the document.appFrame - reference to the application context.vgoDragSource - a drag context that provide additional information
about the recently dragged object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||