Uses of Class
org.eclipse.jdt.ui.actions.SelectionDispatchAction
Packages that use SelectionDispatchAction
Package
Description
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.actionsModifier and TypeClassDescriptionclassCreates delegate methods for a type's fields.classCreates getter and setter methods for a type's fields.classCreate Javadoc comment stubs for the selected members.classAction to add a JAR to the classpath of its parent project.classCreates unimplemented constructors for a type.classAction to generalize the type of a local or field declaration or the return type of a method declaration.classAction to convert an anonymous inner class to a nested class.classAction to convert a local variable to a field.classAction to convert a nested class to a top level class.classExternalizes the strings of a compilation unit or find all strings in a package or project that are not externalized yet.classExtracts selected fields into a new class and replaces the fields with a new field to the new classclassExtracts an expression into a constant field and replaces all occurrences of the expression with the new constant.classExtract a new interface from a class and tries to use the interface instead of the concrete class where possible.classExtracts the code selected inside a compilation unit editor into a new method.classExtracts an expression into a new local variable and replaces all occurrences of the expression with the local variable.classAbstract class for Java search actions.classAction to find all break/continue targets for a given break or continue statement.classFinds declarations of the selected element in the workspace.classFinds declarations of the selected element in its hierarchy.classFinds declarations of the selected element in the enclosing project of the selected element.classFinds declarations of the selected element in working sets.classAction to find all originators of a exception (e.g. method invocations, class casts, ...) for a given exception.classAction to find all implement occurrences of an extended class or an implemented interface.classFinds implementors of the selected element in the workspace.classFinds implementors of the selected element in the enclosing project.classFinds implementors of the selected element in working sets.classAction to find all method exits for a given method.classAction to find all occurrences of a compilation unit member (e.g.classFinds field read accesses of the selected element in the workspace.classFinds field read accesses of the selected element in its hierarchy.classFinds field read accesses of the selected element in the enclosing project.classFinds field read accesses of the selected element in working sets.classFinds references of the selected element in the workspace.classFinds references of the selected element in its hierarchy.classFinds references to the selected element in the enclosing project of the selected element.classFinds references of the selected element in working sets.classDeprecated.classFinds field write accesses of the selected element in the workspace.classFinds field write accesses of the selected element in its hierarchy.classFinds field write accesses of the selected element in the enclosing project.classFinds field write accesses of the selected element in working sets.classFormats the code of the compilation units contained in the selection.final classAdds method implementations forandObject.equals(java.lang.Object).Object.hashCode()classCreates constructors for a type based on existing fields.classAdds method implementations forThe action opens a dialog from which the user can choose the fields and methods to be considered.Object.toString()classInfers type arguments for raw references to generic types.classInlines a method, local variable or a static final field.classInlines the value of a local variable at all places where a read reference is used.classAction that encapsulates the a constructor call with a factory method.classAction that introduces an indirection for a certain method.classIntroduces a new method parameter from a selected expression.final classExtracts an expression into a constant field and replaces all occurrences of the expression with the new constant.classAction to start the modify parameters refactoring.classThis action moves Java elements to a new location.classThis action opens a Java editor on a Java element or file.classThis action opens the selected element's Javadoc in a browser as defined by the preferences.classDeprecated.As of 3.6, replaced byOpenAttachedJavadocActionclassThe action allows to open the implementation for a method or a type in its hierarchy.classAction to open a closed project.classThe action opens a Java editor on the selected method's super implementation.classThis action opens a type hierarchy on the selected type.classOrganizes the imports of a compilation unit.classAdds unimplemented methods of a type.classAction to pull up method and fields into a superclass.classAction to push down methods and fields into subclasses.classAction for refreshing the workspace from the local file system for the selected resources and all of their descendants.classAction to remove package fragment roots from the classpath of its parent project.classRenames a Java element or workbench resource.classAction that replaces method invocations.classAction to run the self encapsulate field refactoring.classDeprecated.As of 3.5, got replaced by generic Navigate > Show In >classSorts the members of a compilation unit with the sort order as specified in the Sort Order preference page.classAction to surround a set of statements with a try/catch block.classAction to surround a set of statements with a try/multi-catch block.classAction to surround a set of statements with a try-with-resources/catch block.classTries to use a super type of a class where possible.classWraps aJavaElementSearchActionsto find its results in the specified working set.
ExternalizeStringsActioninstead