Uses of Class java.awt.Cursor

Uses in package java.awt.dnd.peer

Methods with parameter type java.awt.Cursor

void
void

Methods with return type java.awt.Cursor

Cursor

Uses in package javax.swing

Methods with parameter type java.awt.Cursor

void
Sets the cursor for this list child.
void
Sets the cursor of the cell.
void
Sets the Cursor of this object.

Methods with return type java.awt.Cursor

Cursor
Returns the cursor for this list child.
Cursor
Returns the cursor for this table cell.
Cursor
Gets the Cursor of this object.

Uses in package java.awt.dnd

Constructors with parameter type java.awt.Cursor

Initializes a drag source context.

Fields of type java.awt.Cursor

Cursor
Cursor
Cursor
Cursor
Cursor
Cursor

Methods with parameter type java.awt.Cursor

DragSourceContext
Creates the DragSourceContext to handle this drag.
void
Sets the cursor for this drag operation to the specified cursor.
void
DragGestureEvent.startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener l)
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
void
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
void
Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
void
DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener dsl)
Start a drag, given the DragGestureEvent that initiated the drag.
void
DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable trans, DragSourceListener dsl, FlavorMap map)
Start a drag, given the DragGestureEvent that initiated the drag.
void
Start a drag, given the DragGestureEvent that initiated the drag.
void
Start a drag, given the DragGestureEvent that initiated the drag.

Methods with return type java.awt.Cursor

Cursor
Returns the current cursor or null if the default drag cursor is used.

Uses in package java.awt

Fields of type java.awt.Cursor

Cursor[]

Methods with parameter type java.awt.Cursor

void
Sets the cursor for this component to the specified cursor.
void
Sets the cursor.
void
Sets the Cursor used when the pointer is positioned over the component.
void
Sets the cursor for this window to the specifiec cursor.

Methods with return type java.awt.Cursor

Cursor
Toolkit.createCustomCursor(Image cursor, Point hotSpot, String name)
Creates a new custom cursor object.
Cursor
Returns the cursor for this component.
Cursor
Gets the cursor.
Cursor
Returns the Cursor displayed when the pointer is positioned over this component.
Cursor
Returns an instance of the system default cursor type.
Cursor
Returns an instance of Cursor for one of the specified predetermined types.
Cursor
Retrieves the system specific custom Cursor named Cursor names are, for example: "Invalid.16x16".

Uses in package javax.swing.text.html

Methods with parameter type java.awt.Cursor

void
Sets the default cursor.
void
Sets the Cursor for links.

Methods with return type java.awt.Cursor

Cursor
Returns the default cursor.
Cursor
Returns the cursor for links.

Uses in package java.awt.peer

Methods with parameter type java.awt.Cursor

void
Sets the cursor of the component.

Uses in package javax.accessibility

Methods with parameter type java.awt.Cursor

void
Set the cursor of the component.

Methods with return type java.awt.Cursor

Cursor
Get the cursor of this component.

Uses in package javax.swing.table

Methods with parameter type java.awt.Cursor

void
Set the cursor of the component.

Methods with return type java.awt.Cursor

Cursor
Get the cursor of this component.