Uses of Class
com.tensegrity.composite.event.view.ViewCompositeOrderChangeEvent

Packages that use ViewCompositeOrderChangeEvent
com.tensegrity.composite.event Provides interfaces and classes for dealing with events fired by base composites. 
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.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.tree This package contains the implementation for an Object Tree for VisualGraph objects. 
 

Uses of ViewCompositeOrderChangeEvent in com.tensegrity.composite.event
 

Methods in com.tensegrity.composite.event with parameters of type ViewCompositeOrderChangeEvent
 void CompositeViewListener.viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
          Called whenever the internal order of BaseComposite objects changes.
 void EventMediatorAdapter.viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
           
 void CompositeViewAdapter.viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
           
 void CompositeEventMultiplexer.viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
           
 

Uses of ViewCompositeOrderChangeEvent in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument with parameters of type ViewCompositeOrderChangeEvent
 void ModifiedVisualGraphAdapter.viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
           
 

Uses of ViewCompositeOrderChangeEvent in com.tensegrity.gui.swing.control
 

Methods in com.tensegrity.gui.swing.control with parameters of type ViewCompositeOrderChangeEvent
 void ZoomComboBox.viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
           
 

Uses of ViewCompositeOrderChangeEvent in com.tensegrity.gui.swing.control.tree
 

Methods in com.tensegrity.gui.swing.control.tree with parameters of type ViewCompositeOrderChangeEvent
 void TreeOutliner.viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
           
 



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