edu.ucla.stat.SOCR.touchgraph.graphlayout
Class TGPanel.SwitchSelectUI

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
      extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
          extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGAbstractClickUI
              extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.TGPanel.SwitchSelectUI
Enclosing class:
TGPanel

public class TGPanel.SwitchSelectUI
extends TGAbstractClickUI


Constructor Summary
TGPanel.SwitchSelectUI()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
           
 
Methods inherited from class edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGAbstractClickUI
activate, activate, deactivate
 
Methods inherited from class edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
setSelfDeactivate
 
Methods inherited from class edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
activate, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGPanel.SwitchSelectUI

public TGPanel.SwitchSelectUI()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in class TGAbstractClickUI