Class iicm.widgets.AdjustableValue
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.widgets.AdjustableValue

java.lang.Object
   |
   +----iicm.widgets.AdjustableValue

public class AdjustableValue
extends Object

Variable Index

 o visible

Constructor Index

 o AdjustableValue(double, double, double, int)

Method Index

 o getValue()
 o setText(double)

Variables

 o visible
  public final static int visible

Constructors

 o AdjustableValue
  public AdjustableValue(double minValue,
                         double maxValue,
                         double initValue,
                         int precision)

Methods

 o setText
  public void setText(double initValue)
 o getValue
  public double getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index