Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Java Development User Guide
Previous Page Home Next Page

Java Search

The Java searching support allows you to find declarations, references and occurrences of Java elements (packages, types, methods, fields). Searching is supported by an index that is kept up to date in the background as the resources corresponding to Java elements are changed. The Java search operates on workspaces independent of their build state. For example, searches can be conducted when auto-build is turned off.

The following searches can be initiated from the pop-up menus of Java elements or from the Java search dialog:

Command

Description

References

Finds all references to the selected Java element

Declarations

Finds all declarations of the selected Java element

Implementors

Finds all implementors of the selected Java interface

Read access

Finds all read accesses to the selected Java field

Write access

Finds all write accesses to the selected Java field

Match locations for type references

Finds all type references at specified locations (in casts, as field type, ...)

Occurrences in File

Finds all occurrences of the selected Java element in its file

The scope of the search is defined as:

Workspace - all projects and files in the workspace are included in this search

Enclosing Projects - the projects enclosing the currently selected elements

Hierarchy - only the type hierarchy of the selected element is included in this search

Working Set - only resources that belong to the chosen working set are included in this search

Related reference

Search actions
Java search tab


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire