net.quartzware
Class StringArray

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

public class StringArray
extends Value

Class that contains a string array


Field Summary
private  StringArrayDlg dlg
           
private  java.util.Vector stringArray
           
 
Fields inherited from class net.quartzware.Value
label, parent
 
Constructor Summary
StringArray()
          Default constructor - creates empty StringArray
StringArray(java.lang.String[] array)
          Constructs the StringArray with a given string
StringArray(java.util.Vector array)
          Constructs the StringArray with a given vector
 
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 the dialog box to display the string
 
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 StringArrayDlg dlg

stringArray

private java.util.Vector stringArray
Constructor Detail

StringArray

public StringArray(java.lang.String[] array)
Constructs the StringArray with a given string
Parameters:
array - the array to be constructed

StringArray

public StringArray(java.util.Vector array)
Constructs the StringArray with a given vector
Parameters:
array - the vector to be constructed

StringArray

public StringArray()
Default constructor - creates empty StringArray
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 the dialog box to display the string