|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.awt | |
com.sun.java.accessibility | |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
com.sun.java.swing.border | Provides classes and interface for drawing specialized borders around a Swing component. |
com.sun.java.swing.event | Provides for events fired by Swing components. |
com.sun.java.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
com.sun.java.swing.table | Provides classes and interfaces for dealing with java.awt.swing. |
com.sun.java.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
com.sun.java.swing.text.html | Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors. |
com.sun.java.swing.tree | Provides classes and interfaces for dealing with java.awt.swing. |
java.applet | Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.dnd | Provides interfaces and classes for supporting drag-and-drop operations. |
java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
java.awt.font | Provides classes and interface relating to fonts. |
java.awt.geom | Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry. |
java.awt.im | Provides classes and an interface for the input method framework. |
java.awt.image | Provides classes for creating and modifying images. |
java.awt.image.renderable | Provides classes and interfaces for producing rendering-independent images. |
java.awt.print | Provides classes and interfaces for a general printing API. The API includes such features as: the ability to specify document types mechanisms for control of page setup and page formats the ability to manage job control dialogs |
java.beans | Contains classes related to Java Beans development. |
java.beans.beancontext | Provides classes and interfaces relating to bean context. |
Classes in java.awt used by com.sun.java.accessibilityColor
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Cursor
|
A class to encapsulate the bitmap representation of the mouse cursor. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Font
|
This class represents fonts. FontMetrics
|
A font metrics object, which gives information about the rendering of a particular font on a particular screen. IllegalComponentStateException
|
Signals that an AWT component is not in an appropriate state for the requested operation. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. |
Classes in java.awt used by com.sun.java.swingAdjustable
|
The interface for objects which have an adjustable numeric value contained within a bounded range of values. Color
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. Cursor
|
A class to encapsulate the bitmap representation of the mouse cursor. Dialog
|
A class that produces a dialog - a window that takes input from the user. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Font
|
This class represents fonts. FontMetrics
|
A font metrics object, which gives information about the rendering of a particular font on a particular screen. Frame
|
A Frame is a top-level window with a title and a border. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Image
|
The abstract class Image is the superclass of all
classes that represent graphical images. Insets
|
An Insets object is a representation of the borders
of a container. ItemSelectable
|
The interface for objects which contain a set of items for which zero or more can be selected. LayoutManager
|
Defines the interface for classes that know how to layout Containers. LayoutManager2
|
Defines an interface for classes that know how to layout Containers based on a layout constraints object. MediaTracker
|
The MediaTracker class is a utility class to track
the status of a number of media objects. MenuContainer
|
The super class of all menu related containers. Panel
|
Panel is the simplest container class. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. Shape
|
The interface for objects which represent some form of geometric shape. Window
|
A Window object is a top-level window with no borders and no
menubar.
|
Classes in java.awt used by com.sun.java.swing.borderColor
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Font
|
This class represents fonts. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Insets
|
An Insets object is a representation of the borders
of a container. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. |
Classes in java.awt used by com.sun.java.swing.eventAWTEvent
|
The root event class for all AWT events. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. |
Classes in java.awt used by com.sun.java.swing.plafColor
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Font
|
This class represents fonts. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Insets
|
An Insets object is a representation of the borders
of a container. Paint
|
This interface defines how color patterns can be generated for Graphics2D operations. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. Transparency
|
This interface defines the common transparency modes for implementing classes. |
Classes in java.awt used by com.sun.java.swing.tableColor
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. Cursor
|
A class to encapsulate the bitmap representation of the mouse cursor. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Font
|
This class represents fonts. FontMetrics
|
A font metrics object, which gives information about the rendering of a particular font on a particular screen. MenuContainer
|
The super class of all menu related containers. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. |
Classes in java.awt used by com.sun.java.swing.textColor
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Font
|
This class represents fonts. FontMetrics
|
A font metrics object, which gives information about the rendering of a particular font on a particular screen. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Insets
|
An Insets object is a representation of the borders
of a container. MenuContainer
|
The super class of all menu related containers. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. Shape
|
The interface for objects which represent some form of geometric shape. |
Classes in java.awt used by com.sun.java.swing.text.htmlColor
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Font
|
This class represents fonts. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. Shape
|
The interface for objects which represent some form of geometric shape. |
Classes in java.awt used by com.sun.java.swing.treeColor
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Font
|
This class represents fonts. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
MenuContainer
|
The super class of all menu related containers. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. |
Classes in java.awt used by java.appletComponent
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Image
|
The abstract class Image is the superclass of all
classes that represent graphical images. MenuContainer
|
The super class of all menu related containers. Panel
|
Panel is the simplest container class. |
Classes in java.awt used by java.awtAdjustable
|
The interface for objects which have an adjustable numeric value contained within a bounded range of values. AlphaComposite
|
This class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images. AWTEvent
|
The root event class for all AWT events. AWTException
|
Signals that an Absract Window Toolkit exception has occurred. Button
|
This class creates a labeled button. Canvas
|
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.
Checkbox
|
A check box is a graphical component that can be in either an "on" ( true ) or "off" (false ) state.
CheckboxGroup
|
The CheckboxGroup class is used to group together
a set of Checkbox buttons.
CheckboxMenuItem
|
This class represents a check box that can be included in a menu. Choice
|
The Choice class presents a pop-up menu of choices.
Color
|
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. ComponentOrientation
|
The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text. Composite
|
This interface, together with CompositeContext, defines the methods to compose a draw primitive with the underlying graphics area. CompositeContext
|
This interface defines the encapsulated and optimized environment for a compositing operation. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. Cursor
|
A class to encapsulate the bitmap representation of the mouse cursor. Dialog
|
A class that produces a dialog - a window that takes input from the user. Dimension
|
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
Event
|
Event is a platform-independent class that
encapsulates events from the platform's Graphical User
Interface in the Java 1.0 event model. EventQueue
|
EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes. FileDialog
|
The FileDialog class displays a dialog window
from which the user can select a file.
Font
|
This class represents fonts. FontMetrics
|
A font metrics object, which gives information about the rendering of a particular font on a particular screen. Frame
|
A Frame is a top-level window with a title and a border. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Graphics2D
|
This is the fundamental class for 2D rendering in Java. GraphicsConfigTemplate
|
This class is used to obtain a valid GraphicsConfiguration. GraphicsConfiguration
|
This class describes the characteristics of a graphics destination such as a printer or monitor. GraphicsDevice
|
This class describes the graphics devices that may be available in a graphics environment. GraphicsEnvironment
|
This class specifies the graphics environment. GridBagConstraints
|
The GridBagConstraints class specifies constraints
for components that are laid out using the
GridBagLayout class.Image
|
The abstract class Image is the superclass of all
classes that represent graphical images. Insets
|
An Insets object is a representation of the borders
of a container. ItemSelectable
|
The interface for objects which contain a set of items for which zero or more can be selected. Label
|
A Label object is a component for placing text in a
container. LayoutManager
|
Defines the interface for classes that know how to layout Containers. LayoutManager2
|
Defines an interface for classes that know how to layout Containers based on a layout constraints object. List
|
The List component presents the user with a
scrolling list of text items. Menu
|
A Menu object is a pull-down menu component
that is deployed from a menu bar.
MenuBar
|
The MenuBar class encapsulates the platform's
concept of a menu bar bound to a frame. MenuComponent
|
The abstract class MenuComponent is the superclass
of all menu-related components. MenuContainer
|
The super class of all menu related containers. MenuItem
| All items in a menu must belong to the class MenuItem
MenuShortcut
|
A class which represents a keyboard accelerator for a MenuItem. Paint
|
This interface defines how color patterns can be generated for Graphics2D operations. PaintContext
|
This interface defines the encapsulated and optimized environment for a paint operation, i.e. generating color patterns in device space for a fill or stroke operation on a Graphics2D. Panel
|
Panel is the simplest container class. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Polygon
|
The Polygon class encapsulates a description of a
closed, two-dimensional region within a coordinate space. PopupMenu
|
A class that implements a menu which can be dynamically popped up at a specified position within a component. PrintJob
|
An abstract class which initiates and executes a print job. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. RenderingHints
| This class contains rendering hints that can be used by the Scrollbar
|
The Scrollbar class embodies a scroll bar, a
familiar user-interface object. ScrollPane
|
A container class which implements automatic horizontal and/or vertical scrolling for a single child component. Shape
|
The interface for objects which represent some form of geometric shape. Stroke
|
This interface allows a Graphics2D object to get a Path representation of the boundaries of a stroking primitive from the path to be stroked. SystemColor
|
A class to encapsulate symbolic colors representing the color of GUI objects on a system. TextArea
|
A TextArea object is a multi-line region
that displays text. TextComponent
|
The TextComponent class is the superclass of
any component that allows the editing of some text.
TextField
|
A TextField object is a text component
that allows for the editing of a single line of text.
Toolkit
|
This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit. Transparency
|
This interface defines the common transparency modes for implementing classes. Window
|
A Window object is a top-level window with no borders and no
menubar.
|
Classes in java.awt used by java.awt.dndComponent
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Cursor
|
A class to encapsulate the bitmap representation of the mouse cursor. Image
|
The abstract class Image is the superclass of all
classes that represent graphical images. Insets
|
An Insets object is a representation of the borders
of a container. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. |
Classes in java.awt used by java.awt.eventActiveEvent
|
An interface for events that know how dispatch themselves. Adjustable
|
The interface for objects which have an adjustable numeric value contained within a bounded range of values. AWTEvent
|
The root event class for all AWT events. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Container
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. ItemSelectable
|
The interface for objects which contain a set of items for which zero or more can be selected. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. Window
|
A Window object is a top-level window with no borders and no
menubar.
|
Classes in java.awt used by java.awt.fontFont
|
This class represents fonts. Graphics2D
|
This is the fundamental class for 2D rendering in Java. Image
|
The abstract class Image is the superclass of all
classes that represent graphical images. Shape
|
The interface for objects which represent some form of geometric shape. |
Classes in java.awt used by java.awt.geomRectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. Shape
|
The interface for objects which represent some form of geometric shape. |
Classes in java.awt used by java.awt.imAWTEvent
|
The root event class for all AWT events. Component
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. |
Classes in java.awt used by java.awt.imageGraphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Graphics2D
|
This is the fundamental class for 2D rendering in Java. Image
|
The abstract class Image is the superclass of all
classes that represent graphical images. Point
|
A point representing a location in (x, y) coordinate space, specified in integer precision. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. RenderingHints
| This class contains rendering hints that can be used by the Transparency
|
This interface defines the common transparency modes for implementing classes. |
Classes in java.awt used by java.awt.image.renderableRenderingHints
| This class contains rendering hints that can be used by the Shape
|
The interface for objects which represent some form of geometric shape. |
Classes in java.awt used by java.awt.printGraphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
|
Classes in java.awt used by java.beansComponent
|
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. Graphics
|
The Graphics class is the abstract base class for
all graphics contexts that allow an application to draw onto
components that are realized on various devices, as well as
onto off-screen images.
Image
|
The abstract class Image is the superclass of all
classes that represent graphical images. Rectangle
|
A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (x, y) in the coordinate space, its width, and its height. |
Classes in java.awt used by java.beans.beancontextContainer
|
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |