Uses of Interface
de.jstacs.parameters.Rangeable

Packages that use Rangeable
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
de.jstacs.utils.galaxy   
 

Uses of Rangeable in de.jstacs.parameters
 

Classes in de.jstacs.parameters that implement Rangeable
 class AbstractSelectionParameter
          Class for a collection parameter, i.e.
 class EnumParameter
          This class implements a SelectionParameter based on an Enum.
 class MultiSelectionParameter
          Class for a Parameter that provides a collection of possible values.
 class SelectionParameter
          Class for a collection parameter, i.e.
 class SimpleParameter
          Class for a "simple" parameter.
 

Uses of Rangeable in de.jstacs.utils.galaxy
 

Classes in de.jstacs.utils.galaxy that implement Rangeable
 class MultilineSimpleParameter
          An extension of SimpleParameter that renders as a textarea in Galaxy, which is only suitable for DataType.STRINGs.