Package VASSAL.build.module
Class ObscurableOptions.SetAllowed
java.lang.Object
VASSAL.command.Command
VASSAL.build.module.ObscurableOptions.SetAllowed
- Enclosing class:
- ObscurableOptions
public static class ObscurableOptions.SetAllowed extends Command
-
Constructor Summary
Constructors Constructor Description SetAllowed(List<String> allowed)
SetAllowed(Vector<String> allowed)
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and Type Method Description protected void
executeCommand()
Perform the action which this Command representsList<String>
getAllowedIds()
protected Command
myUndoCommand()
If the action can be undone, return a Command that performs the inverse action.Methods inherited from class VASSAL.command.Command
append, execute, getDetails, getSubCommands, getUndoCommand, hasNullSubcommands, isAtomic, isLoggable, isNull, stripSubCommands, toString
-
Constructor Details
-
SetAllowed
-
SetAllowed
Deprecated, for removal: This API element is subject to removal in a future version.UseSetAllowed(List)
instead.
-
-
Method Details
-
getAllowedIds
-
executeCommand
protected void executeCommand()Description copied from class:Command
Perform the action which this Command represents- Specified by:
executeCommand
in classCommand
-
myUndoCommand
Description copied from class:Command
If the action can be undone, return a Command that performs the inverse action. The Command returned should only undoCommand.executeCommand()
, not the actions of subcommands- Specified by:
myUndoCommand
in classCommand
-
SetAllowed(List)
instead.