org.eclipse.ui.part
Interface ISetSelectionTarget
-
All Known Implementing Classes:
-
CommonNavigator,
ProjectExplorer,
ResourceNavigator
-
public interface ISetSelectionTarget
Interface for views which support reveal and select.
This interface may be implemented by subclasses of ViewPart
.
This interface is commonly used by a New wizard to reveal and select a
resource in a workbench part which it has just created.
-
See Also:
-
IViewPart
,
ViewPart
Method Summary
|
void
|
selectReveal
(
ISelection selection)
Reveals and selects the given element within this target view. |
selectReveal
void selectReveal(
ISelection selection)
- Reveals and selects the given element within this target view.
-
-
Parameters:
-
selection
- the new element to select
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.