Uses of Interface
com.tensegrity.composite.CompositeNavigator.ZoomValueListener

Packages that use CompositeNavigator.ZoomValueListener
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
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 CompositeNavigator.ZoomValueListener in com.tensegrity.composite
 

Methods in com.tensegrity.composite with parameters of type CompositeNavigator.ZoomValueListener
 void CompositeNavigator.addZoomValueListener(CompositeNavigator.ZoomValueListener listener)
          The method addZoomValueListener adds an instance of ZoomValueListener to a internal list of listeners.
 void CompositeNavigator.removeZoomValueListener(CompositeNavigator.ZoomValueListener listener)
          The method removeZoomValueListener should remove the given listener from a list of listeners.
 

Uses of CompositeNavigator.ZoomValueListener in com.tensegrity.gui.swing.control
 

Classes in com.tensegrity.gui.swing.control that implement CompositeNavigator.ZoomValueListener
 class ZoomComboBox
          The ComboBox implementation for Zoom values.
 

Uses of CompositeNavigator.ZoomValueListener in com.tensegrity.gui.swing.graph
 

Methods in com.tensegrity.gui.swing.graph with parameters of type CompositeNavigator.ZoomValueListener
 void NavigatorPanel.addZoomValueListener(CompositeNavigator.ZoomValueListener listener)
          Registers the CompositeNavigator.ZoomValueListener given by listener at the underlying CompositeNavigator so that the CompositeNavigator.ZoomValueListener will be notified on every zoom change the CompositeNavigator performs to the associated CompositeView.
 void NavigatorPanel.removeZoomValueListener(CompositeNavigator.ZoomValueListener listener)
          Removes the CompositeNavigator.ZoomValueListener given by listener from the underlying CompositeNavigator so that the CompositeNavigator.ZoomValueListener will no longer be notified on zoom changes the CompositeNavigator performs to the associated CompositeView.
 

Uses of CompositeNavigator.ZoomValueListener in com.tensegrity.gui.swt.graph
 

Methods in com.tensegrity.gui.swt.graph with parameters of type CompositeNavigator.ZoomValueListener
 void SwtNavigator.addZoomValueListener(CompositeNavigator.ZoomValueListener listener)
          Registers the CompositeNavigator.ZoomValueListener given by listener at the underlying CompositeNavigator so that the CompositeNavigator.ZoomValueListener will be notified on every zoom change the CompositeNavigator performs to the associated CompositeView.
 void SwtNavigator.removeZoomValueListener(CompositeNavigator.ZoomValueListener listener)
          Removes the CompositeNavigator.ZoomValueListener given by listener from the underlying CompositeNavigator so that the CompositeNavigator.ZoomValueListener will no longer be notified on zoom changes the CompositeNavigator performs to the associated CompositeView.
 



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