Uses of Class
plugins.big.blobgenerator.parameters.ParametersCategory

Packages that use ParametersCategory
plugins.big.blobgenerator.parameters   
 

Uses of ParametersCategory in plugins.big.blobgenerator.parameters
 

Fields in plugins.big.blobgenerator.parameters with type parameters of type ParametersCategory
 java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.ezplug.EzComponent>> Parameters.ezVariables
          Map of all the EzVar indexed by their category.
 java.util.HashMap<ParametersCategory,java.util.List<plugins.adufour.vars.lang.Var<?>>> Parameters.variables
          Map of all the Var indexed by their category.
 

Methods in plugins.big.blobgenerator.parameters that return ParametersCategory
static ParametersCategory ParametersCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParametersCategory[] ParametersCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.