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

Packages that use TGSelfDeactivatingUI
edu.ucla.stat.SOCR.touchgraph.graphlayout   
edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction   
 

Uses of TGSelfDeactivatingUI in edu.ucla.stat.SOCR.touchgraph.graphlayout
 

Subclasses of TGSelfDeactivatingUI in edu.ucla.stat.SOCR.touchgraph.graphlayout
 class TGPanel.SwitchSelectUI
           
 

Uses of TGSelfDeactivatingUI in edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction
 

Subclasses of TGSelfDeactivatingUI in edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction
 class DragAddUI
          DragAddUI contains code for adding nodes + edges by dragging.
 class DragMultiselectUI
          DragMultiselectUI contains code for selecting a group on nodes by enclosing them in a dotted box.
 class DragNodeUI
          DragNodeUI contains code for dragging nodes.
 class HVRotateDragUI
          HVRotateDragUI.
 class TGAbstractClickUI
          TGAbstractClickUI allows one to write interfaces that deal with mouse clicks.
 class TGAbstractDragUI
          TGAbstractDragUI allows one to write user interfaces that handle what happends when a mouse is pressed, dragged, and released.