posted 13 years ago
The "reference" option will search for, and list, every place the selected item is referenced. References for interfaces include classes that implement them, variables declared to be of that type, methods that return objects that implement the interface, and so on.
The "declarations" option will search for, and show, all of the places where the selected item is declared. In other words, the statement that defines the item. For an interface, this would be the interface declaration, which means that you will typically get only one item in the list.
The "workspace" suboption limits the search to the workspace (all projects).
Doing any of these searches open the Search View which displays the results of the search using a tree view. You can expand the tree and double-click on any item to go to it.