|
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.ui.actions.SystemDynamicPopupMenuExtensionManager
Singleton class for managing adapter menu extensions. View adapters that support this feature, should call populateMenu to allow for extended menu contributions.
| Method Summary | |
|---|---|
static SystemDynamicPopupMenuExtensionManager |
getInstance()
|
void |
populateMenu(Shell shell,
SystemMenuManager menu,
IStructuredSelection selection,
String menuGroup)
Actions are added to a contribution menu. |
void |
registerMenuExtension(ISystemDynamicPopupMenuExtension ext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static SystemDynamicPopupMenuExtensionManager getInstance()
public void registerMenuExtension(ISystemDynamicPopupMenuExtension ext)
public void populateMenu(Shell shell,
SystemMenuManager menu,
IStructuredSelection selection,
String menuGroup)
shell - the shellmenu - the menu to contribute tomenuGroup - the default menu group to add actions to
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||