org.eclipse.gef.editparts
Class ViewportExposeHelper
java.lang.Object
|
+--org.eclipse.gef.editparts.ViewportExposeHelper
- All Implemented Interfaces:
- ExposeHelper
- public class ViewportExposeHelper
- extends Object
- implements ExposeHelper
|
Method Summary |
void |
exposeDescendant(EditPart part)
Exposes the specified descendant on the visuals of the
EditPart which created this Helper. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewportExposeHelper
public ViewportExposeHelper(GraphicalEditPart owner)
exposeDescendant
public void exposeDescendant(EditPart part)
- Description copied from interface:
ExposeHelper
- Exposes the specified descendant on the visuals of the
EditPart which created this Helper.
- Specified by:
exposeDescendant in interface ExposeHelper