|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ part overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.ui.part
Interface ISetSelectionTarget

- 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.
| Method Summary | |
void |
selectReveal(org.eclipse.jface.viewers.ISelection selection)
Reveals and selects the given element within this target view. |
| Method Detail |
selectReveal
public void selectReveal(org.eclipse.jface.viewers.ISelection selection)
- Reveals and selects the given element within this target view.
|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ part overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC