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