| Name | Description | Type | Package | Framework |
| AbstractMultiResolutionImage | This class provides default implementations of several Image methods for classes that want to implement the interface. | Class | java.awt.image | Java SE |
|
| ActionEvent | A semantic event which indicates that a component-defined action occurred. | Class | java.awt.event | Java SE |
|
| AdjustmentEvent | The adjustment event emitted by Adjustable objects like Scrollbar and ScrollPane. | Class | java.awt.event | Java SE |
|
| AffineTransform | The AffineTransform class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D | Class | java.awt.geom | Java SE |
|
| AffineTransformOp | This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates | Class | java.awt.image | Java SE |
|
| AlphaComposite | The AlphaComposite class implements basic alpha compositing rules for combining source and destination colors | Class | java.awt | Java SE |
|
| Arc2D | Arc2D is the abstract superclass for all objects that store a 2D arc defined by a framing rectangle, | Class | java.awt.geom | Java SE |
|
| Arc2D .Double | This class defines an arc specified in double precision. | Class | java.awt.geom.Arc2D | Java SE |
|
| Arc2D .Float | This class defines an arc specified in float precision. | Class | java.awt.geom.Arc2D | Java SE |
|
| Area | An Area object stores and manipulates a resolution-independent description of an enclosed area of | Class | java.awt.geom | Java SE |
|
| AreaAveragingScaleFilter | An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor | Class | java.awt.image | Java SE |
|
| AWTError | Thrown when a serious Abstract Window Toolkit error has occurred. | Class | java.awt | Java SE |
|
| AWTEvent | The root event class for all AWT events. | Class | java.awt | Java SE |
|
| AWTEventListenerProxy | A class which extends the EventListenerProxy specifically for adding an AWTEventListener | Class | java.awt.event | Java SE |
|
| AWTEventMulticaster | AWTEventMulticaster implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java. | Class | java.awt | Java SE |
|
| AWTException | Signals that an Abstract Window Toolkit exception has occurred. | Class | java.awt | Java SE |
|
| AWTKeyStroke | An AWTKeyStroke represents a key action on the keyboard, or equivalent input device. | Class | java.awt | Java SE |
|
| AWTPermission | This class is for AWT permissions. | Class | java.awt | Java SE |
|
| ActionListener | The listener interface for receiving action events. | Interface | java.awt.event | Java SE |
|
| ActiveEvent | An interface for events that know how to dispatch themselves. | Interface | java.awt | Java SE |
|
| Adjustable | The interface for objects which have an adjustable numeric value contained within a bounded range of values. | Interface | java.awt | Java SE |
|
| AdjustmentListener | The listener interface for receiving adjustment events. | Interface | java.awt.event | Java SE |
|
| Autoscroll | During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is | Interface | java.awt.dnd | Java SE |
|
| AWTEventListener | The listener interface for receiving notification of events dispatched to objects that are instances of Component or | Interface | java.awt.event | Java SE |
|
| BandCombineOp | This class performs an arbitrary linear combination of the bands in a Raster, using a specified matrix. | Class | java.awt.image | Java SE |
|
| BandedSampleModel | This class represents image data which is stored in a band interleaved which each sample of a pixel occupies one data element of the DataBuffer. | Class | java.awt.image | Java SE |
|
| BaseMultiResolutionImage | This class is an array-based implementation of the AbstractMultiResolutionImage class. | Class | java.awt.image | Java SE |
|
| BasicStroke | The BasicStroke class defines a basic set of rendering attributes for the outlines of graphics primitives, which are rendered | Class | java.awt | Java SE |
|
| Book | The Book class provides a representation of a document in which pages may have different page formats and page painters. | Class | java.awt.print | Java SE |
|
| BorderLayout | A border layout lays out a container, arranging and resizing its components to fit in five regions: | Class | java.awt | Java SE |
|
| BufferCapabilities | Capabilities and properties of buffers. | Class | java.awt | Java SE |
|
| BufferCapabilities .FlipContents | | Class | java.awt.BufferCapabilities | Java SE |
|
| BufferedImage | The BufferedImage subclass describes an Image with an accessible buffer of image data. | Class | java.awt.image | Java SE |
|
| BufferedImageFilter | The BufferedImageFilter class subclasses an ImageFilter to provide a simple means of | Class | java.awt.image | Java SE |
|
| BufferStrategy | The BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or | Class | java.awt.image | Java SE |
|
| Button | This class creates a labeled button. | Class | java.awt | Java SE |
|
| ByteLookupTable | This class defines a lookup table object. | Class | java.awt.image | Java SE |
|
| BufferedImageOp | This interface describes single-input/single-output operations performed on BufferedImage objects. | Interface | java.awt.image | Java SE |
|
| Canvas | A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from | Class | java.awt | Java SE |
|
| CardLayout | A CardLayout object is a layout manager for a container. | Class | java.awt | Java SE |
|
| Checkbox | A check box is a graphical component that can be in either an on (true) or off (false) state. | Class | java.awt | Java SE |
|
| CheckboxGroup | The CheckboxGroup class is used to group together a set of Checkbox buttons. | Class | java.awt | Java SE |
|
| CheckboxMenuItem | This class represents a check box that can be included in a menu. | Class | java.awt | Java SE |
|
| Choice | The Choice class presents a pop-up menu of choices. | Class | java.awt | Java SE |
|
| Clipboard | A class that implements a mechanism to transfer data using cut/copy/paste operations. | Class | java.awt.datatransfer | Java SE |
|
| CMMException | This exception is thrown if the native CMM returns an error. | Class | java.awt.color | Java SE |
|
| Color | The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a | Class | java.awt | Java SE |
|
| ColorConvertOp | This class performs a pixel-by-pixel color conversion of the data in the source image. | Class | java.awt.image | Java SE |
|
| ColorModel | The ColorModel abstract class encapsulates the methods for translating a pixel value to color components | Class | java.awt.image | Java SE |
|
| ColorSpace | This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, | Class | java.awt.color | Java SE |
|
| Component | A component is an object having a graphical representation that can be displayed on the screen and that can interact with the | Class | java.awt | Java SE |
|
| ComponentAdapter | An abstract adapter class for receiving component events. | Class | java.awt.event | Java SE |
|
| ComponentColorModel | A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that | Class | java.awt.image | Java SE |
|
| ComponentEvent | A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other | Class | java.awt.event | Java SE |
|
| ComponentOrientation | The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component | Class | java.awt | Java SE |
|
| ComponentSampleModel | This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer. | Class | java.awt.image | Java SE |
|
| Container | A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. | Class | java.awt | Java SE |
|
| ContainerAdapter | An abstract adapter class for receiving container events. | Class | java.awt.event | Java SE |
|
| ContainerEvent | A low-level event which indicates that a container's contents changed because a component was added or removed. | Class | java.awt.event | Java SE |
|
| ContainerOrderFocusTraversalPolicy | A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container. | Class | java.awt | Java SE |
|
| ConvolveOp | This class implements a convolution from the source to the destination. | Class | java.awt.image | Java SE |
|
| CropImageFilter | An ImageFilter class for cropping images. | Class | java.awt.image | Java SE |
|
| CubicCurve2D | The CubicCurve2D class defines a cubic parametric curve segment in (x,y) coordinate space. | Class | java.awt.geom | Java SE |
|
| CubicCurve2D .Double | A cubic parametric curve segment specified with double coordinates. | Class | java.awt.geom.CubicCurve2D | Java SE |
|
| CubicCurve2D .Float | A cubic parametric curve segment specified withSince:1. | Class | java.awt.geom.CubicCurve2D | Java SE |
|
| Cursor | A class to encapsulate the bitmap representation of the mouse cursor. | Class | java.awt | Java SE |
|
| Component .BaselineResizeBehavior | change as the size changes. | Class | java.awt.Component | Java SE |
|
| ClipboardOwner | Defines the interface for classes that will provide data to a clipboard. | Interface | java.awt.datatransfer | Java SE |
|
| ComponentListener | The listener interface for receiving component events. | Interface | java.awt.event | Java SE |
|
| Composite | The Composite interface, along with CompositeContext, defines the methods to compose a draw | Interface | java.awt | Java SE |
|
| CompositeContext | The CompositeContext interface defines the encapsulated and optimized environment for a compositing operation. | Interface | java.awt | Java SE |
|
| ContainerListener | The listener interface for receiving container events. | Interface | java.awt.event | Java SE |
|
| ContextualRenderedImageFactory | ContextualRenderedImageFactory provides an interface for the functionality that may differ between instances of | Interface | java.awt.image.renderable | Java SE |
|
| DataBuffer | This class exists to wrap one or more data arrays. | Class | java.awt.image | Java SE |
|
| DataBufferByte | This class extends DataBuffer and stores data internally as bytes. | Class | java.awt.image | Java SE |
|
| DataBufferDouble | This class extends DataBuffer and stores data internally Note that some implementations may function more efficiently | Class | java.awt.image | Java SE |
|
| DataBufferFloat | This class extends DataBuffer and stores data internally Note that some implementations may function more efficiently | Class | java.awt.image | Java SE |
|
| DataBufferInt | This class extends DataBuffer and stores data internally Note that some implementations may function more efficiently | Class | java.awt.image | Java SE |
|
| DataBufferShort | This class extends DataBuffer and stores data internally as shorts. | Class | java.awt.image | Java SE |
|
| DataBufferUShort | This class extends DataBuffer and stores data internally as shorts. | Class | java.awt.image | Java SE |
|
| DataFlavor | A DataFlavor provides meta information about data. | Class | java.awt.datatransfer | Java SE |
|
| DefaultFocusTraversalPolicy | A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container. | Class | java.awt | Java SE |
|
| DefaultKeyboardFocusManager | The default KeyboardFocusManager for AWT applications. | Class | java.awt | Java SE |
|
| Desktop | The Desktop class allows a Java application to launch associated applications registered on the native desktop to handle | Class | java.awt | Java SE |
|
| Dialog | 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. | Class | java.awt | Java SE |
|
| Dimension | The Dimension class encapsulates the width and height of a component (in integer precision) in a single object. | Class | java.awt | Java SE |
|
| Dimension2D | The Dimension2D class is to encapsulate a width and a height dimension. | Class | java.awt.geom | Java SE |
|
| DirectColorModel | The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB | Class | java.awt.image | Java SE |
|
| DisplayMode | The DisplayMode class encapsulates the bit depth, height, width, and refresh rate of a GraphicsDevice. | Class | java.awt | Java SE |
|
| DnDConstants | This class contains constant values representing the type of action(s) to be performed by a Drag and Drop operation. | Class | java.awt.dnd | Java SE |
|
| DragGestureEvent | A DragGestureEvent is passed to DragGestureListener's | Class | java.awt.dnd | Java SE |
|
| DragGestureRecognizer | The DragGestureRecognizer is an abstract base class for the specification | Class | java.awt.dnd | Java SE |
|
| DragSource | The DragSource is the entity responsible for the initiation of the Drag | Class | java.awt.dnd | Java SE |
|
| DragSourceAdapter | An abstract adapter class for receiving drag source events. | Class | java.awt.dnd | Java SE |
|
| DragSourceContext | The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol. | Class | java.awt.dnd | Java SE |
|
| DragSourceDragEvent | The DragSourceDragEvent is delivered from the DragSourceContextPeer, | Class | java.awt.dnd | Java SE |
|
| DragSourceDropEvent | The DragSourceDropEvent is delivered from the DragSourceContextPeer, | Class | java.awt.dnd | Java SE |
|
| DragSourceEvent | This class is the base class for DragSourceDragEvent and | Class | java.awt.dnd | Java SE |
|
| DropTarget | The DropTarget is associated with a Component when that Component | Class | java.awt.dnd | Java SE |
|
| DropTarget .DropTargetAutoScroller | | Class | java.awt.dnd.DropTarget | Java SE |
|
| DropTargetAdapter | An abstract adapter class for receiving drop target events. | Class | java.awt.dnd | Java SE |
|
| DropTargetContext | A DropTargetContext is created whenever the logical cursor associated | Class | java.awt.dnd | Java SE |
|
| DropTargetDragEvent | The DropTargetDragEvent is delivered to a DropTargetListener via its | Class | java.awt.dnd | Java SE |
|
| DropTargetDropEvent | The DropTargetDropEvent is delivered via the DropTargetListener drop() method. | Class | java.awt.dnd | Java SE |
|
| DropTargetEvent | The DropTargetEvent is the base class for both the DropTargetDragEvent | Class | java.awt.dnd | Java SE |
|
| Desktop .Action | Represents an action type. | Class | java.awt.Desktop | Java SE |
|
| Dialog .ModalExclusionType | Any top-level window can be marked not to be blocked by modal dialogs. | Class | java.awt.Dialog | Java SE |
|
| Dialog .ModalityType | Modal dialogs block all input to some top-level windows. | Class | java.awt.Dialog | Java SE |
|
| DragGestureListener | The listener interface for receiving drag gesture events. | Interface | java.awt.dnd | Java SE |
|
| DragSourceListener | The DragSourceListener defines the event interface for originators of | Interface | java.awt.dnd | Java SE |
|
| DragSourceMotionListener | A listener interface for receiving mouse motion events during a drag The class that is interested in processing mouse motion events during | Interface | java.awt.dnd | Java SE |
|
| DropTargetListener | The DropTargetListener interface is the callback interface used by the | Interface | java.awt.dnd | Java SE |
|
| Ellipse2D | The Ellipse2D class describes an ellipse that is defined by a framing rectangle. | Class | java.awt.geom | Java SE |
|
| Ellipse2D .Double | The Double class defines an ellipse specified in double precision. | Class | java.awt.geom.Ellipse2D | Java SE |
|
| Ellipse2D .Float | The Float class defines an ellipse specified in float precision. | Class | java.awt.geom.Ellipse2D | Java SE |
|
| Event | NOTE: The Event class is obsolete and is available only for backwards compatibility. | Class | java.awt | Java SE |
|
| EventQueue | EventQueue is a platform-independent class that queues events, both from the underlying peer classes | Class | java.awt | Java SE |
|
| FileDialog | The FileDialog class displays a dialog window from which the user can select a file. | Class | java.awt | Java SE |
|
| FilteredImageSource | This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce | Class | java.awt.image | Java SE |
|
| FlatteningPathIterator | The FlatteningPathIterator class returns a flattened view of another PathIterator object. | Class | java.awt.geom | Java SE |
|
| FlavorEvent | FlavorEvent is used to notify interested parties that available DataFlavors have changed in the | Class | java.awt.datatransfer | Java SE |
|
| FlowLayout | A flow layout arranges components in a directional flow, much like lines of text in a paragraph. | Class | java.awt | Java SE |
|
| FocusAdapter | An abstract adapter class for receiving keyboard focus events. | Class | java.awt.event | Java SE |
|
| FocusEvent | A low-level event which indicates that a Component has gained or lost the input focus. | Class | java.awt.event | Java SE |
|
| FocusTraversalPolicy | A FocusTraversalPolicy defines the order in which Components with a particular focus cycle root are traversed. | Class | java.awt | Java SE |
|
| Font | The Font class represents fonts, which are used to render text in a visible way. | Class | java.awt | Java SE |
|
| FontFormatException | Thrown by method createFont in the Font class to indicate that the specified font is bad. | Class | java.awt | Java SE |
|
| FontMetrics | The FontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a | Class | java.awt | Java SE |
|
| FontRenderContext | The FontRenderContext class is a container for the information needed to correctly measure text. | Class | java.awt.font | Java SE |
|
| Frame | A Frame is a top-level window with a title and a border. | Class | java.awt | Java SE |
|
| FlavorListener | Defines an object which listens for FlavorEvents. | Interface | java.awt.datatransfer | Java SE |
|
| FlavorMap | A two-way Map between natives (Strings), which correspond to platform- specific data formats, and flavors (DataFlavors), which correspond to | Interface | java.awt.datatransfer | Java SE |
|
| FlavorTable | A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map. | Interface | java.awt.datatransfer | Java SE |
|
| FocusListener | The listener interface for receiving keyboard focus events on The class that is interested in processing a focus event | Interface | java.awt.event | Java SE |
|
| GeneralPath | The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic | Class | java.awt.geom | Java SE |
|
| GlyphJustificationInfo | The GlyphJustificationInfo class represents information about the justification properties of a glyph. | Class | java.awt.font | Java SE |
|
| GlyphMetrics | The GlyphMetrics class represents information for a single glyph. | Class | java.awt.font | Java SE |
|
| GlyphVector | A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph | Class | java.awt.font | Java SE |
|
| GradientPaint | The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern. | Class | java.awt | Java SE |
|
| GraphicAttribute | This class is used with the CHAR_REPLACEMENT attribute. | Class | java.awt.font | Java SE |
|
| Graphics | The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto | Class | java.awt | Java SE |
|
| Graphics2D | This Graphics2D class extends the Graphics class to provide more sophisticated | Class | java.awt | Java SE |
|
| GraphicsConfigTemplate | The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration. | Class | java.awt | Java SE |
|
| GraphicsConfiguration | The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor. | Class | java.awt | Java SE |
|
| GraphicsDevice | The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment. | Class | java.awt | Java SE |
|
| GraphicsEnvironment | The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects | Class | java.awt | Java SE |
|
| GridBagConstraints | The GridBagConstraints class specifies constraints for components that are laid out using the | Class | java.awt | Java SE |
|
| GridBagLayout | The GridBagLayout class is a flexible layout manager that aligns components vertically, horizontally or along their | Class | java.awt | Java SE |
|
| GridBagLayoutInfo | The GridBagLayoutInfo is an utility class for GridBagLayout layout manager. | Class | java.awt | Java SE |
|
| GridLayout | The GridLayout class is a layout manager that lays out a container's components in a rectangular grid. | Class | java.awt | Java SE |
|
| GraphicsDevice .WindowTranslucency | Kinds of translucency supported by the underlying system. | Class | java.awt.GraphicsDevice | Java SE |
|
| HeadlessException | Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, | Class | java.awt | Java SE |
|
| HierarchyBoundsAdapter | An abstract adapter class for receiving ancestor moved and resized events. | Class | java.awt.event | Java SE |
|
| HierarchyEvent | An event which indicates a change to the Component hierarchy to which Component belongs. | Class | java.awt.event | Java SE |
|
| HierarchyBoundsListener | The listener interface for receiving ancestor moved and resized events. | Interface | java.awt.event | Java SE |
|
| HierarchyListener | The listener interface for receiving hierarchy changed events. | Interface | java.awt.event | Java SE |
|
| ICC_ColorSpace | The ICC_ColorSpace class is an implementation of the abstract ColorSpace class. | Class | java.awt.color | Java SE |
|
| ICC_Profile | A representation of color profile data for device independent and device dependent color spaces based on the International Color | Class | java.awt.color | Java SE |
|
| ICC_ProfileGray | A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the | Class | java.awt.color | Java SE |
|
| ICC_ProfileRGB | The ICC_ProfileRGB class is a subclass of the ICC_Profile class that represents profiles which meet the following criteria: | Class | java.awt.color | Java SE |
|
| IllegalComponentStateException | Signals that an AWT component is not in an appropriate state for the requested operation. | Class | java.awt | Java SE |
|
| IllegalPathStateException | The IllegalPathStateException represents an exception that is thrown if an operation is performed on a path | Class | java.awt.geom | Java SE |
|
| Image | The abstract class Image is the superclass of all classes that represent graphical images. | Class | java.awt | Java SE |
|
| ImageCapabilities | Capabilities and properties of images. | Class | java.awt | Java SE |
|
| ImageFilter | This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer. | Class | java.awt.image | Java SE |
|
| ImageGraphicAttribute | The ImageGraphicAttribute class is an implementation of GraphicAttribute which draws images in | Class | java.awt.font | Java SE |
|
| ImagingOpException | The ImagingOpException is thrown if one of the BufferedImageOp or RasterOp filter methods cannot | Class | java.awt.image | Java SE |
|
| IndexColorModel | The IndexColorModel class is a ColorModel class that works with pixel values consisting of a | Class | java.awt.image | Java SE |
|
| InputContext | Provides methods to control text input facilities such as input methods and keyboard layouts. | Class | java.awt.im | Java SE |
|
| InputEvent | The root event class for all component-level input events. | Class | java.awt.event | Java SE |
|
| InputMethodEvent | Input method events contain information about text that is being composed using an input method. | Class | java.awt.event | Java SE |
|
| InputMethodHighlight | An InputMethodHighlight is used to describe the highlight attributes of text being composed. | Class | java.awt.im | Java SE |
|
| InputSubset | Defines additional Unicode subsets for use by input methods. | Class | java.awt.im | Java SE |
|
| Insets | An Insets object is a representation of the borders of a container. | Class | java.awt | Java SE |
|
| InvalidDnDOperationException | This exception is thrown by various methods in the java. | Class | java.awt.dnd | Java SE |
|
| InvocationEvent | An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread. | Class | java.awt.event | Java SE |
|
| ItemEvent | A semantic event which indicates that an item was selected or deselected. | Class | java.awt.event | Java SE |
|
| ImageConsumer | The interface for objects expressing interest in image data through the ImageProducer interfaces. | Interface | java.awt.image | Java SE |
|
| ImageObserver | An asynchronous update interface for receiving notifications about Image information as the Image is constructed. | Interface | java.awt.image | Java SE |
|
| ImageProducer | The interface for objects which can produce the image data for Images. | Interface | java.awt.image | Java SE |
|
| InputMethod | Defines the interface for an input method that supports complex text input. | Interface | java.awt.im.spi | Java SE |
|
| InputMethodContext | Provides methods that input methods can use to communicate with their client components or to request | Interface | java.awt.im.spi | Java SE |
|
| InputMethodDescriptor | Defines methods that provide sufficient information about an input method to enable selection and loading of that input method. | Interface | java.awt.im.spi | Java SE |
|
| InputMethodListener | The listener interface for receiving input method events. | Interface | java.awt.event | Java SE |
|
| InputMethodRequests | InputMethodRequests defines the requests that a text editing component has to handle in order to work with input methods. | Interface | java.awt.im | Java SE |
|
| ItemListener | The listener interface for receiving item events. | Interface | java.awt.event | Java SE |
|
| ItemSelectable | The interface for objects which contain a set of items for which zero or more can be selected. | Interface | java.awt | Java SE |
|
| JobAttributes | A set of attributes which control a print job. | Class | java.awt | Java SE |
|
| JobAttributes .DefaultSelectionType | A type-safe enumeration of possible default selection states. | Class | java.awt.JobAttributes | Java SE |
|
| JobAttributes .DestinationType | A type-safe enumeration of possible job destinations. | Class | java.awt.JobAttributes | Java SE |
|
| JobAttributes .DialogType | A type-safe enumeration of possible dialogs to display to the user. | Class | java.awt.JobAttributes | Java SE |
|
| JobAttributes .MultipleDocumentHandlingType | A type-safe enumeration of possible multiple copy handling states. | Class | java.awt.JobAttributes | Java SE |
|
| JobAttributes .SidesType | A type-safe enumeration of possible multi-page impositions. | Class | java.awt.JobAttributes | Java SE |
|
| Kernel | The Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value | Class | java.awt.image | Java SE |
|
| KeyAdapter | An abstract adapter class for receiving keyboard events. | Class | java.awt.event | Java SE |
|
| KeyboardFocusManager | The KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner. | Class | java.awt | Java SE |
|
| KeyEvent | An event which indicates that a keystroke occurred in a component. | Class | java.awt.event | Java SE |
|
| KeyEventDispatcher | A KeyEventDispatcher cooperates with the current KeyboardFocusManager in the targeting and dispatching of all KeyEvents. | Interface | java.awt | Java SE |
|
| KeyEventPostProcessor | A KeyEventPostProcessor cooperates with the current KeyboardFocusManager in the final resolution of all unconsumed KeyEvents. | Interface | java.awt | Java SE |
|
| KeyListener | The listener interface for receiving keyboard events (keystrokes). | Interface | java.awt.event | Java SE |
|
| Label | A Label object is a component for placing text in a container. | Class | java.awt | Java SE |
|
| LayoutPath | LayoutPath provides a mapping between locations relative to the baseline and points in user space. | Class | java.awt.font | Java SE |
|
| Line2D | This Line2D represents a line segment in (x,y) coordinate space. | Class | java.awt.geom | Java SE |
|
| Line2D .Double | A line segment specified with double coordinates. | Class | java.awt.geom.Line2D | Java SE |
|
| Line2D .Float | A line segment specified with float coordinates. | Class | java.awt.geom.Line2D | Java SE |
|
| LinearGradientPaint | The LinearGradientPaint class provides a way to fill a Shape with a linear color gradient pattern. | Class | java.awt | Java SE |
|
| LineBreakMeasurer | The LineBreakMeasurer class allows styled text to be broken into lines (or segments) that fit within a particular visual | Class | java.awt.font | Java SE |
|
| LineMetrics | The LineMetrics class allows access to the metrics needed to layout characters along a line | Class | java.awt.font | Java SE |
|
| List | The List component presents the user with a scrolling list of text items. | Class | java.awt | Java SE |
|
| LookupOp | This class implements a lookup operation from the source to the destination. | Class | java.awt.image | Java SE |
|
| LookupTable | This abstract class defines a lookup table object. | Class | java.awt.image | Java SE |
|
| LayoutManager | Defines the interface for classes that know how to lay out Swing's painting architecture assumes the children of a | Interface | java.awt | Java SE |
|
| LayoutManager2 | Defines an interface for classes that know how to layout Containers based on a layout constraints object. | Interface | java.awt | Java SE |
|
| MediaTracker | The MediaTracker class is a utility class to track the status of a number of media objects. | Class | java.awt | Java SE |
|
| MemoryImageSource | This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image. | Class | java.awt.image | Java SE |
|
| Menu | A Menu object is a pull-down menu component that is deployed from a menu bar. | Class | java.awt | Java SE |
|
| MenuBar | The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame. | Class | java.awt | Java SE |
|
| MenuComponent | The abstract class MenuComponent is the superclass of all menu-related components. | Class | java.awt | Java SE |
|
| MenuItem | All items in a menu must belong to the class MenuItem, or one of its subclasses. | Class | java.awt | Java SE |
|
| MenuShortcut | The MenuShortcutclass represents a keyboard accelerator Menu shortcuts are created using virtual keycodes, not characters. | Class | java.awt | Java SE |
|
| MimeTypeParseException | | Class | java.awt.datatransfer | Java SE |
|
| MouseAdapter | An abstract adapter class for receiving mouse events. | Class | java.awt.event | Java SE |
|
| MouseDragGestureRecognizer | This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer | Class | java.awt.dnd | Java SE |
|
| MouseEvent | An event which indicates that a mouse action occurred in a component. | Class | java.awt.event | Java SE |
|
| MouseInfo | MouseInfo provides methods for getting information about the mouse, such as mouse pointer location and the number of mouse buttons. | Class | java.awt | Java SE |
|
| MouseMotionAdapter | An abstract adapter class for receiving mouse motion events. | Class | java.awt.event | Java SE |
|
| MouseWheelEvent | An event which indicates that the mouse wheel was rotated in a component. | Class | java.awt.event | Java SE |
|
| MultiPixelPackedSampleModel | The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample | Class | java.awt.image | Java SE |
|
| MultipleGradientPaint | This is the superclass for Paints which use a multiple color gradient to fill in their raster. | Class | java.awt | Java SE |
|
| MultipleGradientPaint .ColorSpaceType | The color space in which to perform the gradient interpolation. | Class | java.awt.MultipleGradientPaint | Java SE |
|
| MultipleGradientPaint .CycleMethod | The method to use when painting outside the gradient bounds. | Class | java.awt.MultipleGradientPaint | Java SE |
|
| MenuContainer | The super class of all menu related containers. | Interface | java.awt | Java SE |
|
| MouseListener | The listener interface for receiving interesting mouse events (press, release, click, enter, and exit) on a component. | Interface | java.awt.event | Java SE |
|
| MouseMotionListener | The listener interface for receiving mouse motion events on a component. | Interface | java.awt.event | Java SE |
|
| MouseWheelListener | The listener interface for receiving mouse wheel events on a component. | Interface | java.awt.event | Java SE |
|
| MultipleMaster | The MultipleMaster interface represents Type 1 Multiple Master fonts. | Interface | java.awt.font | Java SE |
|
| MultiResolutionImage | This interface is designed to be an optional additional API supported by some implementations of Image to allow them to provide | Interface | java.awt.image | Java SE |
|
| NoninvertibleTransformException | The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring | Class | java.awt.geom | Java SE |
|
| NumericShaper | The NumericShaper class is used to convert Latin-1 (European) digits to other Unicode decimal digits. | Class | java.awt.font | Java SE |
|
| NumericShaper .Range | A NumericShaper. | Class | java.awt.font.NumericShaper | Java SE |
|
| OpenType | The OpenType interface represents OpenType and TrueType fonts. | Interface | java.awt.font | Java SE |
|
| PackedColorModel | The PackedColorModel class is an abstract ColorModel class that works with pixel values which represent | Class | java.awt.image | Java SE |
|
| PageAttributes | A set of attributes which control the output of a printed page. | Class | java.awt | Java SE |
|
| PageAttributes .ColorType | A type-safe enumeration of possible color states. | Class | java.awt.PageAttributes | Java SE |
|
| PageAttributes .MediaType | A type-safe enumeration of possible paper sizes. | Class | java.awt.PageAttributes | Java SE |
|
| PageAttributes .OrientationRequestedType | A type-safe enumeration of possible orientations. | Class | java.awt.PageAttributes | Java SE |
|
| PageAttributes .OriginType | A type-safe enumeration of possible origins. | Class | java.awt.PageAttributes | Java SE |
|
| PageAttributes .PrintQualityType | A type-safe enumeration of possible print qualities. | Class | java.awt.PageAttributes | Java SE |
|
| PageFormat | The PageFormat class describes the size and orientation of a page to be printed. | Class | java.awt.print | Java SE |
|
| PaintEvent | The component-level paint event. | Class | java.awt.event | Java SE |
|
| Panel | Panel is the simplest container class. | Class | java.awt | Java SE |
|
| Paper | The Paper class describes the physical characteristics of When creating a Paper object, it is the application's | Class | java.awt.print | Java SE |
|
| ParameterBlock | A ParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other | Class | java.awt.image.renderable | Java SE |
|
| Path2D | The Path2D class provides a simple, yet flexible shape which represents an arbitrary geometric path. | Class | java.awt.geom | Java SE |
|
| Path2D .Double | The Double class defines a geometric path with coordinates stored in double precision floating point. | Class | java.awt.geom.Path2D | Java SE |
|
| Path2D .Float | The Float class defines a geometric path with coordinates stored in single precision floating point. | Class | java.awt.geom.Path2D | Java SE |
|
| PixelGrabber | The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels | Class | java.awt.image | Java SE |
|
| PixelInterleavedSampleModel | This class represents image data which is stored in a pixel interleaved which each sample of a pixel occupies one data element of the DataBuffer. | Class | java.awt.image | Java SE |
|
| Point | A point representing a location in (x,y) coordinate space, specified in integer precision. | Class | java.awt | Java SE |
|
| Point2D | The Point2D class defines a point representing a location in (x,y) coordinate space. | Class | java.awt.geom | Java SE |
|
| Point2D .Double | The Double class defines a point specified inSince:1. | Class | java.awt.geom.Point2D | Java SE |
|
| Point2D .Float | The Float class defines a point specified in floatSince:1. | Class | java.awt.geom.Point2D | Java SE |
|
| PointerInfo | A class that describes the pointer position. | Class | java.awt | Java SE |
|
| Polygon | The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space. | Class | java.awt | Java SE |
|
| PopupMenu | A class that implements a menu which can be dynamically popped up at a specified position within a component. | Class | java.awt | Java SE |
|
| PrinterAbortException | The PrinterAbortException class is a subclass of PrinterException and is used to indicate that a user | Class | java.awt.print | Java SE |
|
| PrinterException | The PrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print | Class | java.awt.print | Java SE |
|
| PrinterIOException | The PrinterIOException class is a subclass of PrinterException and is used to indicate that an IO error | Class | java.awt.print | Java SE |
|
| PrinterJob | The PrinterJob class is the principal class that controls printing. | Class | java.awt.print | Java SE |
|
| PrintJob | An abstract class which initiates and executes a print job. | Class | java.awt | Java SE |
|
| ProfileDataException | This exception is thrown when an error occurs in accessing or processing an ICC_Profile object. | Class | java.awt.color | Java SE |
|
| Pageable | The Pageable implementation represents a set of pages to be printed. | Interface | java.awt.print | Java SE |
|
| Paint | This Paint interface defines how color patterns can be generated for Graphics2D operations. | Interface | java.awt | Java SE |
|
| PaintContext | The PaintContext interface defines the encapsulated and optimized environment to generate color patterns in device | Interface | java.awt | Java SE |
|
| PathIterator | The PathIterator interface provides the mechanism for objects that implement the Shape | Interface | java.awt.geom | Java SE |
|
| Printable | The Printable interface is implemented by the print methods of the current | Interface | java.awt.print | Java SE |
|
| PrinterGraphics | The PrinterGraphics interface is implemented by Graphics objects that are passed to | Interface | java.awt.print | Java SE |
|
| PrintGraphics | An abstract class which provides a print graphics context for a page. | Interface | java.awt | Java SE |
|
| QuadCurve2D | The QuadCurve2D class defines a quadratic parametric curve segment in (x,y) coordinate space. | Class | java.awt.geom | Java SE |
|
| QuadCurve2D .Double | A quadratic parametric curve segment specified with double coordinates. | Class | java.awt.geom.QuadCurve2D | Java SE |
|
| QuadCurve2D .Float | A quadratic parametric curve segment specified withSince:1. | Class | java.awt.geom.QuadCurve2D | Java SE |
|
| RadialGradientPaint | The RadialGradientPaint class provides a way to fill a shape with a circular radial color gradient pattern. | Class | java.awt | Java SE |
|
| Raster | A class representing a rectangular array of pixels. | Class | java.awt.image | Java SE |
|
| RasterFormatException | The RasterFormatException is thrown if there is invalid layout information in the Raster. | Class | java.awt.image | Java SE |
|
| Rectangle | A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's upper-left point | Class | java.awt | Java SE |
|
| Rectangle2D | The Rectangle2D class describes a rectangle defined by a location (x,y) and dimension | Class | java.awt.geom | Java SE |
|
| Rectangle2D .Double | The Double class defines a rectangle specified in double coordinates. | Class | java.awt.geom.Rectangle2D | Java SE |
|
| Rectangle2D .Float | The Float class defines a rectangle specified in floatSince:1. | Class | java.awt.geom.Rectangle2D | Java SE |
|
| RectangularShape | RectangularShape is the base class for a number of Shape objects whose geometry is defined by a rectangular frame. | Class | java.awt.geom | Java SE |
|
| RenderableImageOp | This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory. | Class | java.awt.image.renderable | Java SE |
|
| RenderableImageProducer | An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage. | Class | java.awt.image.renderable | Java SE |
|
| RenderContext | A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage. | Class | java.awt.image.renderable | Java SE |
|
| RenderingHints | The RenderingHints class defines and manages collections of keys and associated values which allow an application to provide input | Class | java.awt | Java SE |
|
| RenderingHints .Key | Defines the base type of all keys used along with the RenderingHints class to control various | Class | java.awt.RenderingHints | Java SE |
|
| ReplicateScaleFilter | An ImageFilter class for scaling images using the simplest algorithm. | Class | java.awt.image | Java SE |
|
| RescaleOp | This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale | Class | java.awt.image | Java SE |
|
| RGBImageFilter | This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel. | Class | java.awt.image | Java SE |
|
| Robot | This class is used to generate native system input events for the purposes of test automation, self-running demos, and | Class | java.awt | Java SE |
|
| RoundRectangle2D | The RoundRectangle2D class defines a rectangle with rounded corners defined by a location (x,y), a | Class | java.awt.geom | Java SE |
|
| RoundRectangle2D .Double | The Double class defines a rectangle with rounded corners all specified in double coordinates. | Class | java.awt.geom.RoundRectangle2D | Java SE |
|
| RoundRectangle2D .Float | The Float class defines a rectangle with rounded corners all specified in float coordinates. | Class | java.awt.geom.RoundRectangle2D | Java SE |
|
| RasterOp | This interface describes single-input/single-output operations performed on Raster objects. | Interface | java.awt.image | Java SE |
|
| RenderableImage | A RenderableImage is a common interface for rendering-independent images (a notion which subsumes resolution independence). | Interface | java.awt.image.renderable | Java SE |
|
| RenderedImage | RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters. | Interface | java.awt.image | Java SE |
|
| RenderedImageFactory | The RenderedImageFactory interface (often abbreviated RIF) is intended to be implemented by classes that wish to act as factories | Interface | java.awt.image.renderable | Java SE |
|
| SampleModel | This abstract class defines an interface for extracting samples of pixels in an image. | Class | java.awt.image | Java SE |
|
| Scrollbar | The Scrollbar class embodies a scroll bar, a familiar user-interface object. | Class | java.awt | Java SE |
|
| ScrollPane | A container class which implements automatic horizontal and/or vertical scrolling for a single child component. | Class | java.awt | Java SE |
|
| ScrollPaneAdjustable | This class represents the state of a horizontal or vertical scrollbar of a ScrollPane. | Class | java.awt | Java SE |
|
| ShapeGraphicAttribute | The ShapeGraphicAttribute class is an implementation of GraphicAttribute that draws shapes in a TextLayout. | Class | java.awt.font | Java SE |
|
| ShortLookupTable | This class defines a lookup table object. | Class | java.awt.image | Java SE |
|
| SinglePixelPackedSampleModel | This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data | Class | java.awt.image | Java SE |
|
| SplashScreen | The splash screen can be displayed at application startup, before the Java Virtual Machine (JVM) starts. | Class | java.awt | Java SE |
|
| StringSelection | A Transferable which implements the capability required to transfer a String. | Class | java.awt.datatransfer | Java SE |
|
| SystemColor | A class to encapsulate symbolic colors representing the color of native GUI objects on a system. | Class | java.awt | Java SE |
|
| SystemFlavorMap | The SystemFlavorMap is a configurable map between natives (Strings), which correspond to platform-specific data formats, and flavors (DataFlavors), | Class | java.awt.datatransfer | Java SE |
|
| SystemTray | The SystemTray class represents the system tray for a desktop. | Class | java.awt | Java SE |
|
| SecondaryLoop | A helper interface to run the nested event loop. | Interface | java.awt | Java SE |
|
| Shape | The Shape interface provides definitions for objects that represent some form of geometric shape. | Interface | java.awt | Java SE |
|
| Stroke | The Stroke interface allows a Graphics2D object to obtain a Shape that is the | Interface | java.awt | Java SE |
|
| TextArea | A TextArea object is a multi-line region that displays text. | Class | java.awt | Java SE |
|
| TextAttribute | The TextAttribute class defines attribute keys and attribute values used for text rendering. | Class | java.awt.font | Java SE |
|
| TextComponent | The TextComponent class is the superclass of any component that allows the editing of some text. | Class | java.awt | Java SE |
|
| TextEvent | A semantic event which indicates that an object's text changed. | Class | java.awt.event | Java SE |
|
| TextField | A TextField object is a text component that allows for the editing of a single line of text. | Class | java.awt | Java SE |
|
| TextHitInfo | The TextHitInfo class represents a character position in a text model, and a bias, or side, of the character. | Class | java.awt.font | Java SE |
|
| TextLayout | TextLayout is an immutable graphical representation of styled It provides the following capabilities: | Class | java.awt.font | Java SE |
|
| TextLayout .CaretPolicy | Defines a policy for determining the strong caret location. | Class | java.awt.font.TextLayout | Java SE |
|
| TextMeasurer | The TextMeasurer class provides the primitive operations needed for line break: measuring up to a given advance, determining the | Class | java.awt.font | Java SE |
|
| TexturePaint | The TexturePaint class provides a way to fill a Shape with a texture that is specified as | Class | java.awt | Java SE |
|
| Toolkit | This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit. | Class | java.awt | Java SE |
|
| TransformAttribute | The TransformAttribute class provides an immutable wrapper for a transform so that it is safe to use as an attribute. | Class | java.awt.font | Java SE |
|
| TrayIcon | A TrayIcon object represents a tray icon that can be added to the system tray. | Class | java.awt | Java SE |
|
| TrayIcon .MessageType | The message type determines which icon will be displayed in the caption of the message, and a possible system sound a message | Class | java.awt.TrayIcon | Java SE |
|
| TextListener | The listener interface for receiving text events. | Interface | java.awt.event | Java SE |
|
| TileObserver | An interface for objects that wish to be informed when tiles of a WritableRenderedImage become modifiable by some writer via | Interface | java.awt.image | Java SE |
|
| Transferable | Defines the interface for classes that can be used to provide data for a transfer operation. | Interface | java.awt.datatransfer | Java SE |
|
| Transparency | The Transparency interface defines the common transparency modes for implementing classes. | Interface | java.awt | Java SE |
|
| UnsupportedFlavorException | Signals that the requested data is not supported in this flavor. | Class | java.awt.datatransfer | Java SE |
|
| VolatileImage | VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the | Class | java.awt.image | Java SE |
|
| Window | A Window object is a top-level window with no borders and no The default layout for a window is BorderLayout. | Class | java.awt | Java SE |
|
| WindowAdapter | An abstract adapter class for receiving window events. | Class | java.awt.event | Java SE |
|
| WindowEvent | A low-level event that indicates that a window has changed its status. | Class | java.awt.event | Java SE |
|
| WritableRaster | This class extends Raster to provide pixel writing capabilities. | Class | java.awt.image | Java SE |
|
| Window .Type | A window type defines the generic visual appearance and behavior of a top-level window. | Class | java.awt.Window | Java SE |
|
| WindowFocusListener | The listener interface for receiving WindowEvents, including WINDOW_GAINED_FOCUS and WINDOW_LOST_FOCUS events. | Interface | java.awt.event | Java SE |
|
| WindowListener | The listener interface for receiving window events. | Interface | java.awt.event | Java SE |
|
| WindowStateListener | The listener interface for receiving window state events. | Interface | java.awt.event | Java SE |
|
| WritableRenderedImage | WritableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and | Interface | java.awt.image | Java SE |