Lines Matching defs:cursor
49 * Sets the cursor to correspond the component currently under mouse.
60 * Schedules updating the cursor on the corresponding event dispatch
64 * native update cursor request (e.g. WM_SETCURSOR on Windows).
81 final Cursor cursor;
86 cursor = lwpeer.getCursor(new Point(cursorPos.x - p.x,
89 cursor = (c != null) ? c.getCursor() : null;
91 setCursor(cursor);
95 * Returns the first visible, enabled and showing component under cursor.
98 * @param cursorPos Current cursor position.
122 * Returns the current cursor position.
128 * Sets a cursor. The cursor can be null if the mouse is not over a Java
130 * @param cursor the new {@code Cursor}.
132 protected abstract void setCursor(Cursor cursor);