|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.group.AbstractCompositeGroupEvent
com.tensegrity.composite.event.group.GroupSelectionChangeEvent
A GroupSelectionChangeEvent occurs whenever the selection within
a CompositeGroup has been changed.
CompositeGroupEvent,
CompositeGroupListener| Field Summary |
| Fields inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent |
composite, compositeGroup, composites |
| Constructor Summary | |
GroupSelectionChangeEvent(CompositeGroup compositegroup,
java.util.List composites)
Constructor for GroupSelectionChangeEvent specifying the
CompositeGroup whose selection has been changed and the
List of currently selected BaseComposite
objects. |
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class com.tensegrity.composite.event.group.AbstractCompositeGroupEvent |
getCompositeGroup |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GroupSelectionChangeEvent(CompositeGroup compositegroup,
java.util.List composites)
GroupSelectionChangeEvent specifying the
CompositeGroup whose selection has been changed and the
List of currently selected BaseComposite
objects.
compositegroup - the CompositeGroup for which the
selection has been changedcomposites - a List of the newly selected
BaseComposite objects.| Method Detail |
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||