Interface EditHandlingFrame
- All Known Implementing Classes:
ComponentTranslationPanel
,ElementEditorFrame
,NavTreePanel
,PropertyTablePanel
,TagBrowserPanel
,TranslationManager
public interface EditHandlingFrame
A frame which is able to provide its own
EditActionHandler
. Implement this interface on frames if you prefer the
Designer to delegate the edit actions from the main edit menu (i.e. copy /
paste) to the frame when it is active.-
Method Summary
-
Method Details
-
getEditActionHandler
EditActionHandler getEditActionHandler()Accessor for theEditActionHandler
for this frame- Returns:
- The
EditActionHandler
for this frame
-