|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--net.quartzware.Value | +--net.quartzware.StringVal
Constructs a StringVal.
| Field Summary | |
private java.lang.String |
string |
| Fields inherited from class net.quartzware.Value |
label, parent |
| Constructor Summary | |
StringVal() Constructs an empty StringVal. |
|
StringVal(java.lang.String str)
Constructs a StringVal with a String 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 java.lang.String string
| Constructor Detail |
public StringVal(java.lang.String str)
str - the name of a String.public StringVal()
| 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 | ||||||