|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.event.BaseCompositeAdapter
The BaseCompositeAdapter class implements the
BaseCompositeListener interface and overrides all methods
declared there with methods which have no functionality inside. So that, when
creating a BaseCompositeListener not all of the methods have to
be overridden, only the methods which are from interest.
| Constructor Summary | |
BaseCompositeAdapter()
Constructor for BaseCompositeAdapter. |
|
| Method Summary | |
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. |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseCompositeAdapter()
| Method Detail |
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 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 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 mouseClick(BCMouseEvent event)
BaseCompositeListenerBaseComposite.
mouseClick in interface BaseCompositeListenerevent - the BCMouseEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||