org.eclipse.xtend.shared.ui.editor.search.actions
Class DeclarationsSearchGroup

java.lang.Object
  extended by org.eclipse.ui.actions.ActionGroup
      extended by org.eclipse.xtend.shared.ui.editor.search.actions.DeclarationsSearchGroup

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

Action group that adds the search for declarations actions to a context menu and the global menu bar. This class may be instantiated; it is not intended to be subclassed.


Constructor Summary
protected DeclarationsSearchGroup(AbstractXtendXpandEditor editor)
          Note: This constructor is for internal use only.
  DeclarationsSearchGroup(org.eclipse.ui.IWorkbenchSite site)
          Creates a new DeclarationsSearchGroup.
 
Method Summary
 void dispose()
           
 void fillActionBars(org.eclipse.ui.IActionBars actionBars)
           
 void fillContextMenu(org.eclipse.jface.action.IMenuManager manager)
           
 
Methods inherited from class org.eclipse.ui.actions.ActionGroup
getContext, setContext, updateActionBars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclarationsSearchGroup

public DeclarationsSearchGroup(org.eclipse.ui.IWorkbenchSite site)
Creates a new DeclarationsSearchGroup. The group requires that the selection provided by the site's selection provider is of type IStructuredSelection.

Parameters:
site - The workbench site that owns this action group

DeclarationsSearchGroup

protected DeclarationsSearchGroup(AbstractXtendXpandEditor editor)
Note: This constructor is for internal use only. Clients should not call this constructor.

Parameters:
editor - the editor
Method Detail

fillActionBars

public void fillActionBars(org.eclipse.ui.IActionBars actionBars)
Overrides:
fillActionBars in class org.eclipse.ui.actions.ActionGroup

fillContextMenu

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

dispose

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