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 SummaryConstructors Constructor Description FrameManager()
 - 
Method SummaryAll 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- 
openpublic AbstractComponentEditorFrame open(@Nonnull K key, @Nullable C existingConfig) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
newFrameprotected abstract AbstractComponentEditorFrame newFrame(K key, @Nullable C config) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-