it.polito.elite.visualization.ontoviewer.behaviors
Class ManageCursorChangeTT

java.lang.Object
  extended by java.util.TimerTask
      extended by it.polito.elite.visualization.ontoviewer.behaviors.ManageCursorChangeTT
All Implemented Interfaces:
java.lang.Runnable

public class ManageCursorChangeTT
extends java.util.TimerTask


Field Summary
private  int buttonID
           
private  java.awt.Component componente
           
private  MyMouseCursorSelector handle
           
 
Constructor Summary
ManageCursorChangeTT(java.awt.Component componente, int buttonID, MyMouseCursorSelector h)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buttonID

private int buttonID

componente

private java.awt.Component componente

handle

private MyMouseCursorSelector handle
Constructor Detail

ManageCursorChangeTT

public ManageCursorChangeTT(java.awt.Component componente,
                            int buttonID,
                            MyMouseCursorSelector h)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask