This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Class Summary |
DnDConstants |
This class contains constant values representing
the type of action(s) to be performed by a Drag and Drop operation. |
DragGestureEvent |
A DragGestureEvent is passed
to DragGestureListener 's
dragGestureRecognized() method
when a particular DragGestureRecognizer detects that a
platform dependent drag initiating gesture has occurred
on the Component that it is tracking. |
DragGestureRecognizer |
The DragGestureRecognizer is an
abstract base class for the specification
of a platform-dependent listener that can be associated with a particular
Component in order to
identify platform-dependent drag initiating gestures. |
DragSource |
The DragSource is the entity responsible
for the initiation of the Drag
and Drop operation, and may be used in a number of scenarios:
1 default instance per JVM for the lifetime of that JVM. |
DragSourceAdapter |
An abstract adapter class for receiving drag source events. |
DragSourceContext |
The DragSourceContext class is responsible for managing the
initiator side of the Drag and Drop protocol. |
DragSourceDragEvent |
The DragSourceDragEvent is
delivered from the DragSourceContextPeer ,
via the DragSourceContext , to the DragSourceListener
registered with that DragSourceContext and with its associated
DragSource . |
DragSourceDropEvent |
The DragSourceDropEvent is delivered
from the DragSourceContextPeer ,
via the DragSourceContext , to the dragDropEnd
method of DragSourceListener s registered with that
DragSourceContext and with its associated
DragSource . |
DragSourceEvent |
This class is the base class for
DragSourceDragEvent and
DragSourceDropEvent . |
DropTarget |
The DropTarget is associated
with a Component when that Component
wishes
to accept drops during Drag and Drop operations. |
DropTarget.DropTargetAutoScroller |
this protected nested class implements autoscrolling |
DropTargetAdapter |
An abstract adapter class for receiving drop target events. |
DropTargetContext |
A DropTargetContext is created
whenever the logical cursor associated
with a Drag and Drop operation coincides with the visible geometry of
a Component associated with a DropTarget . |
DropTargetDragEvent |
The DropTargetDragEvent is delivered to a
DropTargetListener via its
dragEnter() and dragOver() methods. |
DropTargetDropEvent |
The DropTargetDropEvent is delivered
via the DropTargetListener drop() method. |
DropTargetEvent |
The DropTargetEvent is the base
class for both the DropTargetDragEvent
and the DropTargetDropEvent . |
MouseDragGestureRecognizer |
This abstract subclass of DragGestureRecognizer
defines a DragGestureRecognizer
for mouse-based gestures. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.