Uses of Enum Class
VASSAL.configure.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
Modifier 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.Modifier and TypeFieldDescriptionprotected BeanShellExpressionConfigurer.Option
BeanShellExpressionConfigurer.option
Modifier 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.Modifier 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) ModifierConstructorDescriptionBeanShellExpressionConfigurer
(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
ModifierConstructorDescriptionFunctionBuilder
(StringConfigurer c, JDialog parent, String function, String desc, String[] parmDesc, EditablePiece piece, String[] hints, BeanShellExpressionConfigurer.Option[] options, String selectedText)