Home | History | Annotate | Download | only in draw2d

Lines Matching refs:Cursor

14 import org.eclipse.swt.graphics.Cursor;
24 * System resize west-east cursor
26 Cursor SIZEWE = new Cursor(null, SWT.CURSOR_SIZEWE);
28 * System resize north-south cursor
30 Cursor SIZENS = new Cursor(null, SWT.CURSOR_SIZENS);
32 * System resize all directions cursor.
35 // The SWT CURSOR_SIZEALL cursor looks wrong; it's cross hairs. Use a hand for resizing
38 //Cursor SIZEALL = new Cursor(null, SWT.CURSOR_SIZEALL);
39 Cursor SIZEALL = new Cursor(null, SWT.CURSOR_HAND);