|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.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,
IMenuManager 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, IMenuManager menu, IStructuredSelection selection, String menuGroup)
shell
- the shellmenu
- the menu to contribute tomenuGroup
- the default menu group to add actions to
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |