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. | |
Classes | |
class | CancelledDialogException |
Thrown if accessed without clicking OK. More... | |
class | InvalidDialogException |
Thrown if can't parse int field. More... |
Definition at line 19 of file SelectionDialog.java.
|
Definition at line 32 of file SelectionDialog.java. References Sct.gui.SelectionDialog.buildGUI(), Sct.gui.SelectionDialog.defaults, Sct.gui.SelectionDialog.fields, and Sct.gui.SelectionDialog.valid. 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. Referenced by GuiComponents.SctConf.RODView.getEditButton(), GuiComponents.SctConf.ModuleView.getMURPanel(), GuiComponents.SctConf.ModuleView.getPowerPanel(), GuiComponents.Panels.SctApiGui.inputRodQuadruplet(), GuiComponents.Panels.SctApiGui.inputRodTriplet(), GuiComponents.Panels.SctApiGui.inputTimDoublet(), and GuiComponents.SctConf.MURPanel.physicalMappingPerformed(). |
|
Try to interpret field index as a String and return that value.
Definition at line 105 of file SelectionDialog.java. Referenced by GuiComponents.SctConf.RODView.getEditButton(). |