| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cursor | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. | 
| java.awt.dnd | Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. | 
| 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 javax.swing.JTable. | 
| javax.swing.text.html | Provides the class HTMLEditorKitand supporting classes
for creating HTML text editors. | 
| 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 | Toolkit.createCustomCursor(Image cursor,
                   Point hotSpot,
                   String name)Creates a new custom cursor object. | 
|  Cursor | MenuComponent.AccessibleAWTMenuComponent.getCursor()Gets the Cursorof this object. | 
|  Cursor | List.AccessibleAWTList.AccessibleAWTListChild.getCursor()Get the Cursor of this object. | 
|  Cursor | Component.getCursor()Gets the cursor set in the component. | 
|  Cursor | Component.AccessibleAWTComponent.getCursor()Gets the Cursorof this object. | 
| static Cursor | Cursor.getDefaultCursor()Return the system default cursor. | 
| static Cursor | Cursor.getPredefinedCursor(int type)Returns a cursor object with the specified predefined type. | 
| static Cursor | Cursor.getSystemCustomCursor(String name)Returns a system-specific custom cursor object matching the specified name. | 
| Methods in java.awt with parameters of type Cursor | |
|---|---|
|  void | MenuComponent.AccessibleAWTMenuComponent.setCursor(Cursor cursor)Sets the Cursorof this object. | 
|  void | Window.setCursor(Cursor cursor)Set the cursor image to a specified cursor. | 
|  void | List.AccessibleAWTList.AccessibleAWTListChild.setCursor(Cursor cursor)Set the Cursor of this object. | 
|  void | Component.setCursor(Cursor cursor)Sets the cursor image to the specified cursor. | 
|  void | Component.AccessibleAWTComponent.setCursor(Cursor cursor)Sets the Cursorof this object. | 
| Uses of Cursor in java.awt.dnd | 
|---|
| Fields in java.awt.dnd declared as Cursor | |
|---|---|
| static Cursor | DragSource.DefaultCopyDropThe default Cursorto use with a copy operation indicating
 that a drop is currently allowed. | 
| static Cursor | DragSource.DefaultCopyNoDropThe default Cursorto use with a copy operation indicating
 that a drop is currently not allowed. | 
| static Cursor | DragSource.DefaultLinkDropThe default Cursorto use with a link operation indicating
 that a drop is currently allowed. | 
| static Cursor | DragSource.DefaultLinkNoDropThe default Cursorto use with a link operation indicating 
 that a drop is currently not allowed. | 
| static Cursor | DragSource.DefaultMoveDropThe default Cursorto use with a move operation indicating
 that a drop is currently allowed. | 
| static Cursor | DragSource.DefaultMoveNoDropThe default Cursorto use with a move operation indicating
 that a drop is currently not allowed. | 
| Methods in java.awt.dnd that return Cursor | |
|---|---|
|  Cursor | DragSourceContext.getCursor()Returns the current drag Cursor. | 
| Methods in java.awt.dnd with parameters of type Cursor | |
|---|---|
| protected  DragSourceContext | DragSource.createDragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp,
                        DragGestureEvent dgl,
                        Cursor dragCursor,
                        Image dragImage,
                        Point imageOffset,
                        Transferable t,
                        DragSourceListener dsl)Creates the DragSourceContextto handle this drag. | 
|  void | DragSourceContext.setCursor(Cursor c)Sets the cursor for this drag operation to the specified Cursor. | 
|  void | DragGestureEvent.startDrag(Cursor dragCursor,
          Image dragImage,
          Point imageOffset,
          Transferable transferable,
          DragSourceListener dsl)Start the drag given the initial Cursorto display,
 a dragImage, the offset of 
 theImage, 
 theTransferableobject, and 
 theDragSourceListenerto use. | 
|  void | DragGestureEvent.startDrag(Cursor dragCursor,
          Transferable transferable)Starts the drag operation given the Cursorfor this drag
 operation and theTransferablerepresenting the source data
 for this drag operation. | 
|  void | DragGestureEvent.startDrag(Cursor dragCursor,
          Transferable transferable,
          DragSourceListener dsl)Starts the drag given the initial Cursorto display, 
 theTransferableobject, 
 and theDragSourceListenerto use. | 
