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- 
getEditActionHandlerEditActionHandler getEditActionHandler()Accessor for theEditActionHandlerfor this frame- Returns:
- The
         EditActionHandlerfor this frame
 
 
-