|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An adapter on an EditPart
used to expose a descendant contained in
that EditPart. EditPartViewer
uses this interface to reveal a given
EditPart.
An expose helper is obtained by calling IAdaptable.getAdapter(Class)
. The
returned helper is responsible for modifying *only* that EditPart's visuals such that
the specified descendant is made visible.
Method Summary | |
void |
exposeDescendant(EditPart editpart)
Exposes the specified descendant on the EditPart which returned this helper. |
Method Detail |
public void exposeDescendant(EditPart editpart)
editpart
- the descendant to expose
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |