Uses of Interface
com.tensegrity.gui.graphdocument.GraphPanel

Packages that use GraphPanel
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.inplaceediting   
com.tensegrity.gui.swing.dnd This package contains a basic implementation for Drag And Drop.  
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.swing.inplaceediting   
com.tensegrity.gui.swt.document   
com.tensegrity.gui.swt.graph   
com.tensegrity.gui.swt.inplaceediting   
com.tensegrity.gui.template   
 

Uses of GraphPanel in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument that return GraphPanel
protected  GraphPanel GraphPanelAttributableOnSetDelegate.getGraphPanel()
          Returns the GraphPanel this instance is assigned to.
 GraphPanel GraphPanelDragEvent.getGraphPanel()
          Returns the graph panel this event occurred on
 GraphPanel GraphDocument.getGraphPanel()
          Returns the reference to the internally embedded GraphPanel instance.
 

Methods in com.tensegrity.gui.graphdocument with parameters of type GraphPanel
static AttributeList LayoutIOUtilities.getSettings(GraphPanel graphpanel)
          Returns an AttributeList of attribute-sets that contain the current layout settings for the given GraphPanel.
static void LayoutIOUtilities.saveSettings(GraphPanel graphpanel, java.lang.String filename)
          Saves the current layout settings of the given GraphPanel to a file with the given filename.
static void LayoutIOUtilities.loadSettings(GraphPanel graphpanel, java.lang.String filename)
          Loads the layout settings from the given filename and applies them to th given GraphPanel.
static GraphPanelDragEvent GraphPanelDragEvent.createDragMove(GraphPanel panel, Coordinate location, VisualGraphObject[] draggedVGOs)
          Creates a drag move event
static GraphPanelDragEvent GraphPanelDragEvent.createDragDrop(GraphPanel panel, Coordinate location, VisualGraphObject[] draggedVGOs)
          Creates a drag drop event
static GraphPanelDragEvent GraphPanelDragEvent.createDragPreDrop(GraphPanel panel, Coordinate location, VisualGraphObject[] draggedVGOs)
          Creates a drag drop event
static GraphPanelDragEvent GraphPanelDragEvent.createDragEnter(GraphPanel panel, Coordinate location, VisualGraphObject[] draggedVGOs, VisualGraphObject enteredVGO)
          Creates a drag enter event
static GraphPanelDragEvent GraphPanelDragEvent.createDragExit(GraphPanel panel, Coordinate location, VisualGraphObject[] draggedVGOs, VisualGraphObject exitedVGO)
          Creates a drag exit event
 

Constructors in com.tensegrity.gui.graphdocument with parameters of type GraphPanel
GraphPanelAttributableOnSetDelegate(UIManager uiManager, GraphPanel graphPanel)
          Constructor
 

Uses of GraphPanel in com.tensegrity.gui.inplaceediting
 

Fields in com.tensegrity.gui.inplaceediting declared as GraphPanel
protected  GraphPanel InplaceEditor.gPanel
          GraphPanel containing the underlying inplace editing element
 

Methods in com.tensegrity.gui.inplaceediting with parameters of type GraphPanel
 InplaceEditor InplaceEditorProvider.getLabelEditor(Label2D label, BaseComposite bComposite, GraphPanel gPanel, CompositeTable table)
          Returns the InplaceEditor for editing labels.
 InplaceEditor InplaceEditorProvider.getComboEditor(Label2D label, BaseComposite bComposite, GraphPanel gPanel, Attribute attr)
          Returns the InplaceEditor for editing a label's constraint.
 InplaceEditor InplaceConductor.getInplaceEditor(GraphPanel graphPanel, int x, int y)
          Returns the InplaceEditor instance to use for the element at the specified location within the given GraphPanel.
 

Constructors in com.tensegrity.gui.inplaceediting with parameters of type GraphPanel
InplaceEditor(Label2D label, BaseComposite bComp, GraphPanel gPanel)
          Constructor which creates a new InplaceEditor instance.
 

Uses of GraphPanel in com.tensegrity.gui.swing.dnd
 

Methods in com.tensegrity.gui.swing.dnd with parameters of type GraphPanel
 void DragContext.transformDrag(GraphPanel graphPanel, BaseComposite basecomposite)
          Invoked each time a dragEnter() occurs.
 void DragContext.transformDrop(GraphPanel graphPanel, BaseComposite basecomposite)
          Invoked each time a dragEnter() occurs.
 

Uses of GraphPanel in com.tensegrity.gui.swing.document
 

Methods in com.tensegrity.gui.swing.document that return GraphPanel
 GraphPanel SwingGraphDocument.getGraphPanel()
           
 GraphPanel SwingTemplateDocument.getGraphPanel()
           
 

