|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.reflection.types.IntegerField
public class IntegerField
Integer field spinner component.
Constructor Summary | |
---|---|
IntegerField()
Creates new instance. |
|
IntegerField(int defaultValue)
Creates new instance with default value. |
|
IntegerField(int defaultValue,
int minValue,
int maxValue,
int stepValue)
Creates new instance with default, minimum and maximum values. |
Method Summary | |
---|---|
int |
getDefaultValue()
Gets default value. |
int |
getMaxValue()
Gets maximum value. |
int |
getMinValue()
Gets minimum value. |
int |
getStepValue()
Gets step up/down value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegerField()
public IntegerField(int defaultValue)
defaultValue
- the default valuepublic IntegerField(int defaultValue, int minValue, int maxValue, int stepValue)
defaultValue
- the default valueminValue
- the minimum valuemaxValue
- the maximum valuestepValue
- the spinner step up/down valueMethod Detail |
---|
public int getDefaultValue()
public int getMinValue()
public int getMaxValue()
public int getStepValue()
|
JSCAPE MFT Server | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |