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 theEditActionHandlerfor this frame- Returns:
- The
EditActionHandlerfor this frame
-