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 ActionMenuView

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

public interface ActionMenuView


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

Method Detail

addPopupManager

void addPopupManager(ComparePopupManager manager)
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)
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()
Get the contextual edit actions for the view.

Returns:
the edit actions available for the view context.

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.