Class ContainerParticipant

java.lang.Object
com.iizigo.editor.complex.ContainerParticipant

public class ContainerParticipant extends Object
Container participant class in the ComplexOperation.
Author:
Christopher Mindus
  • Method Details

    • 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 String toString()
      Formats to string.
      Overrides:
      toString in class Object