|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditorPaneView
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.
| 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 |
|---|
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
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||