|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.core.SystemPopupMenuActionContributorManager
This class provides for the management of all popup menus provided by the org.eclipse.rse.core.popupMenus extension point. To that end, we must
SystemPopupMenuActionContributor| Constructor Summary | |
|---|---|
SystemPopupMenuActionContributorManager()
Constructor for SystemPopupMenuActionContributorManager |
|
| Method Summary | |
|---|---|
boolean |
contributeObjectActions(IWorkbenchPart part,
SystemMenuManager popupMenu,
ISelectionProvider selectionProvider,
List actionIdOverrides)
Contributes submenus and/or actions applicable to the selection in the provided viewer into the provided popup menu. |
static SystemPopupMenuActionContributorManager |
getManager()
Returns the singleton instance of this manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemPopupMenuActionContributorManager()
| Method Detail |
public static SystemPopupMenuActionContributorManager getManager()
public boolean contributeObjectActions(IWorkbenchPart part,
SystemMenuManager popupMenu,
ISelectionProvider selectionProvider,
List actionIdOverrides)
part - the IWorkbenchPart in which the selection lives and the menu will appearpopupMenu - the SystemMenuManager (menu) in which the menu items are to be placedselectionProvider - the ISelectionProvider that will give us access to the selected items in the viewactionIdOverrides - the List of overrides for the actions (currently ignored)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||