Uses of Class
org.eclipse.mat.ui.util.PopupMenu

Packages that use PopupMenu
org.eclipse.mat.ui.actions Actions from the editor tools bar (not API). 
org.eclipse.mat.ui.internal.viewer Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API). 
org.eclipse.mat.ui.util Utility classes for toolbars, popup menu, searching on typing - user interface (not API). 
 

Uses of PopupMenu in org.eclipse.mat.ui.actions
 

Methods in org.eclipse.mat.ui.actions with parameters of type PopupMenu
 void RunReportsDropDownAction.contribute(PopupMenu menu)
           
 void QueryDropDownMenuAction.contribute(PopupMenu menu)
           
 

Uses of PopupMenu in org.eclipse.mat.ui.internal.viewer
 

Methods in org.eclipse.mat.ui.internal.viewer with parameters of type PopupMenu
 void RefinedResultViewer.addContextMenu(PopupMenu menu)
           
 

Uses of PopupMenu in org.eclipse.mat.ui.util
 

Methods in org.eclipse.mat.ui.util that return PopupMenu
 PopupMenu PopupMenu.getChildMenu(java.lang.String name)
           
 

Methods in org.eclipse.mat.ui.util with parameters of type PopupMenu
 void QueryContextMenu.addContextActions(PopupMenu manager, IStructuredSelection selection, Control control)
           
abstract  void EasyToolBarDropDown.contribute(PopupMenu menu)