|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExposeHelper
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 |
|---|
void exposeDescendant(EditPart editpart)
editpart - the descendant to expose
|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||