Package com.iizigo.editor.complex
Interface IComplexSubOperation
- All Known Implementing Classes:
ValidateKStringPropSubOperation
public interface IComplexSubOperation
Interface for all sub-operations in the complex operation.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptiondefault booleancanRedo(ComplexOperation oper) Checks for undo possible.default booleancanUndo(ComplexOperation oper) Checks for undo possible.voidredo(ComplexOperation oper) Redoes the operation.voidundo(ComplexOperation oper) Undoes the operation.
Method Details
undo
Undoes the operation.- Throws:
PropException- For property errors.
redo
Redoes the operation.- Throws:
PropException- For property errors.
canUndo
Checks for undo possible.- Throws:
PropException- For property errors.
canRedo
Checks for undo possible.- Throws:
PropException- For property errors.