Searched refs:XCursorFontConstants (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXGlobalCursorManager.java209 cursorType = XCursorFontConstants.XC_left_ptr;
212 cursorType = XCursorFontConstants.XC_crosshair;
215 cursorType = XCursorFontConstants.XC_xterm;
218 cursorType = XCursorFontConstants.XC_watch;
221 cursorType = XCursorFontConstants.XC_bottom_left_corner;
224 cursorType = XCursorFontConstants.XC_top_left_corner;
227 cursorType = XCursorFontConstants.XC_bottom_right_corner;
230 cursorType = XCursorFontConstants.XC_top_right_corner;
233 cursorType = XCursorFontConstants.XC_bottom_side;
236 cursorType = XCursorFontConstants
[all...]
H A DXCursorFontConstants.java28 final public class XCursorFontConstants { class
30 private XCursorFontConstants(){} method in class:XCursorFontConstants
H A DXToolkit.java230 XCursorFontConstants.XC_arrow);

Completed in 29 milliseconds