|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompositeViewEvent | |
| com.tensegrity.composite.event | Provides interfaces and classes for dealing with events fired by base composites. |
| com.tensegrity.composite.event.view | Holds the classes representing the events fired by composite views. |
| Uses of CompositeViewEvent in com.tensegrity.composite.event |
| Methods in com.tensegrity.composite.event that return CompositeViewEvent | |
CompositeViewEvent |
CompositeViewEventVetoException.getCompositeEvent()
returns the vetoed CompositeViewEvent. |
| Constructors in com.tensegrity.composite.event with parameters of type CompositeViewEvent | |
CompositeViewEventVetoException(java.lang.String message,
CompositeViewEvent event)
Constructor for CompositeViewEventVetoException. |
|
| Uses of CompositeViewEvent in com.tensegrity.composite.event.view |
| Classes in com.tensegrity.composite.event.view that implement CompositeViewEvent | |
class |
AbstractCompositeViewEvent
Abstract base class for CompositeViewEvents. |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||