RSE
Release 3.2

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

Packages that use SystemMenuManager
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.view   
 

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

Methods in org.eclipse.rse.shells.ui.view with parameters of type SystemMenuManager
 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.subsystems
 

Methods in org.eclipse.rse.ui.subsystems with parameters of type SystemMenuManager
 void ISubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration config, 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.
 IAction[] ISubSystemConfigurationAdapter.getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter)
          Returns a list of actions for the popup menu when user right clicks on a filter object.
 IAction[] ISubSystemConfigurationAdapter.getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool)
          Returns a list of actions for the popup menu when user right clicks on a filter pool object within a subsystem of this subsystem configuration.
 IAction[] ISubSystemConfigurationAdapter.getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference)
          Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this subsystem configuration.
 IAction[] ISubSystemConfigurationAdapter.getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef)
          Returns a list of actions for the popup menu when user right clicks on a filter reference object within a subsystem of this subsystem configuration.
 IAction[] ISubSystemConfigurationAdapter.getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem)
          Returns a list of actions for the popup menu when user right clicks on a subsystem object from this subsystem configuration.
 

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

Methods in org.eclipse.rse.ui.view with parameters of type SystemMenuManager
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 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 SubSystemConfigurationAdapter.addCommonRemoteActions(ISubSystemConfiguration config, 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.
 void AbstractSystemViewAdapter.addCommonRemoteActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Returns any framework-supplied remote object actions that should be contributed to the popup menu for the given selection list.
 void AbstractSystemViewAdapter.addDynamicPopupMenuActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup)
          Add or remove custom actions dynamically to a context menu.
 IAction[] SubSystemConfigurationAdapter.getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter)
          Returns a list of actions for the popup menu when user right clicks on a filter object.
 IAction[] SubSystemConfigurationAdapter.getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool)
          Returns a list of actions for the popup menu when user right clicks on a filter pool object within a subsystem of this subsystem configuration.
 IAction[] SubSystemConfigurationAdapter.getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference)
          Returns a list of actions for the popup menu when user right clicks on a filter pool reference object within a subsystem of this subsystem configuration.
 IAction[] SubSystemConfigurationAdapter.getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef)
          Returns a list of actions for the popup menu when user right clicks on a filter reference object within a subsystem of this subsystem configuration.
protected  IAction[] SubSystemConfigurationAdapter.getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool)
          Overridable method to return the actions for creating a new filter in a filter pool.
 IAction[] SubSystemConfigurationAdapter.getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem)
          Returns a list of actions for the popup menu when user right clicks on a subsystem object from this subsystem configuration.
protected  IAction[] SubSystemConfigurationAdapter.getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem)
          Overridable entry for child classes to supply their own "new" action(s) for creating a filter pool.
 


RSE
Release 3.2

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