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

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
      extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.GLEditUI

public class GLEditUI
extends TGUserInterface

GLEditUI: User Interface for editing the graph.

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

Constructor Summary
GLEditUI(GLPanel glPanel)
           
GLEditUI(TGPanel tgp)
          Constructor with TGPanel tgp.
 
Method Summary
 void activate()
           
 void deactivate()
           
 
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

GLEditUI

public GLEditUI(TGPanel tgp)
Constructor with TGPanel tgp.


GLEditUI

public GLEditUI(GLPanel glPanel)
Method Detail

activate

public void activate()
Specified by:
activate in class TGUserInterface

deactivate

public void deactivate()
Overrides:
deactivate in class TGUserInterface