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 ActionMenuView

All Known Subinterfaces:
EditorPaneView
All Known Implementing Classes:
BaseCompareView, ListCompareView, SequenceCompareView, WedgeCompareView

Deprecated. included in release 11.1.1.2.0 (Shepherd), to be removed in 11.1.2.0.0 (Sherman); replaced by extending BaseCompareView.

@Deprecated
public interface ActionMenuView

Method Summary
 void addPopupManager(ComparePopupManager manager)
          Deprecated. Add a popup manager to this view.
 javax.swing.Action[] getEditActions()
          Deprecated. Get the contextual edit actions for the view.
 void removePopupManager(ComparePopupManager manager)
          Deprecated. Remove a popup manager from this view.

 

Method Detail

addPopupManager

void addPopupManager(ComparePopupManager manager)
Deprecated. 
Add a popup manager to this view. The popup manager will be attached to all editor panes that make up the view.
Parameters:
manager - the popup manager to attach

removePopupManager

void removePopupManager(ComparePopupManager manager)
Deprecated. 
Remove a popup manager from this view. The popup manager will be removed from all editor panes that make up this view.
Parameters:
manager - the popup manager to remove

getEditActions

javax.swing.Action[] getEditActions()
Deprecated. 
Get the contextual edit actions for the view.
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.