jimm.datavision.gui.parameter |
jimm.datavision.gui.parameter
Provides the classes and interfaces that make up the graphical user
interface for editing parameters and asking the user to provide their
values.
|
Java Source File Name | Type | Comment |
BoolInq.java | Class | A boolean inquisitor knows how to display and control the widgets needed
to ask a user for boolean parameter values. |
Inquisitor.java | Class | An inquisitor knows how to display and control the widgets needed
to ask a user for parameter values. |
ListNumericInq.java | Class | A multiple-choice numeric list inquisitor knows how to display and
control the widgets needed to ask a user for multiple numeric parameter
values from a list. |
ListStringInq.java | Class | 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. |
ParamAskWin.java | Class | A modal dialog used to ask the user for all runtime report parameter
values. |
ParamEditWin.java | Class | A parameter editing dialog box. |
RangeDateInq.java | Class | A range date inquisitor knows how to display and control the widgets
needed to ask a user for two date parameter values. |
RangeNumericInq.java | Class | A range numeric inquisitor knows how to display and control the widgets
needed to ask a user for two numeric parameter values. |
RangeStringInq.java | Class | A range string inquisitor knows how to display and control the widgets
needed to ask a user for two string parameter values. |
SingleDateInq.java | Class | A single date inquisitor knows how to display and control the widgets
needed to ask a user for a date parameter value. |
SingleNumericInq.java | Class | A single numeric inquisitor knows how to display and control the widgets
needed to ask a user for a numeric parameter value. |
SingleStringInq.java | Class | A single string inquisitor knows how to display and control the widgets
needed to ask a user for a string parameter value. |