Uses of Class
jimm.datavision.gui.parameter.Inquisitor

Packages that use Inquisitor
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. 
 

Uses of Inquisitor in jimm.datavision.gui.parameter
 

Subclasses of Inquisitor in jimm.datavision.gui.parameter
(package private)  class BoolInq
          A boolean inquisitor knows how to display and control the widgets needed to ask a user for boolean parameter values.
(package private)  class 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.
(package private)  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.
(package private)  class RangeDateInq
          A range date inquisitor knows how to display and control the widgets needed to ask a user for two date parameter values.
(package private)  class RangeNumericInq
          A range numeric inquisitor knows how to display and control the widgets needed to ask a user for two numeric parameter values.
(package private)  class RangeStringInq
          A range string inquisitor knows how to display and control the widgets needed to ask a user for two string parameter values.
(package private)  class SingleDateInq
          A single date inquisitor knows how to display and control the widgets needed to ask a user for a date parameter value.
(package private)  class SingleNumericInq
          A single numeric inquisitor knows how to display and control the widgets needed to ask a user for a numeric parameter value.
(package private)  class SingleStringInq
          A single string inquisitor knows how to display and control the widgets needed to ask a user for a string parameter value.
 

Methods in jimm.datavision.gui.parameter that return Inquisitor
static Inquisitor Inquisitor.create(Parameter param)
          This factory method returns the proper inquisitor for the specified parameter.