- All Implemented Interfaces:
Serializable
- Enclosing class:
MinMaxPane<T extends Number>
Holds the min and max variables.
- Author:
- Jamie Macaulay
- See Also:
-
-
Field Summary 
Fields
boolean
True if the pane is enabled or not.
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
min 
The minimum value
-
max 
The maximum value
-
enabled 
public boolean enabled
True if the pane is enabled or not.
-
Constructor Details 
-
MinMaxParams 
public MinMaxParams(T min,
T max,
boolean enabled)