|  void | DragSource.startDrag(DragGestureEvent trigger,
          Cursor dragCursor,
          Image dragImage,
          Point dragOffset,
          Transferable transferable,
          DragSourceListener dsl)Start a drag, given the DragGestureEventthat initiated the drag, the initialCursorto use,
 theImageto drag, 
 the offset of theImageorigin 
 from the hotspot of theCursorat the instant of the trigger,
 the subject data of the drag, and 
 theDragSourceListener. | 
|  void | DragSource.startDrag(DragGestureEvent trigger,
          Cursor dragCursor,
          Image dragImage,
          Point imageOffset,
          Transferable transferable,
          DragSourceListener dsl,
          FlavorMap flavorMap)Start a drag, given the DragGestureEventthat initiated the drag, the initialCursorto use,
 theImageto drag, 
 the offset of theImageorigin 
 from the hotspot of theCursorat 
 the instant of the trigger,
 theTransferablesubject data 
 of the drag, theDragSourceListener, 
 and theFlavorMap. | 
|  void | DragSource.startDrag(DragGestureEvent trigger,
          Cursor dragCursor,
          Transferable transferable,
          DragSourceListener dsl)Start a drag, given the DragGestureEventthat initiated the drag, the initialCursorto 
 use, 
 theTransferablesubject data 
 of the drag, and theDragSourceListener. | 
|  void | DragSource.startDrag(DragGestureEvent trigger,
          Cursor dragCursor,
          Transferable transferable,
          DragSourceListener dsl,
          FlavorMap flavorMap)Start a drag, given the DragGestureEventthat initiated the drag, the initialCursorto use,
 theTransferablesubject data 
 of the drag, theDragSourceListener, 
 and theFlavorMap. | 
| Constructors in java.awt.dnd with parameters of type Cursor | |
|---|---|
| DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer dscp,
                  DragGestureEvent trigger,
                  Cursor dragCursor,
                  Image dragImage,
                  Point offset,
                  Transferable t,
                  DragSourceListener dsl)Called from DragSource, this constructor creates a newDragSourceContextgiven theDragSourceContextPeerfor this Drag, theDragGestureEventthat triggered the Drag, the initialCursorto use for the Drag, an (optional)Imageto display while the Drag is taking place, the offset
 of theImageorigin from the hotspot at the instant of the
 triggering event, theTransferablesubject data, and theDragSourceListenerto use during the Drag and Drop
 operation. | |
| Uses of Cursor in javax.accessibility | 
|---|
| Methods in javax.accessibility that return Cursor | |
|---|---|
|  Cursor | AccessibleComponent.getCursor()Gets the Cursor of this object. | 
| Methods in javax.accessibility with parameters of type Cursor | |
|---|---|
|  void | AccessibleComponent.setCursor(Cursor cursor)Sets the Cursor of this object. | 
| Uses of Cursor in javax.swing | 
|---|
| Methods in javax.swing that return Cursor | |
|---|---|
|  Cursor | JTree.AccessibleJTree.AccessibleJTreeNode.getCursor() | 
|  Cursor | JTable.AccessibleJTable.AccessibleJTableCell.getCursor()Gets the Cursorof this object. | 
|  Cursor | JList.AccessibleJList.AccessibleJListChild.getCursor() | 
|  Cursor | JInternalFrame.getLastCursor()Returns the last Cursorthat was set by thesetCursormethod that is not a resizableCursor. | 
| Methods in javax.swing with parameters of type Cursor | |
|---|---|
|  void | JInternalFrame.setCursor(Cursor cursor)Sets the cursor image to the specified cursor. | 
|  void | JTree.AccessibleJTree.AccessibleJTreeNode.setCursor(Cursor c) | 
|  void | JTable.AccessibleJTable.AccessibleJTableCell.setCursor(Cursor c)Sets the Cursorof 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) | 
| Uses of Cursor in javax.swing.text.html | 
|---|
| Methods in javax.swing.text.html that return Cursor | |
|---|---|
|  Cursor | HTMLEditorKit.getDefaultCursor()Returns the default cursor. | 
|  Cursor | HTMLEditorKit.getLinkCursor()Returns the cursor to use over hyper links. | 
| Methods in javax.swing.text.html with parameters of type Cursor | |
|---|---|
|  void | HTMLEditorKit.setDefaultCursor(Cursor cursor)Sets the default cursor. | 
|  void | HTMLEditorKit.setLinkCursor(Cursor cursor)Sets the cursor to use over links. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.