diff --git a/src/macosx/classes/com/apple/eawt/event/package.html b/src/macosx/classes/com/apple/eawt/event/package.html index 9c05d88c8211f618725dc5b853649ef710aa0a99..0946e60f3097b8314aa72a39cf014f4ef308444b 100644 --- a/src/macosx/classes/com/apple/eawt/event/package.html +++ b/src/macosx/classes/com/apple/eawt/event/package.html @@ -1,5 +1,7 @@ + + Classes for receiving gesture events. diff --git a/src/macosx/classes/com/apple/eawt/package.html b/src/macosx/classes/com/apple/eawt/package.html index e11ed40ba3ff742bd4f500e2e5a833261676523e..81bc1a8d3f8e9e642545cdee3708a9e0c1f51ca7 100644 --- a/src/macosx/classes/com/apple/eawt/package.html +++ b/src/macosx/classes/com/apple/eawt/package.html @@ -1,5 +1,7 @@ + + Provides classes for integrating Java applications with the native application environment. diff --git a/src/share/classes/java/awt/color/package.html b/src/share/classes/java/awt/color/package.html index 8b82f8e59ebd01281ba199be7b2dde54fa3d0b08..13ab17419a3dff07f1c03f04ceb341ee5aeaccdf 100644 --- a/src/share/classes/java/awt/color/package.html +++ b/src/share/classes/java/awt/color/package.html @@ -25,6 +25,7 @@ + Provides classes for color spaces. It contains an diff --git a/src/share/classes/java/awt/datatransfer/package.html b/src/share/classes/java/awt/datatransfer/package.html index a16e0090889de6c8e819dbffbde24e468b5cabb1..f33946cac586ec912671cf11b9b1ac861a497dd0 100644 --- a/src/share/classes/java/awt/datatransfer/package.html +++ b/src/share/classes/java/awt/datatransfer/package.html @@ -25,6 +25,7 @@ + Provides interfaces and classes for transferring data diff --git a/src/share/classes/java/awt/dnd/package.html b/src/share/classes/java/awt/dnd/package.html index b39c069b0c58560b026b5b766e85e7a638165644..f2df34617bd92656c77cb251a2f12ad120f1a71f 100644 --- a/src/share/classes/java/awt/dnd/package.html +++ b/src/share/classes/java/awt/dnd/package.html @@ -25,6 +25,7 @@ + Drag and Drop is a direct manipulation gesture found in many Graphical @@ -51,18 +52,18 @@ states (not entirely sequentially): associated with some presentation element (Component) in the GUI, to initiate a Drag and Drop of some potentially Transferable data. -

+

  • 1 or more DropTarget(s) come into/go out of existence, associated with presentation elements in the GUI (Components), potentially capable of consuming Transferable data types. -

    +

  • A DragGestureRecognizer is obtained from the DragSource and is associated with a Component in order to track and identify any Drag initiating gesture by the user over the Component. -

    +

  • A user makes a Drag gesture over the Component, which the registered DragGestureRecognizer detects, and notifies its @@ -76,13 +77,13 @@ contains the abstract class MouseDragGestureRecognizer for recognizing mouse device gestures. Other abstract subclasses may be provided by the platform to support other input devices or particular Component class semantics. -

    +

  • The DragGestureListener causes the DragSource to initiate the Drag and Drop operation on behalf of the user, perhaps animating the GUI Cursor and/or rendering an Image of the item(s) that are the subject of the operation. -

    +

  • As the user gestures navigate over Component(s) in the GUI with associated DropTarget(s), the DragSource @@ -111,11 +112,11 @@ as follows: