Java Platform 1.2

Uses of Class
java.awt.Cursor

Packages that use Cursor
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations. 
javax.accessibility Defines a contract between user-interface components and an assistive technology that provides access to those components. 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.table Provides classes and interfaces for dealing with java.awt.swing.JTable. 
 

Uses of Cursor in java.awt
 

Fields in java.awt declared as Cursor
protected static Cursor[] Cursor.predefined
           
 

Methods in java.awt that return Cursor
 Cursor Component.getCursor()
          Gets the cursor set on this component.
static Cursor Cursor.getPredefinedCursor(int type)
          Returns a cursor object with the specified predefined type.
static Cursor Cursor.getSystemCustomCursor(String name)
           
static Cursor Cursor.getDefaultCursor()
          Return the system default cursor.
 Cursor Toolkit.createCustomCursor(Image cursor, Point hotSpot, String name)
          Creates a new custom cursor object.
 

Methods in java.awt with parameters of type Cursor
 void Component.setCursor(Cursor cursor)
          Sets the cursor image to the specified cursor.
 

Uses of Cursor in java.awt.dnd
 

Fields in java.awt.dnd declared as Cursor
static Cursor DragSource.DefaultCopyDrop
          Default Cursor Constants
static Cursor DragSource.DefaultMoveDrop
           
static Cursor DragSource.DefaultLinkDrop
           
static Cursor DragSource.DefaultCopyNoDrop
           
static Cursor DragSource.DefaultMoveNoDrop
           
static Cursor DragSource.DefaultLinkNoDrop
           
 

Methods in java.awt.dnd that return Cursor
 Cursor DragSourceContext.getCursor()
           
 

Methods in java.awt.dnd with parameters of type Cursor
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl, FlavorMap flavorMap)
          start a Drag.
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable transferable, DragSourceListener dsl, FlavorMap flavorMap)
          start a Drag.
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point dragOffset, Transferable transferable, DragSourceListener dsl)
          start a Drag.
 void DragSource.startDrag(DragGestureEvent trigger, Cursor dragCursor, Transferable transferable, DragSourceListener dsl)
          start a Drag.
protected  DragSourceContext DragSource.createDragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp, DragGestureEvent dgl, Cursor dragCursor, Image dragImage, Point imageOffset, Transferable t, DragSourceListener dsl)
          Create the DragSourceContext to handle this Drag.
 void DragGestureEvent.startDrag(Cursor dragCursor, Transferable transferable, DragSourceListener dsl)
          start the drag
 void DragGestureEvent.startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl)
          start the drag
 void DragSourceContext.setCursor(Cursor c)
          change the drag cursor
 

Constructors in java.awt.dnd with parameters of type Cursor
DragSourceContext.DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp, DragGestureEvent trigger, Cursor dragCursor, Image dragImage, Point offset, Transferable t, DragSourceListener dsl)
          construct a DragSourceContext (called from DragSource)
 

Uses of Cursor in javax.accessibility
 

Methods in javax.accessibility that return Cursor
 Cursor AccessibleComponent.getCursor()
          Get the Cursor of this object.
 

Methods in javax.accessibility with parameters of type Cursor
 void AccessibleComponent.setCursor(Cursor cursor)
          Set the Cursor of this object.
 

Uses of Cursor in javax.swing
 

Methods in javax.swing that return Cursor
 Cursor JComponent.AccessibleJComponent.getCursor()
          Get the Cursor of this object.
 Cursor JTree.AccessibleJTree.AccessibleJTreeNode.getCursor()
           
 Cursor JApplet.AccessibleJApplet.getCursor()
          Get the Cursor of this object.
 Cursor JWindow.AccessibleJWindow.getCursor()
          Get the Cursor of this object.
 Cursor Box.Filler.AccessibleBoxFiller.getCursor()
          Gets the Cursor of this object.
 Cursor Box.AccessibleBox.getCursor()
          Gets the Cursor of this object.
 Cursor JDialog.AccessibleJDialog.getCursor()
          Get the Cursor of this object.
 Cursor CellRendererPane.AccessibleCellRendererPane.getCursor()
          Get the Cursor of this object.
 Cursor JTable.AccessibleJTable.AccessibleJTableCell.getCursor()
          Get the Cursor of this object.
 Cursor JFrame.AccessibleJFrame.getCursor()
          Get the Cursor of this object.
 Cursor JList.AccessibleJList.AccessibleJListChild.getCursor()
           
 

Methods in javax.swing with parameters of type Cursor
 void JComponent.AccessibleJComponent.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void JTree.AccessibleJTree.AccessibleJTreeNode.setCursor(Cursor c)
           
 void JApplet.AccessibleJApplet.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void JWindow.AccessibleJWindow.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void Box.Filler.AccessibleBoxFiller.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void Box.AccessibleBox.setCursor(Cursor cursor)
          Sets the Cursor of this object.
 void JDialog.AccessibleJDialog.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void CellRendererPane.AccessibleCellRendererPane.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void JTable.AccessibleJTable.AccessibleJTableCell.setCursor(Cursor c)
          Set the Cursor of this object.
 void JFrame.AccessibleJFrame.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void JList.AccessibleJList.AccessibleJListChild.setCursor(Cursor c)
           
 

Uses of Cursor in javax.swing.table
 

Methods in javax.swing.table that return Cursor
 Cursor JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getCursor()
           
 

Methods in javax.swing.table with parameters of type Cursor
 void JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.setCursor(Cursor c)
           
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.