Java 1.4 Class Documentation Inverted Index

Inverted Index: D

java.util.Observable This class represents an observable object, or "data" in the model-view paradigm.
java.io.ObjectInputStream An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
java.awt.image.DataBuffer This class exists to wrap one or more data arrays.
javax.imageio.metadata.IIOMetadata An abstract class to be extended by objects that represent metadata non-image data associated with images and streams.
java.util.zip.CheckedInputStream CheckedInputStream: An input stream that also maintains a checksum of the data being read.
java.util.zip.CheckedOutputStream CheckedOutputStream: An output stream that also maintains a checksum of the data being written.
java.io.PipedInputStream A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
java.util.zip.Checksum Checksum: An interface representing a data checksum.
java.awt.image.MultiPixelPackedSampleModel The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data element.
java.awt.image.FilteredImageSource This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.
javax.print.MultiDoc Interface MultiDoc specifies the interface for an object that supplies more than one piece of print data for a Print Job.
java.awt.datatransfer.Transferable Transferable: Defines the interface for classes that can be used to provide data for a transfer operation.
java.awt.color.ICC_Profile A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:1998-09, File Format for Color Profiles, September 1998, and the addendum ICC.1A:1999-04, April 1999, to that specification see http://www.color.org .
java.awt.image.ImageProducer The interface for objects which can produce the image data for Images.
java.awt.datatransfer.DataFlavor Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
java.util.zip.DataFormatException DataFormatException: Signals that a data format error has occurred.
java.awt.datatransfer.FlavorMap A two-way Map between "natives" Strings , which correspond to platform- specfic data formats, and "flavors" DataFlavors , which corerspond to platform-independent MIME types.
java.awt.datatransfer.SystemFlavorMap The SystemFlavorMap is a configurable map between "natives" Strings , which correspond to platform-specific data formats, and "flavors" DataFlavors , which correspond to platform-independent MIME types.
java.awt.image.ImageFilter ImageFilter: This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
java.io.DataOutput The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
...print.attribute.standard.NumberOfDocuments Class NumberOfDocuments is an integer valued printing attribute that indicates the number of individual docs the printer has accepted for this job, regardless of whether the docs' print data has reached the printer or not.
java.net.PasswordAuthentication The class PasswordAuthentication is a data holder that is used by Authenticator.
javax.accessibility.AccessibleTable Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
java.io.DataInput The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
javax.print.StreamPrintService This class extends {@link PrintService} and represents a print service that prints data in different formats to a client-provided output stream.
java.util.zip.InflaterInputStream InflaterInputStream: This class implements a stream filter for uncompressing data in the "deflate" compression format.
org.w3c.dom.CharacterData The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
java.awt.image.WritableRenderedImage WriteableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and which can be modified and/or written over.
java.awt.image.RenderedImage RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.
java.util.zip.GZIPOutputStream GZIPOutputStream: This class implements a stream filter for writing compressed data in the GZIP file format.
java.util.zip.GZIPInputStream GZIPInputStream: This class implements a stream filter for reading compressed data in the GZIP format.
java.awt.image.RescaleOp 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 factor and then adding an offset.
java.awt.image.ColorConvertOp ColorConvertOp: This class performs a pixel-by-pixel color conversion of the data in the source image.
org.w3c.dom.Text The Text interface inherits from CharacterData and represents the textual content termed character data in XML of an Element or Attr.
java.io.DataInputStream DataInputStream: A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
java.io.UTFDataFormatException UTFDataFormatException: Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
java.awt.image.DataBufferByte DataBufferByte: This class extends DataBuffer and stores data internally as bytes.
java.awt.image.DataBufferInt DataBufferInt: This class extends DataBuffer and stores data internally as integers.
java.awt.image.DataBufferUShort DataBufferUShort: This class extends DataBuffer and stores data internally as shorts.
java.awt.image.DataBufferDouble DataBufferDouble: This class extends DataBuffer and stores data internally in double form.
java.awt.image.DataBufferFloat DataBufferFloat: This class extends DataBuffer and stores data internally in float form.
javax.print.attribute.standard.Compression Class Compression is a printing attribute class, an enumeration, that specifies how print data is compressed.
org.w3c.dom.DOMException DOMException: DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform either for logical reasons, because data is lost, or because the implementation has become unstable .
...datatransfer.UnsupportedFlavorException UnsupportedFlavorException: Signals that the requested data is not supported in this flavor.
javax.print.DocFlavor Class DocFlavor encapsulates an object that specifies the format in which print data is supplied to a {@link DocPrintJob}.
java.io.ByteArrayOutputStream This class implements an output stream in which the data is written into a byte array.
...attribute.standard.JobKOctetsProcessed Class JobKOctetsProcessed is an integer valued printing attribute class that specifies the total number of print data octets processed so far in K octets, i.e., in units of 1024 octets.
java.nio.Buffer A container for data of a specific primitive type.
java.io.DataOutputStream DataOutputStream: A data output stream lets an application write primitive Java data types to an output stream in a portable way.
...awt.image.SinglePixelPackedSampleModel 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 data array element holds samples for only one pixel.
javax.print.DocFlavor.BYTE_ARRAY Class DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a byte array byte as the print data representation class.
java.sql.ResultSet A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
javax.sql.DataSource A factory for connections to the physical data source that this DataSource object represents.
java.util.AbstractSequentialList AbstractSequentialList: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store such as a linked list .
java.util.AbstractList AbstractList: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store such as an array .
...standard.ReferenceUriSchemesSupported Class ReferenceUriSchemesSupported is a printing attribute class an enumeration, that indicates a "URI scheme," such as "http:" or "ftp:", that a printer can use to retrieve print data stored at a URI location.
java.util.zip.CRC32 CRC32: A class that can be used to compute the CRC-32 of a data stream.
javax.security.auth.callback.Callback Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
java.awt.image.ImageConsumer ImageConsumer: The interface for objects expressing interest in image data through the ImageProducer interfaces.
java.awt.datatransfer.ClipboardOwner ClipboardOwner: Defines the interface for classes that will provide data to a clipboard.
java.io.FileOutputStream A file output stream is an output stream for writing data to a File or to a FileDescriptor.
...dnd.DropTargetContext.TransferableProxy TransferableProxy is a helper inner class that implements Transferable interface and serves as a proxy for another Transferable object which represents data transfer for a particular drag-n-drop operation.
java.io.ObjectOutputStream An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
java.awt.datatransfer.Clipboard Clipboard: A class which implements a mechanism to transfer data using cut/copy/paste operations.
java.sql.DataTruncation An exception that reports a DataTruncation warning on reads or throws a DataTruncation exception on writes when JDBC unexpectedly truncates a data value.
java.io.PrintStream A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
java.awt.image.BandedSampleModel This class represents image data which is stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
java.awt.image.PixelInterleavedSampleModel PixelInterleavedSampleModel: This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
java.awt.image.ComponentSampleModel This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
...attribute.standard.PDLOverrideSupported Class PDLOverrideSupported is a printing attribute class, an enumeration, that expresses the printer's ability to attempt to override processing instructions embedded in documents' print data with processing instructions specified as attributes outside the print data.
java.io.OptionalDataException Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.
java.io.FilterInputStream A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
java.text.DateFormatSymbols DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
...security.auth.callback.CallbackHandler An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
java.awt.font.TextLayout TextLayout is an immutable graphical representation of styled character data.
java.text.RuleBasedCollator The RuleBasedCollator class is a concrete subclass of Collator that provides a simple, data-driven, table collator.
java.sql.SQLException An exception that provides information on a database access error or other errors.
java.sql.SQLWarning SQLWarning: An exception that provides information on database access warnings.
java.sql.DatabaseMetaData Comprehensive information about the database as a whole.
java.sql.ResultSet A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
java.sql.SQLOutput The output stream for writing the attributes of a user-defined type back to the database.
java.awt.image.DataBufferByte DataBufferByte: This class extends DataBuffer and stores data internally as bytes.
java.awt.image.DataBufferInt DataBufferInt: This class extends DataBuffer and stores data internally as integers.
java.awt.image.DataBufferUShort DataBufferUShort: This class extends DataBuffer and stores data internally as shorts.
java.awt.image.DataBufferDouble DataBufferDouble: This class extends DataBuffer and stores data internally in double form.
java.awt.image.DataBufferFloat DataBufferFloat: This class extends DataBuffer and stores data internally in float form.
java.awt.image.PixelInterleavedSampleModel PixelInterleavedSampleModel: This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
java.awt.image.DataBufferByte   DataBufferByte: This class extends DataBuffer and stores data internally as bytes.
java.awt.image.DataBufferDouble   DataBufferDouble: This class extends DataBuffer and stores data internally in double form.
java.awt.image.DataBufferFloat   DataBufferFloat: This class extends DataBuffer and stores data internally in float form.
java.awt.image.DataBufferInt   DataBufferInt: This class extends DataBuffer and stores data internally as integers.
java.awt.image.DataBufferShort   DataBufferShort: This class extends DataBuffer and stores data internally as shorts.
java.awt.image.DataBufferUShort   DataBufferUShort: This class extends DataBuffer and stores data internally as shorts.
java.awt.datatransfer.FlavorMap A two-way Map between "natives" Strings , which correspond to platform- specfic data formats, and "flavors" DataFlavors , which corerspond to platform-independent MIME types.
java.awt.datatransfer.SystemFlavorMap The SystemFlavorMap is a configurable map between "natives" Strings , which correspond to platform-specific data formats, and "flavors" DataFlavors , which correspond to platform-independent MIME types.
java.util.zip.DataFormatException   DataFormatException: Signals that a data format error has occurred.
java.net.DatagramSocketImpl DatagramSocketImpl: Abstract datagram and multicast socket implementation base class.
java.net.DatagramPacket DatagramPacket: This class represents a datagram packet.
java.net.DatagramSocket This class represents a socket for sending and receiving datagram packets.
java.net.MulticastSocket The multicast datagram socket class is useful for sending and receiving IP multicast packets.

