com.touchgraph.graphlayout.interaction
Class TGAbstractClickUI
java.lang.Object
com.touchgraph.graphlayout.interaction.TGUserInterface
com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
com.touchgraph.graphlayout.interaction.TGAbstractClickUI
- Direct Known Subclasses:
- TGPanel.SwitchSelectUI
public abstract class TGAbstractClickUI
- extends TGSelfDeactivatingUI
TGAbstractClickUI allows one to write interfaces that deal with
mouse clicks.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGAbstractClickUI
public TGAbstractClickUI()
TGAbstractClickUI
public TGAbstractClickUI(TGPanel tgp)
activate
public final void activate()
- Specified by:
activate
in class TGUserInterface
activate
public final void activate(java.awt.event.MouseEvent e)
deactivate
public final void deactivate()
- Overrides:
deactivate
in class TGUserInterface
mouseClicked
public abstract void mouseClicked(java.awt.event.MouseEvent e)