Package java.awt
Interface Summary
ActiveEvent
Unsafe: An interface for events that know how to dispatch themselves.
KeyEventPostProcessor
Untamed: A KeyEventPostProcessor cooperates with the current KeyboardFocusManager
in the final resolution of all unconsumed KeyEvents.
LayoutManager2
Safe:
Defines an interface for classes that know how to layout Containers
based on a layout constraints object.
PrintGraphics
Unsafe:
An abstract class which provides a print graphics context for a page.
Transparency
Unsafe: The
Transparency interface defines the common transparency
modes for implementing classes.
Class Summary
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.
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.
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.
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.
DefaultFocusTraversalPolicy
Unsafe: A FocusTraversalPolicy that determines traversal order based on the order
of child Components in a Container.
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.
EventQueue
Unsafe: EventQueue is a platform-independent class
that queues events, both from the underlying peer classes
and from trusted application classes.
FlowLayout
Safe: A flow layout arranges components in a left-to-right flow, much
like lines of text in a paragraph.
FocusTraversalPolicy
Unsafe: A FocusTraversalPolicy defines the order in which Components with a
particular focus cycle root are traversed.
GradientPaint
Safe: The
GradientPaint class provides a way to fill
a
Shape with a linear color gradient pattern.
Graphics2D
Unsafe: This
Graphics2D class extends the
Graphics class to provide more sophisticated
control over geometry, coordinate transformations, color management,
and text layout.
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.
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.
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.
KeyboardFocusManager
Safe: The KeyboardFocusManager is responsible for managing the active and focused
Windows, and the current focus owner.
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.
Panel
Unsafe: Panel is the simplest container class.
Polygon
Safe: The
Polygon class encapsulates a description of a
closed, two-dimensional region within a coordinate space.
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.
TextComponent
Unsafe: The
TextComponent class is the superclass of
any component that allows the editing of some text.
TexturePaint
Safe: The
TexturePaint class provides a way to fill a
Shape with a texture that is specified as
a
BufferedImage.
Toolkit
Unsafe: This class is the abstract superclass of all actual
implementations of the Abstract Window Toolkit.
Exception Summary
AWTException
Untamed: Signals that an Absract Window Toolkit exception has occurred.
FontFormatException
Untamed: Thrown by method createFont in the
Font class to indicate
that the specified font is bad.
HeadlessException
Untamed: Thrown when code that is dependent on a keyboard, display, or mouse
is called in an environment that does not support a keyboard, display,
or mouse.
Error Summary
AWTError
Untamed: Thrown when a serious Abstract Window Toolkit error has occurred.