Uses of Class
org.eclipse.jdt.ui.actions.SelectionDispatchAction
Package
Description
Application programming interfaces for Eclipse Java User Interface specific
actions.
-
Uses of SelectionDispatchAction in org.eclipse.jdt.ui.actions
Modifier and TypeClassDescriptionclass
Creates delegate methods for a type's fields.class
Creates getter and setter methods for a type's fields.class
Create Javadoc comment stubs for the selected members.class
Action to add a JAR to the classpath of its parent project.class
Creates unimplemented constructors for a type.class
Action to generalize the type of a local or field declaration or the return type of a method declaration.class
Action to convert an anonymous inner class to a nested class.class
Action to convert a local variable to a field.class
Action to convert a nested class to a top level class.class
Externalizes the strings of a compilation unit or find all strings in a package or project that are not externalized yet.class
Extracts selected fields into a new class and replaces the fields with a new field to the new classclass
Extracts an expression into a constant field and replaces all occurrences of the expression with the new constant.class
Extract a new interface from a class and tries to use the interface instead of the concrete class where possible.class
Extracts the code selected inside a compilation unit editor into a new method.class
Extracts an expression into a new local variable and replaces all occurrences of the expression with the local variable.class
Abstract class for Java search actions.class
Action to find all break/continue targets for a given break or continue statement.class
Finds declarations of the selected element in the workspace.class
Finds declarations of the selected element in its hierarchy.class
Finds declarations of the selected element in the enclosing project of the selected element.class
Finds declarations of the selected element in working sets.class
Action to find all originators of a exception (e.g. method invocations, class casts, ...) for a given exception.class
Action to find all implement occurrences of an extended class or an implemented interface.class
Finds implementors of the selected element in the workspace.class
Finds implementors of the selected element in the enclosing project.class
Finds implementors of the selected element in working sets.class
Action to find all method exits for a given method.class
Action to find all occurrences of a compilation unit member (e.g.class
Finds field read accesses of the selected element in the workspace.class
Finds field read accesses of the selected element in its hierarchy.class
Finds field read accesses of the selected element in the enclosing project.class
Finds field read accesses of the selected element in working sets.class
Finds references of the selected element in the workspace.class
Finds references of the selected element in its hierarchy.class
Finds references to the selected element in the enclosing project of the selected element.class
Finds references of the selected element in working sets.class
Deprecated.class
Finds field write accesses of the selected element in the workspace.class
Finds field write accesses of the selected element in its hierarchy.class
Finds field write accesses of the selected element in the enclosing project.class
Finds field write accesses of the selected element in working sets.class
Formats the code of the compilation units contained in the selection.final class
Adds method implementations for
andObject.equals(java.lang.Object)
.Object.hashCode()
class
Creates constructors for a type based on existing fields.class
Adds method implementations for
The action opens a dialog from which the user can choose the fields and methods to be considered.Object.toString()
class
Infers type arguments for raw references to generic types.class
Inlines a method, local variable or a static final field.class
Inlines the value of a local variable at all places where a read reference is used.class
Action that encapsulates the a constructor call with a factory method.class
Action that introduces an indirection for a certain method.class
Introduces a new method parameter from a selected expression.final class
Extracts an expression into a constant field and replaces all occurrences of the expression with the new constant.class
Action to start the modify parameters refactoring.class
This action moves Java elements to a new location.class
This action opens a Java editor on a Java element or file.class
This action opens the selected element's Javadoc in a browser as defined by the preferences.class
Deprecated.As of 3.6, replaced byOpenAttachedJavadocAction
class
The action allows to open the implementation for a method or a type in its hierarchy.class
Action to open a closed project.class
The action opens a Java editor on the selected method's super implementation.class
This action opens a type hierarchy on the selected type.class
Organizes the imports of a compilation unit.class
Adds unimplemented methods of a type.class
Action to pull up method and fields into a superclass.class
Action to push down methods and fields into subclasses.class
Action for refreshing the workspace from the local file system for the selected resources and all of their descendants.class
Action to remove package fragment roots from the classpath of its parent project.class
Renames a Java element or workbench resource.class
Action that replaces method invocations.class
Action to run the self encapsulate field refactoring.class
Deprecated.As of 3.5, got replaced by generic Navigate > Show In >class
Sorts the members of a compilation unit with the sort order as specified in the Sort Order preference page.class
Action to surround a set of statements with a try/catch block.class
Action to surround a set of statements with a try/multi-catch block.class
Action to surround a set of statements with a try-with-resources/catch block.class
Tries to use a super type of a class where possible.class
Wraps aJavaElementSearchActions
to find its results in the specified working set.
ExternalizeStringsAction
instead