Class Summary |
AlphaComposite |
Safe: |
AttributeValue |
|
AWTEvent |
Unsafe: The root event class for all AWT events. |
AWTEventMulticaster |
Unsafe: A class which implements efficient and thread-safe multi-cast event
dispatching for the AWT events defined in the java.awt.event package. |
AWTKeyStroke |
Safe: An AWTKeyStroke represents a key action on the
keyboard, or equivalent input device. |
AWTPermission |
Unsafe: |
BasicStroke |
Safe: |
BorderLayout |
Safe: A border layout lays out a container, arranging and resizing
its components to fit in five regions:
north, south, east, west, and center. |
BufferCapabilities |
Unsafe: |
Button |
Unsafe: |
Canvas |
Unsafe: A Canvas component represents a blank rectangular
area of the screen onto which the application can draw or from
which the application can trap input events from the user. |
CardLayout |
Safe: A CardLayout object is a layout manager for a
container. |
Checkbox |
Unsafe: |
CheckboxGroup |
Unsafe: |
CheckboxMenuItem |
Unsafe: |
Choice |
Unsafe: |
Color |
Safe: |
ColorPaintContext |
|
Component |
Safe: |
ComponentOrientation |
Safe: The ComponentOrientation class encapsulates the language-sensitive
orientation that is to be used to order the elements of a component
or of text. |
Container |
Safe: A generic Abstract Window Toolkit(AWT) container object is a component
that can contain other AWT components. |
ContainerOrderFocusTraversalPolicy |
Unsafe: A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container. |
Cursor |
Safe: |
DefaultFocusTraversalPolicy |
Unsafe: A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container. |
DefaultKeyboardFocusManager |
Unsafe: The default KeyboardFocusManager for AWT applications. |
Dialog |
Unsafe: A Dialog is a top-level window with a title and a border
that is typically used to take some form of input from the user. |
Dimension |
Safe: |
DisplayMode |
Unsafe: |
Event |
Unsafe: |
EventDispatchThread |
|
EventQueue |
Unsafe: EventQueue is a platform-independent class
that queues events, both from the underlying peer classes
and from trusted application classes. |
EventQueueItem |
|
FileDialog |
Unsafe: |
FlowLayout |
Safe: A flow layout arranges components in a left-to-right flow, much
like lines of text in a paragraph. |
FocusManager |
|
FocusTraversalPolicy |
Unsafe: A FocusTraversalPolicy defines the order in which Components with a
particular focus cycle root are traversed. |
Font |
Safe: |
FontMetrics |
Safe: |
Frame |
Unsafe: |
GradientPaint |
Safe: The GradientPaint class provides a way to fill
a Shape with a linear color gradient pattern. |
GradientPaintContext |
|
Graphics |
Safe: |
Graphics2D |
Unsafe: This Graphics2D class extends the
Graphics class to provide more sophisticated
control over geometry, coordinate transformations, color management,
and text layout. |
GraphicsCallback |
|
GraphicsConfigTemplate |
Unsafe: |
GraphicsConfiguration |
Unsafe: |
GraphicsDevice |
Unsafe: |
GraphicsEnvironment |
Unsafe:
The GraphicsEnvironment class describes the collection
of GraphicsDevice objects and java.awt.Font objects
available to a Java(tm) application on a particular platform. |
GridBagConstraints |
Safe: |
GridBagLayout |
Safe: The GridBagLayout class is a flexible layout
manager that aligns components vertically and horizontally,
without requiring that the components be of the same size. |
GridBagLayoutInfo |
|
GridLayout |
Safe: The GridLayout class is a layout manager that
lays out a container's components in a rectangular grid. |
Image |
Safe: The abstract class Image is the superclass of all
classes that represent graphical images. |
ImageCapabilities |
Unsafe: |
ImageMediaEntry |
|
Insets |
Safe: |
JobAttributes |
Unsafe: |
KeyboardFocusManager |
Safe: The KeyboardFocusManager is responsible for managing the active and focused
Windows, and the current focus owner. |
Label |
Unsafe: |
LightweightDispatcher |
|
List |
Unsafe: |
MediaEntry |
|
MediaTracker |
Safe: |
Menu |
Unsafe: |
MenuBar |
Unsafe: |
MenuComponent |
Safe: The abstract class MenuComponent is the superclass
of all menu-related components. |
MenuItem |
Unsafe: All items in a menu must belong to the class
MenuItem , or one of its subclasses. |
MenuShortcut |
Safe: |
PageAttributes |
Unsafe: |
Panel |
Unsafe: Panel is the simplest container class. |
PeerFixer |
|
Point |
Safe: |
Polygon |
Safe: The Polygon class encapsulates a description of a
closed, two-dimensional region within a coordinate space. |
PopupMenu |
Safe: |
PrintJob |
Unsafe: |
Queue |
|
Rectangle |
Safe: |
RenderingHints |
Safe: |
Robot |
Unsafe: |
Scrollbar |
Unsafe: |
ScrollPane |
Unsafe: |
ScrollPaneAdjustable |
Safe: |
SentEvent |
A wrapping tag for a nested AWTEvent which indicates that the event was
sent from another AppContext. |
SequencedEvent |
A mechanism for ensuring that a series of AWTEvents are executed in a
precise order, even across multiple AppContexts. |
SystemColor |
Safe: A class to encapsulate symbolic colors representing the color of
native GUI objects on a system. |
TextArea |
Unsafe: |
TextComponent |
Unsafe: The TextComponent class is the superclass of
any component that allows the editing of some text. |
TextField |
Unsafe: |
TexturePaint |
Safe: The TexturePaint class provides a way to fill a
Shape with a texture that is specified as
a BufferedImage . |
TexturePaintContext |
|
Toolkit |
Unsafe: This class is the abstract superclass of all actual
implementations of the Abstract Window Toolkit. |
Window |
Unsafe: |