org.eclipse.mat.ui.actions
Class QueryDropDownMenuAction

java.lang.Object
  extended by Action
      extended by org.eclipse.mat.ui.util.EasyToolBarDropDown
          extended by org.eclipse.mat.ui.actions.QueryDropDownMenuAction

public class QueryDropDownMenuAction
extends EasyToolBarDropDown


Constructor Summary
QueryDropDownMenuAction(MultiPaneEditor editor)
           
 
Method Summary
 void contribute(PopupMenu menu)
           
 
Methods inherited from class org.eclipse.mat.ui.util.EasyToolBarDropDown
dispose, getMenu, getMenu, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryDropDownMenuAction

public QueryDropDownMenuAction(MultiPaneEditor editor)
Method Detail

contribute

public void contribute(PopupMenu menu)
Specified by:
contribute in class EasyToolBarDropDown