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 select
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.