GEF v2.0

org.eclipse.gef
Interface ExposeHelper

All Known Implementing Classes:
ViewportExposeHelper

public interface ExposeHelper

Interface used by EditPartViewer to reveal a given EditPart.

Viewer's will ask an EditPart for its ExposeHelper using AbstractEditPart.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 part)
          Exposes the specified descendant on the visuals of the EditPart which created this Helper.
 

Method Detail

exposeDescendant

public void exposeDescendant(EditPart part)
Exposes the specified descendant on the visuals of the EditPart which created this Helper.

GEF v2.0