blockudoku.commands.commandsImpl.SetElementCommand
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
The actual implementation of the command.
The actual implementation of the command.
Attributes
-
Definition Classes
-
Snapshots all necessary objects and then executes the command. Should not be used directly, use CommandInvoker.execute instead.
Snapshots all necessary objects and then executes the command. Should not be used directly, use CommandInvoker.execute instead.
Attributes
-
Inherited from:
-
Command
Reverts all objects to their previous state. Should not be used directly, use CommandInvoker.undo instead.
Reverts all objects to their previous state. Should not be used directly, use CommandInvoker.undo instead.
Attributes
-
Inherited from:
-
Command