|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.view.AbstractCompositeViewEvent
com.tensegrity.composite.event.view.ViewSelectionChangeEvent
A ViewSelectionChangeEvent occurs whenever the selection within
a CompositeView has been changed.
CompositeViewEvent,
CompositeViewListener| Field Summary |
| Fields inherited from class com.tensegrity.composite.event.view.AbstractCompositeViewEvent |
composite, composites, compositeView |
| Constructor Summary | |
ViewSelectionChangeEvent(CompositeView compositeView,
java.util.List selection)
Constructor for ViewSelectionChangeEvent. |
|
| Method Summary | |
java.util.List |
getComposites()
Returns a List containing all selected
Composites involved in this event. |
java.lang.String |
toString()
|
| Methods inherited from class com.tensegrity.composite.event.view.AbstractCompositeViewEvent |
getCompositeView |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ViewSelectionChangeEvent(CompositeView compositeView,
java.util.List selection)
ViewSelectionChangeEvent.
compositeView - the CompositeView for which the
selection has been changedselection - a List of the newly selected
Interactables| Method Detail |
public java.util.List getComposites()
List containing all selected
Composites involved in this event.
List with all selected Composites.public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||