public interface EditorPaneView extends ActionMenuView
BasicEditorPane. This allows consumers
 of a CompareView to conditionally enable certain behavior that's specific
 to BasicEditorPane without having to know about the partiicular CompareView
 implementation in use.| Modifier and Type | Method and Description | 
|---|---|
void | 
addPopupManager(ComparePopupManager manager)
Deprecated. 
 
 | 
BasicEditorPane | 
getCurrentEditorPane()
Get the current (focussed) editor pane, or null if no editor pane
 currently has focus. 
 | 
javax.swing.Action[] | 
getEditActions()
Deprecated. 
 
replaced by  
BaseCompareView.getEditActions(). | 
BasicEditorPane[] | 
getEditorPanes()
Get all editor panes in use by the view. 
 | 
void | 
removePopupManager(ComparePopupManager manager)
Deprecated. 
 
 | 
BasicEditorPane[] getEditorPanes()
BasicEditorPane getCurrentEditorPane()
@Deprecated void addPopupManager(ComparePopupManager manager)
BaseCompareView.addPopupManager(oracle.javatools.compare.view.ComparePopupManager).ActionMenuViewaddPopupManager in interface ActionMenuViewmanager - the popup manager to attach@Deprecated void removePopupManager(ComparePopupManager manager)
BaseCompareView.removePopupManager(oracle.javatools.compare.view.ComparePopupManager).ActionMenuViewremovePopupManager in interface ActionMenuViewmanager - the popup manager to remove@Deprecated javax.swing.Action[] getEditActions()
BaseCompareView.getEditActions().ActionMenuViewgetEditActions in interface ActionMenuView