fr.inria.infovis.temporizer
Class TableTemporizer

java.lang.Object
  extended byfr.inria.infovis.temporizer.AbstractTemporizer
      extended byfr.inria.infovis.temporizer.TableTemporizer
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TableTemporizer
extends AbstractTemporizer

Specific Temporizer dedicated to Infovis Table

Author:
raf

Field Summary
 
Fields inherited from class fr.inria.infovis.temporizer.AbstractTemporizer
DEFAULT_DELAY, LIMIT_DELAY
 
Constructor Summary
TableTemporizer(int d, infovis.Table t)
          Constructs a new temporizer for a table with a specific delay
TableTemporizer(infovis.Table t)
          Constructs a new temporizer for a table
 
Methods inherited from class fr.inria.infovis.temporizer.AbstractTemporizer
actionPerformed, getDelay, getTable, getTimer, getVisualization, setDelay, setTable, setVisualization, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableTemporizer

public TableTemporizer(int d,
                       infovis.Table t)
Constructs a new temporizer for a table with a specific delay

Parameters:
d - The delay in milliseconds

TableTemporizer

public TableTemporizer(infovis.Table t)
Constructs a new temporizer for a table