|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.quartzware.Value | +--net.quartzware.BinaryValue
Constructs and holds information on a Binary Value.
Field Summary | |
private long |
binVal |
Fields inherited from class net.quartzware.Value |
label, parent |
Constructor Summary | |
BinaryValue()
Constructs an empty Binary Value. |
|
BinaryValue(long val)
Constructs a Binary Value with a given value. |
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 long binVal
Constructor Detail |
public BinaryValue()
public BinaryValue(long val)
val
- the value for Binary Value.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 |