|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.quartzware.Value | +--net.quartzware.IntArray
Class representation of an Integer Array
Field Summary | |
private java.lang.Integer[] |
array |
private IntArrayDlg |
dlg |
Fields inherited from class net.quartzware.Value |
label, parent |
Constructor Summary | |
IntArray() Default constructor - created empty array |
|
IntArray(int[] array)
Constructs the IntArray with a user specified integer array |
|
IntArray(java.lang.Integer[] array)
Constructs the IntArray with a user specified integer array |
|
IntArray(java.util.Vector array)
Constructs the IntArray from a user specified 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 containing the IntegerArray |
Methods inherited from class net.quartzware.Value |
getLabel |
Methods inherited from class java.lang.Object |
|
Field Detail |
private IntArrayDlg dlg
private java.lang.Integer[] array
Constructor Detail |
public IntArray(int[] array)
array
- the array to be constructedpublic IntArray(java.lang.Integer[] array)
array
- the array to be constructedpublic IntArray(java.util.Vector array)
array
- the array to be constructedpublic IntArray()
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 |