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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCursorManager.java79 if (cursor instanceof CCustomCursor) {
80 final CCustomCursor customCursor = (CCustomCursor) cursor;
H A DCCustomCursor.java31 public class CCustomCursor extends Cursor { class in inherits:Cursor
42 public CCustomCursor(final Image cursor, final Point hotSpot, final String name) throws IndexOutOfBoundsException, HeadlessException { method in class:CCustomCursor
136 // Something unexpected happened: CCustomCursor constructor
H A DLWCToolkit.java239 return new CCustomCursor(cursor, hotSpot, name);
244 return CCustomCursor.getBestCursorSize(preferredWidth, preferredHeight);

Completed in 44 milliseconds