|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.CompositeGroupAdapter
The CompositeGroupAdapter class implements the
CompositeGroupListener interface and overrides all methods
declared there with methods which have no functionality inside. So that, when
creating a CompositeGroupListener not all of the methods have to
be overridden, only the methods which are from interest.
| Constructor Summary | |
CompositeGroupAdapter()
Constructor for CompositeGroupAdapter. |
|
| Method Summary | |
void |
groupAddedComposite(GroupAddCompositeEvent event)
This method is called whenever a Composite has been added
to a CompositeGroup. |
void |
groupAddedComposites(GroupAddCompositesEvent event)
This method is called whenever a List of
Composites has been added to a CompositeGroup.
|
void |
groupCompositeOrderChanged(GroupCompositeOrderChangeEvent event)
This method is called whenever the internal order of BaseComposite objects changes. |
void |
groupFoldStateChanged(GroupFoldStateChange event)
This method is called whenever the state of folding of a CompositeGroup has been changed.
|
void |
groupFoldStatePreChange(GroupFoldStateChange event)
This method is called whenever the state of folding of a CompositeGroup is up to be changed. |
void |
groupRemovedComposite(GroupRemoveCompositeEvent event)
This method is called whenever a Composite has been removed
from a CompositeGroup.
|
void |
groupRemovedComposites(GroupRemoveCompositesEvent event)
This method is called whenever a List of
Composites has been removed from a
CompositeGroup.
|
void |
groupSelectionChanged(GroupSelectionChangeEvent event)
This method is called whenever the selection within the CompositeGroup has been changed.
|
void |
groupSizeAdjusted(GroupSizeAdjustmentEvent event)
This method is called whenever the size of a CompositeGroup
has been changed by the CompositeGroup itself.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompositeGroupAdapter()
| Method Detail |
public void groupAddedComposite(GroupAddCompositeEvent event)
CompositeGroupListenerComposite has been added
to a CompositeGroup. The GroupAddCompositeEvent
given by event carries the information a
CompositeGroupListener could be interested in.
groupAddedComposite in interface CompositeGroupListenerevent - the event that carries the informationpublic void groupRemovedComposite(GroupRemoveCompositeEvent event)
CompositeGroupListenerComposite has been removed
from a CompositeGroup.
The GroupRemoveCompositeEvent given by event
carries the information a CompositeGroupListener could be
interested in.
groupRemovedComposite in interface CompositeGroupListenerevent - the event that carries the informationpublic void groupAddedComposites(GroupAddCompositesEvent event)
CompositeGroupListenerList of
Composites has been added to a CompositeGroup.
The GroupAddCompositesEvent given by event
carries the information a CompositeGroupListener could be
interested in.
groupAddedComposites in interface CompositeGroupListenerevent - the event that carries the informationpublic void groupRemovedComposites(GroupRemoveCompositesEvent event)
CompositeGroupListenerList of
Composites has been removed from a
CompositeGroup.
The GroupRemoveCompositesEvent given by event
carries the information a CompositeGroupListener could be
interested in.
groupRemovedComposites in interface CompositeGroupListenerevent - the event that carries the informationpublic void groupSelectionChanged(GroupSelectionChangeEvent event)
CompositeGroupListenerCompositeGroup has been changed.
The GroupSelectionChangeEvent given by event
carries the information a CompositeGroupListener could be
interested in.
groupSelectionChanged in interface CompositeGroupListenerevent - the event that carries the informationpublic void groupCompositeOrderChanged(GroupCompositeOrderChangeEvent event)
CompositeGroupListenerBaseComposite objects changes.
groupCompositeOrderChanged in interface CompositeGroupListenerevent - the corresponding
GroupCompositeOrderChangeEvent event.public void groupFoldStatePreChange(GroupFoldStateChange event)
CompositeGroupListenerCompositeGroup is up to be changed.
groupFoldStatePreChange in interface CompositeGroupListenerevent - the event that carries the information.public void groupFoldStateChanged(GroupFoldStateChange event)
CompositeGroupListenerCompositeGroup has been changed.
The GroupFoldStateChange event given by event
carries the information a CompositeGroupListener could be
interested in.
groupFoldStateChanged in interface CompositeGroupListenerevent - the event that carries the information.public void groupSizeAdjusted(GroupSizeAdjustmentEvent event)
CompositeGroupListenerCompositeGroup
has been changed by the CompositeGroup itself.
CompositeGroup.
groupSizeAdjusted in interface CompositeGroupListenerevent - the event that carries the information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||