|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Objects that implement the CompositeGroupListener interface can
be regsitered at a CompositeGroup so that they will be informed
about the events that occur at the CompositeGroup.
EventListenerTag,
CompositeGroup,
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.
|
| Method Detail |
public void groupAddedComposite(GroupAddCompositeEvent event)
Composite has been added
to a CompositeGroup. The GroupAddCompositeEvent
given by event carries the information a
CompositeGroupListener could be interested in.
event - the event that carries the informationpublic void groupRemovedComposite(GroupRemoveCompositeEvent event)
Composite has been removed
from a CompositeGroup.
The GroupRemoveCompositeEvent given by event
carries the information a CompositeGroupListener could be
interested in.
event - the event that carries the informationpublic void groupAddedComposites(GroupAddCompositesEvent event)
List of
Composites has been added to a CompositeGroup.
The GroupAddCompositesEvent given by event
carries the information a CompositeGroupListener could be
interested in.
event - the event that carries the informationpublic void groupRemovedComposites(GroupRemoveCompositesEvent event)
List of
Composites has been removed from a
CompositeGroup.
The GroupRemoveCompositesEvent given by event
carries the information a CompositeGroupListener could be
interested in.
event - the event that carries the informationpublic void groupSelectionChanged(GroupSelectionChangeEvent event)
CompositeGroup has been changed.
The GroupSelectionChangeEvent given by event
carries the information a CompositeGroupListener could be
interested in.
event - the event that carries the informationpublic void groupCompositeOrderChanged(GroupCompositeOrderChangeEvent event)
BaseComposite objects changes.
event - the corresponding
GroupCompositeOrderChangeEvent event.public void groupFoldStatePreChange(GroupFoldStateChange event)
CompositeGroup is up to be changed.
event - the event that carries the information.public void groupFoldStateChanged(GroupFoldStateChange event)
CompositeGroup has been changed.
The GroupFoldStateChange event given by event
carries the information a CompositeGroupListener could be
interested in.
event - the event that carries the information.public void groupSizeAdjusted(GroupSizeAdjustmentEvent event)
CompositeGroup
has been changed by the CompositeGroup itself.
CompositeGroup.
event - the event that carries the information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||