diff --git a/jdk/src/macosx/classes/com/apple/eawt/event/package.html b/jdk/src/macosx/classes/com/apple/eawt/event/package.html index 9c05d88c821..0946e60f309 100644 --- a/jdk/src/macosx/classes/com/apple/eawt/event/package.html +++ b/jdk/src/macosx/classes/com/apple/eawt/event/package.html @@ -1,5 +1,7 @@ +
+Component
) in the GUI, to initiate a Drag and Drop of
some potentially Transferable
data.
-
+
DropTarget
(s) come into/go out of
existence, associated
with presentation elements in the GUI (Components), potentially
capable of consuming Transferable
data types.
-
+
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
.
-
+
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.
-
+
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.
-
+
Component
(s)
in the GUI with
associated DropTarget
(s), the DragSource
@@ -111,11 +112,11 @@ as follows:
DragSource
and DropTarget
: Copy, Move or Reference(link).
-
+
DragSource
and the set of data types comprehensible by the
DropTarget
.
-
+
DragSource
and DropTarget
receive
diff --git a/jdk/src/share/classes/java/awt/doc-files/AWTThreadIssues.html b/jdk/src/share/classes/java/awt/doc-files/AWTThreadIssues.html
index 735cfdd97d6..93d185181fe 100644
--- a/jdk/src/share/classes/java/awt/doc-files/AWTThreadIssues.html
+++ b/jdk/src/share/classes/java/awt/doc-files/AWTThreadIssues.html
@@ -23,7 +23,11 @@
questions.
-->
+
+
+AWTEvent
A is enqueued
+ AWTEvent
A is enqueued
to the EventQueue
before
AWTEvent
B then event B will not be
- dispatched before event A.
+ dispatched before event A.The following table summarizes the desktop properties documented here, and their value types. -
-
Property Name | @@ -60,17 +64,17 @@ here, and their value types.Summary Description | ||||
---|---|---|---|---|---|
awt.font.desktophints - | java.util.Map | -Font smoothing (text antialiasing) settings. | +awt.font.desktophints | +java.util.Map | +Font smoothing (text antialiasing) settings. |
sun.awt.enableExtraMouseButtons - | java.lang.Boolean | -Controls if mouse events from extra buttons are to be generated or not | +sun.awt.enableExtraMouseButtons | +java.lang.Boolean | +Controls if mouse events from extra buttons are to be generated or not |
+
@@ -84,14 +88,14 @@ This is particularly important when creating Swing components which are required to appear consistent with native desktop components or other Swing components. -
+
RenderingHints
which
can be directly applied to a Graphics2D
.
@@ -105,7 +109,7 @@ if (map != null) { }
+
An application can listen for changes in the property @@ -161,7 +165,7 @@ RenderingHints getRenderingHints(Graphics2D g2d, if (hintsToSave.size() == 0) { return savedHints; } - /* RenderingHints.keySet() returns Set
Document - a window without an owner that, together with all its child hierarchy, may be operated on as a single self-contained document. - Every window belongs to some document its root can be found as + Every window belongs to some document — its root can be found as the closest ancestor window without an owner.
@@ -92,12 +92,12 @@
Warning! Some window managers allow users to change the window - Z-order in an arbitrary way in that case the last requirement + Z-order in an arbitrary way — in that case the last requirement may not be met.
-
Note: Everywhere in this document the notion of "window" is equal - to a top-level window in the Java programming language in other words + to a top-level window in the Java programming language — in other words an instance ofjava.awt.Window
or any descendant class.
There are four supported modality types : @@ -163,11 +163,11 @@
Showing the window or modeless dialog: "F"
- All the visible modal dialogs are looked through if F is from the SB
+ All the visible modal dialogs are looked through — if F is from the SB
of one of them, it becomes blocked by it. If there are several such
dialogs, the first shown is used. If no such dialogs exist, F remains
unblocked.
@@ -185,7 +185,7 @@
dialogs outside M's SB and modal dialogs outside M's SB that do not
block M).
+
After the modal dialog M is shown, it becomes blocked by the first shown dialog from the first group (if there are any), all the windows from the second one become blocked by M, and all the windows from the third group @@ -197,12 +197,12 @@
Showing the document-modal dialog: "M"
All the visible application- and toolkit-modal dialogs are looked
- through if M is from the SB of one of them,
+ through — if M is from the SB of one of them,
it becomes blocked by it. If there are several such dialogs,
the first shown is used. If no such dialogs exist, M remains unblocked.
Showing the application-modal dialog: "M"
- All the visible toolkit-modal dialogs are looked through
+ All the visible toolkit-modal dialogs are looked through —
if M is from the SB of one of them, it becomes blocked by it.
If there are several such dialogs, the first shown is used.
If no such dialogs exist, M remains unblocked.
@@ -212,7 +212,7 @@
-
current/shown | @@ -293,11 +293,10 @@
+ |
|
- + |
|
|
+ |
|
@@ -424,45 +423,45 @@
|||
+ |
|
- + |
|
|
+ |
|
- + |
|
diff --git a/jdk/src/share/classes/java/awt/event/package.html b/jdk/src/share/classes/java/awt/event/package.html
index edf84c11476..eec07cacd6c 100644
--- a/jdk/src/share/classes/java/awt/event/package.html
+++ b/jdk/src/share/classes/java/awt/event/package.html
@@ -25,6 +25,7 @@
+
Attribute Class | diff --git a/jdk/src/share/classes/javax/print/event/package.html b/jdk/src/share/classes/javax/print/event/package.html index 4074b949cb3..69c54bda2d8 100644 --- a/jdk/src/share/classes/javax/print/event/package.html +++ b/jdk/src/share/classes/javax/print/event/package.html @@ -1,3 +1,4 @@ +
---|