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 Summary
ConstructorsConstructorDescriptionValidateKStringPropSubOperation(ContainerParticipant cnr, KStringProp prop, boolean on) Validates or invalidates a KStringStringProp sub operation.Method Summary
Modifier and TypeMethodDescriptionvoidredo(ComplexOperation oper) Redoes the operation.toString()Formats to string.voidundo(ComplexOperation oper) Undoes the operation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.iizigo.editor.complex.IComplexSubOperation
canRedo, canUndo
Constructor Details
ValidateKStringPropSubOperation
Validates or invalidates a KStringStringProp sub operation.- Parameters:
cnr- The target container.prop- The property to validate or invalidate.on- Validation flag.
Method Details
undo
Undoes the operation.- Specified by:
undoin interfaceIComplexSubOperation- Throws:
PropException- For property errors.
redo
Redoes the operation.- Specified by:
redoin interfaceIComplexSubOperation- Throws:
PropException- For property errors.
toString
Formats to string.