|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--net.quartzware.Value | +--net.quartzware.StringArray
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 |
|
| Field Detail |
private StringArrayDlg dlg
private java.util.Vector stringArray
| Constructor Detail |
public StringArray(java.lang.String[] array)
array - the array to be constructedpublic StringArray(java.util.Vector array)
array - the vector to be constructedpublic StringArray()
| 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 | ||||||