|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.graphdocument.GraphPanelAdapter
Adapter for the GraphPanelListener interface.
| Constructor Summary | |
GraphPanelAdapter()
Does nothing. |
|
| 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.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphPanelAdapter()
| Method Detail |
public void postDropBaseComposite(BaseComposite basecomposite)
GraphPanelListenerBaseComposite was dragged and dropped onto
the GraphPanel this GraphPanelListener.
postDropBaseComposite in interface GraphPanelListenerbasecomposite - thepublic void preAction()
GraphPanelListenerGraphPanel this instance of
GraphPanelListener is registered with.
the GraphPanel this GraphPanelListener.
preAction in interface GraphPanelListenerpublic void acted(int actID)
GraphPanelListener
acted in interface GraphPanelListeneractID - 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()
GraphPanelListenerGraphPanel this instance of
GraphPanelListener is registered with.
the GraphPanel this GraphPanelListener.
postAction in interface GraphPanelListenerpublic void postMouseClick()
GraphPanelListenerGraphPanel this instance of
GraphPanelListener is registered with.
postMouseClick in interface GraphPanelListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||