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

Packages that use AbstractCompositeViewEvent
com.tensegrity.composite.event.view Holds the classes representing the events fired by composite views. 
 

Uses of AbstractCompositeViewEvent in com.tensegrity.composite.event.view
 

Subclasses of AbstractCompositeViewEvent in com.tensegrity.composite.event.view
 class ViewAddCompositeEvent
          A ViewAddCompositeEvent occurs whenever a Composite has been added to a CompositeView.
 class ViewAddCompositesEvent
          A ViewAddCompositesEvent occurs whenever a list of Composites has been added to a CompositeView.
 class ViewCompositeOrderChangeEvent
          A ViewCompositeOrderChangeEvent occurs whenever the internal order of BaseComposite objects changes within a CompositeView.
 class ViewModeChangeEvent
          A ViewParameterChangeEvent occurs whenever view parameters like the viewport or other view defining properties have been changed.
 class ViewMoveCompositesEvent
          A ViewMoveCompositesEvent occurs whenever a list of Composites has been moved within a CompositeView.
 class ViewParameterChangeEvent
          A ViewParameterChangeEvent occurs whenever view parameters like the viewport or other view defining properties have been changed.
 class ViewRemoveCompositeEvent
          A ViewRemoveCompositeEvent occurs whenever a Composite has been removed from a CompositeView.
 class ViewRemoveCompositesEvent
          A ViewRemoveCompositesEvent occurs whenever a list of Composites has been removed from a CompositeView.
 class ViewScrolledEvent
          A ViewScrolledEvent occurs whenever the view is scrolled during a dragging operation.
 class ViewSelectionChangeEvent
          A ViewSelectionChangeEvent occurs whenever the selection within a CompositeView has been changed.
 



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