Class TransientToolState


  • public class TransientToolState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TransientToolState​(java.util.List<Plugin> plugins)
      Construct a TransientPluginState
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void restoreTool()
      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

      • TransientToolState

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

      • restoreTool

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