|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class specifies the layout of classes that like to be informed
about events that originate from a GraphPanel.
Events that a GraphPanel informs registered listeners about
are postAction() and alike.
| Method Summary | |
void |
acted(int actID)
Invoked after each interaction cycle. |
void |
postAction()
Invoked when a user interaction has completed on a GraphPanel this instance of
GraphPanelListener is registered with.
|
void |
postDropBaseComposite(BaseComposite basecomposite)
Invoked when a BaseComposite was dragged and dropped onto
the GraphPanel this GraphPanelListener. |
void |
postMouseClick()
Invoked when a mouse click has completed on a GraphPanel this instance of
GraphPanelListener is registered with. |
void |
preAction()
Invoked when a user interaction is about to begin on a GraphPanel this instance of
GraphPanelListener is registered with.
|
| Method Detail |
public void postDropBaseComposite(BaseComposite basecomposite)
BaseComposite was dragged and dropped onto
the GraphPanel this GraphPanelListener.
basecomposite - thepublic void preAction()
GraphPanel this instance of
GraphPanelListener is registered with.
the GraphPanel this GraphPanelListener.
public void acted(int actID)
actID - integer id that holds one of the values
defined in InteractionConstants
that are prefixed with ACT*; The id gives additional
info about the type of interaction that actually occured (e.g.
whether a composite was manipulated or whether one or many composites
were moved.public void postAction()
GraphPanel this instance of
GraphPanelListener is registered with.
the GraphPanel this GraphPanelListener.
public void postMouseClick()
GraphPanel this instance of
GraphPanelListener is registered with.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||