Uses of Class
ecologylab.appframework.types.prefs.Choice

Packages that use Choice
ecologylab.appframework.types.prefs Type declarations for preferences, in the Interface Ecology Lab Application Development Framework. 
 

Uses of Choice in ecologylab.appframework.types.prefs
 

Subclasses of Choice in ecologylab.appframework.types.prefs
 class ChoiceBoolean
          A Boolean Choice object, for a multi-choice preference.
 class ChoiceFloat
          A Float Choice object, for a multi-choice preference.
 class ChoiceInt
          An Integer Choice object, for a multi-choice preference.
 

Methods in ecologylab.appframework.types.prefs that return Choice
 Choice MetaPref.getChoiceByIndex(int index)
          Get the Choice at the given index.
 Choice MetaPref.getChoiceByValue(java.lang.String value)
          Get a Choice from the list of choices, whose value matches the value passed in.
 

Methods in ecologylab.appframework.types.prefs that return types with arguments of type Choice
 ArrayListState<Choice<T>> MetaPref.getChoices()
          Gets the Choices of a MetaPref.
 

Methods in ecologylab.appframework.types.prefs with parameters of type Choice
 int MetaPref.getIndexByChoice(Choice choice)
          Get the index of a given Choice.