Class AbstractComponentEditorFrame.FrameManager<K extends AbstractComponentEditorFrame.FrameKey,​C,​E extends AbstractEditorFrame>

    • Constructor Summary

      Constructors 
      Constructor Description
      FrameManager()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract E newFrame​(K key, C config)  
      E open​(K key, C existingConfig)  
      • Methods inherited from class java.lang.Object

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

      • FrameManager

        public FrameManager()
    • Method Detail

      • open

        public E open​(@Nonnull
                      K key,
                      @Nullable
                      C existingConfig)
               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • newFrame

        protected abstract E newFrame​(K key,
                                      @Nullable
                                      C config)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception