Interface EditHandlingFrame
- 
- All Known Implementing Classes:
- ElementEditorFrame,- NavTreePanel,- TagBrowserPanel
 
 public interface EditHandlingFrameA frame which is able to provide its ownEditActionHandler. 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EditActionHandlergetEditActionHandler()Accessor for theEditActionHandlerfor this frame
 
- 
- 
- 
Method Detail- 
getEditActionHandlerEditActionHandler getEditActionHandler() Accessor for theEditActionHandlerfor this frame- Returns:
- The
         EditActionHandlerfor this frame
 
 
- 
 
-