Class UndoRedoToolState


  • public class UndoRedoToolState
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void restoreTool​(DomainObject domainObject)
      Restore the tool's state.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UndoRedoToolState

        public UndoRedoToolState​(java.util.List<Plugin> plugins,
                                 DomainObject domainObject)
        Construct a TransientPluginState
        Parameters:
        plugins - array of plugins to get transient state for
    • Method Detail

      • restoreTool

        public void restoreTool​(DomainObject domainObject)
        Restore the tool's state.