private static class ValidatorDialog.AutofixCommand extends SequenceCommand
Command.OldNodeState
continueOnError
IS_INCOMPLETE, IS_OK, IS_OUTSIDE
Constructor and Description |
---|
AutofixCommand(java.util.Collection<Command> sequenz) |
Modifier and Type | Method and Description |
---|---|
boolean |
executeCommand()
Executes the command on the dataset.
|
void |
undoCommand()
Undoes the command.
|
equals, fillModifiedData, getChildren, getDescriptionIcon, getDescriptionText, getLastCommand, getName, getParticipatingPrimitives, hashCode, setSequence, setSequenceComplete, undoCommands
checkOutlyingOrIncompleteOperation, ensurePrimitivesAreInDataset, getAffectedDataSet, getOrig
AutofixCommand(java.util.Collection<Command> sequenz)
public void undoCommand()
Command
undoCommand
in class SequenceCommand
public boolean executeCommand()
Command
The layer should be invalidated after execution so that it can be re-painted.
executeCommand
in class SequenceCommand