Uses of Class
VASSAL.configure.BeanShellExpressionConfigurer.Option
| Package | Description |
|---|---|
| VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's. |
| VASSAL.script.expression |
-
Uses of BeanShellExpressionConfigurer.Option in VASSAL.configure
Fields in VASSAL.configure declared as BeanShellExpressionConfigurer.Option Modifier and Type Field Description protected BeanShellExpressionConfigurer.OptionBeanShellExpressionConfigurer. optionMethods in VASSAL.configure that return BeanShellExpressionConfigurer.Option Modifier and Type Method Description BeanShellExpressionConfigurer.OptionBeanShellExpressionConfigurer. getOption()static BeanShellExpressionConfigurer.OptionBeanShellExpressionConfigurer.Option. valueOf(String name)Returns the enum constant of this type with the specified name.static BeanShellExpressionConfigurer.Option[]BeanShellExpressionConfigurer.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in VASSAL.configure with parameters of type BeanShellExpressionConfigurer.Option Modifier and Type Method Description protected voidBeanShellFunctionMenu. addFunction(JMenu menu, String op, String desc, String[] parms, String parmInfo, String[] hints, BeanShellExpressionConfigurer.Option[] options)protected voidBeanShellFunctionMenu. buildFunction(String op, String desc, String[] parmDesc, String[] hints, BeanShellExpressionConfigurer.Option[] options)Constructors in VASSAL.configure with parameters of type BeanShellExpressionConfigurer.Option Constructor Description BeanShellExpressionConfigurer(String key, String name, String val, GamePiece piece, BeanShellExpressionConfigurer.Option option)BeanShellExpressionConfigurer(String key, String name, String val, GamePiece piece, BeanShellExpressionConfigurer.Option option, boolean displayOnly)BeanShellExpressionConfigurer(String key, String name, String val, GamePiece piece, BeanShellExpressionConfigurer.Option option, FunctionBuilder builder) -
Uses of BeanShellExpressionConfigurer.Option in VASSAL.script.expression
Constructors in VASSAL.script.expression with parameters of type BeanShellExpressionConfigurer.Option Constructor Description FunctionBuilder(StringConfigurer c, JDialog parent, String function, String desc, String[] parmDesc, EditablePiece piece, String[] hints, BeanShellExpressionConfigurer.Option[] options, String selectedText)