Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

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
 BasicEditorPane getCurrentEditorPane()
          Get the current (focussed) editor pane, or null if no editor pane currently has focus.
 BasicEditorPane[] getEditorPanes()
          Get all editor panes in use by the view.
 
Methods inherited from interface oracle.javatools.compare.view.ActionMenuView
addPopupManager, getEditActions, removePopupManager
 

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

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