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 voidexecuteCommand()Perform the action which this Command representsList<String>getAllowedIds()protected CommandmyUndoCommand()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:CommandPerform the action which this Command represents- Specified by:
executeCommandin classCommand
-
myUndoCommand
Description copied from class:CommandIf 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:
myUndoCommandin classCommand
-
SetAllowed(List)instead.