public interface ExposeHelper
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.
Modifier and Type | Method and Description |
---|---|
void |
exposeDescendant(EditPart editpart)
Exposes the specified descendant on the EditPart which returned this
helper.
|
void exposeDescendant(EditPart editpart)
editpart
- the descendant to exposeCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.