Package com.iizigo.text.prop
Class ValidateKStringPropSubOperation
java.lang.Object
com.iizigo.text.prop.ValidateKStringPropSubOperation
- All Implemented Interfaces:
- IComplexSubOperation
Sub operation for rename property.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- ValidateKStringPropSubOperation- (ContainerParticipant cnr, KStringProp prop, boolean on) Validates or invalidates a KStringStringProp sub operation.
- Method SummaryModifier and TypeMethodDescription- void- redo- (ComplexOperation oper) Redoes the operation.- toString()Formats to string.- void- undo- (ComplexOperation oper) Undoes the operation.- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- Methods inherited from interface com.iizigo.editor.complex.IComplexSubOperation- canRedo, canUndo
- Constructor Details- ValidateKStringPropSubOperationValidates or invalidates a KStringStringProp sub operation.- Parameters:
- cnr- The target container.
- prop- The property to validate or invalidate.
- on- Validation flag.
 
 
- Method Details- undoUndoes the operation.- Specified by:
- undoin interface- IComplexSubOperation
- Throws:
- PropException- For property errors.
 
- redoRedoes the operation.- Specified by:
- redoin interface- IComplexSubOperation
- Throws:
- PropException- For property errors.
 
- toStringFormats to string.