Package com.iizigo.editor.complex
Class ContainerParticipant
- java.lang.Object
- com.iizigo.editor.complex.ContainerParticipant
 
- public class ContainerParticipant extends java.lang.ObjectContainer participant class in the ComplexOperation.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - void- enablePostReordering(boolean doRedoReordering, boolean doUndoReordering)Enables post reordering of container after operation.- PropCnr- getPropCnr()Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.- java.lang.String- toString()Formats to string.
 
- Method Detail- getPropCnr- public PropCnr getPropCnr() throws PropException 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- public java.lang.String toString() Formats to string.- Overrides:
- toStringin class- java.lang.Object