Uses of Interface
com.tensegrity.gui.swing.graph.AttributableOnSetDelegate

Packages that use AttributableOnSetDelegate
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.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.graph   
 

Uses of AttributableOnSetDelegate in com.tensegrity.gui.graphdocument
 

Classes in com.tensegrity.gui.graphdocument that implement AttributableOnSetDelegate
 class GraphPanelAttributableOnSetDelegate
           The AttributableOnSetDelegate for a GraphPanel.
 

Methods in com.tensegrity.gui.graphdocument that return AttributableOnSetDelegate
 AttributableOnSetDelegate GraphPanel.getAttributableOnSetDelegate()
          The method getAttributableOnSetDelegate returns the previously set AttributableOnSet instance of this GraphPanel or null,if no such object has been set.
 

Methods in com.tensegrity.gui.graphdocument with parameters of type AttributableOnSetDelegate
 void GraphPanel.setAttributableOnSetDelegate(AttributableOnSetDelegate delegate)
          The method setAttributableOnSetDelegate sets the delegate object to be used to create, fetch or retrieve the AttributableOnSet from to be displayed when a selection or similar occurs.
 

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

Classes in com.tensegrity.gui.swing.graph that implement AttributableOnSetDelegate
 class SwingGraphPanelAttributableOnSetDelegate
          The AttributableOnSetDelegate for the SwingGraphPanel.
 

Methods in com.tensegrity.gui.swing.graph that return AttributableOnSetDelegate
 AttributableOnSetDelegate SwingGraphPanel.getAttributableOnSetDelegate()
           
 

Methods in com.tensegrity.gui.swing.graph with parameters of type AttributableOnSetDelegate
 void SwingGraphPanel.setAttributableOnSetDelegate(AttributableOnSetDelegate delegate)
           
 

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

Classes in com.tensegrity.gui.swt.graph that implement AttributableOnSetDelegate
 class SwtGraphPanelAttributableOnSetDelegate
          The AttributableOnSetDelegate for the SwingGraphPanel.
 

Methods in com.tensegrity.gui.swt.graph that return AttributableOnSetDelegate
 AttributableOnSetDelegate SwtGraphPanel.getAttributableOnSetDelegate()
           
 

Methods in com.tensegrity.gui.swt.graph with parameters of type AttributableOnSetDelegate
 void SwtGraphPanel.setAttributableOnSetDelegate(AttributableOnSetDelegate delegate)
           
 



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