com.touchgraph.graphlayout.interaction
Class TGAbstractMousePausedUI

java.lang.Object
  extended bycom.touchgraph.graphlayout.interaction.TGUserInterface
      extended bycom.touchgraph.graphlayout.interaction.TGAbstractMousePausedUI

public abstract class TGAbstractMousePausedUI
extends TGUserInterface

TGAbstractMousePausedUI allows one to handle MousePaused events.

Version:
1.21 $Id: TGAbstractMousePausedUI.java,v 1.1.1.1 2004/02/06 08:44:07 keesj Exp $
Author:
Alexander Shapiro

Field Summary
protected  TGPanel tgPanel
           
 
Constructor Summary
TGAbstractMousePausedUI(TGPanel tgp)
          Constructor with TGPanel tgp.
 
Method Summary
 void activate()
           
 void cancelPause()
           
 void deactivate()
           
abstract  void mouseDragged(java.awt.event.MouseEvent e)
           
abstract  void mouseMoved(java.awt.event.MouseEvent e)
           
abstract  void mousePaused(java.awt.event.MouseEvent e)
           
 void postDeactivate()
           
 void preActivate()
           
 void resetPause()
           
 
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
 

Field Detail

tgPanel

protected TGPanel tgPanel
Constructor Detail

TGAbstractMousePausedUI

public TGAbstractMousePausedUI(TGPanel tgp)
Constructor with TGPanel tgp.

Method Detail

activate

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

deactivate

public final void deactivate()
Overrides:
deactivate in class TGUserInterface

preActivate

public void preActivate()

postDeactivate

public void postDeactivate()

mousePaused

public abstract void mousePaused(java.awt.event.MouseEvent e)

mouseMoved

public abstract void mouseMoved(java.awt.event.MouseEvent e)

mouseDragged

public abstract void mouseDragged(java.awt.event.MouseEvent e)

resetPause

public void resetPause()

cancelPause

public void cancelPause()


Copyright © 2003-2004 SourceForge. All Rights Reserved.