Class AbstractComponentEditorFrame.FrameManager<K extends AbstractComponentEditorFrame.FrameKey,C>
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.workspace.frames.AbstractComponentEditorFrame.FrameManager<K,C>
 
 
- 
- Enclosing class:
 - AbstractComponentEditorFrame
 
public abstract static class AbstractComponentEditorFrame.FrameManager<K extends AbstractComponentEditorFrame.FrameKey,C> extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description FrameManager() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract AbstractComponentEditorFramenewFrame(K key, C config)AbstractComponentEditorFrameopen(K key, C existingConfig) 
 - 
 
- 
- 
Method Detail
- 
open
public AbstractComponentEditorFrame open(@Nonnull K key, @Nullable C existingConfig) throws java.lang.Exception
- Throws:
 java.lang.Exception
 
- 
newFrame
protected abstract AbstractComponentEditorFrame newFrame(K key, @Nullable C config) throws java.lang.Exception
- Throws:
 java.lang.Exception
 
 - 
 
 -