|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--net.quartzware.Value | +--net.quartzware.IntegerValue
Constructs and holds information on an Integer Value.
| Field Summary | |
private java.lang.Integer |
intVal |
| Fields inherited from class net.quartzware.Value |
label, parent |
| Constructor Summary | |
IntegerValue()
Constructs an empty IntegerValue. |
|
IntegerValue(int val)
Constructs an IntegerValue with a value of type int. |
|
IntegerValue(java.lang.Integer val)
Constructs an IntegerValue with a value of type Integer. |
|
| Method Summary | |
void |
editValue()
This is the function that will be called whenever the user wishes to edit a value from the Editor Window |
| Methods inherited from class net.quartzware.Value |
getLabel |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.Integer intVal
| Constructor Detail |
public IntegerValue(java.lang.Integer val)
val - the name of a Integer valuepublic IntegerValue(int val)
val - the name of a int valuepublic IntegerValue()
| Method Detail |
public void editValue()
editValue in class
Value
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||