Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.Cursor

Uses of Cursor in java.awt
 

Fields in java.awt declared as Cursor
(package private)  Cursor Component.cursor
          The cursor displayed when the pointer is over this component.
protected static Cursor[] Cursor.predefined
           
 

Methods in java.awt that return Cursor
 Cursor Component.getCursor()
          Returns the cursor for this component.
 Cursor Component.AccessibleAWTComponent.getCursor()
          Gets the cursor.
 Cursor Toolkit.createCustomCursor(Image cursor, Point hotSpot, java.lang.String name)
          Creates a new custom cursor object.
static Cursor Cursor.getPredefinedCursor(int type)
          Returns an instance of Cursor for one of the specified predetermined types.
static Cursor Cursor.getSystemCustomCursor(java.lang.String name)
          Retrieves the system specific custom Cursor named Cursor names are, for example: "Invalid.16x16".
static Cursor Cursor.getDefaultCursor()
          Returns an instance of the system default cursor type.
 Cursor MenuComponent.AccessibleAWTMenuComponent.getCursor()
          Returns the Cursor displayed when the pointer is positioned over this component.
 

Methods in java.awt with parameters of type Cursor
 void Component.setCursor(Cursor cursor)
          Sets the cursor for this component to the specified cursor.
 void Component.AccessibleAWTComponent.setCursor(Cursor cursor)
          Sets the cursor.
 void Window.setCursor(Cursor cursor)
          Sets the cursor for this window to the specifiec cursor.
 void MenuComponent.AccessibleAWTMenuComponent.setCursor(Cursor cursor)
          Sets the Cursor used when the pointer is positioned over the component.