Class AutoexposeHelper.Search

    • Constructor Summary

      Constructors 
      Constructor Description
      Search​(org.eclipse.draw2d.geometry.Point pt)
      Constructs a new Search at a point on the viewer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(EditPart editpart)
      Returns true if the editpart meets this condition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • evaluate

        public boolean evaluate​(EditPart editpart)
        Description copied from interface: EditPartViewer.Conditional
        Returns true if the editpart meets this condition.
        Specified by:
        evaluate in interface EditPartViewer.Conditional
        Parameters:
        editpart - the editpart being evaluated
        Returns:
        true if the editpart meets the condition