Definition at line 33 of file ItemPropertyDoubleSpin.java.
com.generalrobotix.ui.util.ItemPropertyDoubleSpin.ItemPropertyDoubleSpin |
( |
double |
min, |
|
|
double |
max, |
|
|
double |
step |
|
) |
| |
|
inline |
void com.generalrobotix.ui.util.ItemPropertyDoubleSpin.down |
( |
| ) |
|
|
inline |
double com.generalrobotix.ui.util.ItemPropertyDoubleSpin.getValue |
( |
void |
| ) |
|
|
inline |
boolean com.generalrobotix.ui.util.ItemPropertyDoubleSpin.isOk |
( |
double |
v | ) |
|
|
inline |
void com.generalrobotix.ui.util.ItemPropertyDoubleSpin.setEnabled |
( |
boolean |
flag | ) |
|
|
inline |
void com.generalrobotix.ui.util.ItemPropertyDoubleSpin.setItem |
( |
GrxBaseItem |
item, |
|
|
String |
key |
|
) |
| |
|
inline |
void com.generalrobotix.ui.util.ItemPropertyDoubleSpin.setValue |
( |
String |
s | ) |
|
|
inline |
void com.generalrobotix.ui.util.ItemPropertyDoubleSpin.setValue |
( |
double |
v | ) |
|
|
inline |
void com.generalrobotix.ui.util.ItemPropertyDoubleSpin.up |
( |
| ) |
|
|
inline |
GrxBaseItem com.generalrobotix.ui.util.ItemPropertyDoubleSpin.item_ |
|
private |
String com.generalrobotix.ui.util.ItemPropertyDoubleSpin.key_ |
|
private |
double com.generalrobotix.ui.util.ItemPropertyDoubleSpin.max_ |
|
private |
double com.generalrobotix.ui.util.ItemPropertyDoubleSpin.min_ |
|
private |
double com.generalrobotix.ui.util.ItemPropertyDoubleSpin.step_ |
|
private |
JTextField com.generalrobotix.ui.util.ItemPropertyDoubleSpin.text_ |
|
private |
SEDouble com.generalrobotix.ui.util.ItemPropertyDoubleSpin.value_ |
|
private |
The documentation for this class was generated from the following file: