Eclipse JDT
2.0

Uses of Class
org.eclipse.jdt.ui.actions.SelectionDispatchAction

Packages that use SelectionDispatchAction
org.eclipse.jdt.ui.actions Application programming interfaces for Eclipse Java User Interface specific actions. 
 

Uses of SelectionDispatchAction in org.eclipse.jdt.ui.actions
 

Subclasses of SelectionDispatchAction in org.eclipse.jdt.ui.actions
 class AddGetterSetterAction
          Creates getter and setter methods for a type's fields.
 class AddJavaDocStubAction
          Creates a Java Doc Stubs for the selected members.
 class AddUnimplementedConstructorsAction
          Creates unimplemented constructors for a type.
 class ExternalizeStringsAction
          Externalizes the strings of a compilation unit.
 class ExtractMethodAction
          Extracts the code selected inside a compilation unit editor into a new method.
 class ExtractTempAction
          Extracts an expression into a new local variable and replaces all occurrences of the expression with the local variable.
 class FindAction
          Abstract class for Java search actions.
 class FindDeclarationsAction
          Finds declarations of the selected element in the workspace.
 class FindDeclarationsInHierarchyAction
          Finds declarations of the selected element in its hierarchy.
 class FindDeclarationsInWorkingSetAction
          Finds declarations of the selected element in working sets.
 class FindImplementorsAction
          Finds implementors of the selected element in the workspace.
 class FindImplementorsInWorkingSetAction
          Finds implementors of the selected element in working sets.
 class FindReadReferencesAction
          Finds field read accesses of the selected element in the workspace.
 class FindReadReferencesInHierarchyAction
          Finds field read accesses of the selected element in its hierarchy.
 class FindReadReferencesInWorkingSetAction
          Finds field read accesses of the selected element in working sets.
 class FindReferencesAction
          Finds references of the selected element in the workspace.
 class FindReferencesInHierarchyAction
          Finds references of the selected element in its hierarchy.
 class FindReferencesInWorkingSetAction
          Finds references of the selected element in working sets.
 class FindStringsToExternalizeAction
          Find all Strings in a package or project that are not externalized yet.
 class FindWriteReferencesAction
          Finds field write accesses of the selected element in the workspace.
 class FindWriteReferencesInHierarchyAction
          Finds field write accesses of the selected element in its hierarchy.
 class FindWriteReferencesInWorkingSetAction
          Finds field write accesses of the selected element in working sets.
 class InlineTempAction
          Inlines the value of a local variable at all places where a read reference is used.
 class ModifyParametersAction
          Action to start the modify parameters refactoring.
 class MoveAction
          This action moves Java elements to a new location.
 class OpenAction
          This action opens a Java editor on a Java element or file.
 class OpenExternalJavadocAction
          This action opens the selected element's Javadoc in an external browser.
 class OpenSuperImplementationAction
          The action opens a Java editor on the selected method's super implementation.
 class OpenTypeHierarchyAction
          This action opens a type hierarchy on the selected type.
 class OrganizeImportsAction
          Organizes the imports of a compilation unit.
 class OverrideMethodsAction
          Adds unimplemented methods of a type.
 class PullUpAction
          Action to pull up method and fields into a superclass.
 class RefreshAction
          Action for refreshing the workspace from the local file system for the selected resources and all of their descendents.
 class RenameAction
          Renames a Java element or workbench resource.
 class SelfEncapsulateFieldAction
          Action to run the self encapsulate field refactoring.
 class ShowInNavigatorViewAction
          Reveals the selected element in the resource navigator view.
 class ShowInPackageViewAction
          This action reveals the currently selected Java element in the package explorer.
 class SurroundWithTryCatchAction
          Action to surround a set of statements with a try/catch block.
 class WorkingSetFindAction
          Wraps a JavaElementSearchActions to find its results in the specified working set.
 


Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.