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 voidenablePostReordering(boolean doRedoReordering, boolean doUndoReordering)Enables post reordering of container after operation.PropCnrgetPropCnr()Gets the property container, will only work if valid, otherwise it may return null or throw ClassCastException.java.lang.StringtoString()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 classjava.lang.Object