private static class ValidatorDialog.AutofixCommand extends SequenceCommand
Command.OldNodeStatecontinueOnErrorIS_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, undoCommandscheckOutlyingOrIncompleteOperation, ensurePrimitivesAreInDataset, getAffectedDataSet, getOrigAutofixCommand(java.util.Collection<Command> sequenz)
public void undoCommand()
CommandundoCommand in class SequenceCommandpublic boolean executeCommand()
CommandThe layer should be invalidated after execution so that it can be re-painted.
executeCommand in class SequenceCommand