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:
- GraphPanel.SwitchSelectUI, TGPanel.SwitchSelectUI
public abstract class TGAbstractClickUI
- extends TGSelfDeactivatingUI
TGAbstractClickUI allows one to write interfaces that deal with
mouse clicks.
- Version:
- 1.21 $Id: TGAbstractClickUI.java,v 3.0 2004/07/24 13:21:22 altheim Exp $
- Author:
- Alexander Shapiro
| 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(MouseEvent e)
deactivate
public final void deactivate()
- Overrides:
deactivate in class TGUserInterface
mouseClicked
public abstract void mouseClicked(MouseEvent e)
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.