Uses of Class
org.eclipse.xtend.shared.ui.core.action.SelectionDispatchAction

Packages that use SelectionDispatchAction
org.eclipse.xpand.ui.refactoring.actions   
org.eclipse.xtend.shared.ui.editor.search.actions   
 

Uses of SelectionDispatchAction in org.eclipse.xpand.ui.refactoring.actions
 

Subclasses of SelectionDispatchAction in org.eclipse.xpand.ui.refactoring.actions
 class RenameDefineAction
           
 

Uses of SelectionDispatchAction in org.eclipse.xtend.shared.ui.editor.search.actions
 

Subclasses of SelectionDispatchAction in org.eclipse.xtend.shared.ui.editor.search.actions
 class FindAction
          Abstract class for Xtend search actions.
 class FindDeclarationsAction
          Finds declarations of the selected element in the workspace.
 class FindReferencesAction
          Finds references to the selected element in the workspace.