Uses of Enum Class
VASSAL.configure.BeanShellExpressionConfigurer.Option
Packages that use BeanShellExpressionConfigurer.Option
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of BeanShellExpressionConfigurer.Option in VASSAL.configure
Subclasses with type arguments of type BeanShellExpressionConfigurer.Option in VASSAL.configureModifier and TypeClassDescriptionstatic enum
enum describing any special processing that needs to be done for particular expression types NONE = No special handling PME = Property Match Expression handling.Fields in VASSAL.configure declared as BeanShellExpressionConfigurer.OptionModifier and TypeFieldDescriptionprotected BeanShellExpressionConfigurer.Option
BeanShellExpressionConfigurer.option
Methods in VASSAL.configure that return BeanShellExpressionConfigurer.OptionModifier and TypeMethodDescriptionBeanShellExpressionConfigurer.getOption()
Returns the enum constant of this class with the specified name.static BeanShellExpressionConfigurer.Option[]
BeanShellExpressionConfigurer.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in VASSAL.configure with parameters of type BeanShellExpressionConfigurer.OptionModifier and TypeMethodDescriptionprotected void
BeanShellFunctionMenu.addFunction
(JMenu menu, String op, String desc, String[] parms, String parmInfo, String[] hints, BeanShellExpressionConfigurer.Option[] options) protected void
BeanShellFunctionMenu.buildFunction
(String op, String desc, String[] parmDesc, String[] hints, BeanShellExpressionConfigurer.Option[] options) void
BeanShellExpressionConfigurer.setOption
(BeanShellExpressionConfigurer.Option option) Constructors in VASSAL.configure with parameters of type BeanShellExpressionConfigurer.OptionModifierConstructorDescriptionBeanShellExpressionConfigurer
(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.OptionModifierConstructorDescriptionFunctionBuilder
(StringConfigurer c, JDialog parent, String function, String desc, String[] parmDesc, EditablePiece piece, String[] hints, BeanShellExpressionConfigurer.Option[] options, String selectedText)