|
||||||||||
| 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.ListStringInq
class ListStringInq
A single-choice string list inquisitor knows how to display and control the widgets needed to ask a user for a single string parameter value from a list.
| Field Summary | |
|---|---|
protected javax.swing.JList |
list
|
| Fields inherited from class jimm.datavision.gui.parameter.Inquisitor |
|---|
instanceCount, panel, panelName, parameter, TEXT_FIELD_COLS |
| Constructor Summary | |
|---|---|
ListStringInq(Parameter param,
boolean allowMultipleSelection)
|
|
| 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.JList list
| Constructor Detail |
|---|
ListStringInq(Parameter param,
boolean allowMultipleSelection)
| 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 | |||||||||