net.quartzware
Class ObjectVal

java.lang.Object
  |
  +--net.quartzware.Value
        |
        +--net.quartzware.ObjectVal

public class ObjectVal
extends Value

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

dlg

private ObjectValDlg dlg
Constructor Detail

ObjectVal

public ObjectVal(java.lang.Object obj)
Constructs an ObjectVal with a Object type.
Parameters:
obj - the name of an Object.

ObjectVal

public ObjectVal()
Constructs an empty ObjectVal.
Method Detail

editValue

public void editValue()
This is the function that will be called whenever the user wishes to edit a value from the Editor Window
Overrides:
editValue in class Value

showDlg

private void showDlg()
Displays a dialog that allows the user to edit an ObjectVal