org.eclipse.cdt.internal.ui.search.actions
Class SelectionSearchGroup

java.lang.Object
  extended by org.eclipse.ui.actions.ActionGroup
      extended by org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup

public class SelectionSearchGroup
extends org.eclipse.ui.actions.ActionGroup


Constructor Summary
SelectionSearchGroup(CEditor editor)
           
SelectionSearchGroup(org.eclipse.ui.IWorkbenchSite site)
           
SelectionSearchGroup(org.eclipse.ui.part.Page page)
           
 
Method Summary
static boolean canActionBeAdded(org.eclipse.jface.viewers.ISelection selection)
           
 void dispose()
           
 void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
           
 
Methods inherited from class org.eclipse.ui.actions.ActionGroup
fillActionBars, getContext, setContext, updateActionBars
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionSearchGroup

public SelectionSearchGroup(CEditor editor)

SelectionSearchGroup

public SelectionSearchGroup(org.eclipse.ui.part.Page page)
Parameters:
page -

SelectionSearchGroup

public SelectionSearchGroup(org.eclipse.ui.IWorkbenchSite site)
Parameters:
site -
Method Detail

fillContextMenu

public void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
Overrides:
fillContextMenu in class org.eclipse.ui.actions.ActionGroup

canActionBeAdded

public static boolean canActionBeAdded(org.eclipse.jface.viewers.ISelection selection)

dispose

public void dispose()
Overrides:
dispose in class org.eclipse.ui.actions.ActionGroup