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

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

public class ReferencesSearchGroup
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 ReferencesSearchGroup(AbstractXtendXpandEditor editor)
          Note: This constructor is for internal use only.
  ReferencesSearchGroup(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

ReferencesSearchGroup

public ReferencesSearchGroup(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

ReferencesSearchGroup

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

Parameters:
editor - ehe 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