Package com.iizigo.editor.complex
Class ContainerParticipant
java.lang.Object
com.iizigo.editor.complex.ContainerParticipant
Container participant class in the ComplexOperation.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- enablePostReordering- (boolean doRedoReordering, boolean doUndoReordering) Enables post reordering of container after operation.Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.- toString()Formats to string.
- Method Details- getPropCnrGets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.- Throws:
- PropException
 
- enablePostReorderingpublic void enablePostReordering- (boolean doRedoReordering, boolean doUndoReordering) Enables post reordering of container after operation.
- toStringFormats to string.