Java Platform 1.2
Beta 4

Uses of Class
java.awt.Cursor

Packages that use Cursor
com.sun.java.accessibility   
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
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.  
 

Uses of Cursor in com.sun.java.accessibility
 

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

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

Uses of Cursor in com.sun.java.swing
 

Methods in com.sun.java.swing that return Cursor
 Cursor JComponent.AccessibleJComponent.getCursor()
          Get the Cursor of this object.
 Cursor JFrame.AccessibleJFrame.getCursor()
          Get the Cursor of this object.
 Cursor JWindow.AccessibleJWindow.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 JTree.AccessibleJTree.AccessibleJTreeNode.getCursor()
           
 Cursor JDialog.AccessibleJDialog.getCursor()
          Get the Cursor of this object.
 Cursor JApplet.AccessibleJApplet.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 JList.AccessibleJList.AccessibleJListChild.getCursor()
           
 

Methods in com.sun.java.swing with parameters of type Cursor
 void JComponent.AccessibleJComponent.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void JFrame.AccessibleJFrame.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void JWindow.AccessibleJWindow.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 JTree.AccessibleJTree.AccessibleJTreeNode.setCursor(Cursor c)
           
 void JDialog.AccessibleJDialog.setCursor(Cursor cursor)
          Set the Cursor of this object.
 void JApplet.AccessibleJApplet.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 JList.AccessibleJList.AccessibleJListChild.setCursor(Cursor c)
           
 

Uses of Cursor in com.sun.java.swing.table
 

Methods in com.sun.java.swing.table that return Cursor
 Cursor JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getCursor()
           
 

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

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)
          Set the cursor image to a predefined 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)
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.