java.net.DatagramSocketImplFactory DatagramSocketImplFactory: This interface defines a factory for datagram socket implementations.
java.net.PortUnreachableException PortUnreachableException: Signals that an ICMP Port Unreachable message has been received on a connected datagram.
java.nio.channels.DatagramChannel DatagramChannel: A selectable channel for datagram-oriented sockets.
java.nio.channels.DatagramChannel   DatagramChannel: A selectable channel for datagram-oriented sockets.
java.net.DatagramPacket   DatagramPacket: This class represents a datagram packet.
java.net.DatagramSocketImpl   DatagramSocketImpl: Abstract datagram and multicast socket implementation base class.
java.net.DatagramSocketImplFactory   DatagramSocketImplFactory: This interface defines a factory for datagram socket implementations.
java.io.DataInput The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
java.io.ObjectInput ObjectInput extends the DataInput interface to include the reading of objects.
java.io.DataInputStream   DataInputStream: A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
java.io.DataOutput The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
java.io.ObjectOutput ObjectOutput extends the DataOutput interface to include writing of objects.
java.io.DataOutputStream   DataOutputStream: A data output stream lets an application write primitive Java data types to an output stream in a portable way.
javax.sql.DataSource A factory for connections to the physical data source that this DataSource object represents.
java.sql.DataTruncation An exception that reports a DataTruncation warning on reads or throws a DataTruncation exception on writes when JDBC unexpectedly truncates a data value.
org.w3c.dom.Node The Node interface is the primary datatype for the entire Document Object Model.
...print.attribute.standard.JobHoldUntil Class JobHoldUntil is a printing attribute class, a date-time attribute, that specifies the exact date and time at which the job must become a candidate for printing.
...attribute.standard.DateTimeAtCompleted Class DateTimeAtCompleted is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed or was canceled or aborted .
...attribute.standard.DateTimeAtProcessing Class DateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing.
...attribute.standard.DateTimeAtCreation Class DateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created.
javax.print.attribute.DateTimeSyntax Class DateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time.
java.util.Calendar Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
java.util.Date The class Date represents a specific instant in time, with millisecond precision.
java.sql.Date A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
...attribute.standard.DateTimeAtCompleted Class DateTimeAtCompleted is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed or was canceled or aborted .
...attribute.standard.DateTimeAtProcessing Class DateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing.
...attribute.standard.DateTimeAtCreation Class DateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created.
...print.attribute.standard.JobHoldUntil Class JobHoldUntil is a printing attribute class, a date-time attribute, that specifies the exact date and time at which the job must become a candidate for printing.
java.text.DateFormatSymbols DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
java.text.DateFormat DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
java.text.DateFormat   DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
java.text.DateFormat.Field Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
java.text.DateFormatSymbols   DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
java.text.SimpleDateFormat SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
java.text.DateFormat DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
java.text.Format Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
...attribute.standard.DateTimeAtCompleted Class DateTimeAtCompleted is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed or was canceled or aborted .
...attribute.standard.DateTimeAtCreation Class DateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created.
...attribute.standard.DateTimeAtProcessing Class DateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing.
javax.print.attribute.DateTimeSyntax Class DateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time.
java.util.Calendar Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
java.util.TimeZone TimeZone represents a time zone offset, and also figures out daylight savings.
java.text.DateFormatSymbols DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
java.security.KeyManagementException This is the general key management exception for all operations dealing with key management.
java.awt.font.NumericShaper The NumericShaper class is used to convert Latin-1 European digits to other Unicode decimal digits.
java.math.BigDecimal Immutable, arbitrary-precision signed decimal numbers.
java.text.DecimalFormatSymbols This class represents the set of symbols such as the decimal separator, the grouping separator, and so on needed by DecimalFormat to format numbers.
java.text.DecimalFormat   DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
java.text.DecimalFormatSymbols This class represents the set of symbols such as the decimal separator, the grouping separator, and so on needed by DecimalFormat to format numbers.
java.security.AccessControlContext An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
java.security.AccessController The AccessController class is used for access control operations and decisions.
org.xml.sax.ext.DeclHandler SAX2 extension handler for DTD declaration events.
org.w3c.dom.Notation This interface represents a notation declared in the DTD.
java.rmi.UnexpectedException An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.
...lang.reflect.UndeclaredThrowableException Thrown by a method invocation on a proxy instance if its invocation handler's {@link InvocationHandler#invoke invoke} method throws a checked exception a Throwable that is not assignable to RuntimeException or Error that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
java.lang.UnsatisfiedLinkError UnsatisfiedLinkError: Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
java.lang.reflect.Modifier The Modifier class provides static methods and constants to decode class and member access modifiers.
javax.imageio.IIOParam IIOParam: A superclass of all classes describing how streams should be decoded or encoded.
javax.imageio.ImageReadParam A class describing how a stream is to be decoded.
java.nio.charset.CoderMalfunctionError CoderMalfunctionError: Error thrown when the {@link CharsetDecoder#decodeLoop decodeLoop} method of a {@link CharsetDecoder}, or the {@link CharsetEncoder#encodeLoop encodeLoop} method of a {@link CharsetEncoder}, throws an unexpected exception.
java.io.InputStreamReader An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified {@link java.nio.charset.Charset charset}.
java.nio.charset.CharacterCodingException CharacterCodingException: Checked exception thrown when a character encoding or decoding error occurs.
javax.imageio.ImageReader An abstract superclass for parsing and decoding of images.
java.net.URLDecoder URLDecoder: Utility class for HTML form decoding.
java.util.zip.Inflater Inflater: This class provides support for general purpose decompression using popular ZLIB compression library.
java.awt.Stroke The Stroke interface allows a {@link Graphics2D} object to obtain a {@link Shape} that is the decorated outline, or stylistic representation of the outline, of the specified Shape.
java.lang.StackOverflowError StackOverflowError: Thrown when a stack overflow occurs because an application recurses too deeply.
org.xml.sax.HandlerBase HandlerBase: Default base class for handlers.
org.xml.sax.helpers.DefaultHandler DefaultHandler: Default base class for SAX2 event handlers.
java.beans.DefaultPersistenceDelegate The DefaultPersistenceDelegate is a concrete implementation of the abstract PersistenceDelegate class and is the delegate used by default for classes about which no information is available.
org.xml.sax.helpers.AttributeListImpl   Default implementation for AttributeList.
org.xml.sax.helpers.AttributesImpl AttributesImpl: Default implementation of the Attributes interface.
java.awt.dnd.DragSource The DragSource is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.
java.awt.DefaultKeyboardFocusManager DefaultKeyboardFocusManager: The default KeyboardFocusManager for AWT applications.
java.awt.image.RGBImageFilter This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
...awt.JobAttributes.DefaultSelectionType DefaultSelectionType: A type-safe enumeration of possible default selection states.
java.awt.Color The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a {@link ColorSpace}.
java.awt.image.IndexColorModel The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB ColorSpace.
java.awt.Container.AccessibleAWTContainer AccessibleAWTContainer: Inner class of Container used to provide default support for accessibility.
java.security.SecureClassLoader SecureClassLoader: This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
org.xml.sax.helpers.DefaultHandler   DefaultHandler: Default base class for SAX2 event handlers.
java.awt.DefaultKeyboardFocusManager   DefaultKeyboardFocusManager: The default KeyboardFocusManager for AWT applications.
java.beans.DefaultPersistenceDelegate The DefaultPersistenceDelegate is a concrete implementation of the abstract PersistenceDelegate class and is the delegate used by default for classes about which no information is available.
...awt.JobAttributes.DefaultSelectionType   DefaultSelectionType: A type-safe enumeration of possible default selection states.
java.security.SecureClassLoader SecureClassLoader: This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
org.w3c.dom.NodeList The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
java.lang.NoClassDefFoundError NoClassDefFoundError: Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class as part of a normal method call or as part of creating a new instance using the new expression and no definition of the class could be found.
java.lang.UnsatisfiedLinkError UnsatisfiedLinkError: Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
java.lang.NoSuchMethodError NoSuchMethodError: Thrown if an application tries to call a specified method of a class either static or instance , and that class no longer has a definition of that method.
java.lang.IllegalAccessException An IllegalAccessException is thrown when an application tries to reflectively create an instance other than an array , set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
...directory.AttributeModificationException This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's schema definition or the attribute's state.
java.lang.IncompatibleClassChangeError IncompatibleClassChangeError: Thrown when an incompatible class change has occurred to some class definition.
java.awt.Shape The Shape interface provides definitions for objects that represent some form of geometric shape.
java.util.zip.InflaterInputStream InflaterInputStream: This class implements a stream filter for uncompressing data in the "deflate" compression format.
java.util.zip.Deflater   Deflater: This class provides support for general purpose compression using the popular ZLIB compression library.
java.util.zip.DeflaterOutputStream   DeflaterOutputStream: This class implements an output stream filter for compressing data in the "deflate" compression format.
java.beans.DefaultPersistenceDelegate The DefaultPersistenceDelegate is a concrete implementation of the abstract PersistenceDelegate class and is the delegate used by default for classes about which no information is available.
java.beans.beancontext.BeanContextProxy This interface is implemented by a JavaBean that does not directly have a BeanContext Child associated with it via implementing that interface or a subinterface thereof , but has a public BeanContext Child delegated from it.
java.beans.DesignMode DesignMode: This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
...rmi.CORBA.PortableRemoteObjectDelegate PortableRemoteObjectDelegate: Supports delegation for method implementations in {@link javax.rmi.PortableRemoteObject}.

javax.rmi.CORBA.StubDelegate StubDelegate: Supports delegation for method implementations in {@link Stub}.
javax.rmi.CORBA.UtilDelegate UtilDelegate: Supports delegation for method implementations in {@link Util}.
...auth.kerberos.DelegationPermission This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.
java.security.acl.LastOwnerException LastOwnerException: This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
java.awt.image.ImageFilter ImageFilter: This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceDragEvent The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the DragSourceListener registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DropTargetDragEvent The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter and dragOver methods.
java.awt.dnd.DropTargetDropEvent The DropTargetDropEvent is delivered via the DropTargetListener drop method.
java.beans.PropertyChangeEvent A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
java.lang.ref.SoftReference SoftReference: Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
java.awt.Robot This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed.
java.security.AccessControlException AccessControlException: This exception is thrown by the AccessController to indicate that a requested access to a critical system resource such as the file system or the network is denied.
java.rmi.activation.ActivationID Activation makes use of special identifiers to denote remote objects that can be activated over time.
java.io.FileNotFoundException FileNotFoundException: Signals that an attempt to open the file denoted by a specified pathname has failed.
...print.attribute.PrintRequestAttribute Interface PrintRequestAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a requested setting for a print job.
javax.print.attribute.DocAttribute Interface DocAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a setting for a doc.
javax.print.attribute.standard.Severity Class Severity is a printing attribute class, an enumeration, that denotes the severity of a {@link PrinterStateReason PrinterStateReason} attribute.
javax.print.attribute.ResolutionSyntax Class ResolutionSyntax is an abstract base class providing the common implementation of all attributes denoting a printer resolution.
javax.print.attribute.Size2DSyntax Class Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions.
java.lang.LinkageError Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
java.awt.color.ICC_Profile A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:1998-09, File Format for Color Profiles, September 1998, and the addendum ICC.1A:1999-04, April 1999, to that specification see http://www.color.org .
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
java.awt.HeadlessException 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, or mouse.
...awt.image.renderable.RenderedImageFactory The RenderedImageFactory interface often abbreviated RIF is intended to be implemented by classes that wish to act as factories to produce different renderings, for example by executing a series of BufferedImageOps on a set of sources, depending on a specific set of parameters, properties, and rendering hints.
java.awt.Menu A Menu object is a pull-down menu component that is deployed from a menu bar.
java.sql.SQLPermission The permission for which the SecurityManager will check when code that is running in an applet calls the DriverManager.setLogWriter method or the DriverManager.setLogStream deprecated method.
java.awt.DisplayMode The DisplayMode class encapsulates the bit depth, height, width, and refresh rate of a GraphicsDevice.
java.util.EventObject EventObject: The root class from which all event state objects shall be derived.
org.xml.sax.helpers.XMLFilterImpl XMLFilterImpl: Base class for deriving an XML filter.
javax.naming.LinkException This exception is used to describe problems encounter while resolving links.
java.awt.im.InputMethodHighlight An InputMethodHighlight is used to describe the highlight attributes of text being composed.
...attribute.standard.OrientationRequested Class OrientationRequested is a printing attribute class, an enumeration, that indicates the desired orientation for printed print-stream pages; it does not describe the orientation of the client-supplied print-stream pages.
javax.print.StreamPrintServiceFactory A StreamPrintServiceFactory is the factory for {@link StreamPrintService} instances, which can print to an output stream in a particular document format described as a mime type.
...accessibility.AccessibleTableModelChange The AccessibleTableModelChange interface describes a change to the table model.
javax.accessibility.AccessibleState Class AccessibleState describes a component's particular state.
java.beans.EventSetDescriptor An EventSetDescriptor describes a group of events that a given Java bean fires.
java.beans.MethodDescriptor A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
java.beans.IndexedPropertyDescriptor An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
java.awt.geom.Rectangle2D The Rectangle2D class describes a rectangle defined by a location x, y and dimension w x h .
javax.accessibility.AccessibleRelation Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects.
javax.accessibility.AccessibleTable Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
java.awt.geom.Ellipse2D The Ellipse2D class describes an ellipse that is defined by a bounding rectangle.
java.awt.image.BufferedImage The BufferedImage subclass describes an {@link Image} with an accessible buffer of image data.
java.awt.image.Kernel The Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.
java.beans.PropertyDescriptor A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
java.awt.image.BufferedImageOp BufferedImageOp: This interface describes single-input/single-output operations performed on BufferedImage objects.
java.awt.image.RasterOp RasterOp: This interface describes single-input/single-output operations performed on Raster objects.
javax.security.auth.login.LoginContext The LoginContext class describes the basic methods used to authenticate Subjects and provides a way to develop an application independent of the underlying authentication technology.
java.awt.GraphicsConfiguration The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
java.awt.GraphicsEnvironment The GraphicsEnvironment class describes the collection of {@link GraphicsDevice} objects and {@link java.awt.Font} objects available to a Java tm application on a particular platform.
java.awt.GraphicsDevice The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
javax.security.auth.spi.LoginModule LoginModule describes the interface implemented by authentication technology providers.
java.awt.print.Paper The Paper class describes the physical characteristics of a piece of paper.
java.awt.print.PageFormat The PageFormat class describes the size and orientation of a page to be printed.
javax.print.attribute.PrintJobAttribute PrintJobAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print Job or some other characteristic of a Print Job.
...print.attribute.PrintServiceAttribute Interface PrintServiceAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print Service or some other characteristic of a Print Service.
...print.attribute.SupportedValuesAttribute Interface SupportedValuesAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the supported values for another attribute.
javax.imageio.ImageReadParam A class describing how a stream is to be decoded.
javax.imageio.ImageWriteParam A class describing how a stream is to be encoded.
javax.imageio.IIOParam IIOParam: A superclass of all classes describing how streams should be decoded or encoded.
javax.imageio.metadata.IIOMetadataFormat An object describing the structure of metadata documents returned from IIOMetadata.getAsTree and passed to IIOMetadata.setFromTree and mergeTree.
java.awt.Polygon The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
java.rmi.server.Operation An Operation contains a description of a Java method.
java.io.ObjectStreamField A description of a Serializable field from a Serializable class.
java.nio.charset.CoderResult CoderResult: A description of the result state of a coder.
javax.print.attribute.standard.PrinterInfo Class PrinterInfo is a printing attribute class, a text attribute, that provides descriptive information about a printer.
java.io.FileDescriptor FileDescriptor: Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
java.rmi.activation.ActivationDesc ActivationDesc: An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location the location of the class , a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.
java.rmi.activation.ActivationGroupDesc ActivationGroupDesc: An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.
java.io.ObjectStreamClass Serialization's descriptor for classes.
java.awt.event.ItemEvent A semantic event which indicates that an item was selected or deselected.
java.io.NotActiveException NotActiveException: Thrown when serialization or deserialization is not active.
java.io.InvalidObjectException InvalidObjectException: Indicates that one or more deserialized objects failed validation tests.
java.io.ObjectInputStream An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
java.security.InvalidParameterException InvalidParameterException: This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
java.beans.AppletInitializer AppletInitializer: This interface is designed to work in collusion with java.beans.Beans.instantiate.
java.beans.DesignMode   DesignMode: This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
java.beans.DesignMode DesignMode: This interface is intended to be implemented by, or delegated from, instances of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
...attribute.standard.OrientationRequested Class OrientationRequested is a printing attribute class, an enumeration, that indicates the desired orientation for printed print-stream pages; it does not describe the orientation of the client-supplied print-stream pages.
java.awt.image.AffineTransformOp AffineTransformOp: This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster to 2D coordinates in the destination image or Raster.
javax.print.attribute.standard.Destination Class Destination is a printing attribute class, a URI, that is used to indicate an alternate destination for the spooled printer formatted data.
java.awt.AlphaComposite This AlphaComposite class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
java.awt.GraphicsConfiguration The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
java.awt.image.LookupOp LookupOp: This class implements a lookup operation from the source to the destination.
java.awt.JobAttributes.DestinationType DestinationType: A type-safe enumeration of possible job destinations.
java.awt.JobAttributes.DestinationType   DestinationType: A type-safe enumeration of possible job destinations.
javax.naming.ContextNotEmptyException This exception is thrown when attempting to destroy a context that is not empty.
javax.security.auth.Destroyable Destroyable: Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents.
javax.security.auth.DestroyFailedException DestroyFailedException: Signals that a destroy operation failed.
javax.security.auth.Destroyable   Destroyable: Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents.
javax.security.auth.DestroyFailedException   DestroyFailedException: Signals that a destroy operation failed.
java.util.ConcurrentModificationException This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
java.lang.ClassCircularityError ClassCircularityError: Thrown when a circularity has been detected while initializing a class.
javax.naming.LinkLoopException LinkLoopException: This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.
java.lang.ref.ReferenceQueue ReferenceQueue: Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
java.awt.dnd.DragGestureListener DragGestureListener: This interface is sourced from a DragGestureRecognizer and is invoked when an object of that sub class detects a drag initiating gesture.
java.io.InvalidClassException InvalidClassException: Thrown when the Serialization runtime detects one of the following problems with a Class.
java.lang.VerifyError VerifyError: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.

javax.naming.directory.SearchControls This class encapsulates factors that determine scope of search and what gets returned as a result of the search.
...imageio.metadata.IIOMetadataController IIOMetadataController: An interface to be implemented by objects that can determine the settings of an IIOMetadata object, either by putting up a GUI to obtain values from a user, or by other means.
javax.imageio.IIOParamController An interface to be implemented by objects that can determine the settings of an IIOParam object, either by putting up a GUI to obtain values from a user, or by other means.
javax.accessibility.AccessibleSelection This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.
java.rmi.activation.UnknownGroupException An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem.
java.rmi.activation.UnknownObjectException An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid.
java.net.UnknownHostException UnknownHostException: Thrown to indicate that the IP address of a host could not be determined.
javax.accessibility.AccessibleRelationSet Class AccessibleRelationSet determines a component's relation set.
javax.accessibility.AccessibleStateSet Class AccessibleStateSet determines a component's state set.
java.lang.ClassFormatError ClassFormatError: Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
java.lang.UnsupportedClassVersionError UnsupportedClassVersionError: Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
java.lang.ref.PhantomReference PhantomReference: Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed.
javax.accessibility.AccessibleRole Class AccessibleRole determines the role of a component.
java.awt.DefaultFocusTraversalPolicy A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
javax.print.attribute.standard.JobSheets Class JobSheets is a printing attribute class, an enumeration, that determines which job start and end sheets, if any, must be printed with a job.
java.awt.font.TextMeasurer The TextMeasurer class provides the primitive operations needed for line break: measuring up to a given advance, determining the advance of a range of characters, and generating a TextLayout for a range of characters.
java.awt.font.TextLayout.CaretPolicy Defines a policy for determining the strong caret location.
javax.security.auth.login.LoginContext The LoginContext class describes the basic methods used to authenticate Subjects and provides a way to develop an application independent of the underlying authentication technology.
java.awt.color.ICC_Profile A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:1998-09, File Format for Color Profiles, September 1998, and the addendum ICC.1A:1999-04, April 1999, to that specification see http://www.color.org .
...print.attribute.standard.ColorSupported Class ColorSupported is a printing attribute class, an enumeration, that identifies whether the device is capable of any type of color printing at all, including highlight color as well as full process color.
java.awt.font.GlyphVector A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
java.awt.PaintContext The PaintContext interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a {@link Graphics2D}.
...attribute.standard.OutputDeviceAssigned Class OutputDeviceAssigned is a printing attribute class, a text attribute, that identifies the output device to which the service has assigned this job.
java.awt.AWTKeyStroke An AWTKeyStroke represents a key action on the keyboard, or equivalent input device.
java.awt.geom.Area The Area class is a device-independent specification of an arbitrarily-shaped area.
java.awt.GraphicsDevice The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
java.awt.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.
java.rmi.dgc.DGC The DGC abstraction is used for the server side of the distributed garbage collection algorithm.
java.awt.Dialog.AccessibleAWTDialog AccessibleAWTDialog: This class implements accessibility support for the Dialog class.
javax.print.ServiceUI ServiceUI: This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print services looked up through the Java Print Service API.
java.awt.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.
java.awt.FileDialog The FileDialog class displays a dialog window from which the user can select a file.
java.awt.JobAttributes.DialogType DialogType: A type-safe enumeration of possible dialogs to display to the user.
java.awt.JobAttributes.DialogType   DialogType: A type-safe enumeration of possible dialogs to display to the user.
java.util.Dictionary The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
...renderable.ContextualRenderedImageFactory ContextualRenderedImageFactory provides an interface for the functionality that may differ between instances of RenderableImageOp.
java.security.cert.CRL This class is an abstraction of certificate revocation lists CRLs that have different formats but important common uses.
javax.print.StreamPrintService This class extends {@link PrintService} and represents a print service that prints data in different formats to a client-provided output stream.
...attribute.standard.JobPrioritySupported Class JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports the {@link JobPriority JobPriority} attribute and the number of different job priority levels supported.
java.awt.print.Book The Book class provides a representation of a document in which pages may have different page formats and page painters.
...awt.image.renderable.RenderedImageFactory The RenderedImageFactory interface often abbreviated RIF is intended to be implemented by classes that wish to act as factories to produce different renderings, for example by executing a series of BufferedImageOps on a set of sources, depending on a specific set of parameters, properties, and rendering hints.
javax.print.ServiceUIFactory Services may optionally provide UIs which allow different styles of interaction in different roles.
java.security.MessageDigestSpi MessageDigestSpi: This class defines the Service Provider Interface SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
java.security.DigestException DigestException: This is the generic Message Digest exception.
java.security.DigestOutputStream DigestOutputStream: A transparent stream that updates the associated message digest using the bits going through the stream.
java.security.DigestException   DigestException: This is the generic Message Digest exception.
java.security.DigestInputStream   DigestInputStream: A transparent stream that updates the associated message digest using the bits going through the stream.
java.security.DigestOutputStream   DigestOutputStream: A transparent stream that updates the associated message digest using the bits going through the stream.
java.security.SignatureSpi SignatureSpi: This class defines the Service Provider Interface SPI for the Signature class, which is used to provide the functionality of a digital signature algorithm.
java.security.Signer Signer: This class is used to represent an Identity that can also digitally sign data.
java.awt.font.NumericShaper The NumericShaper class is used to convert Latin-1 European digits to other Unicode decimal digits.
java.awt.Dimension The Dimension class encapsulates the width and height of a component in integer precision in a single object.
javax.print.attribute.standard.MediaSize Class MediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the bottom edge and the Y dimension running along the left edge.
java.awt.geom.RoundRectangle2D The RoundRectangle2D class defines a rectangle with rounded corners defined by a location x, y , a dimension w x h , and the width and height of an arc with which to round the corners.
java.awt.geom.Rectangle2D The Rectangle2D class describes a rectangle defined by a location x, y and dimension w x h .
java.awt.geom.Dimension2D The Dimension2D class is to encapsulate a width and a height dimension.
java.awt.geom.Dimension2D The Dimension2D class is to encapsulate a width and a height dimension.
javax.print.attribute.standard.MediaSize Class MediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the bottom edge and the Y dimension running along the left edge.
javax.print.attribute.Size2DSyntax Class Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions.
javax.naming.spi.DirectoryManager This class contains methods for supporting DirContext implementations.
javax.naming.NamingSecurityException This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.
javax.naming.directory.SearchResult This class represents an item in the NamingEnumeration returned as a result of the DirContext.search methods.
java.nio.MappedByteBuffer MappedByteBuffer: A direct byte buffer whose content is a memory-mapped region of a file.
java.awt.image.DirectColorModel The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.
java.util.ListIterator An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
java.beans.beancontext.BeanContextProxy This interface is implemented by a JavaBean that does not directly have a BeanContext Child associated with it via implementing that interface or a subinterface thereof , but has a public BeanContext Child delegated from it.
javax.imageio.stream.FileImageOutputStream FileImageOutputStream: An implementation of ImageOutputStream that writes its output directly to a File or RandomAccessFile.
java.net.URLClassLoader This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
javax.naming.ldap.StartTlsRequest This class implements the LDAPv3 Extended Request for StartTLS as defined in Lightweight Directory Access Protocol v3 : Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended request value is defined.
javax.naming.ldap.StartTlsResponse This class implements the LDAPv3 Extended Response for StartTLS as defined in Lightweight Directory Access Protocol v3 : Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended response value is defined.
javax.naming.event.EventDirContext EventDirContext: Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.
javax.naming.directory.InitialDirContext InitialDirContext: This class is the starting context for performing directory operations.
javax.naming.ServiceUnavailableException ServiceUnavailableException: This exception is thrown when attempting to communicate with a directory or naming service and that service is not available.
javax.naming.CommunicationException CommunicationException: This exception is thrown when the client is unable to communicate with the directory or naming service.
java.io.File An abstract representation of file and directory pathnames.
javax.naming.directory.DirContext The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.
javax.naming.AuthenticationException This exception is thrown when an authentication error occurs while accessing the naming or directory service.
java.io.FilePermission This class represents access to a file or directory.
javax.naming.spi.DirStateFactory.Result Result: An object/attributes pair for returning the result of DirStateFactory.getStateToBind .
javax.sql.RowSetReader The facility that a disconnected RowSet object calls on to populate itself with rows of data.
java.lang.ref.SoftReference SoftReference: Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
java.awt.ActiveEvent An interface for events that know how dispatch themselves.
java.awt.event.InvocationEvent InvocationEvent: An event which executes the run method on a Runnable when dispatched by the AWT event dispatcher thread.
java.awt.event.AWTEventListener The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses.
...lang.reflect.UndeclaredThrowableException Thrown by a method invocation on a proxy instance if its invocation handler's {@link InvocationHandler#invoke invoke} method throws a checked exception a Throwable that is not assignable to RuntimeException or Error that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
java.awt.event.InvocationEvent InvocationEvent: An event which executes the run method on a Runnable when dispatched by the AWT event dispatcher thread.
java.awt.AWTEventMulticaster A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
java.awt.KeyEventDispatcher A KeyEventDispatcher cooperates with the current KeyboardFocusManager in the targeting and dispatching of all KeyEvents.
...security.auth.callback.ChoiceCallback Underlying security services instantiate and pass a ChoiceCallback to the invokeCallback method of a CallbackHandler to display a list of choices and to retrieve the selected choice s .
...security.auth.callback.CallbackHandler An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
...security.auth.callback.TextOutputCallback Underlying security services instantiate and pass a TextOutputCallback to the invokeCallback method of a CallbackHandler to display information messages, warning messages and error messages.
java.awt.JobAttributes.DialogType DialogType: A type-safe enumeration of possible dialogs to display to the user.
java.awt.HeadlessException 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, or mouse.
javax.accessibility.AccessibleEditableText The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
java.awt.Component A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
java.awt.font.GlyphVector A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
java.awt.DisplayMode The DisplayMode class encapsulates the bit depth, height, width, and refresh rate of a GraphicsDevice.
java.beans.BeanDescriptor A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
java.awt.FileDialog The FileDialog class displays a dialog window from which the user can select a file.
java.awt.TextArea A TextArea object is a multi-line region that displays text.

java.sql.SQLInput An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
...attribute.standard.MediaPrintableArea Class MediaPrintableArea is a printing attribute used to distinguish the printable and non-printable areas of media.
java.rmi.dgc.DGC The DGC abstraction is used for the server side of the distributed garbage collection algorithm.
javax.sql.XAConnection An object that provides support for distributed transactions.
java.awt.dnd.Autoscroll 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 not currently visible to the user.
java.awt.dnd.DropTargetListener The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget.
java.awt.dnd.DnDConstants   DnDConstants: This class contains constant values representing the type of action s to be performed by a Drag and Drop operation.
javax.print.attribute.DocAttributeSet Interface DocAttributeSet specifies the interface for a set of doc attributes, i.e.
javax.print.FlavorException Interface FlavorException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an error condition involving a doc flavor or flavors class {@link javax.print.DocFlavor DocFlavor} .
javax.print.DocFlavor.SERVICE_FORMATTED Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
javax.print.DocFlavor.BYTE_ARRAY Class DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a byte array byte as the print data representation class.
javax.print.DocFlavor.INPUT_STREAM Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream {@link java.io.InputStream java.io.InputStream} as the print data representation class.
javax.print.DocFlavor.CHAR_ARRAY Class DocFlavor.CHAR_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a character array char as the print data representation class.
javax.print.DocFlavor.READER Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream {@link java.io.Reader java.io.Reader} as the print data representation class.
javax.print.DocFlavor.STRING Class DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string {@link java.lang.String java.lang.String} as the print data representation class.
javax.print.Doc Interface Doc specifies the interface for an object that supplies one piece of print data for a Print Job.
javax.print.SimpleDoc This class is an implementation of interface Doc that can be used in many common printing requests.
javax.print.attribute.DocAttribute Interface DocAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a setting for a doc.
javax.print.attribute.DocAttribute Interface DocAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a setting for a doc.
javax.print.attribute.HashDocAttributeSet Class HashDocAttributeSet provides an attribute set which inherits its implementation from class {@link HashAttributeSet HashAttributeSet} and enforces the semantic restrictions of interface {@link DocAttributeSet DocAttributeSet}.
javax.print.attribute.DocAttributeSet Interface DocAttributeSet specifies the interface for a set of doc attributes, i.e.
javax.print.DocFlavor Class DocFlavor encapsulates an object that specifies the format in which print data is supplied to a {@link DocPrintJob}.
javax.print.DocFlavor.SERVICE_FORMATTED Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
javax.print.DocFlavor.BYTE_ARRAY Class DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a byte array byte as the print data representation class.
javax.print.DocFlavor.INPUT_STREAM Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream {@link java.io.InputStream java.io.InputStream} as the print data representation class.
javax.print.DocFlavor.CHAR_ARRAY Class DocFlavor.CHAR_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a character array char as the print data representation class.
javax.print.DocFlavor.READER Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream {@link java.io.Reader java.io.Reader} as the print data representation class.
javax.print.DocFlavor.STRING Class DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string {@link java.lang.String java.lang.String} as the print data representation class.
javax.print.DocFlavor.URL Class DocFlavor.URL provides predefined static constant DocFlavor objects.
javax.print.FlavorException Interface FlavorException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an error condition involving a doc flavor or flavors class {@link javax.print.DocFlavor DocFlavor} .
javax.print.DocFlavor.BYTE_ARRAY Class DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a byte array byte as the print data representation class.
javax.print.DocFlavor.CHAR_ARRAY Class DocFlavor.CHAR_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a character array char as the print data representation class.
javax.print.DocFlavor.INPUT_STREAM Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream {@link java.io.InputStream java.io.InputStream} as the print data representation class.
javax.print.DocFlavor.READER Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream {@link java.io.Reader java.io.Reader} as the print data representation class.
javax.print.DocFlavor.SERVICE_FORMATTED Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.
javax.print.DocFlavor.STRING Class DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string {@link java.lang.String java.lang.String} as the print data representation class.
javax.print.DocFlavor.URL Class DocFlavor.URL provides predefined static constant DocFlavor objects.
javax.print.PrintService Interface PrintService is the factory for a DocPrintJob.
javax.print.DocPrintJob   DocPrintJob: This interface represents a print job that can print a specified document with a set of job attributes.
...print.event.PrintJobAttributeListener PrintJobAttributeListener: Implementations of this interface are attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of attribute changes associated with the print job.
javax.print.event.PrintJobListener PrintJobListener: Implementations of this listener interface should be attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of the printer job.
javax.print.DocFlavor Class DocFlavor encapsulates an object that specifies the format in which print data is supplied to a {@link DocPrintJob}.
...print.attribute.standard.NumberOfDocuments Class NumberOfDocuments is an integer valued printing attribute that indicates the number of individual docs the printer has accepted for this job, regardless of whether the docs' print data has reached the printer or not.
org.w3c.dom.DocumentType Each Document has a doctype attribute whose value is either null or a DocumentType object.
javax.xml.transform.URIResolver URIResolver: An object that implements this interface that can be called by the processor to turn a URI used in document , xsl:import, or xsl:include into a Source object.
java.applet.AppletContext AppletContext: This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.
org.xml.sax.DocumentHandler DocumentHandler: Receive notification of general document events.
javax.print.StreamPrintServiceFactory A StreamPrintServiceFactory is the factory for {@link StreamPrintService} instances, which can print to an output stream in a particular document format described as a mime type.
...JobAttributes.MultipleDocumentHandlingType MultipleDocumentHandlingType: A type-safe enumeration of possible multiple document handling states.
org.w3c.dom.DocumentType Each Document has a doctype attribute whose value is either null or a DocumentType object.
...print.attribute.standard.SheetCollate Class SheetCollate is a printing attribute class, an enumeration, that specifies whether or not the media sheets of each copy of each printed document in a job are to be in sequence, when multiple copies of the document are specified by the {@link Copies Copies} attribute.
javax.print.attribute.standard.Finishings Class Finishings is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of binding to each copy of each printed document in the job.
java.awt.print.Book The Book class provides a representation of a document in which pages may have different page formats and page painters.
javax.xml.parsers.DocumentBuilder Defines the API to obtain DOM Document instances from an XML document.
org.w3c.dom.Document The Document interface represents the entire HTML or XML document.
org.xml.sax.Locator Interface for associating a SAX event with a document location.
javax.xml.transform.dom.DOMSource DOMSource: Acts as a holder for a transformation Source tree in the form of a Document Object Model DOM tree.
org.w3c.dom.Node The Node interface is the primary datatype for the entire Document Object Model.
org.w3c.dom.DocumentFragment DocumentFragment is a "lightweight" or "minimal" Document object.
...print.attribute.standard.JobImpressions Class JobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document s being submitted.
javax.print.attribute.standard.JobKOctets Class JobKOctets is an integer valued printing attribute class that specifies the total size of the document s in K octets, i.e., in units of 1024 octets requested to be processed in the job.
...prefs.InvalidPreferencesFormatException Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per the {@link Preferences} specification.
org.xml.sax.XMLReader Interface for reading an XML document using callbacks.
javax.print.attribute.standard.PageRanges Class PageRanges is a printing attribute class, a set of integers, that identifies the range s of print-stream pages that the Printer object uses for each copy of each document which are to be printed.
javax.print.DocPrintJob DocPrintJob: This interface represents a print job that can print a specified document with a set of job attributes.
org.w3c.dom.EntityReference EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
...print.attribute.standard.DocumentName Class DocumentName is a printing attribute class, a text attribute, that specifies the name of a document.
org.w3c.dom.DocumentFragment   DocumentFragment is a "lightweight" or "minimal" Document object.
org.xml.sax.DocumentHandler   DocumentHandler: Receive notification of general document events.
...print.attribute.standard.DocumentName Class DocumentName is a printing attribute class, a text attribute, that specifies the name of a document.
javax.print.MultiDocPrintJob Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a single print job with a set of job attributes.
java.beans.XMLDecoder The XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just like the ObjectInputStream.
javax.imageio.metadata.IIOMetadataFormat An object describing the structure of metadata documents returned from IIOMetadata.getAsTree and passed to IIOMetadata.setFromTree and mergeTree.
...attribute.standard.PDLOverrideSupported Class PDLOverrideSupported is a printing attribute class, an enumeration, that expresses the printer's ability to attempt to override processing instructions embedded in documents' print data with processing instructions specified as attributes outside the print data.
javax.xml.parsers.SAXParserFactory Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
org.w3c.dom.DocumentType Each Document has a doctype attribute whose value is either null or a DocumentType object.
javax.xml.parsers.DocumentBuilder Defines the API to obtain DOM Document instances from an XML document.
javax.xml.parsers.DocumentBuilderFactory Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
org.w3c.dom.DOMException DOMException: DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform either for logical reasons, because data is lost, or because the implementation has become unstable .
javax.xml.transform.dom.DOMSource DOMSource: Acts as a holder for a transformation Source tree in the form of a Document Object Model DOM tree.
javax.xml.transform.dom.DOMLocator Indicates the position of a node in a source DOM, intended primarily for error reporting.
org.w3c.dom.CharacterData The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
java.security.ProtectionDomain This ProtectionDomain class encapsulates the characteristics of a domain, which encloses a set of classes whose instances are granted a set of permissions when being executed on behalf of a given set of Principals.
java.security.DomainCombiner A DomainCombiner provides a means to dynamically update the ProtectionDomains associated with the current AccessControlContext.
org.w3c.dom.DOMException   DOMException: DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform either for logical reasons, because data is lost, or because the implementation has become unstable .
org.w3c.dom.DOMImplementation The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
javax.xml.transform.dom.DOMResult   DOMResult: Acts as a holder for a transformation result tree, in the form of a Document Object Model DOM tree.
javax.xml.transform.dom.DOMSource   DOMSource: Acts as a holder for a transformation Source tree in the form of a Document Object Model DOM tree.
java.security.acl.NotOwnerException NotOwnerException: This is an exception that is thrown whenever the modification of an object such as an Access Control List is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
java.rmi.activation.ActivationMonitor An ActivationMonitor is specific to an ActivationGroup and is obtained when a group is reported active via a call to ActivationSystem.activeGroup this is done internally .
java.security.PrivilegedActionException This exception is thrown by doPrivileged PrivilegedExceptionAction and doPrivileged PrivilegedExceptionAction, AccessControlContext context to indicate that the action being performed threw a checked exception.
java.nio.DoubleBuffer DoubleBuffer: A double buffer.
java.awt.geom.Point2D.Double The Double class defines a point specified in double precision.
java.awt.geom.Rectangle2D.Double The Double class defines a rectangle specified in double coordinates.
java.awt.geom.RoundRectangle2D.Double The Double class defines a rectangle with rounded corners all specified in double coordinates.
java.awt.geom.Ellipse2D.Double The Double class defines an ellipse specified in double precision.
java.lang.Double The Double class wraps a value of the primitive type double in an object.
java.awt.image.DataBufferDouble DataBufferDouble: This class extends DataBuffer and stores data internally in double form.
java.lang.Number The abstract class Number is the superclass of classes BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and Short.
java.awt.geom.CubicCurve2D.Double   Double: A cubic parametric curve segment specified with double coordinates.

java.awt.geom.Line2D.Double   Double: A line segment specified with double coordinates.
java.awt.geom.QuadCurve2D.Double   Double: A quadratic parametric curve segment specified with double coordinates.
java.awt.geom.Arc2D.Double   Double: This class defines an arc specified in double precision.
java.nio.DoubleBuffer   DoubleBuffer: A double buffer.
java.rmi.RMISecurityManager RMISecurityManager provides an example security manager for use by RMI applications that use downloaded code.
java.awt.dnd.DropTargetContext A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of a Component associated with a DropTarget.
java.awt.dnd.DragSource The DragSource is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.
java.awt.dnd.DnDConstants DnDConstants: This class contains constant values representing the type of action s to be performed by a Drag and Drop operation.
java.awt.dnd.DragSourceListener The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the user's gesture, and to provide appropriate "drag over" feedback to the user throughout the Drag and Drop operation.
java.awt.dnd.DropTarget The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
java.awt.dnd.DragSourceContext The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
java.awt.datatransfer.DataFlavor Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
java.awt.dnd.DragGestureListener DragGestureListener: This interface is sourced from a DragGestureRecognizer and is invoked when an object of that sub class detects a drag initiating gesture.
java.awt.dnd.DragGestureRecognizer The DragGestureRecognizer is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular Component in order to identify platform-dependent drag initiating gestures.
java.awt.dnd.DragSourceMotionListener DragSourceMotionListener: A listener interface for receiving mouse motion events during a drag operation.
java.awt.dnd.DragSourceAdapter DragSourceAdapter: An abstract adapter class for receiving drag source events.
...dnd.DropTargetContext.TransferableProxy TransferableProxy is a helper inner class that implements Transferable interface and serves as a proxy for another Transferable object which represents data transfer for a particular drag-n-drop operation.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DropTargetDragEvent The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter and dragOver methods.
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
java.awt.dnd.DragGestureListener   DragGestureListener: This interface is sourced from a DragGestureRecognizer and is invoked when an object of that sub class detects a drag initiating gesture.
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
java.awt.dnd.DragGestureListener DragGestureListener: This interface is sourced from a DragGestureRecognizer and is invoked when an object of that sub class detects a drag initiating gesture.
java.awt.dnd.MouseDragGestureRecognizer MouseDragGestureRecognizer: This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for mouse based gestures.
java.awt.dnd.DragGestureEvent A DragGestureEvent is passed to DragGestureListener's dragGestureRecognized method when a particular DragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the Component that it is tracking.
java.awt.dnd.DragGestureRecognizer The DragGestureRecognizer is an abstract base class for the specification of a platform-dependent listener that can be associated with a particular Component in order to identify platform-dependent drag initiating gestures.
java.awt.dnd.DropTargetDragEvent The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter and dragOver methods.
java.awt.dnd.DragSource The DragSource is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceAdapter   DragSourceAdapter: An abstract adapter class for receiving drag source events.
java.awt.dnd.DragSourceContext The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceDragEvent The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the DragSourceListener registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceDragEvent The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the DragSourceListener registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceEvent This class is the base class for DragSourceDragEvent and DragSourceDropEvent.
java.awt.dnd.DragSourceDragEvent The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the DragSourceListener registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceEvent This class is the base class for DragSourceDragEvent and DragSourceDropEvent.
java.awt.dnd.DragSourceListener The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the user's gesture, and to provide appropriate "drag over" feedback to the user throughout the Drag and Drop operation.
java.awt.dnd.DragSourceDragEvent The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the DragSourceListener registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceDropEvent The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the dragDropEnd method of DragSourceListeners registered with that DragSourceContext and with its associated DragSource.
java.awt.dnd.DragSourceMotionListener   DragSourceMotionListener: A listener interface for receiving mouse motion events during a drag operation.
java.awt.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.
java.awt.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.
java.awt.Composite The Composite interface, along with {@link CompositeContext}, defines the methods to compose a draw primitive with the underlying graphics area.
java.awt.font.ImageGraphicAttribute The ImageGraphicAttribute class is an implementation of {@link GraphicAttribute} which draws images in a {@link TextLayout}.
java.awt.font.ShapeGraphicAttribute The ShapeGraphicAttribute class is an implementation of {@link GraphicAttribute} that draws shapes in a {@link TextLayout}.
java.sql.Driver The interface that every driver class must implement.
java.sql.DriverPropertyInfo   Driver properties for making a connection.
java.sql.SQLPermission The permission for which the SecurityManager will check when code that is running in an applet calls the DriverManager.setLogWriter method or the DriverManager.setLogStream deprecated method.
java.sql.SQLPermission The permission for which the SecurityManager will check when code that is running in an applet calls the DriverManager.setLogWriter method or the DriverManager.setLogStream deprecated method.
java.sql.DriverManager The basic service for managing a set of JDBC drivers.
java.awt.dnd.DropTargetDropEvent The DropTargetDropEvent is delivered via the DropTargetListener drop method.
java.awt.dnd.DropTargetContext A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of a Component associated with a DropTarget.
java.awt.dnd.DragSource The DragSource is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.
java.awt.dnd.DnDConstants DnDConstants: This class contains constant values representing the type of action s to be performed by a Drag and Drop operation.
java.awt.dnd.DragSourceListener The DragSourceListener defines the event interface for originators of Drag and Drop operations to track the state of the user's gesture, and to provide appropriate "drag over" feedback to the user throughout the Drag and Drop operation.
java.awt.dnd.DropTarget The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
java.awt.dnd.DragSourceContext The DragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
java.awt.dnd.DropTargetAdapter DropTargetAdapter: An abstract adapter class for receiving drop target events.
java.awt.dnd.Autoscroll 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 not currently visible to the user.
java.awt.datatransfer.DataFlavor Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
java.awt.dnd.DropTarget The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
java.awt.dnd.DropTargetListener The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget.
java.awt.dnd.DropTarget The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
java.awt.dnd.DropTargetContext A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of a Component associated with a DropTarget.
java.awt.dnd.DropTargetAdapter   DropTargetAdapter: An abstract adapter class for receiving drop target events.
...awt.dnd.DropTarget.DropTargetAutoScroller   DropTargetAutoScroller: this protected nested class implements autoscrolling
java.awt.dnd.DropTargetContext A DropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of a Component associated with a DropTarget.
java.awt.dnd.DropTargetEvent The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent.
java.awt.dnd.DropTargetDragEvent The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter and dragOver methods.
java.awt.dnd.DropTargetDropEvent The DropTargetDropEvent is delivered via the DropTargetListener drop method.
java.awt.dnd.DropTargetEvent The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent.
java.awt.dnd.DropTargetEvent The DropTargetEvent is the base class for both the DropTargetDragEvent and the DropTargetDropEvent.
java.awt.dnd.DropTargetDropEvent The DropTargetDropEvent is delivered via the DropTargetListener drop method.
java.awt.dnd.DropTargetListener The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the subject DropTarget.
java.awt.dnd.DropTargetDragEvent The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter and dragOver methods.
java.security.spec.DSAParameterSpec DSAParameterSpec: This class specifies the set of parameters used with the DSA algorithm.
java.security.interfaces.DSAParams DSAParams: Interface to a DSA-specific set of key parameters, which defines a DSA key family.
...security.interfaces.DSAKeyPairGenerator An interface to an object capable of generating DSA key pairs.
java.security.spec.DSAPrivateKeySpec DSAPrivateKeySpec: This class specifies a DSA private key with its associated parameters.
java.security.interfaces.DSAPrivateKey DSAPrivateKey: The standard interface to a DSA private key.
java.security.spec.DSAPublicKeySpec DSAPublicKeySpec: This class specifies a DSA public key with its associated parameters.
java.security.interfaces.DSAPublicKey DSAPublicKey: The interface to a DSA public key.
java.security.interfaces.DSAKey DSAKey: The interface to a DSA public or private key.
java.security.interfaces.DSAParams DSAParams: Interface to a DSA-specific set of key parameters, which defines a DSA key family.
java.security.interfaces.DSAKey   DSAKey: The interface to a DSA public or private key.
java.security.spec.DSAParameterSpec   DSAParameterSpec: This class specifies the set of parameters used with the DSA algorithm.
java.security.interfaces.DSAParams   DSAParams: Interface to a DSA-specific set of key parameters, which defines a DSA key family.
java.security.interfaces.DSAPrivateKey   DSAPrivateKey: The standard interface to a DSA private key.
java.security.spec.DSAPrivateKeySpec   DSAPrivateKeySpec: This class specifies a DSA private key with its associated parameters.
java.security.interfaces.DSAPublicKey   DSAPublicKey: The interface to a DSA public key.
java.security.spec.DSAPublicKeySpec   DSAPublicKeySpec: This class specifies a DSA public key with its associated parameters.
org.xml.sax.ext.DeclHandler SAX2 extension handler for DTD declaration events.
org.w3c.dom.Notation This interface represents a notation declared in the DTD.
org.xml.sax.DTDHandler Receive notification of basic DTD-related events.
javax.naming.LimitExceededException This exception is thrown when a method terminates abnormally due to a user or system specified limit.

java.awt.image.VolatileImage VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the application e.g., situations caused by the operating system or by other applications .
java.io.OptionalDataException Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.
java.util.Set A collection that contains no duplicate elements.
java.rmi.dgc.Lease A lease contains a unique VM identifier and a lease duration.
java.sql.BatchUpdateException An exception thrown when an error occurs during a batch update operation.
java.rmi.server.ServerNotActiveException An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
java.awt.dnd.DragSourceMotionListener DragSourceMotionListener: A listener interface for receiving mouse motion events during a drag operation.
...rmi.activation.ActivateFailedException ActivateFailedException: This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
java.io.WriteAbortedException WriteAbortedException: Signals that one of the ObjectStreamExceptions was thrown during a write operation.
java.awt.dnd.Autoscroll 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 not currently visible to the user.
java.awt.dnd.DropTarget The DropTarget is associated with a Component when that Component wishes to accept drops during Drag and Drop operations.
java.awt.datatransfer.DataFlavor Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
java.io.EOFException EOFException: Signals that an end of file or end of stream has been reached unexpectedly during input.
java.beans.IntrospectionException IntrospectionException: Thrown when an exception happens during Introspection.
java.util.ListIterator An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
java.util.logging.ErrorManager ErrorManager objects can be attached to Handlers to process any error that occur on a Handler during Logging.
java.text.ParsePosition ParsePosition is a simple class used by Format and its subclasses to keep track of the current position during parsing.
java.rmi.server.SocketSecurityException A SocketSecurityException is thrown during remote object export if the code exporting the remote object either by construction or by explicit call to the exportObject method of UnicastRemoteObject or java.rmi.activation.Activatable does not have permission to create a java.net.ServerSocket on the port number specified during remote object export.
java.rmi.server.ServerCloneException A ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject.
java.rmi.RemoteException A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
java.rmi.RMISecurityException An RMISecurityException signals that a security exception has occurred during the execution of one of java.rmi.RMISecurityManager's methods.
java.lang.RuntimeException RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
javax.xml.transform.TransformerException TransformerException: This class specifies an exceptional condition that occured during the transformation process.
java.lang.reflect.Field A Field provides information about, and dynamic access to, a single field of a class or an interface.
java.rmi.server.RMIClassLoader RMIClassLoader comprises static methods to support dynamic class loading with RMI.
java.lang.reflect.Proxy Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
java.lang.reflect.Array The Array class provides static methods to dynamically create and access Java arrays.
java.beans.EventHandler The EventHandler class provides support for dynamically generating event listeners whose methods execute a simple statement involving an incoming event object and a target object.
org.xml.sax.helpers.ParserFactory Java-specific class for dynamically loading SAX parsers.
java.awt.PopupMenu A class that implements a menu which can be dynamically popped up at a specified position within a component.
java.security.DomainCombiner A DomainCombiner provides a means to dynamically update the ProtectionDomains associated with the current AccessControlContext.