|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.gui.parameter.Inquisitor
jimm.datavision.gui.parameter.BoolInq
class BoolInq
A boolean inquisitor knows how to display and control the widgets needed to ask a user for boolean parameter values.
| Field Summary | |
|---|---|
protected javax.swing.JRadioButton |
boolNoRButton
|
protected javax.swing.JRadioButton |
boolYesRButton
|
| Fields inherited from class jimm.datavision.gui.parameter.Inquisitor |
|---|
instanceCount, panel, panelName, parameter, TEXT_FIELD_COLS |
| Constructor Summary | |
|---|---|
BoolInq(Parameter param)
|
|
| Method Summary | |
|---|---|
(package private) void |
copyGUIIntoParam()
Copy all values from our GUI widgets into the parameter's value(s). |
(package private) void |
copyParamIntoGUI()
Copy all values from parameter's value(s) into our GUI widgets. |
| Methods inherited from class jimm.datavision.gui.parameter.Inquisitor |
|---|
create, getPanel, getPanelName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.JRadioButton boolYesRButton
protected javax.swing.JRadioButton boolNoRButton
| Constructor Detail |
|---|
BoolInq(Parameter param)
| Method Detail |
|---|
void copyGUIIntoParam()
Inquisitor
copyGUIIntoParam in class Inquisitorvoid copyParamIntoGUI()
Inquisitor
copyParamIntoGUI in class Inquisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||