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 Summary
Modifier and TypeMethodDescriptionvoid
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
getPropCnr
Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.- Throws:
PropException
enablePostReordering
public void enablePostReordering(boolean doRedoReordering, boolean doUndoReordering) Enables post reordering of container after operation.toString
Formats to string.