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

Packages that use ViewSelectionChangeEvent
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 ViewSelectionChangeEvent in com.tensegrity.composite.event
 

Methods in com.tensegrity.composite.event with parameters of type ViewSelectionChangeEvent
 void CompositeViewListener.viewSelectionChanged(ViewSelectionChangeEvent event)
          Called whenever the selection of the view changed.
 void EventMediatorAdapter.viewSelectionChanged(ViewSelectionChangeEvent event)
           
 void CompositeViewAdapter.viewSelectionChanged(ViewSelectionChangeEvent event)
           
 void CompositeEventMultiplexer.viewSelectionChanged(ViewSelectionChangeEvent event)
           
 

Uses of ViewSelectionChangeEvent in com.tensegrity.gui.graphdocument
 

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

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

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

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

Methods in com.tensegrity.gui.swing.control.tree with parameters of type ViewSelectionChangeEvent
 void TreeOutliner.viewSelectionChanged(ViewSelectionChangeEvent event)
          This method is triggered by the CompositeView to indicate selection changes.
 



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