Uses of Class
org.eclipse.jdt.ui.actions.FindAction
Package
Description
Application programming interfaces for Eclipse Java User Interface specific
actions.
-
Uses of FindAction in org.eclipse.jdt.ui.actions
Modifier and TypeClassDescriptionclass
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
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
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
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
Wraps aJavaElementSearchActions
to find its results in the specified working set.ModifierConstructorDescriptionWorkingSetFindAction
(org.eclipse.jdt.internal.ui.javaeditor.JavaEditor editor, FindAction action, String workingSetName) Note: This constructor is for internal use only.WorkingSetFindAction
(org.eclipse.ui.IWorkbenchSite site, FindAction action, String workingSetName) Note: This constructor is for internal use only.