Skip navigation links

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

E13403-06


oracle.javatools.compare.view
Interface ActionMenuView

All Known Subinterfaces:
EditorPaneView
All Known Implementing Classes:
BaseCompareView, IdeBaseCompareView, 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 Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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