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