Class ContainerParticipant


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

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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:
        toString in class java.lang.Object