Package 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.

See:
          Description

Class Summary
BoolInq A boolean inquisitor knows how to display and control the widgets needed to ask a user for boolean parameter values.
Inquisitor An inquisitor knows how to display and control the widgets needed to ask a user for parameter values.
ListNumericInq 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 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 A modal dialog used to ask the user for all runtime report parameter values.
ParamEditWin A parameter editing dialog box.
RangeDateInq A range date inquisitor knows how to display and control the widgets needed to ask a user for two date parameter values.
RangeNumericInq A range numeric inquisitor knows how to display and control the widgets needed to ask a user for two numeric parameter values.
RangeStringInq A range string inquisitor knows how to display and control the widgets needed to ask a user for two string parameter values.
SingleDateInq A single date inquisitor knows how to display and control the widgets needed to ask a user for a date parameter value.
SingleNumericInq A single numeric inquisitor knows how to display and control the widgets needed to ask a user for a numeric parameter value.
SingleStringInq A single string inquisitor knows how to display and control the widgets needed to ask a user for a string parameter value.
 

Package jimm.datavision.gui.parameter Description

Provides the classes and interfaces that make up the graphical user interface for editing parameters and asking the user to provide their values.