com.touchgraph.graphlayout.interaction
Class TGSelfDeactivatingUI
java.lang.Object
com.touchgraph.graphlayout.interaction.TGUserInterface
com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
- Direct Known Subclasses:
- TGAbstractClickUI, TGAbstractDragUI
public abstract class TGSelfDeactivatingUI
- extends TGUserInterface
TGSelfDeactivatingUI: A UI that can deactivate itself once its
task is performed. For instance a dragUI can deactivate itself after
the mouse is released.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGSelfDeactivatingUI
public TGSelfDeactivatingUI()
- Default constructor.
setSelfDeactivate
public void setSelfDeactivate(boolean sd)