Public Member Functions | |
SelectionDialog (java.awt.Frame owner, String title, String fs[], String ds[]) | |
int | getIntFieldValue (int index) throws InvalidDialogException, CancelledDialogException |
Try and interpret field index as an integer and return that value. | |
String | getStringFieldValue (int index) throws InvalidDialogException, CancelledDialogException |
Try to interpret field index as a String and return that value. | |
Package Attributes | |
JTextField | textFields [] |
String | fields [] |
String | defaults [] |
boolean | valid |
Private Member Functions | |
void | buildGUI () |
Build the GUI panel. |
Definition at line 19 of file SelectionDialog.java.
|
Definition at line 32 of file SelectionDialog.java. References Sct.gui.SelectionDialog.buildGUI(). |
Here is the call graph for this function:
|
Try and interpret field index as an integer and return that value.
Definition at line 91 of file SelectionDialog.java. |
|
Try to interpret field index as a String and return that value.
Definition at line 105 of file SelectionDialog.java. |