Interface AbstractComponentEditorFrame.FrameKey
- 
- All Known Implementing Classes:
 ActionEditorFrame.ActionFrameKey,PropertyFrameKey,ScriptEditorFrame.ScriptFrameKey
- Enclosing class:
 - AbstractComponentEditorFrame
 
public static interface AbstractComponentEditorFrame.FrameKeyMust implement hashcode and equals 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getComponents()DesignAdaptergetEditor() 
 - 
 
- 
- 
Method Detail
- 
getEditor
DesignAdapter getEditor()
 
- 
getComponents
java.util.List<java.lang.String> getComponents()
 
 - 
 
 -