public interface ISetSelectionTarget
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.
Modifier and Type | Method and Description |
---|---|
void |
selectReveal(ISelection selection)
Reveals and selects the given element within this target view.
|
void selectReveal(ISelection selection)
selection
- the new element to selectGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.