GEF v2.0

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


Constructor Summary
ViewportExposeHelper(GraphicalEditPart owner)
           
 
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
 

Constructor Detail

ViewportExposeHelper

public ViewportExposeHelper(GraphicalEditPart owner)
Method Detail

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

GEF v2.0