|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.event.EventMultiplexer
com.tensegrity.composite.event.CompositeEventMultiplexer
The listener interface for receiving events that are related to a
Composite, CompositeGroup or
CompositeView instances.
| Constructor Summary | |
CompositeEventMultiplexer(EventListenerTag a,
EventListenerTag b)
Constructor specifying a left and right listener child. |
|
| Method Summary | |
static CompositeGroupListener |
combine(CompositeGroupListener a,
CompositeGroupListener b)
Combines two given CompositeGroupListeners to a new
CompositeGroupListener. |
static CompositeLineListener |
combine(CompositeLineListener a,
CompositeLineListener b)
Combines two given CompositeLineListener to a new
CompositeLineListener. |
static CompositeListener |
combine(CompositeListener a,
CompositeListener b)
Combines two given CompositeListeners to a new
CompositeListener. |
static CompositeViewListener |
combine(CompositeViewListener a,
CompositeViewListener b)
Combines two given CompositeViewListeners to a new
CompositeViewListener. |
static VetoableCompositeGroupListener |
combine(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
Combines two given VetoableCompositeGroupListener to a new
VetoableCompositeGroupListener. |
static VetoableCompositeLineListener |
combine(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
Combines two given VetoableCompositeLineListener to a new
VetoableCompositeLineListener. |
static VetoableCompositeListener |
combine(VetoableCompositeListener a,
VetoableCompositeListener b)
Combines two given VetoableCompositeListener to a new
VetoableCompositeListener. |
static VetoableCompositeViewListener |
combine(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
Combines two given VetoableCompositeViewListener to a new
VetoableCompositeViewListener. |
void |
compositeChanged(ChangedEvent event)
This method is called whenever a Composite has been changed
but for the change is no specialized callback defined. |
void |
compositeChanged(LineChangedEvent event)
This method is called whenever a CompositeLine has been
changed but for the change is no specialized callback defined. |
void |
compositeManipulating(LineManipulationEvent event)
This method is called while a CompositeLine is being
manipulated.
|
void |
compositeMoving(LineMoveEvent event)
This method is called while a CompositeLine is being moved
around.
|
void |
compositeMoving(MoveEvent event)
This method is called while a Composite is being moved
around. |
void |
compositePostManipulating(LineManipulationEvent event)
This method is called after a CompositeLine has been
manipulated. |
void |
compositePostMoving(LineMoveEvent event)
This method is called after a CompositeLine has been moved. |
void |
compositePostMoving(MoveEvent event)
This method is called after a Composite has been moved. |
void |
compositePostResizing(ResizeEvent event)
This method is called after a Composite has been resized. |
void |
compositePreManipulating(LineManipulationEvent event)
This method is called before the manipulation of a CompositeLine starts. |
void |
compositePreMoving(LineMoveEvent event)
This method is called before a CompositeLine is being moved
around. |
void |
compositePreMoving(MoveEvent event)
This method is called before a Composite is being moved
around. |
void |
compositePreResizing(ResizeEvent event)
This method is called before a Composite is about to be
resized. |
void |
compositeResizing(ResizeEvent event)
This method is called while a Composite is being resized.
|
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.
|
void |
mouseClick(BCMouseEvent event)
This method is called when a mouse button has been pressed and released upon a BaseComposite. |
void |
mouseDown(BCMouseEvent event)
This methods is called when a mouse button has been pressed upon a BaseComposite. |
void |
mouseEnter(BCMouseEvent event)
This method is called when the mouse enters the BaseComposite. |
void |
mouseExit(BCMouseEvent event)
This method is called when the mouse exits the BaseComposite. |
void |
mouseUp(BCMouseEvent event)
This methods is called when a mouse button has been pressed upon a BaseComposite and it will be released. |
static CompositeGroupListener |
multiplex(CompositeGroupListener a,
CompositeGroupListener b)
Combines the two given CompositeGroupListeners to a
CompositeGroupListener. |
static CompositeLineListener |
multiplex(CompositeLineListener a,
CompositeLineListener b)
Combines the two given CompositeLineListeners to a new
CompositeLineListener. |
static CompositeListener |
multiplex(CompositeListener a,
CompositeListener b)
Combines the two given CompositeListeners to a
CompositeListener. |
static CompositeViewListener |
multiplex(CompositeViewListener a,
CompositeViewListener b)
Combines the two given CompositeViewListeners to a
CompositeViewListener. |
static VetoableCompositeGroupListener |
multiplex(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
Combines the two given VetoableCompositeGroupListeners to a
VetoableCompositeGroupListener. |
static VetoableCompositeLineListener |
multiplex(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
Combines the two given VetoableCompositeLineListeners to a
new CompositeLineListener. |
static VetoableCompositeListener |
multiplex(VetoableCompositeListener a,
VetoableCompositeListener b)
Combines the two given VetoableCompositeListeners to a
VetoableCompositeListener. |
static VetoableCompositeViewListener |
multiplex(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
Combines the two given VetoableCompositeViewListeners to a
VetoableCompositeViewListener. |
void |
postSelect(BCSelectEvent event)
This method is called whenever a Composite has been
selected. |
void |
preSelect(BCSelectEvent event)
This method is called before a Composite is being selected. |
static CompositeGroupListener |
separate(CompositeGroupListener a,
CompositeGroupListener b)
Separates the CompositeGroupListener b from
the CompositeGroupListener a and returns the
remaining CompositeGroupListener structure. |
static CompositeLineListener |
separate(CompositeLineListener a,
CompositeLineListener b)
Separates the CompositeLineListener b from the
CompositeLineListener a and returns the
remaining CompositeLineListener structure. |
static CompositeListener |
separate(CompositeListener a,
CompositeListener b)
Separates the CompositeListener b from the
CompositeListener a and returns the remaining
CompositeListener structure. |
static CompositeViewListener |
separate(CompositeViewListener a,
CompositeViewListener b)
Separates the CompositeViewListener b from the
CompositeViewListener a and returns the
remaining CompositeViewListener structure. |
static VetoableCompositeGroupListener |
separate(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
Separates the VetoableCompositeGroupListener b
from the VetoableCompositeGroupListener a and
returns the remaining VetoableCompositeGroupListener
structure. |
static VetoableCompositeLineListener |
separate(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
Separates the VetoableCompositeLineListener b
from the VetoableCompositeLineListener a and
returns the remaining VetoableCompositeLineListener
structure. |
static VetoableCompositeListener |
separate(VetoableCompositeListener a,
VetoableCompositeListener b)
Separates the VetoableCompositeListener b from
the VetoableCompositeListener a and returns the
remaining VetoableCompositeListener structure. |
static VetoableCompositeViewListener |
separate(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
Separates the VetoableCompositeViewListener b
from the VetoableCompositeViewListener a and
returns the remaining VetoableCompositeViewListener
structure. |
static CompositeGroupListener |
unmultiplex(CompositeGroupListener a,
CompositeGroupListener b)
Returns the remaining CompositeGroupListener structure
after separating the given CompositeGroupListeners. |
static CompositeLineListener |
unmultiplex(CompositeLineListener a,
CompositeLineListener b)
Returns the remaining CompositeLineListener structure after
separating the given CompositeLineListeners. |
static CompositeListener |
unmultiplex(CompositeListener a,
CompositeListener b)
Returns the remaining CompositeListener structure after
separating the given CompositeListeners. |
static CompositeViewListener |
unmultiplex(CompositeViewListener a,
CompositeViewListener b)
Returns the remaining CompositeViewListener structure after
separating the given CompositeViewListeners. |
static VetoableCompositeGroupListener |
unmultiplex(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
Returns the remaining VetoableCompositeGroupListener
structure after separating the given CompositeGroupListeners. |
static VetoableCompositeLineListener |
unmultiplex(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
Returns the remaining VetoableCompositeLineListener
structure after separating the given
VetoableCompositeLineListeners. |
static VetoableCompositeListener |
unmultiplex(VetoableCompositeListener a,
VetoableCompositeListener b)
Returns the remaining VetoableCompositeListener structure
after separating the given CompositeListeners. |
static VetoableCompositeViewListener |
unmultiplex(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
Returns the remaining VetoableCompositeViewListener
structure after separating the given
VetoableCompositeViewListeners. |
void |
vetoableCompositeManipulating(LineManipulationEvent event)
This method is called while a CompositeLine is being
manipulated.
|
void |
vetoableCompositeMoving(LineMoveEvent event)
This method is called while a CompositeLine is being moved
around. |
void |
vetoableCompositeMoving(MoveEvent event)
This method is called while a Composite is being moved
around. |
void |
vetoableCompositePreManipulating(LineManipulationEvent event)
This method is called before the manipulation of a CompositeLine starts.
|
void |
vetoableCompositePreMoving(LineMoveEvent event)
This method is called before a CompositeLine is being moved
around. |
void |
vetoableCompositePreMoving(MoveEvent event)
This method is called before a Composite is being moved
around. |
void |
vetoableCompositePreResizing(ResizeEvent event)
This method is called before a Composite is about to be
resized. |
void |
vetoableCompositeResizing(ResizeEvent event)
This method is called while a Composite is being resized.
|
void |
vetoablePreSelect(BCSelectEvent event)
|
void |
viewAddedComposite(ViewAddCompositeEvent event)
Called whenever a Composite was added. |
void |
viewAddedComposites(ViewAddCompositesEvent event)
Called whenever multiple Composites are added. |
void |
viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
Called whenever the internal order of BaseComposite objects
changes. |
void |
viewModeChanged(ViewModeChangeEvent event)
Called whenever the mode of the CompositeView changed. |
void |
viewParameterChanged(ViewParameterChangeEvent event)
Called whenever a parameter of the view changed. |
void |
viewRemovedComposite(ViewRemoveCompositeEvent event)
Called whenever a Composite was removed. |
void |
viewRemovedComposites(ViewRemoveCompositesEvent event)
Called whenever multiple Composites were remmoved. |
void |
viewScrolled(ViewScrolledEvent event)
Called if the view position is changed during an action. |
void |
viewSelectionChanged(ViewSelectionChangeEvent event)
Called whenever the selection of the view changed. |
| Methods inherited from class com.tensegrity.generic.event.EventMultiplexer |
a, b, combine, countEventListeners, listenersToArrayList, separate, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CompositeEventMultiplexer(EventListenerTag a,
EventListenerTag b)
a - left subtree of this EventMultiplexerb - right subtree of this EventMultiplexer| Method Detail |
public static CompositeLineListener combine(CompositeLineListener a,
CompositeLineListener b)
CompositeLineListener to a new
CompositeLineListener.
a - the first CompositeLineListener to combine.b - the second CompositeLineListener to combine.
CompositeLineListener that combines the two
given CompositeLineListener.
public static CompositeLineListener separate(CompositeLineListener a,
CompositeLineListener b)
CompositeLineListener b from the
CompositeLineListener a and returns the
remaining CompositeLineListener structure.
a - the first CompositeLineListener to separate.b - the second CompositeLineListener to separate.
CompositeLineListener that separates
b from a.
public static VetoableCompositeLineListener combine(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
VetoableCompositeLineListener to a new
VetoableCompositeLineListener.
a - the first VetoableCompositeLineListener to combineb - the second VetoableCompositeLineListener to combine
VetoableCompositeLineListener that combines
the two given VetoableCompositeLineListener.
public static VetoableCompositeLineListener separate(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
VetoableCompositeLineListener b
from the VetoableCompositeLineListener a and
returns the remaining VetoableCompositeLineListener
structure.
a - the first VetoableCompositeLineListener to separateb - the second VetoableCompositeLineListener to
separate
VetoableCompositeLineListener that
separates b from a.
public static CompositeListener combine(CompositeListener a,
CompositeListener b)
CompositeListeners to a new
CompositeListener.
a - the first CompositeListener to combine.b - the second CompositeListener to combine.
CompositeListener that combines the two
given CompositeListeners.
public static CompositeListener separate(CompositeListener a,
CompositeListener b)
CompositeListener b from the
CompositeListener a and returns the remaining
CompositeListener structure.
a - the first CompositeListener to separateb - the second CompositeListener to separate.
CompositeListener that separates
b from a.
public static VetoableCompositeListener combine(VetoableCompositeListener a,
VetoableCompositeListener b)
VetoableCompositeListener to a new
VetoableCompositeListener.
a - the first VetoableCompositeListener to combineb - the second VetoableCompositeListener to combine
VetoableCompositeListener that combines the
two given VetoableCompositeListeners.
public static VetoableCompositeListener separate(VetoableCompositeListener a,
VetoableCompositeListener b)
VetoableCompositeListener b from
the VetoableCompositeListener a and returns the
remaining VetoableCompositeListener structure.
a - the first VetoableCompositeListener to separateb - the second VetoableCompositeListener to separate
VetoableCompositeListener that
separates b from a.
public static CompositeGroupListener combine(CompositeGroupListener a,
CompositeGroupListener b)
CompositeGroupListeners to a new
CompositeGroupListener.
a - the first CompositeGroupListener to combine.b - the second CompositeGroupListener to combine.
CompositeGroupListener that combines the two
given CompositeGroupListeners.
public static CompositeGroupListener separate(CompositeGroupListener a,
CompositeGroupListener b)
CompositeGroupListener b from
the CompositeGroupListener a and returns the
remaining CompositeGroupListener structure.
a - the first CompositeGroupListener to separateb - the second CompositeGroupListener to separate.
CompositeGroupListener that separates
b from a.
public static VetoableCompositeGroupListener combine(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
VetoableCompositeGroupListener to a new
VetoableCompositeGroupListener.
a - the first VetoableCompositeGroupListener to combineb - the second VetoableCompositeGroupListener to
combine
VetoableCompositeGroupListener that combines
the two given VetoableCompositeGroupListener.
public static VetoableCompositeGroupListener separate(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
VetoableCompositeGroupListener b
from the VetoableCompositeGroupListener a and
returns the remaining VetoableCompositeGroupListener
structure.
a - the first VetoableCompositeGroupListener to
separateb - the second VetoableCompositeGroupListener to
separate
VetoableCompositeGroupListener that
separates b from a.
public static CompositeViewListener combine(CompositeViewListener a,
CompositeViewListener b)
CompositeViewListeners to a new
CompositeViewListener.
a - the first CompositeViewListener to combine.b - the second CompositeViewListener to combine.
CompositeViewListener that combines the two
given CompositeViewListeners.
public static CompositeViewListener separate(CompositeViewListener a,
CompositeViewListener b)
CompositeViewListener b from the
CompositeViewListener a and returns the
remaining CompositeViewListener structure.
a - the first CompositeViewListener to separateb - the second CompositeViewListener to separate.
CompositeViewListener that separates
b from a.
public static VetoableCompositeViewListener combine(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
VetoableCompositeViewListener to a new
VetoableCompositeViewListener.
a - the first VetoableCompositeViewListener to combineb - the second VetoableCompositeViewListener to combine
VetoableCompositeViewListener that combines
the two given VetoableCompositeViewListener.
public static VetoableCompositeViewListener separate(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
VetoableCompositeViewListener b
from the VetoableCompositeViewListener a and
returns the remaining VetoableCompositeViewListener
structure.
a - the first VetoableCompositeViewListener to separateb - the second VetoableCompositeViewListener to
separate
VetoableCompositeViewListener that
separates b from a.
public static CompositeLineListener multiplex(CompositeLineListener a,
CompositeLineListener b)
CompositeLineListeners to a new
CompositeLineListener.
a - the first CompositeLineListener to combine.b - the second CompositeLineListener to combine.
CompositeLineListener that combines the two
given CompositeLineListeners.
public static CompositeLineListener unmultiplex(CompositeLineListener a,
CompositeLineListener b)
CompositeLineListener structure after
separating the given CompositeLineListeners.
a - the first CompositeLineListener to separate.b - the second CompositeLineListener to separate.
CompositeLineListener structure.
public static VetoableCompositeLineListener multiplex(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
VetoableCompositeLineListeners to a
new CompositeLineListener.
a - the first VetoableCompositeLineListener to combine.b - the second VetoableCompositeLineListener to
combine.
VetoableCompositeLineListener that combines
the two given VetoableCompositeLineListeners.
public static VetoableCompositeLineListener unmultiplex(VetoableCompositeLineListener a,
VetoableCompositeLineListener b)
VetoableCompositeLineListener
structure after separating the given
VetoableCompositeLineListeners.
a - the first VetoableCompositeLineListener to
separate.b - the second VetoableCompositeLineListener to
separate.
VetoableCompositeLineListener
structure.
public static CompositeListener multiplex(CompositeListener a,
CompositeListener b)
CompositeListeners to a
CompositeListener.
a - the first CompositeListener to combine.b - the second CompositeListener to combine.
CompositeListener that combines the two
given CompositeListeners.
public static CompositeListener unmultiplex(CompositeListener a,
CompositeListener b)
CompositeListener structure after
separating the given CompositeListeners.
a - the first CompositeListener to separate.b - the second CompositeListener to separate.
CompositeListener structure.
public static VetoableCompositeListener multiplex(VetoableCompositeListener a,
VetoableCompositeListener b)
VetoableCompositeListeners to a
VetoableCompositeListener.
a - the first VetoableCompositeListener to combine.b - the second VetoableCompositeListener to combine.
VetoableCompositeListener that combines the
two given VetoableCompositeListeners.
public static VetoableCompositeListener unmultiplex(VetoableCompositeListener a,
VetoableCompositeListener b)
VetoableCompositeListener structure
after separating the given CompositeListeners.
a - the first VetoableCompositeListener to separate.b - the second VetoableCompositeListener to separate.
VetoableCompositeListener structure.
public static CompositeGroupListener multiplex(CompositeGroupListener a,
CompositeGroupListener b)
CompositeGroupListeners to a
CompositeGroupListener.
a - the first CompositeGroupListener to combine.b - the second CompositeGroupListener to combine.
CompositeGroupListener that combines the
two given CompositeGroupListeners.
public static CompositeGroupListener unmultiplex(CompositeGroupListener a,
CompositeGroupListener b)
CompositeGroupListener structure
after separating the given CompositeGroupListeners.
a - the first CompositeGroupListener to separate.b - the second CompositeGroupListener to separate.
CompositeGroupListener structure.
public static VetoableCompositeGroupListener multiplex(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
VetoableCompositeGroupListeners to a
VetoableCompositeGroupListener.
a - the first VetoableCompositeGroupListener to
combine.b - the second VetoableCompositeGroupListener to
combine.
VetoableCompositeGroupListener that combines
the two given VetoableCompositeGroupListeners.
public static VetoableCompositeGroupListener unmultiplex(VetoableCompositeGroupListener a,
VetoableCompositeGroupListener b)
VetoableCompositeGroupListener
structure after separating the given CompositeGroupListeners.
a - the first VetoableCompositeGroupListener to
separate.b - the second VetoableCompositeGroupListener to
separate.
VetoableCompositeGroupListener
structure.
public static CompositeViewListener multiplex(CompositeViewListener a,
CompositeViewListener b)
CompositeViewListeners to a
CompositeViewListener.
a - the first CompositeViewListener to combine.b - the second CompositeViewListener to combine.
CompositeViewListener that combines the two
given CompositeViewListeners.
public static CompositeViewListener unmultiplex(CompositeViewListener a,
CompositeViewListener b)
CompositeViewListener structure after
separating the given CompositeViewListeners.
a - the first CompositeViewListener to separate.b - the second CompositeViewListener to separate.
CompositeViewListener structure.
public static VetoableCompositeViewListener multiplex(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
VetoableCompositeViewListeners to a
VetoableCompositeViewListener.
a - the first VetoableCompositeViewListener to combine.b - the second VetoableCompositeViewListener to
combine.
VetoableCompositeViewListener that combines
the two given VetoableCompositeViewListeners.
public static VetoableCompositeViewListener unmultiplex(VetoableCompositeViewListener a,
VetoableCompositeViewListener b)
VetoableCompositeViewListener
structure after separating the given
VetoableCompositeViewListeners.
a - the first VetoableCompositeViewListener to
separate.b - the second VetoableCompositeViewListener to
separate.
VetoableCompositeViewListener
structure.public void preSelect(BCSelectEvent event)
BaseCompositeListenerComposite is being selected.
preSelect in interface BaseCompositeListenerevent - the SelectEventBCSelectEventpublic void postSelect(BCSelectEvent event)
BaseCompositeListenerComposite has been
selected.
postSelect in interface BaseCompositeListenerevent - the SelectEventBCSelectEventpublic void mouseDown(BCMouseEvent event)
BaseCompositeListenerBaseComposite.
mouseDown in interface BaseCompositeListenerevent - the BCMouseEventpublic void mouseUp(BCMouseEvent event)
BaseCompositeListenerBaseComposite and it will be released.
mouseUp in interface BaseCompositeListenerevent - the BCMouseEventpublic void mouseEnter(BCMouseEvent event)
BaseCompositeListenerBaseComposite. Enter means that the hotspot of the mouse
cursor lies within the bounding box of the BaseComposite
mouseEnter in interface BaseCompositeListenerevent - the BCMouseEventpublic void mouseExit(BCMouseEvent event)
BaseCompositeListenerBaseComposite. Exit means that the hotspot of the mouse
cursor lies no longer within the bounding box of the
BaseComposite
mouseExit in interface BaseCompositeListenerevent - the BCMouseEventpublic void mouseClick(BCMouseEvent event)
BaseCompositeListenerBaseComposite.
mouseClick in interface BaseCompositeListenerevent - the BCMouseEvent
public void vetoablePreSelect(BCSelectEvent event)
throws BaseCompositeEventVetoException
vetoablePreSelect in interface VetoableBaseCompositeListenerBaseCompositeEventVetoExceptionpublic void compositeChanged(LineChangedEvent event)
CompositeLineListenerCompositeLine has been
changed but for the change is no specialized callback defined.
compositeChanged in interface CompositeLineListenerevent - the LineChangedEventLineChangedEventpublic void compositePreManipulating(LineManipulationEvent event)
CompositeLineListenerCompositeLine starts.
compositePreManipulating in interface CompositeLineListenerevent - the LineManipulationEvent event instanceLineManipulationEventpublic void compositeManipulating(LineManipulationEvent event)
CompositeLineListener
This method is called while a CompositeLine is being
manipulated.
Notice that this method is only called while interaction with the
CompositeLine is taking place and not when manipulate it by
the interface methods.
compositeManipulating in interface CompositeLineListenerevent - the LineManipulationEvent event instanceLineManipulationEventpublic void compositePostManipulating(LineManipulationEvent event)
CompositeLineListenerCompositeLine has been
manipulated.
compositePostManipulating in interface CompositeLineListenerevent - the LineManipulationEvent event instanceLineManipulationEventpublic void compositePreMoving(LineMoveEvent event)
CompositeLineListenerCompositeLine is being moved
around.
compositePreMoving in interface CompositeLineListenerevent - the LineMoveEvent event instance- See Also:
LineMoveEventpublic void compositeMoving(LineMoveEvent event)
CompositeLineListener
This method is called while a CompositeLine is being moved
around.
Notice that this method is only called while interaction with the
CompositeLine is taking place and not when moving it by the
interface methods.
compositeMoving in interface CompositeLineListenerevent - the LineMoveEvent event instance- See Also:
LineMoveEventpublic void compositePostMoving(LineMoveEvent event)
CompositeLineListenerCompositeLine has been moved.
compositePostMoving in interface CompositeLineListenerevent - the LineMoveEvent event instance- See Also:
LineMoveEvent
public void vetoableCompositePreManipulating(LineManipulationEvent event)
throws CompositeLineEventVetoException
VetoableCompositeLineListener
This method is called before the manipulation of a
CompositeLine starts.
Throwing a CompositeLineEventVetoException prevents
the CompositeLine against manipulation completely.
vetoableCompositePreManipulating in interface VetoableCompositeLineListenerevent - the LineManipulationEvent event instance
CompositeLineEventVetoException - is thrown to completely prevent
the CompositeLine against manipulation.LineManipulationEvent
public void vetoableCompositeManipulating(LineManipulationEvent event)
throws CompositeLineEventVetoException
VetoableCompositeLineListener
This method is called while a CompositeLine is being
manipulated.
Throwing a CompositeLineEventVetoException prevents
the CompositeLine against manipulation.
For instance this can be used to avoid that a single point of the
CompositeLine is being moved to a location that is not
acceptable.
Notice that this method is only called while interaction with the
CompositeLine is taking place and not when manipulate it by
the interface methods.
vetoableCompositeManipulating in interface VetoableCompositeLineListenerevent - the LineManipulationEvent event instance
CompositeLineEventVetoExceptionLineManipulationEvent
public void vetoableCompositePreMoving(LineMoveEvent event)
throws CompositeLineEventVetoException
VetoableCompositeLineListenerCompositeLine is being moved
around. Throwing a CompositeLineEventVetoException prevents
movement of the CompositeLine completely.
vetoableCompositePreMoving in interface VetoableCompositeLineListenerevent - the LineMoveEvent
- Throws:
CompositeLineEventVetoException - is thrown to completely prevent
the CompositeLine of movement.- See Also:
LineMoveEvent
public void vetoableCompositeMoving(LineMoveEvent event)
throws CompositeLineEventVetoException
VetoableCompositeLineListener
This method is called while a CompositeLine is being moved
around. Throwing a CompositeLineEventVetoException prevents
movement of the CompositeLine to the actual position.
For instance this can be used to avoid that the
CompositeLine is being moved to a location that is not
acceptable.
Notice that this method is only called while interaction with the
CompositeLine is taking place and not when moving it by the
interface methods.
vetoableCompositeMoving in interface VetoableCompositeLineListenerevent - the LineMoveEvent
- Throws:
CompositeLineEventVetoException - is thrown to prevent the
CompositeLine of movement to the current location- See Also:
LineMoveEventpublic void compositeChanged(ChangedEvent event)
CompositeListenerComposite has been changed
but for the change is no specialized callback defined.
compositeChanged in interface CompositeListenerevent - the ChangedEventChangedEventpublic void compositePreMoving(MoveEvent event)
CompositeListenerComposite is being moved
around. Throwing a CompositeEventVetoException prevents
movement of the Composite completely.
compositePreMoving in interface CompositeListenerevent - the LineMoveEvent- See Also:
MoveEventpublic void compositeMoving(MoveEvent event)
CompositeListener
This method is called while a Composite is being moved
around. Throwing a CompositeEventVetoException prevents
movement of the Composite to the actual position.
For instance this can be used to avoid that the Composite is
being moved to a location that is not acceptable.
Notice that this method is only called while interaction with the
Composite is taking place and not when moving it by the
interface methods.
compositeMoving in interface CompositeListenerevent - the MoveEvent- See Also:
MoveEventpublic void compositePostMoving(MoveEvent event)
CompositeListenerComposite has been moved.
compositePostMoving in interface CompositeListenerevent - the MoveEvent- See Also:
MoveEventpublic void compositePreResizing(ResizeEvent event)
CompositeListenerComposite is about to be
resized. Throwing a CompositeEventVetoException prevents
resizement of the Composite completely.
compositePreResizing in interface CompositeListenerevent - the ResizeEvent- See Also:
ResizeEventpublic void compositeResizing(ResizeEvent event)
CompositeListener
This method is called while a Composite is being resized.
Throwing a CompositeEventVetoException prevents resizement
of the Composite to the actual size.
For instance this can be used to avoid that the Composite is
being resized to a size that is not acceptable.
Notice that this method is only called while interaction with the
Composite is taking place and not when resize it by the
interface methods.
compositeResizing in interface CompositeListenerevent - the ResizeEvent- See Also:
ResizeEventpublic void compositePostResizing(ResizeEvent event)
CompositeListenerComposite has been resized.
compositePostResizing in interface CompositeListenerevent - the ResizeEvent- See Also:
ResizeEvent
public void vetoableCompositePreMoving(MoveEvent event)
throws CompositeEventVetoException
VetoableCompositeListenerComposite is being moved
around. Throwing a CompositeEventVetoException prevents
movement of the Composite completely.
vetoableCompositePreMoving in interface VetoableCompositeListenerevent - the MoveEvent
- Throws:
CompositeEventVetoException - is thrown to completely prevent
the Composite of movement.- See Also:
MoveEvent
public void vetoableCompositeMoving(MoveEvent event)
throws CompositeEventVetoException
VetoableCompositeListener
This method is called while a Composite is being moved
around. Throwing a CompositeEventVetoException prevents
movement of the Composite to the actual position.
For instance this can be used to avoid that the Composite is
being moved to a location that is not acceptable.
Notice that this method is only called while interaction with the
Composite is taking place and not when moving it by the
interface methods.
vetoableCompositeMoving in interface VetoableCompositeListenerevent - the MoveEvent
- Throws:
CompositeEventVetoException - is thrown to prevent the
Composite of movement to the current location- See Also:
MoveEvent
public void vetoableCompositePreResizing(ResizeEvent event)
throws CompositeEventVetoException
VetoableCompositeListenerComposite is about to be
resized. Throwing a CompositeEventVetoException prevents
the Composite against resizement completely.
vetoableCompositePreResizing in interface VetoableCompositeListenerevent - the ResizeEvent
- Throws:
CompositeEventVetoException - is thrown to completely prevent
the Composite of resizement.- See Also:
ResizeEvent
public void vetoableCompositeResizing(ResizeEvent event)
throws CompositeEventVetoException
VetoableCompositeListener
This method is called while a Composite is being resized.
Throwing a CompositeEventVetoException prevents the
Composite against resizement to the actual size.
For instance this can be used to avoid that the Composite is
being resized to a size that is not acceptable.
Notice that this method is only called while interaction with the
Composite is taking place and not when resize it by the
interface methods.
vetoableCompositeResizing in interface VetoableCompositeListenerevent - the ResizeEvent
- Throws:
CompositeEventVetoException - is thrown to prevent the
Composite of resize to the current size- See Also:
ResizeEventpublic 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.public void viewAddedComposite(ViewAddCompositeEvent event)
CompositeViewListenerComposite was added.
viewAddedComposite in interface CompositeViewListenerevent - the corresponding event.public void viewAddedComposites(ViewAddCompositesEvent event)
CompositeViewListenerComposites are added.
viewAddedComposites in interface CompositeViewListenerevent - the corresponding event.public void viewRemovedComposite(ViewRemoveCompositeEvent event)
CompositeViewListenerComposite was removed.
viewRemovedComposite in interface CompositeViewListenerevent - the corresponding event.public void viewRemovedComposites(ViewRemoveCompositesEvent event)
CompositeViewListenerComposites were remmoved.
viewRemovedComposites in interface CompositeViewListenerevent - the corresponding event.public void viewSelectionChanged(ViewSelectionChangeEvent event)
CompositeViewListener
viewSelectionChanged in interface CompositeViewListenerevent - the corresponding ViewSelectionChangeEvent
event.public void viewCompositeOrderChanged(ViewCompositeOrderChangeEvent event)
CompositeViewListenerBaseComposite objects
changes.
viewCompositeOrderChanged in interface CompositeViewListenerevent - the corresponding ViewCompositeOrderChangeEvent
event.public void viewParameterChanged(ViewParameterChangeEvent event)
CompositeViewListener
viewParameterChanged in interface CompositeViewListenerevent - the corresponding ViewParameterChangeEvent
event.public void viewModeChanged(ViewModeChangeEvent event)
CompositeViewListenerCompositeView changed.
viewModeChanged in interface CompositeViewListenerevent - the corresponding ViewModeChangeEvent
event.public void viewScrolled(ViewScrolledEvent event)
CompositeViewListener
viewScrolled in interface CompositeViewListenerevent - the corresponding ViewScrollingEvent
event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||