Module | Description |
---|---|
java.base |
Defines the foundational APIs of the Java SE Platform.
|
java.datatransfer |
Defines an API for transferring data between and within applications.
|
java.xml |
Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX),
the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.
|
java.prefs |
Defines the Preferences API.
|
Package | Module | Description |
---|---|---|
java.applet | All Modules |
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
|
java.awt | All Modules |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
java.awt.color | All Modules |
Provides classes for color spaces.
|
java.awt.desktop | All Modules |
Provides interfaces and classes for interaction with various
desktop capabilities.
|
java.awt.dnd | All Modules |
Drag and Drop is a direct manipulation gesture found in many Graphical
User Interface systems that provides a mechanism to transfer
information between two entities logically associated with presentation
elements in the GUI.
|
java.awt.event | All Modules |
Provides interfaces and classes for dealing with different
types of events fired by AWT components.
|
java.awt.font | All Modules |
Provides classes and interface relating to fonts.
|
java.awt.geom | All Modules |
Provides the Java 2D classes for defining and performing operations
on objects related to two-dimensional geometry.
|
java.awt.im | All Modules |
Provides classes and interfaces for the input method framework.
|
java.awt.im.spi | All Modules |
Provides interfaces that enable the development of input methods
that can be used with any Java runtime environment.
|
java.awt.image | All Modules |
Provides classes for creating and modifying images.
|
java.awt.image.renderable | All Modules |
Provides classes and interfaces for producing
rendering-independent images.
|
java.awt.print | All Modules |
Provides classes and interfaces for a general printing API.
|
java.beans | All Modules |
Contains classes related to developing
beans -- components
based on the JavaBeans™ architecture.
|
java.beans.beancontext | All Modules |
Provides classes and interfaces relating to bean context.
|
javax.accessibility | All Modules |
Defines a contract between user-interface components and an assistive technology
that provides access to those components.
|
javax.imageio | All Modules |
The main package of the Java Image I/O API.
|
javax.imageio.event | All Modules |
A package of the Java Image I/O API dealing with synchronous
notification of events during the reading and writing of images.
|
javax.imageio.metadata | All Modules |
A package of the Java Image I/O API dealing with reading and writing
metadata.
|
javax.imageio.plugins.bmp | All Modules |
Package containing the public classes used by the built-in BMP plug-in.
|
javax.imageio.plugins.jpeg | All Modules |
Classes supporting the built-in JPEG plug-in.
|
javax.imageio.plugins.tiff | All Modules |
Public classes used by the built-in TIFF plug-ins.
|
javax.imageio.spi | All Modules |
A package of the Java Image I/O API containing the plug-in interfaces
for readers, writers, transcoders, and streams, and a runtime
registry.
|
javax.imageio.stream | All Modules |
A package of the Java Image I/O API dealing with low-level I/O from
files and streams.
|
javax.print | All Modules |
Provides the principal classes and interfaces for the
JavaTM Print Service API.
|
javax.print.attribute | All Modules |
Provides classes and interfaces
that describe the types of JavaTM Print
Service attributes and how they can be collected into attribute sets.
|
javax.print.attribute.standard | All Modules |
Package javax.print.attribute.standard
contains classes for specific printing attributes.
|
javax.print.event | All Modules |
Package javax.print.event contains event classes and listener interfaces.
|
javax.sound.midi | All Modules |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
|
javax.sound.midi.spi | All Modules |
Supplies interfaces for service providers to implement when
offering new MIDI devices, MIDI file readers and writers, or sound bank readers.
|
javax.sound.sampled | All Modules |
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
|
javax.sound.sampled.spi | All Modules |
Supplies abstract classes for service providers to subclass when
offering new audio devices, sound file readers and writers, or audio format converters.
|
javax.swing | All Modules |
Provides a set of "lightweight"
(all-Java language) components that,
to the maximum degree possible, work the same on all platforms.
|
javax.swing.border | All Modules |
Provides classes and interface for drawing
specialized borders around a Swing component.
|
javax.swing.colorchooser | All Modules |
Contains classes and interfaces used by the
JColorChooser
component. |
javax.swing.event | All Modules |
Provides for events fired by Swing components.
|
javax.swing.filechooser | All Modules |
Contains classes and interfaces used by the
JFileChooser component. |
javax.swing.plaf | All Modules |
Provides one interface and many abstract classes that
Swing uses to provide its pluggable look-and-feel capabilities.
|
javax.swing.plaf.basic | All Modules |
Provides user interface objects built according to the
Basic look and feel.
|
javax.swing.plaf.metal | All Modules |
Provides user interface objects built according to
the Java look and feel (once codenamed Metal),
which is the default look and feel.
|
javax.swing.plaf.multi | All Modules |
Provides user interface objects that combine two or more look and feels.
|
javax.swing.plaf.nimbus | All Modules |
Provides user interface objects built according to the cross-platform
Nimbus look and feel.
|
javax.swing.plaf.synth | All Modules |
Synth is a skinnable look and feel in which all painting is
delegated.
|
javax.swing.table | All Modules |
Provides classes and interfaces for dealing with
javax.swing.JTable . |
javax.swing.text | All Modules |
Provides classes and interfaces that deal with editable
and noneditable text components.
|
javax.swing.text.html | All Modules |
Provides the class
HTMLEditorKit and supporting classes
for creating HTML text editors. |
javax.swing.text.html.parser | All Modules |
Provides the default HTML parser, along with support classes.
|
javax.swing.text.rtf | All Modules |
Provides a class (
RTFEditorKit ) for creating Rich-Text-Format
text editors. |
javax.swing.tree | All Modules |
Provides classes and interfaces for dealing with
javax.swing.JTree . |
javax.swing.undo | All Modules |
Allows developers to provide support for undo/redo
in applications such as text editors.
|
sun.awt | jdk.accessibility |
Type | Description |
---|---|
InputMethodDescriptor |
Defines methods that provide sufficient information about an input method
to enable selection and loading of that input method.
|
AccessibilityProvider |
Service Provider Interface (SPI) for Assistive Technology.
|
ImageInputStreamSpi |
The service provider interface (SPI) for
ImageInputStream s. |
ImageOutputStreamSpi |
The service provider interface (SPI) for
ImageOutputStream s. |
ImageReaderSpi |
The service provider interface (SPI) for
ImageReader s. |
ImageTranscoderSpi |
The service provider interface (SPI) for
ImageTranscoder s. |
ImageWriterSpi |
The service provider interface (SPI) for
ImageWriter s. |
PrintServiceLookup |
Implementations of this class provide lookup services for
print services (typically equivalent to printers) of a particular type.
|
StreamPrintServiceFactory |
A
StreamPrintServiceFactory is the factory for
StreamPrintService instances,
which can print to an output stream in a particular
document format described as a mime type. |
MidiDeviceProvider |
A
MidiDeviceProvider is a factory or provider for a particular type
of MIDI device. |
MidiFileReader |
A
MidiFileReader supplies MIDI file-reading services. |
MidiFileWriter |
A
MidiFileWriter supplies MIDI file-writing services. |
SoundbankReader |
A
SoundbankReader supplies soundbank file-reading services. |
AudioFileReader |
Provider for audio file reading services.
|
AudioFileWriter |
Provider for audio file writing services.
|
FormatConversionProvider |
A format conversion provider provides format conversion services from one or
more input formats to one or more output formats.
|
MixerProvider |
A provider or factory for a particular mixer type.
|
Type | Description |
---|---|
sun.datatransfer.DesktopDatatransferService (Implementation: sun.awt.datatransfer.DesktopDatatransferServiceImpl) |
Contains services which desktop provides to the datatransfer system
to enrich it's functionality
|
ContentHandlerFactory (Implementation: sun.awt.www.content.MultimediaContentHandlers) |
This interface defines a factory for content handlers.
|
PrintServiceLookup (Implementation: sun.print.PrintServiceLookupProvider) |
Implementations of this class provide lookup services for
print services (typically equivalent to printers) of a particular type.
|
StreamPrintServiceFactory (Implementation: sun.print.PSStreamPrinterFactory) |
A
StreamPrintServiceFactory is the factory for
StreamPrintService instances,
which can print to an output stream in a particular
document format described as a mime type. |
MidiDeviceProvider (Implementation: com.sun.media.sound.MidiInDeviceProvider) |
A
MidiDeviceProvider is a factory or provider for a particular type
of MIDI device. |
MidiDeviceProvider (Implementation: com.sun.media.sound.MidiOutDeviceProvider) |
A
MidiDeviceProvider is a factory or provider for a particular type
of MIDI device. |
MidiDeviceProvider (Implementation: com.sun.media.sound.RealTimeSequencerProvider) |
A
MidiDeviceProvider is a factory or provider for a particular type
of MIDI device. |
MidiDeviceProvider (Implementation: com.sun.media.sound.SoftProvider) |
A
MidiDeviceProvider is a factory or provider for a particular type
of MIDI device. |
MidiFileReader (Implementation: com.sun.media.sound.StandardMidiFileReader) |
A
MidiFileReader supplies MIDI file-reading services. |
MidiFileWriter (Implementation: com.sun.media.sound.StandardMidiFileWriter) |
A
MidiFileWriter supplies MIDI file-writing services. |
SoundbankReader (Implementation: com.sun.media.sound.AudioFileSoundbankReader) |
A
SoundbankReader supplies soundbank file-reading services. |
SoundbankReader (Implementation: com.sun.media.sound.DLSSoundbankReader) |
A
SoundbankReader supplies soundbank file-reading services. |
SoundbankReader (Implementation: com.sun.media.sound.JARSoundbankReader) |
A
SoundbankReader supplies soundbank file-reading services. |
SoundbankReader (Implementation: com.sun.media.sound.SF2SoundbankReader) |
A
SoundbankReader supplies soundbank file-reading services. |
AudioFileReader (Implementation: com.sun.media.sound.AiffFileReader) |
Provider for audio file reading services.
|
AudioFileReader (Implementation: com.sun.media.sound.AuFileReader) |
Provider for audio file reading services.
|
AudioFileReader (Implementation: com.sun.media.sound.SoftMidiAudioFileReader) |
Provider for audio file reading services.
|
AudioFileReader (Implementation: com.sun.media.sound.WaveFileReader) |
Provider for audio file reading services.
|
AudioFileReader (Implementation: com.sun.media.sound.WaveFloatFileReader) |
Provider for audio file reading services.
|
AudioFileReader (Implementation: com.sun.media.sound.WaveExtensibleFileReader) |
Provider for audio file reading services.
|
AudioFileWriter (Implementation: com.sun.media.sound.AiffFileWriter) |
Provider for audio file writing services.
|
AudioFileWriter (Implementation: com.sun.media.sound.AuFileWriter) |
Provider for audio file writing services.
|
AudioFileWriter (Implementation: com.sun.media.sound.WaveFileWriter) |
Provider for audio file writing services.
|
AudioFileWriter (Implementation: com.sun.media.sound.WaveFloatFileWriter) |
Provider for audio file writing services.
|
FormatConversionProvider (Implementation: com.sun.media.sound.AlawCodec) |
A format conversion provider provides format conversion services from one or
more input formats to one or more output formats.
|
FormatConversionProvider (Implementation: com.sun.media.sound.AudioFloatFormatConverter) |
A format conversion provider provides format conversion services from one or
more input formats to one or more output formats.
|
FormatConversionProvider (Implementation: com.sun.media.sound.PCMtoPCMCodec) |
A format conversion provider provides format conversion services from one or
more input formats to one or more output formats.
|
FormatConversionProvider (Implementation: com.sun.media.sound.UlawCodec) |
A format conversion provider provides format conversion services from one or
more input formats to one or more output formats.
|
MixerProvider (Implementation: com.sun.media.sound.DirectAudioDeviceProvider) |
A provider or factory for a particular mixer type.
|
MixerProvider (Implementation: com.sun.media.sound.PortMixerProvider) |
A provider or factory for a particular mixer type.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b134-2ubuntu1