Uses of Class
ml.options.OptionData
-
-
Uses of OptionData in ml.options
Methods in ml.options that return OptionData Modifier and Type Method Description OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key)Add the given option to the set.OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key, java.lang.String altKey)Add the given option to the set.OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key, java.lang.String altKey, Options.Multiplicity multiplicity)Add the given option to the set.OptionDataOptionSet. addOption(OptionData.Type type, java.lang.String key, Options.Multiplicity multiplicity)Add the given option to the set.OptionDataOptionSet. getOption(java.lang.String key)Get the data for a specific option, identified by its key name (which is unique)OptionDataOptionData. setDetailText(java.lang.String text)Set the text to be used for the <detail> argument of a value option.OptionDataOptionData. setHelpText(java.lang.String text)Set the text describing the purpose of the option.OptionDataOptionData. setValueText(java.lang.String text)Set the text to be used for the <value> argument of a value option.Methods in ml.options that return types with arguments of type OptionData Modifier and Type Method Description java.util.List<OptionData>OptionSet. getOptionData()Get a list of all the options defined for this setMethods in ml.options with parameters of type OptionData Modifier and Type Method Description static voidValueConstraint. add(OptionData optionData, int[] values)Add a constraint ofValueConstraint.TypeINT_ARRAYfor the given optionstatic voidValueConstraint. add(OptionData optionData, int imin, int imax)Add a constraint ofValueConstraint.TypeINT_RANGEfor the given optionstatic voidValueConstraint. add(OptionData optionData, java.lang.String[] values, boolean caseSensitive)Add a constraint ofValueConstraint.TypeSTRING_ARRAYfor the given optionstatic voidValueConstraint. add(OptionData optionData, ValueConstraint.Type type, java.lang.String spec)Add a constraint of the givenValueConstraint.Typewith the specified details
-