Searched refs:ICursorConstants (Results 1 – 3 of 3) sorted by relevance
37 import org.eclipse.wb.draw2d.ICursorConstants;437 } else if (getCursor() == ICursorConstants.SIZEWE || getCursor() == ICursorConstants.SIZENS) { in handle_mouseDown()439 } else if (getCursor() == ICursorConstants.SIZEALL) { in handle_mouseDown()509 setCursor(ICursorConstants.SIZEWE); in handle_mouseMove()511 setCursor(ICursorConstants.SIZEWE); in handle_mouseMove()513 setCursor(ICursorConstants.SIZENS); in handle_mouseMove()515 setCursor(ICursorConstants.SIZENS); in handle_mouseMove()522 setCursor(ICursorConstants.SIZEALL); in handle_mouseMove()
22 public interface ICursorConstants { interface
39 import org.eclipse.wb.draw2d.ICursorConstants;478 setCursor(ICursorConstants.SIZEWE); in handleMouseMove()