All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.timers.FixedKickerControl

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----utils.timers.FixedKickerControl

public class FixedKickerControl
extends Panel
provides a graphical control panel for a FixedKicker thread allows the user to adjust the thread parameters and stop/start the thread.


Variable Index

 o CON
 o PAU

Constructor Index

 o FixedKickerControl(Dynamic)
construct by specifying what will be kicked

Method Index

 o action(Event, Object)
 o getDT()
 o getMaxDT()
 o getMaxSleep()
 o getMinDT()
 o getMinSleep()
 o getSleep()
 o scrollerAction(Event, Object)
 o setDTRange(double, double)
set the range of allowed time-step intervals
 o setSleepRange(long, long)
set the range of allowed sleep times

Variables

 o PAU
 public static final String PAU
 o CON
 public static final String CON

Constructors

 o FixedKickerControl
 public FixedKickerControl(Dynamic kiced)
construct by specifying what will be kicked

Methods

 o action
 public boolean action(Event e,
                       Object arg)
Overrides:
action in class Component
 o scrollerAction
 public boolean scrollerAction(Event e,
                               Object arg)
 o setSleepRange
 public void setSleepRange(long sl_min,
                           long sl_max)
set the range of allowed sleep times

 o setDTRange
 public void setDTRange(double min_dt,
                        double max_dt)
set the range of allowed time-step intervals

 o getMinDT
 public double getMinDT()
 o getMaxDT
 public double getMaxDT()
 o getMinSleep
 public double getMinSleep()
 o getMaxSleep
 public double getMaxSleep()
 o getDT
 public double getDT()
 o getSleep
 public long getSleep()

All Packages  Class Hierarchy  This Package  Previous  Next  Index