RSE
Release 1.0

Uses of Class
org.eclipse.rse.ui.SystemMenuManager

Packages that use SystemMenuManager
org.eclipse.rse.core   
org.eclipse.rse.core.subsystems.util   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.view   
org.eclipse.rse.processes.ui.view   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.team   
 

Uses of SystemMenuManager in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core with parameters of type SystemMenuManager
 boolean SystemPopupMenuActionContributorManager.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.
 boolean SystemPopupMenuActionContributor.contributeObjectActions(IWorkbenchPart part, SystemMenuManager menu, ISelectionProvider selProv, List actionIdOverrides)
          Contributes actions applicable for the current selection.
 boolean SystemPopupMenuActionContributor.contributeObjectMenus(SystemMenuManager menu, ISelectionProvider selProv)
          Contributes menus applicable for the current selection.
 

Uses of SystemMenuManager in org.eclipse.rse.core.subsystems.util
 

Methods in org.eclipse.rse.core.subsystems.util with parameters of type SystemMenuManager
 void ISubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration factory, SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystem subsystem)
          Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list.
 

Uses of SystemMenuManager in org.eclipse.rse.files.ui.actions
 

Methods in org.eclipse.rse.files.ui.actions with parameters of type SystemMenuManager
 void SystemCreateEditActions.create(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Deprecated. Create edit actions
 void SystemCreateEditActions.createForAnySelection(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Deprecated.  
 void SystemCreateEditActions.createForSingleSelection(SystemMenuManager menu, Object element, Shell shell, String menuGroup)
          Deprecated. Create actions when one file has been selected.
 

Uses of SystemMenuManager in org.eclipse.rse.files.ui.view
 

Methods in org.eclipse.rse.files.ui.view with parameters of type SystemMenuManager
 void SystemViewRemoteFileAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given filter string object.
 void SystemViewRemoteSearchResultSetAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          No actions are provided on a search results container
 void SystemViewRemoteSearchResultAdapter.addCommonRemoteActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          We should not add common actions such as compile and user actions for this adapter.
 void SystemViewRemoteSearchResultAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Contributed context menu actions for a remote search result
 

Uses of SystemMenuManager in org.eclipse.rse.processes.ui.view
 

Methods in org.eclipse.rse.processes.ui.view with parameters of type SystemMenuManager
 void SystemViewRemoteProcessAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell parent, String menuGroup)
           
 

Uses of SystemMenuManager in org.eclipse.rse.shells.ui.view
 

Methods in org.eclipse.rse.shells.ui.view with parameters of type SystemMenuManager
 void SystemViewRemoteErrorAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Used to add context menu actions for the given remote output
 void SystemViewRemoteOutputAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Used to add context menu actions for the given remote output
 

Uses of SystemMenuManager in org.eclipse.rse.ui.actions
 

Methods in org.eclipse.rse.ui.actions with parameters of type SystemMenuManager
 void SystemDynamicPopupMenuExtensionManager.populateMenu(Shell shell, SystemMenuManager menu, IStructuredSelection selection, String menuGroup)
          Actions are added to a contribution menu.
 void ISystemDynamicPopupMenuExtension.populateMenu(Shell shell, SystemMenuManager menu, IStructuredSelection selection, String menuGroup)
          Populates the menu with specialized actions.
 

Uses of SystemMenuManager in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view with parameters of type SystemMenuManager
 void SystemViewFilterPoolReferenceAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given subsystem object.
 void SystemViewConnectionAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given element.
 void SystemViewFilterStringAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given filter object.
 void SystemViewMessageAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Add actions to context menu.
protected  void SystemView.addObjectActions(SystemMenuManager menu)
          Contributes popup menu actions and submenus registered for the object type(s) in the current selection.
 void SystemViewRootInputAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given element.
 void SystemViewFilterPoolAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given subsystem object.
 void AbstractSystemViewAdapter.addCommonRemoteActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Called by SystemView viewer.
 void AbstractSystemViewAdapter.addDynamicPopupMenuActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Called by system viewers.
abstract  void AbstractSystemViewAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell parent, String menuGroup)
          This is your opportunity to add actions to the popup menu for the given selection.
 void SystemViewFilterReferenceAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given filter object.
 void SystemViewScratchpadAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given element.
 void ISystemViewElementAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell parent, String menuGroup)
          This is your opportunity to add actions to the popup menu for the given selection.
 void SystemViewPromptableAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Return the actions to show in the popup menu for the current selection
 void SystemViewFilterAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given filter object.
 void SystemViewSubSystemAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given subsystem object.
 void SubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration factory, SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystem subsystem)
          Returns any framework-supplied actions remote objects that should be contributed to the popup menu for the given selection list.
 

Uses of SystemMenuManager in org.eclipse.rse.ui.view.team
 

Methods in org.eclipse.rse.ui.view.team with parameters of type SystemMenuManager
 void SystemTeamViewProfileAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given element.
 void SystemTeamViewCategoryAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given element.
protected  void SystemTeamViewPart.addActions(SystemMenuManager ourMenu, IStructuredSelection selection)
          Let each object add their own actions...
 void SystemTeamViewSubSystemConfigurationAdapter.addActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any actions that should be contributed to the popup menu for the given element.
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.