Uses of GraphPanel in com.tensegrity.gui.swing.graph
 

Classes in com.tensegrity.gui.swing.graph that implement GraphPanel
 class SwingGraphPanel
          This class represents the drawing-area swing component for graphs.
 

Methods in com.tensegrity.gui.swing.graph with parameters of type GraphPanel
protected  void AbstractLayoutObserver.prepare(GraphPanel gpanel)
           
protected  void AbstractLayoutObserver.unprepare(GraphPanel gpanel)
           
 

Constructors in com.tensegrity.gui.swing.graph with parameters of type GraphPanel
SwingGraphPanelLayoutObserver(GraphPanel graphpanel)
           Initializes this SimpleSwingLayoutObserver instance.
SwingGraphPanelLayoutObserver(GraphPanel graphpanel, int updatesteps)
           Initializes this SimpleSwingLayoutObserver instance.
SwingGraphPanelLayoutObserver(GraphPanel graphpanel, int updatesteps, int viewportadjustment)
          Constructs a SwingGraphPanelLayoutObserver instance associated with the given GraphPanel reference for managing repainting during layout animation.
SwingGraphPanelAttributableOnSetDelegate(UIManager uiManager, GraphPanel graphPanel)
          Creates a new Delegate for the given GraphPanel.
 

Uses of GraphPanel in com.tensegrity.gui.swing.inplaceediting
 

Methods in com.tensegrity.gui.swing.inplaceediting with parameters of type GraphPanel
 InplaceEditor SwingInplaceEditorProvider.getComboEditor(Label2D label, BaseComposite bComposite, GraphPanel gPanel, Attribute attr)
           
 InplaceEditor SwingInplaceEditorProvider.getLabelEditor(Label2D label, BaseComposite bComposite, GraphPanel gPanel, CompositeTable table)
           
 

Constructors in com.tensegrity.gui.swing.inplaceediting with parameters of type GraphPanel
InplaceEditComponent(Label2D label, BaseComposite bComp, GraphPanel gp)
           
 

Uses of GraphPanel in com.tensegrity.gui.swt.document
 

Methods in com.tensegrity.gui.swt.document that return GraphPanel
 GraphPanel SwtGraphDocument.getGraphPanel()
           
 

Uses of GraphPanel in com.tensegrity.gui.swt.graph
 

Classes in com.tensegrity.gui.swt.graph that implement GraphPanel
 class SwtGraphPanel
           This class represents the drawing-area swt-component for graphs.
 

Constructors in com.tensegrity.gui.swt.graph with parameters of type GraphPanel
SwtGraphPanelLayoutObserver(GraphPanel graphpanel)
           Initializes this SwtGraphPanelLayoutObserver instance with AbstractLayoutObserver.ADJUST_VIEWPORT_LEFTTOP viewports adjustment.
SwtGraphPanelLayoutObserver(GraphPanel graphpanel, int updatesteps)
           Initializes this SwtGraphPanelLayoutObserver instance with AbstractLayoutObserver.ADJUST_VIEWPORT_LEFTTOP viewports adjustment.
SwtGraphPanelLayoutObserver(GraphPanel graphpanel, int updatesteps, int viewportadjustment)
           Initializes this SwtGraphPanelLayoutObserver instance.
SwtGraphPanelAttributableOnSetDelegate(UIManager uiManager, GraphPanel graphPanel)
          Creates a new Delegate for the given GraphPanel.
 

Uses of GraphPanel in com.tensegrity.gui.swt.inplaceediting
 

Methods in com.tensegrity.gui.swt.inplaceediting with parameters of type GraphPanel
 InplaceEditor SwtInplaceEditorProvider.getLabelEditor(Label2D label, BaseComposite bComposite, GraphPanel gPanel, CompositeTable table)
           
 InplaceEditor SwtInplaceEditorProvider.getComboEditor(Label2D label, BaseComposite bComposite, GraphPanel gPanel, Attribute attr)
           
 

Constructors in com.tensegrity.gui.swt.inplaceediting with parameters of type GraphPanel
InplaceComboEditor(org.eclipse.swt.widgets.Composite parent, Label2D label, BaseComposite bComp, GraphPanel gPanel, Attribute attr)
          Creates a new InplaceComboEditor.
InplaceTextEditor(org.eclipse.swt.widgets.Composite parent, Label2D label, BaseComposite bComp, GraphPanel gPanel, CompositeTable table)
          Creates a new InplaceTextEditor.
 

Uses of GraphPanel in com.tensegrity.gui.template
 

Methods in com.tensegrity.gui.template that return GraphPanel
 GraphPanel TemplateDocument.getGraphPanel()
          Returns the graphpanel inside this graphdocument.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.