com.touchgraph.graphlayout
Class TGPanel.SwitchSelectUI

java.lang.Object
  extended by com.touchgraph.graphlayout.interaction.TGUserInterface
      extended by com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
          extended by com.touchgraph.graphlayout.interaction.TGAbstractClickUI
              extended by com.touchgraph.graphlayout.TGPanel.SwitchSelectUI
Enclosing class:
TGPanel

public class TGPanel.SwitchSelectUI
extends TGAbstractClickUI


Constructor Summary
TGPanel.SwitchSelectUI()
           
 
Method Summary
 void mouseClicked(MouseEvent e)
           
 
Methods inherited from class com.touchgraph.graphlayout.interaction.TGAbstractClickUI
activate, activate, deactivate
 
Methods inherited from class com.touchgraph.graphlayout.interaction.TGSelfDeactivatingUI
setSelfDeactivate
 
Methods inherited from class com.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(MouseEvent e)
Specified by:
mouseClicked in class TGAbstractClickUI