Class AutoexposeHelper.Search

java.lang.Object
org.eclipse.gef.AutoexposeHelper.Search
All Implemented Interfaces:
EditPartViewer.Conditional
Enclosing interface:
AutoexposeHelper

public static class AutoexposeHelper.Search extends Object implements EditPartViewer.Conditional
Used with EditPartViewers to find the AutoexposeHelper at a Point. Clients can instantiate the search, call EditPartViewer.findObjectAtExcluding(Point,Collection, EditPartViewer.Conditional) , and then check the result field.
  • Field Details

  • Constructor Details

    • Search

      public Search(org.eclipse.draw2d.geometry.Point pt)
      Constructs a new Search at a point on the viewer.
      Parameters:
      pt - the mouse location
  • Method Details