Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.compare.view
Interface EditorPaneView

All Superinterfaces:
ActionMenuView
All Known Implementing Classes:
WedgeCompareView

public interface EditorPaneView
extends ActionMenuView

Interface implemented by compare views which host one or more instances of 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.

Since:
release specific (what release of product did this appear in)

Method Summary
 void addPopupManager(ComparePopupManager manager)
          Deprecated. replaced by BaseCompareView.addPopupManager(oracle.javatools.compare.view.ComparePopupManager).
 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. replaced by BaseCompareView.removePopupManager(oracle.javatools.compare.view.ComparePopupManager).

 

Method Detail

getEditorPanes

BasicEditorPane[] getEditorPanes()
Get all editor panes in use by the view.
Returns:
the view's editor panes.

getCurrentEditorPane

BasicEditorPane getCurrentEditorPane()
Get the current (focussed) editor pane, or null if no editor pane currently has focus.
Returns:
the current editor pane

addPopupManager

@Deprecated
void addPopupManager(ComparePopupManager manager)
Deprecated. replaced by BaseCompareView.addPopupManager(oracle.javatools.compare.view.ComparePopupManager).
Description copied from interface: ActionMenuView
Add a popup manager to this view. The popup manager will be attached to all editor panes that make up the view.
Specified by:
addPopupManager in interface ActionMenuView
Parameters:
manager - the popup manager to attach

removePopupManager

@Deprecated
void removePopupManager(ComparePopupManager manager)
Deprecated. replaced by BaseCompareView.removePopupManager(oracle.javatools.compare.view.ComparePopupManager).
Description copied from interface: ActionMenuView
Remove a popup manager from this view. The popup manager will be removed from all editor panes that make up this view.
Specified by:
removePopupManager in interface ActionMenuView
Parameters:
manager - the popup manager to remove

getEditActions

@Deprecated
javax.swing.Action[] getEditActions()
Deprecated. replaced by BaseCompareView.getEditActions().
Description copied from interface: ActionMenuView
Get the contextual edit actions for the view.
Specified by:
getEditActions in interface ActionMenuView
Returns:
the edit actions available for the view context.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.