edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction
Class TGSelfDeactivatingUI

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
      extended by edu.ucla.stat.SOCR.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.

Version:
1.22-jre1.1 $Id: TGSelfDeactivatingUI.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
Author:
Alexander Shapiro

Constructor Summary
TGSelfDeactivatingUI()
          Default constructor.
 
Method Summary
 void setSelfDeactivate(boolean sd)
           
 
Methods inherited from class edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
activate, activate, deactivate, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGSelfDeactivatingUI

public TGSelfDeactivatingUI()
Default constructor.

Method Detail

setSelfDeactivate

public void setSelfDeactivate(boolean sd)