Java 1.4 Class Documentation Inverted Index

Inverted Index: H

java.rmi.server.ServerRef A ServerRef represents the server-side handle for a remote object implementation.
java.rmi.server.RemoteRef RemoteRef represents the handle for a remote object.
java.awt.im.InputMethodRequests InputMethodRequests defines the requests that a text editing component has to handle in order to work with input methods.
javax.naming.event.NamingListener This interface is the root of listener interfaces that handle NamingEvents.
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.util.logging.ErrorManager ErrorManager objects can be attached to Handlers to process any error that occur on a Handler during Logging.
org.xml.sax.ext.DeclHandler SAX2 extension handler for DTD declaration events.
org.xml.sax.ext.LexicalHandler SAX2 extension handler for lexical events.
java.util.logging.Handler A Handler object takes log messages from a Logger and exports them.
java.lang.reflect.InvocationHandler InvocationHandler is the interface implemented by the invocation handler of a proxy instance.
java.util.logging.ConsoleHandler This Handler publishes log records to System.err.
java.util.logging.MemoryHandler   Handler that buffers requests in a circular buffer in memory.
...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.
...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.
org.xml.sax.HandlerBase   HandlerBase: Default base class for handlers.
java.util.logging.ErrorManager ErrorManager objects can be attached to Handlers to process any error that occur on a Handler during Logging.
java.net.URLStreamHandler The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
...awt.image.renderable.RenderableImageOp RenderableImageOp: This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory.
...JobAttributes.MultipleDocumentHandlingType MultipleDocumentHandlingType: A type-safe enumeration of possible multiple document handling states.
...ldap.UnsolicitedNotificationListener This interface is for handling UnsolicitedNotificationEvent.
javax.xml.transform.ErrorListener To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implmentation with the {@link javax.xml.transform.Transformer}.
...AccessibleAWTFocusHandler AccessibleAWTFocusHandler: Fire PropertyChange listener, if one is registered, when focus events happen
java.beans.IntrospectionException IntrospectionException: Thrown when an exception happens during Introspection.
javax.sql.RowSetListener An interface that must be implemented by a component that wants to be notified when a significant event happens in the life of a RowSet object.
javax.print.attribute.HashAttributeSet Class HashAttributeSet provides an AttributeSet implementation with characteristics of a hash map.
java.util.HashSet This class implements the Set interface, backed by a hash table actually a HashMap instance .
java.util.LinkedHashMap   Hash table and linked list implementation of the Map interface, with predictable iteration order.
java.util.LinkedHashSet   Hash table and linked list implementation of the Set interface, with predictable iteration order.
java.util.HashMap   Hash table based implementation of the Map interface.
java.util.IdentityHashMap This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys and values .
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}.
...print.attribute.HashPrintJobAttributeSet Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class {@link HashAttributeSet HashAttributeSet} and enforces the semantic restrictions of interface {@link PrintJobAttributeSet PrintJobAttributeSet}.
...attribute.HashPrintRequestAttributeSet Class HashPrintRequestAttributeSet inherits its implementation from class {@link HashAttributeSet HashAttributeSet} and enforces the semantic restrictions of interface {@link PrintRequestAttributeSet PrintRequestAttributeSet}.
...attribute.HashPrintServiceAttributeSet Class HashPrintServiceAttributeSet provides an attribute set which inherits its implementation from class {@link HashAttributeSet HashAttributeSet} and enforces the semantic restrictions of interface {@link PrintServiceAttributeSet PrintServiceAttributeSet}.
javax.print.attribute.HashAttributeSet Class HashAttributeSet provides an AttributeSet implementation with characteristics of a hash map.
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}.
java.util.HashSet This class implements the Set interface, backed by a hash table actually a HashMap instance .
...print.attribute.HashPrintJobAttributeSet Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class {@link HashAttributeSet HashAttributeSet} and enforces the semantic restrictions of interface {@link PrintJobAttributeSet PrintJobAttributeSet}.
...attribute.HashPrintRequestAttributeSet Class HashPrintRequestAttributeSet inherits its implementation from class {@link HashAttributeSet HashAttributeSet} and enforces the semantic restrictions of interface {@link PrintRequestAttributeSet PrintRequestAttributeSet}.
...attribute.HashPrintServiceAttributeSet Class HashPrintServiceAttributeSet provides an attribute set which inherits its implementation from class {@link HashAttributeSet HashAttributeSet} and enforces the semantic restrictions of interface {@link PrintServiceAttributeSet PrintServiceAttributeSet}.
java.util.Hashtable This class implements a hashtable, which maps keys to values.
java.util.WeakHashMap A hashtable-based Map implementation with weak keys.
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.rmi.UnmarshalException An UnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if a java.io.IOException occurs unmarshalling parameters on the server side or the return value on the client side .
java.rmi.MarshalException A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
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.
java.awt.geom.Dimension2D The Dimension2D class is to encapsulate a width and a height dimension.
java.awt.Dimension The Dimension class encapsulates the width and height of a component in integer precision in a single object.
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.DisplayMode The DisplayMode class encapsulates the bit depth, height, width, and refresh rate of a GraphicsDevice.
java.awt.Rectangle A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point x, y in the coordinate space, its width, and its height.
java.beans.PropertyEditorSupport PropertyEditorSupport: This is a support class to help build property editors.
...awt.image.renderable.RenderableImageOp RenderableImageOp: This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory.
java.beans.beancontext.BeanContextSupport BeanContextSupport: This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.
...beancontext.BeanContextServicesSupport BeanContextServicesSupport: This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
...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.security.Permissions This class represents a heterogeneous collection of Permissions.
java.util.prefs.Preferences A node in a hierarchical collection of preference data.
java.beans.beancontext.BeanContext The BeanContext acts a logical hierarchical container for JavaBeans.
javax.naming.CompoundName This class represents a compound name -- a name from a hierarchical name space.
javax.naming.NameParser This interface is used for parsing names from a hierarchical namespace.
java.awt.event.HierarchyListener The listener interface for receiving hierarchy changed events.
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.awt.event.HierarchyEvent An event which indicates a change to the Component hierarchy to which a Component belongs.
java.lang.Object Class Object is the root of the class hierarchy.
java.awt.event.HierarchyBoundsAdapter   HierarchyBoundsAdapter: An abstract adapter class for receiving ancestor moved and resized events.
java.awt.im.InputMethodHighlight An InputMethodHighlight is used to describe the highlight attributes of text being composed.
...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.RenderingHints The RenderingHints class contains rendering hints that can be used by the {@link java.awt.Graphics2D} class, and classes that implement {@link java.awt.image.BufferedImageOp} and {@link java.awt.image.Raster}.
...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.lang.Void The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
java.security.UnresolvedPermission The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
java.security.KeyPair KeyPair: This class is a simple holder for a key pair a public key and a private key .
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.stream.StreamResult StreamResult: Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
javax.xml.transform.sax.SAXResult SAXResult: Acts as an holder for a transformation Result.
javax.xml.transform.stream.StreamSource StreamSource: Acts as an holder for a transformation Source in the form of a stream of XML markup.
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.sax.SAXSource SAXSource: Acts as an holder for SAX-style Source.
java.net.PasswordAuthentication The class PasswordAuthentication is a data holder that is used by Authenticator.
...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.
java.text.AttributedString An AttributedString holds text and related attribute information.
javax.sql.PooledConnection An object that provides hooks for connection pool management.
java.awt.ScrollPane A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
java.awt.ScrollPaneAdjustable ScrollPaneAdjustable: This class represents the state of a horizontal or vertical scrollbar of a ScrollPane.
java.awt.GridBagLayout The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
java.net.UnknownHostException UnknownHostException: Thrown to indicate that the IP address of a host could not be determined.
java.rmi.UnknownHostException An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
java.rmi.registry.LocateRegistry LocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host including the local host , or to create a remote object registry that accepts calls on a specific port.
java.rmi.server.UID A UID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.
java.net.InetSocketAddress InetSocketAddress: This class implements an IP Socket Address IP address + port number It can also be a pair hostname + port number , in which case an attempt will be made to resolve the hostname.
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.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.
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.
java.awt.Paint This Paint interface defines how color patterns can be generated for {@link Graphics2D} operations.
java.awt.ActiveEvent An interface for events that know how dispatch themselves.
javax.print.attribute.standard.Compression Class Compression is a printing attribute class, an enumeration, that specifies how print data is compressed.
javax.print.attribute.standard.Sides Class Sides is a printing attribute class, an enumeration, that specifies how print-stream pages are to be imposed upon the sides of an instance of a selected medium, i.e., an impression.
javax.imageio.IIOParam IIOParam: A superclass of all classes describing how streams should be decoded or encoded.

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.awt.LayoutManager LayoutManager: Defines the interface for classes that know how to lay out Containers.
java.awt.LayoutManager2 LayoutManager2: Defines an interface for classes that know how to layout Containers based on a layout constraints object.
java.net.Authenticator The class Authenticator represents an object that knows how to obtain authentication for a network connection.
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.net.URLDecoder URLDecoder: Utility class for HTML form decoding.
java.net.URLEncoder URLEncoder: Utility class for HTML form encoding.
org.w3c.dom.Element The Element interface represents an element in an HTML or XML document.
javax.xml.transform.stream.StreamResult StreamResult: Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
...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.net.HttpURLConnection A URLConnection with support for HTTP-specific features.
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 .
...imageio.plugins.jpeg.JPEGHuffmanTable A class encapsulating a single JPEG Huffman table.
...imageio.plugins.jpeg.JPEGImageReadParam This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG reader plug-in.
...imageio.plugins.jpeg.JPEGImageWriteParam This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG writer plug-in, and to request that optimized Huffman tables be computed for an image.
java.util.logging.SimpleFormatter SimpleFormatter: Print a brief summary of the LogRecord in a human readable format.
javax.accessibility.AccessibleHypertext The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.