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 SummaryModifier and TypeMethodDescription- default boolean- canRedo- (ComplexOperation oper) Checks for undo possible.- default boolean- canUndo- (ComplexOperation oper) Checks for undo possible.- void- redo- (ComplexOperation oper) Redoes the operation.- void- undo- (ComplexOperation oper) Undoes the operation.
- Method Details- undoUndoes the operation.- Throws:
- PropException- For property errors.
 
- redoRedoes the operation.- Throws:
- PropException- For property errors.
 
- canUndoChecks for undo possible.- Throws:
- PropException- For property errors.
 
- canRedoChecks for undo possible.- Throws:
- PropException- For property errors.