javax.accessibility.AccessibleHyperlink
|
AccessibleHyperlink: Encapsulation of a link, or set of links |
e.g. |
javax.accessibility.AccessibleValue
|
The AccessibleValue interface should be supported by any object that supports a numerical value |
e.g., a scroll bar . |
javax.accessibility.AccessibleIcon
|
The AccessibleIcon interface should be supported by any object that has an associated icon |
e.g., buttons . |
...print.attribute.standard.PagesPerMinute
|
Class PagesPerMinute is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer |
e.g., simplex, black-and-white . |
...attribute.standard.PagesPerMinuteColor
|
Class PagesPerMinuteColor is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer when printing color |
e.g., simplex, color . |
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.beans.SimpleBeanInfo
|
SimpleBeanInfo: This is a support class to make it |
easier for people to provide BeanInfo classes. |
java.util.prefs.AbstractPreferences
|
AbstractPreferences: This class provides a skeletal implementation of the {@link Preferences} class, greatly |
easing the task of implementing it. |
java.awt.BorderLayout
|
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, |
east, west, and center. |
java.util.ListResourceBundle
|
ListResourceBundle is an abstract subclass of ResourceBundle that manages resources for a locale in a convenient and |
easy to use list. |
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. |
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.beans.PropertyEditor
|
A PropertyEditor class provides support for GUIs that want to allow users to |
edit a property value of a given type. |
javax.accessibility.AccessibleEditableText
|
The AccessibleEditableText interface should be implemented by all classes that present |
editable textual information on the display. |
java.awt.im.InputMethodRequests
|
InputMethodRequests defines the requests that a text |
editing component has to handle in order to work with input methods. |
java.awt.TextField
|
A TextField object is a text component that allows for the |
editing of a single line of text. |
java.awt.TextComponent
|
The TextComponent class is the superclass of any component that allows the |
editing of some text. |
java.beans.PropertyEditorManager
|
The PropertyEditorManager can be used to locate a property |
editor for any given type name. |
java.beans.PropertyEditorSupport
|
PropertyEditorSupport: This is a support class to help build property |
editors. |
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.security.spec.RSAPrivateCrtKeySpec
|
RSAPrivateCrtKeySpec: This class specifies an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem CRT information values for |
efficiency. |
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.io.BufferedReader
|
Read text from a character-input stream, buffering characters so as to provide for the |
efficient reading of characters, arrays, and lines. |
java.io.BufferedWriter
|
Write text to a character-output stream, buffering characters so as to provide for the |
efficient writing of single characters, arrays, and strings. |
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 . |
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.AbstractMap
|
AbstractMap: This class provides a skeletal implementation of the Map interface, to minimize the |
effort required to implement this interface. |
java.awt.Checkbox
|
A check box is a graphical component that can be in |
either an "on" true or "off" false state. |
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. |
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. |
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. |
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.rmi.PortableRemoteObject
|
Server implementation objects may |
either inherit from javax.rmi.PortableRemoteObject or they may implement a remote interface and then use the exportObject method to register themselves as a server object. |
java.lang.StringIndexOutOfBoundsException
|
StringIndexOutOfBoundsException: Thrown by String methods to indicate that an index is |
either negative or greater than the size of the string. |
org.w3c.dom.DocumentType
|
Each Document has a doctype attribute whose value is |
either null or a DocumentType object. |
org.w3c.dom.Entity
|
This interface represents an entity, |
either parsed or unparsed, in an XML document. |
...print.attribute.standard.QueuedJobCount
|
Class QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whose {@link JobState JobState} is |
either PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED. |
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.rmi.ServerRuntimeException
|
From a server executing on JDK 1.1, a ServerRuntimeException is thrown as a result of a remote method invocation when a RuntimeException is thrown while processing the invocation on the server, |
either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value. |
java.rmi.activation.ActivationGroup
|
An ActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing its ActivationMonitor when |
either: its object's become active or inactive, or the group as a whole becomes inactive. |
java.lang.StackTraceElement
|
StackTraceElement: An |
element in a stack trace, as returned by {@link Throwable#getStackTrace }. |
org.w3c.dom.Element
|
The |
Element interface represents an element in an HTML or XML document. |
org.w3c.dom.Attr
|
The Attr interface represents an attribute in an |
Element object. |
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. |
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.util.SortedSet
|
A set that further guarantees that its iterator will traverse the set in ascending |
element order, sorted according to the natural ordering of its elements see Comparable , or by a Comparator provided at sorted set creation time. |
...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.awt.image.MultiPixelPackedSampleModel
|
The MultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data |
element. |
org.xml.sax.AttributeList
|
Interface for an |
element's attribute specifications. |
java.lang.Math
|
The class Math contains methods for performing basic numeric operations such as the |
elementary exponential, logarithm, square root, and trigonometric functions. |
java.util.NoSuchElementException
|
NoSuchElementException: Thrown by the nextElement method of an Enumeration to indicate that there are no more |
elements in the enumeration. |
java.awt.ComponentOrientation
|
The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the |
elements of a component or of text. |
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.util.SortedSet
|
A set that further guarantees that its iterator will traverse the set in ascending element order, sorted according to the natural ordering of its |
elements see Comparable , or by a Comparator provided at sorted set creation time. |
java.util.Enumeration
|
An object that implements the Enumeration interface generates a series of |
elements, one at a time. |
java.util.Set
|
A collection that contains no duplicate |
elements. |
java.awt.geom.Ellipse2D.Double
|
The Double class defines an |
ellipse specified in double precision. |
java.awt.geom.Ellipse2D.Float
|
The Float class defines an |
ellipse specified in float precision. |
java.awt.geom.Ellipse2D
|
The Ellipse2D class describes an |
ellipse that is defined by a bounding rectangle. |
java.awt.geom.Ellipse2D
|
The |
Ellipse2D class describes an ellipse that is defined by a bounding rectangle. |
...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.applet.Applet
|
An applet is a small program that is intended not to be run on its own, but rather to be |
embedded inside another application. |
java.awt.Scrollbar
|
The Scrollbar class |
embodies a scroll bar, a familiar user-interface object. |
java.util.prefs.NodeChangeEvent
|
An event |
emitted by a Preferences node to indicate that a child of that node has been added or removed. |
java.util.prefs.PreferenceChangeEvent
|
An event |
emitted by a Preferences node to indicate that a preference has been added, removed or has had its value changed. |
java.awt.event.AdjustmentEvent
|
AdjustmentEvent: The adjustment event |
emitted by Adjustable objects. |
java.beans.beancontext.BeanContextEvent
|
BeanContextEvent is the abstract root event class for all events |
emitted from, and pertaining to the semantics of, a BeanContext. |
java.util.EmptyStackException
|
EmptyStackException: Thrown by methods in the Stack class to indicate that the stack is |
empty. |
java.util.EmptyStackException
|
|
EmptyStackException: Thrown by methods in the Stack class to indicate that the stack is empty. |
java.awt.im.spi.InputMethodDescriptor
|
InputMethodDescriptor: Defines methods that provide sufficient information about an input method to |
enable selection and loading of that input method. |
java.io.Serializable
|
Serializability of a class is |
enabled by the class implementing the java.io.Serializable interface. |
java.security.PrivilegedExceptionAction
|
A computation to be performed with privileges |
enabled, that throws one or more checked exceptions. |
java.security.PrivilegedAction
|
A computation to be performed with privileges |
enabled. |
javax.xml.parsers.SAXParserFactory
|
Defines a factory API that |
enables applications to configure and obtain a SAX based parser to parse XML documents. |
javax.xml.parsers.DocumentBuilderFactory
|
Defines a factory API that |
enables applications to obtain a parser that produces DOM object trees from XML documents. |
org.xml.sax.SAXException
|
|
Encapsulate a general SAX error or warning. |
java.awt.geom.Dimension2D
|
The Dimension2D class is to |
encapsulate a width and a height dimension. |
org.xml.sax.SAXParseException
|
|
Encapsulate an XML parse error or warning. |
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}. |
...awt.datatransfer.MimeTypeParseException
|
MimeTypeParseException: A class to |
encapsulate MimeType parsing related exceptions |
org.xml.sax.helpers.NamespaceSupport
|
|
Encapsulate Namespace logic for use by SAX drivers. |
java.security.CodeSource
|
CodeSource: This class extends the concept of a codebase to |
encapsulate not only the location URL but also the certificate s that were used to verify signed code originating from that location. |
java.awt.SystemColor
|
A class to |
encapsulate symbolic colors representing the color of native GUI objects on a system. |
java.awt.Cursor
|
Cursor: A class to |
encapsulate the bitmap representation of the mouse cursor. |
java.awt.CompositeContext
|
The CompositeContext interface defines the |
encapsulated and optimized environment for a compositing operation. |
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}. |
java.awt.Polygon
|
The Polygon class |
encapsulates a description of a closed, two-dimensional region within a coordinate space. |
...security.auth.kerberos.KerberosPrincipal
|
KerberosPrincipal: This class |
encapsulates a Kerberos principal. |
...security.auth.kerberos.KerberosTicket
|
This class |
encapsulates a Kerberos ticket and associated information as viewed from the client's point of view. |
javax.security.auth.kerberos.KerberosKey
|
This class |
encapsulates a long term secret key for a Kerberos principal. |
javax.print.PrintException
|
Class PrintException |
encapsulates a printing-related error condition that occurred while using a Print Service instance. |
org.ietf.jgss.GSSName
|
This interface |
encapsulates a single GSS-API principal entity. |
java.awt.image.renderable.ParameterBlock
|
A ParameterBlock |
encapsulates all the information about sources and parameters Objects required by a RenderableImageOp, or other classes that process images. |
...print.event.PrintServiceAttributeEvent
|
Class PrintServiceAttributeEvent |
encapsulates an event a Print Service instance reports to let the client know of changes in the print service state. |
javax.print.event.PrintJobAttributeEvent
|
Class PrintJobAttributeEvent |
encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed. |
...beancontext.BeanContextSupport.BCSIterator
|
BCSIterator: protected final subclass that |
encapsulates an iterator but implements a noop remove method. |
javax.print.DocFlavor
|
Class DocFlavor |
encapsulates an object that specifies the format in which print data is supplied to a {@link DocPrintJob}. |
javax.print.event.PrintJobEvent
|
Class PrintJobEvent |
encapsulates common events a print job reports to let a listener know of progress in the processing of the {@link DocPrintJob}. |
javax.naming.directory.SearchControls
|
This class |
encapsulates factors that determine scope of search and what gets returned as a result of the search. |
java.awt.FontMetrics
|
The FontMetrics class defines a font metrics object, which |
encapsulates information about the rendering of a particular font on a particular screen. |
java.awt.DisplayMode
|
The DisplayMode class |
encapsulates the bit depth, height, width, and refresh rate of a GraphicsDevice. |
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. |
org.ietf.jgss.ChannelBinding
|
This class |
encapsulates the concept of caller-provided channel binding information. |
org.ietf.jgss.GSSCredential
|
This interface |
encapsulates the GSS-API credentials for an entity. |
org.ietf.jgss.GSSContext
|
This interface |
encapsulates the GSS-API security context and provides the security services that are available over the context. |
java.awt.image.renderable.RenderContext
|
A RenderContext |
encapsulates the information needed to produce a specific rendering from a RenderableImage. |
java.awt.ComponentOrientation
|
The ComponentOrientation class |
encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text. |
...beancontext.BeanContextMembershipEvent
|
A BeanContextMembershipEvent |
encapsulates the list of children added to, or removed from, the membership of a particular BeanContext. |
java.awt.image.ColorModel
|
The ColorModel abstract class |
encapsulates the methods for translating a pixel value to color components for example, red, green, and blue and an alpha component. |
java.awt.MenuBar
|
The MenuBar class |
encapsulates the platform's concept of a menu bar bound to a frame. |
java.awt.Dimension
|
The Dimension class |
encapsulates the width and height of a component in integer precision in a single object. |
java.security.AccessControlContext
|
An AccessControlContext is used to make system resource access decisions based on the context it |
encapsulates. |
...imageio.plugins.jpeg.JPEGHuffmanTable
|
A class |
encapsulating a single JPEG Huffman table. |
javax.imageio.plugins.jpeg.JPEGQTable
|
JPEGQTable: A class |
encapsulating a single JPEG quantization table. |
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. |
javax.accessibility.AccessibleHyperlink
|
AccessibleHyperlink: |
Encapsulation of a link, or set of links e.g. |
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.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.beans.Encoder
|
An Encoder is a class which can be used to create files or streams that |
encode the state of a collection of JavaBeans in terms of their public APIs. |
java.security.spec.PKCS8EncodedKeySpec
|
PKCS8EncodedKeySpec: This class represents the ASN.1 encoding of a private key, |
encoded according to the ASN.1 type PrivateKeyInfo. |
java.security.spec.X509EncodedKeySpec
|
X509EncodedKeySpec: This class represents the ASN.1 encoding of a public key, |
encoded according to the ASN.1 type SubjectPublicKeyInfo. |
java.security.spec.EncodedKeySpec
|
EncodedKeySpec: This class represents a public or private key in |
encoded format. |
java.io.OutputStreamWriter
|
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are |
encoded into bytes using a specified {@link java.nio.charset.Charset charset}. |
javax.imageio.ImageWriteParam
|
A class describing how a stream is to be |
encoded. |
java.security.spec.EncodedKeySpec
|
|
EncodedKeySpec: This class represents a public or private key in encoded format. |
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.beans.Encoder
|
An |
Encoder is a class which can be used to create files or streams that encode the state of a collection of JavaBeans in terms of their public APIs. |
javax.imageio.ImageIO
|
ImageIO: A class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple |
encoding and decoding. |
javax.imageio.ImageWriter
|
An abstract superclass for |
encoding and writing images. |
...security.cert.CertificateEncodingException
|
CertificateEncodingException: Certificate |
Encoding Exception. |
java.io.UnsupportedEncodingException
|
UnsupportedEncodingException: The Character |
Encoding is not supported. |
java.security.spec.PKCS8EncodedKeySpec
|
PKCS8EncodedKeySpec: This class represents the ASN.1 |
encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo. |
java.security.spec.X509EncodedKeySpec
|
X509EncodedKeySpec: This class represents the ASN.1 |
encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo. |
java.nio.charset.CharacterCodingException
|
CharacterCodingException: Checked exception thrown when a character |
encoding or decoding error occurs. |
java.security.spec.PSSParameterSpec
|
PSSParameterSpec: This class specifies a parameter spec for RSA PSS |
encoding scheme, as defined in the PKCS#1 v2.1. |
java.security.InvalidKeyException
|
InvalidKeyException: This is the exception for invalid Keys invalid |
encoding, wrong length, uninitialized, etc . |
java.net.URLEncoder
|
URLEncoder: Utility class for HTML form |
encoding. |
java.security.cert.CertificateFactory
|
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path CertPath and certificate revocation list CRL objects from their |
encodings. |
javax.naming.LinkException
|
This exception is used to describe problems |
encounter while resolving links. |
...security.cert.CertPathBuilderException
|
An exception indicating one of a variety of problems |
encountered when building a certification path with a CertPathBuilder. |
...security.cert.CertPathValidatorException
|
An exception indicating one of a variety of problems |
encountered when validating a certification path. |
javax.naming.MalformedLinkException
|
MalformedLinkException: This exception is thrown when a malformed link was |
encountered while resolving or constructing a link. |
java.nio.channels.Pipe.SourceChannel
|
SourceChannel: A channel representing the readable |
end of a {@link Pipe}. |
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.EOFException
|
EOFException: Signals that an |
end of file or end of stream has been reached unexpectedly during input. |
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. |
...standard.PrinterMessageFromOperator
|
Class PrinterMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the |
end user information about or status of the printer, such as why it is unavailable or when it is expected to be available. |
...attribute.standard.RequestingUserName
|
Class RequestingUserName is a printing attribute class, a text attribute, that specifies the name of the |
end user that submitted the print job. |
...attribute.standard.JobMessageFromOperator
|
Class JobMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the |
end user the reasons for modification or other management action taken on a job. |
javax.naming.StringRefAddr
|
This class represents the string form of the address of a communications |
end-point. |
org.w3c.dom.Comment
|
Comment: This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' ' and |
ending '--'. |
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}. |
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.nio.charset.CharsetDecoder
|
CharsetDecoder: An |
engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. |
java.nio.charset.CharsetEncoder
|
CharsetEncoder: An |
engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset. |
java.util.regex.Matcher
|
Matcher: An |
engine that performs match operations on a {@link java.lang.CharSequence character sequence} by interpreting a {@link Pattern}. |
...attribute.standard.MediaSize.Engineering
|
Class MediaSize.Engineering includes {@link MediaSize MediaSize} values for |
engineering media. |
java.lang.ref.PhantomReference
|
PhantomReference: Phantom reference objects, which are |
enqueued after the collector determines that their referents may otherwise be reclaimed. |
java.awt.event.MouseListener
|
The listener interface for receiving "interesting" mouse events press, release, click, |
enter, and exit on a component. |
org.w3c.dom.Node
|
The Node interface is the primary datatype for the |
entire Document Object Model. |
org.w3c.dom.Document
|
The Document interface represents the |
entire HTML or XML document. |
...attribute.standard.JobMediaSheetsCompleted
|
Class JobMediaSheetsCompleted is an integer valued printing attribute class that specifies the number of media sheets which have completed marking and stacking for the |
entire job so far, whether those sheets have been processed on one side or on both. |
org.xml.sax.EntityResolver
|
Basic interface for resolving |
entities. |
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. |
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. |
org.w3c.dom.Entity
|
This interface represents an |
entity, either parsed or unparsed, in an XML document. |
javax.security.auth.Subject
|
A Subject represents a grouping of related information for a single |
entity, such as a person. |
java.security.Principal
|
Principal: This interface represents the abstract notion of a principal, which can be used to represent any |
entity, such as an individual, a corporation, and a login id. |
org.ietf.jgss.GSSName
|
This interface encapsulates a single GSS-API principal |
entity. |
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. |
java.util.zip.ZipFile
|
ZipFile: This class is used to read |
entries from a zip file. |
...security.auth.login.AppConfigurationEntry
|
This class represents a single LoginModule |
entry configured for the application specified in the getAppConfigurationEntry String appName method in the Configuration class. |
java.net.JarURLConnection
|
A URL Connection to a Java ARchive JAR file or an |
entry in a JAR file. |
java.security.acl.AclEntry
|
AclEntry: This is the interface used for representing one |
entry in an Access Control List ACL . |
java.util.Map.Entry
|
A map |
entry key-value pair . |
java.util.jar.Manifest
|
The Manifest class is used to maintain Manifest |
entry names and their associated Attributes. |
java.util.jar.JarEntry
|
JarEntry: This class is used to represent a JAR file |
entry. |
javax.naming.NamingEnumeration
|
This interface is for |
enumerating lists returned by methods in the javax.naming and javax.naming.directory packages. |
java.nio.ByteOrder
|
ByteOrder: A typesafe |
enumeration for byte orders. |
java.nio.charset.CodingErrorAction
|
CodingErrorAction: A typesafe |
enumeration for coding-error actions. |
java.nio.channels.FileChannel.MapMode
|
MapMode: A typesafe |
enumeration for file-mapping modes. |
java.util.Enumeration
|
An object that implements the |
Enumeration interface generates a series of elements, one at a time. |
java.awt.PageAttributes.ColorType
|
ColorType: A type-safe |
enumeration of possible color states. |
...awt.JobAttributes.DefaultSelectionType
|
DefaultSelectionType: A type-safe |
enumeration of possible default selection states. |
java.awt.JobAttributes.DialogType
|
DialogType: A type-safe |
enumeration of possible dialogs to display to the user. |
java.awt.JobAttributes.DestinationType
|
DestinationType: A type-safe |
enumeration of possible job destinations. |
java.awt.JobAttributes.SidesType
|
SidesType: A type-safe |
enumeration of possible multi-page impositions. |
...JobAttributes.MultipleDocumentHandlingType
|
MultipleDocumentHandlingType: A type-safe |
enumeration of possible multiple document handling states. |
...PageAttributes.OrientationRequestedType
|
OrientationRequestedType: A type-safe |
enumeration of possible orientations. |
java.awt.PageAttributes.OriginType
|
OriginType: A type-safe |
enumeration of possible origins. |
java.awt.PageAttributes.MediaType
|
MediaType: A type-safe |
enumeration of possible paper sizes. |
java.awt.PageAttributes.PrintQualityType
|
PrintQualityType: A type-safe |
enumeration of possible print qualities. |
java.awt.BufferCapabilities.FlipContents
|
FlipContents: A type-safe |
enumeration of the possible back buffer contents after page-flipping |
javax.print.attribute.standard.MediaName
|
Class MediaName is a subclass of Media, a printing attribute class an |
enumeration that specifies the media for a print job as a name. |
java.util.NoSuchElementException
|
NoSuchElementException: Thrown by the nextElement method of an |
Enumeration to indicate that there are no more elements in the enumeration. |
...print.attribute.standard.JobStateReasons
|
Class JobStateReasons is a printing attribute class, a set of |
enumeration values, that provides additional information about the job's current state, i.e., information that augments the value of the job's {@link JobState JobState} attribute. |
...attribute.standard.PrinterStateReasons
|
Class PrinterStateReasons is a printing attribute class, a set of |
enumeration values, that provides additional information about the printer's current state, i.e., information that augments the value of the printer's {@link PrinterState PrinterState} attribute. |
javax.print.attribute.EnumSyntax
|
Class EnumSyntax is an abstract base class providing the common implementation of all "type safe |
enumeration" objects. |
...standard.MultipleDocumentHandling
|
Class MultipleDocumentHandling is a printing attribute class, an |
enumeration, that controls finishing operations and the placement of one or more print-stream pages into impressions and onto media sheets. |
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.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. |
...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.print.attribute.standard.JobState
|
JobState is a printing attribute class, an |
enumeration, that identifies the current state of a print job. |
...print.attribute.standard.PrinterState
|
Class PrinterState is a printing attribute class, an |
enumeration, that identifies the current state of a printer. |
...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. |
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. |
...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. |
...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. |
...attribute.standard.PrinterIsAcceptingJobs
|
Class PrinterIsAcceptingJobs is a printing attribute class, an |
enumeration, that indicates whether the printer is currently able to accept jobs. |
javax.print.attribute.standard.Fidelity
|
Class Fidelity is a printing attribute class, an |
enumeration, that indicates whether total fidelity to client supplied print request attributes is required. |
...attribute.standard.PresentationDirection
|
Class PresentationDirection is a printing attribute class, an |
enumeration, that is used in conjunction with the {@link NumberUp NumberUp} attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium. |
...print.attribute.standard.JobStateReason
|
Class JobStateReason is a printing attribute class, an |
enumeration, that provides additional information about the job's current state, i.e., information that augments the value of the job's {@link JobState JobState} attribute. |
...attribute.standard.PrinterStateReason
|
Class PrinterStateReason is a printing attribute class, an |
enumeration, that provides additional information about the printer's current state, i.e., information that augments the value of the printer's {@link PrinterState PrinterState} attribute. |
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. |
...print.attribute.standard.Chromaticity
|
Class Chromaticity is a printing attribute class, an |
enumeration, that specifies monochrome or color printing. |
...print.attribute.standard.PrintQuality
|
Class PrintQuality is a printing attribute class, an |
enumeration, that specifies the print quality that the printer uses for the job. |
...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.accessibility.AccessibleBundle
|
AccessibleBundle: Base class used to maintain a strongly typed |
enumeration. |
javax.print.attribute.EnumSyntax
|
Class |
EnumSyntax is an abstract base class providing the common implementation of all "type safe enumeration" objects. |
java.awt.CompositeContext
|
The CompositeContext interface defines the encapsulated and optimized |
environment for a compositing operation. |
java.lang.Runtime
|
Every Java application has a single instance of class Runtime that allows the application to interface with the |
environment in which the application is running. |
java.security.Policy
|
This is an abstract class for representing the system security policy for a Java application |
environment specifying which permissions are available for code from various sources . |
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.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}. |
java.beans.beancontext.BeanContextChild
|
JavaBeans wishing to be nested within, and obtain a reference to their execution |
environment, or context, as defined by the BeanContext sub-interface shall implement this interface. |
java.awt.GraphicsDevice
|
The GraphicsDevice class describes the graphics devices that might be available in a particular graphics |
environment. |
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. |
java.io.EOFException
|
|
EOFException: Signals that an end of file or end of stream has been reached unexpectedly during input. |
java.awt.AWTKeyStroke
|
An AWTKeyStroke represents a key action on the keyboard, or |
equivalent input device. |
javax.print.PrintServiceLookup
|
PrintServiceLookup: Implementations of this class provide lookup services for print services typically |
equivalent to printers of a particular type. |
...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. |
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.URIException
|
Interface URIException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an |
error condition involving a URI address. |
javax.print.AttributeException
|
Interface AttributeException is a mixin interface which a subclass of {@link PrintException PrintException} can implement to report an |
error condition involving one or more printing attributes that a particular Print Service instance does not support. |
javax.print.PrintException
|
Class PrintException encapsulates a printing-related |
error condition that occurred while using a Print Service instance. |
org.xml.sax.ErrorHandler
|
Basic interface for SAX |
error handlers. |
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}. |
java.text.ParseException
|
ParseException: Signals that an |
error has been reached unexpectedly while parsing. |
java.lang.InternalError
|
InternalError: Thrown to indicate some unexpected internal |
error has occurred in the Java Virtual Machine. |
java.awt.AWTError
|
AWTError: Thrown when a serious Abstract Window Toolkit |
error has occurred. |
java.util.regex.PatternSyntaxException
|
PatternSyntaxException: Unchecked exception thrown to indicate a syntax |
error in a regular-expression pattern. |
java.net.SocketException
|
SocketException: Thrown to indicate that there is an |
error in the underlying protocol, such as a TCP error. |
java.lang.Error
|
An |
Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch. |
java.rmi.ServerError
|
A ServerError is thrown as a result of a remote method invocation when an |
Error is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value. |
...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. |
javax.xml.transform.SourceLocator
|
SourceLocator: This interface is primarily for the purposes of reporting where an |
error occurred in the XML source or transformation instructions. |
java.net.BindException
|
BindException: Signals that an |
error occurred while attempting to bind a socket to a local address and port. |
java.net.NoRouteToHostException
|
NoRouteToHostException: Signals that an |
error occurred while attempting to connect a socket to a remote address and port. |
java.sql.BatchUpdateException
|
An exception thrown when an |
error occurs during a batch update operation. |
java.awt.color.ProfileDataException
|
ProfileDataException: This exception is thrown when an |
error occurs in accessing or processing an ICC_Profile object. |
javax.naming.AuthenticationException
|
This exception is thrown when an authentication |
error occurs while accessing the naming or directory service. |
org.ietf.jgss.GSSException
|
GSSException: This exception is thrown whenever a GSS-API |
error occurs, including any mechanism specific error. |
java.nio.charset.CharacterCodingException
|
CharacterCodingException: Checked exception thrown when a character encoding or decoding |
error occurs. |
java.awt.print.PrinterIOException
|
The PrinterIOException class is a subclass of {@link PrinterException} and is used to indicate that an IO |
error of some sort has occurred while printing. |
java.util.jar.JarException
|
JarException: Signals that an |
error of some sort has occurred while reading from or writing to a JAR file. |
java.sql.SQLException
|
An exception that provides information on a database access |
error or other errors. |
org.xml.sax.SAXParseException
|
Encapsulate an XML parse |
error or warning. |
javax.xml.transform.dom.DOMLocator
|
Indicates the position of a node in a source DOM, intended primarily for |
error reporting. |
...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.util.logging.ErrorManager
|
ErrorManager objects can be attached to Handlers to process any |
error that occur on a Handler during Logging. |
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.awt.color.CMMException
|
CMMException: This exception is thrown if the native CMM returns an |
error. |
java.util.logging.ErrorManager
|
|
ErrorManager objects can be attached to Handlers to process any error that occur on a Handler during Logging. |
java.security.ProviderException
|
ProviderException: A runtime exception for Provider exceptions such as misconfiguration |
errors , which may be subclassed by Providers to throw specialized, provider-specific runtime errors. |
...imageio.event.IIOWriteWarningListener
|
An interface used by ImageWriter implementations to notify callers of their image and thumbnail reading methods of warnings non-fatal |
errors . |
java.lang.Throwable
|
The Throwable class is the superclass of all |
errors and exceptions in the Java language. |
java.rmi.server.LogStream
|
LogStream provides a mechanism for logging |
errors that are of possible interest to those monitoring a system. |
java.sql.SQLException
|
An exception that provides information on a database access error or other |
errors. |
org.w3c.dom.CDATASection
|
CDATA sections are used to |
escape blocks of text containing characters that would otherwise be regarded as markup. |
java.awt.font.NumericShaper
|
The NumericShaper class is used to convert Latin-1 |
European digits to other Unicode decimal digits. |
...print.event.PrintServiceAttributeEvent
|
Class PrintServiceAttributeEvent encapsulates an |
event a Print Service instance reports to let the client know of changes in the print service state. |
javax.print.event.PrintJobAttributeEvent
|
Class PrintJobAttributeEvent encapsulates an |
event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed. |
java.awt.AWTEvent
|
The root |
event class for all AWT events. |
java.awt.event.InputEvent
|
InputEvent: The root |
event class for all component-level input events. |
java.beans.beancontext.BeanContextEvent
|
BeanContextEvent is the abstract root |
event class for all events emitted from, and pertaining to the semantics of, a BeanContext. |
java.awt.Event
|
NOTE: The |
Event class is obsolete and is available only for backwards compatilibility. |
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.util.prefs.NodeChangeEvent
|
An |
event emitted by a Preferences node to indicate that a child of that node has been added or removed. |
java.util.prefs.PreferenceChangeEvent
|
An |
event emitted by a Preferences node to indicate that a preference has been added, removed or has had its value changed. |
java.awt.event.AdjustmentEvent
|
AdjustmentEvent: The adjustment |
event emitted by Adjustable objects. |
javax.naming.event.NamingEvent
|
This class represents an |
event fired by a naming/directory service. |
...naming.ldap.UnsolicitedNotificationEvent
|
UnsolicitedNotificationEvent: This class represents an |
event fired in response to an unsolicited notification sent by the LDAP server. |
javax.naming.event.NamingExceptionEvent
|
NamingExceptionEvent: This class represents an |
event fired when the procedures/processes used to collect information for notifying listeners of NamingEvents threw a NamingException. |
java.beans.PropertyChangeEvent
|
A "PropertyChange" |
event gets delivered whenever a bean changes a "bound" or "constrained" property. |
java.beans.PropertyChangeListener
|
A "PropertyChange" |
event gets fired whenever a bean changes a "bound" property. |
java.beans.VetoableChangeListener
|
A VetoableChange |
event gets fired whenever a bean changes a "constrained" property. |
org.xml.sax.helpers.DefaultHandler
|
DefaultHandler: Default base class for SAX2 |
event handlers. |
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. |
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.util.EventListener
|
EventListener: A tagging interface that all |
event listener interfaces must extend. |
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. |
java.awt.event.AWTEventListenerProxy
|
A class which extends the EventListenerProxy, specifically for adding an AWTEventListener for a specific |
event mask. |
java.util.TooManyListenersException
|
The TooManyListenersException Exception is used as part of the Java |
Event model to annotate and implement a unicast special case of a multicast Event Source. |
javax.sql.RowSetEvent
|
An |
Event object generated when an event occurs to a RowSet object. |
javax.sql.ConnectionEvent
|
An |
Event object that provides information about the source of a connection-related event. |
java.util.EventObject
|
EventObject: The root class from which all |
event state objects shall be derived. |
java.awt.event.WindowEvent
|
A low-level |
event that indicates that a window has changed its status. |
...beancontext.BeanContextServiceRevokedEvent
|
BeanContextServiceRevokedEvent: This |
event type is used by the BeanContextServiceRevokedListener in order to identify the service being revoked. |
...BeanContextServiceAvailableEvent
|
BeanContextServiceAvailableEvent: This |
event type is used by the BeanContextServicesListener in order to identify the service being registered. |
javax.naming.event.ObjectChangeListener
|
ObjectChangeListener: Specifies the method that a listener of a NamingEvent with |
event type of OBJECT_CHANGED must implement. |
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.HierarchyEvent
|
An |
event which indicates a change to the Component hierarchy to which a Component belongs. |
java.awt.event.FocusEvent
|
A low-level |
event which indicates that a Component has gained or lost the input focus. |
java.awt.event.ComponentEvent
|
A low-level |
event which indicates that a component moved, changed size, or changed visibility also, the root class for the other component-level events . |
java.awt.event.ActionEvent
|
A semantic |
event which indicates that a component-defined action occured. |
java.awt.event.ContainerEvent
|
A low-level |
event which indicates that a container's contents changed because a component was added or removed. |
java.awt.event.KeyEvent
|
An |
event which indicates that a keystroke occurred in a component. |
java.awt.event.MouseEvent
|
An |
event which indicates that a mouse action occurred in a component. |
java.awt.event.ItemEvent
|
A semantic |
event which indicates that an item was selected or deselected. |
java.awt.event.TextEvent
|
A semantic |
event which indicates that an object's text changed. |
java.awt.event.MouseWheelEvent
|
An |
event which indicates that the mouse wheel was rotated in a component. |
org.xml.sax.Locator
|
Interface for associating a SAX |
event with a document location. |
java.awt.event.PaintEvent
|
PaintEvent: The component-level paint |
event. |
javax.naming.event.EventDirContext
|
|
EventDirContext: Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes. |
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. |
java.util.EventListenerProxy
|
EventListenerProxy: An abstract wrapper class for an |
EventListener class which associates a set of additional parameters with the listener. |
java.util.EventListener
|
|
EventListener: A tagging interface that all event listener interfaces must extend. |
java.beans.PropertyChangeListenerProxy
|
A class which extends the |
EventListenerProxy specifically for adding a named PropertyChangeListener. |
java.beans.VetoableChangeListenerProxy
|
A class which extends the |
EventListenerProxy specifically for associating a VetoableChangeListener with a "constrained" property. |
java.awt.event.AWTEventListenerProxy
|
A class which extends the |
EventListenerProxy, specifically for adding an AWTEventListener for a specific event mask. |
java.util.EventListenerProxy
|
|
EventListenerProxy: An abstract wrapper class for an EventListener class which associates a set of additional parameters with the listener. |
java.util.EventObject
|
|
EventObject: The root class from which all event state objects shall be derived. |
java.awt.EventQueue
|
|
EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes. |
java.awt.event.ComponentEvent
|
A low-level event which indicates that a component moved, changed size, or changed visibility also, the root class for the other component-level |
events . |
javax.print.event.PrintJobEvent
|
Class PrintJobEvent encapsulates common |
events a print job reports to let a listener know of progress in the processing of the {@link DocPrintJob}. |
javax.xml.transform.sax.TransformerHandler
|
A TransformerHandler listens for SAX ContentHandler parse |
events and transforms them to a Result. |
java.awt.event.InputMethodEvent
|
InputMethodEvent: Input method |
events contain information about text that is being composed using an input method. |
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.event.AWTEventListener
|
The listener interface for receiving notification of |
events dispatched to objects that are instances of Component or MenuComponent or their subclasses. |
java.awt.dnd.DragSourceMotionListener
|
DragSourceMotionListener: A listener interface for receiving mouse motion |
events during a drag operation. |
java.beans.beancontext.BeanContextEvent
|
BeanContextEvent is the abstract root event class for all |
events emitted from, and pertaining to the semantics of, a BeanContext. |
javax.naming.event.EventContext
|
Contains methods for registering/deregistering listeners to be notified of |
events fired when objects named in a context changes. |
javax.naming.event.EventDirContext
|
EventDirContext: Contains methods for registering listeners to be notified of |
events fired when objects named in a directory context changes. |
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.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. |
javax.sql.ConnectionEventListener
|
An object that registers to be notified of |
events generated by a PooledConnection object. |
...AccessibleAWTFocusHandler
|
AccessibleAWTFocusHandler: Fire PropertyChange listener, if one is registered, when focus |
events happen |
java.awt.event.KeyListener
|
The listener interface for receiving keyboard |
events keystrokes . |
java.awt.event.MouseWheelListener
|
The listener interface for receiving mouse wheel |
events on a component. |
...beancontext.BeanContextMembershipListener
|
BeanContextMembershipListener: Compliant BeanContexts fire |
events on this interface when the state of the membership of the BeanContext changes. |
javax.xml.transform.sax.TemplatesHandler
|
A SAX ContentHandler that may be used to process SAX parse |
events parsing transformation instructions into a Templates object. |
java.awt.event.MouseListener
|
The listener interface for receiving "interesting" mouse |
events press, release, click, enter, and exit on a component. |
java.beans.EventSetDescriptor
|
An EventSetDescriptor describes a group of |
events that a given Java bean fires. |
java.awt.ActiveEvent
|
An interface for |
events that know how dispatch themselves. |
java.beans.Introspector
|
The Introspector class provides a standard way for tools to learn about the properties, |
events, and methods supported by a target Java Bean. |
java.awt.EventQueue
|
EventQueue is a platform-independent class that queues |
events, both from the underlying peer classes and from trusted application classes. |
java.beans.BeanInfo
|
A bean implementor who wishes to provide explicit information about their bean may provide a BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods, properties, |
events, etc, of their bean. |
...BeanContextServiceProviderBeanInfo
|
BeanContextServiceProviderBeanInfo: A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, |
events, etc, of their services. |
java.awt.AWTEvent
|
The root event class for all AWT |
events. |
java.beans.EventSetDescriptor
|
An |
EventSetDescriptor describes a group of events that a given Java bean fires. |
java.beans.FeatureDescriptor
|
The FeatureDescriptor class is the common baseclass for PropertyDescriptor, |
EventSetDescriptor, and MethodDescriptor, etc. |
java.sql.Driver
|
The interface that |
every driver class must implement. |
java.lang.Runtime
|
|
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running. |
javax.print.attribute.Attribute
|
Interface Attribute is the base interface implemented by any and |
every printing attribute class to indicate that the class represents a printing attribute. |
...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. |
...print.attribute.standard.PrinterResolution
|
Class PrinterResolution is a printing attribute class that specifies an |
exact resolution supported by a printer or to be used for a print job. |
javax.naming.directory.DirContext
|
The directory service interface, containing methods for |
examining and updating attributes associated with objects, and for searching the directory. |
...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.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. |
java.rmi.RMISecurityManager
|
RMISecurityManager provides an |
example security manager for use by RMI applications that use downloaded code. |
java.awt.image.ColorModel
|
The ColorModel abstract class encapsulates the methods for translating a pixel value to color components for |
example, red, green, and blue and an alpha component. |
javax.naming.SizeLimitExceededException
|
SizeLimitExceededException: This exception is thrown when a method produces a result that |
exceeds a size-related limit. |
...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.Exception
|
The class |
Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch. |
org.xml.sax.SAXNotRecognizedException
|
SAXNotRecognizedException: |
Exception class for an unrecognized identifier. |
org.xml.sax.SAXNotSupportedException
|
SAXNotSupportedException: |
Exception class for an unsupported operation. |
javax.imageio.IIOException
|
IIOException: An |
exception class used for signaling run-time failure of reading and writing operations. |
java.security.GeneralSecurityException
|
GeneralSecurityException: This is the general security |
exception class, which serves to group all the exception classes of the java.security package that extend from it. |
java.security.KeyManagementException
|
This is the general key management |
exception for all operations dealing with key management. |
java.security.spec.InvalidKeySpecException
|
InvalidKeySpecException: This is the |
exception for invalid key specifications. |
java.security.InvalidKeyException
|
InvalidKeyException: This is the |
exception for invalid Keys invalid encoding, wrong length, uninitialized, etc . |
...InvalidAlgorithmParameterException
|
InvalidAlgorithmParameterException: This is the |
exception for invalid or inappropriate algorithm parameters. |
...spec.InvalidParameterSpecException
|
InvalidParameterSpecException: This is the |
exception for invalid parameter specifications. |
java.security.ProviderException
|
ProviderException: A runtime |
exception for Provider exceptions such as misconfiguration errors , which may be subclassed by Providers to throw specialized, provider-specific runtime errors. |
java.beans.IntrospectionException
|
IntrospectionException: Thrown when an |
exception happens during Introspection. |
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.ExceptionInInitializerError
|
Signals that an unexpected |
exception has occurred in a static initializer. |
java.lang.UnknownError
|
UnknownError: Thrown when an unknown but serious |
exception has occurred in the Java Virtual Machine. |
java.awt.AWTException
|
AWTException: Signals that an Absract Window Toolkit |
exception has occurred. |
java.security.cert.CertificateException
|
CertificateException: This |
exception indicates one of a variety of certificate problems. |
javax.naming.InvalidNameException
|
InvalidNameException: This |
exception indicates that the name being specified does not conform to the naming syntax of a naming system. |
...security.cert.CertPathBuilderException
|
An |
exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder. |
...security.cert.CertPathValidatorException
|
An |
exception indicating one of a variety of problems encountered when validating a certification path. |
java.security.cert.CertStoreException
|
An |
exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore. |
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.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. |
javax.naming.NameAlreadyBoundException
|
NameAlreadyBoundException: This |
exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object. |
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. |
...rmi.activation.ActivateFailedException
|
ActivateFailedException: This |
exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object. |
java.awt.dnd.InvalidDnDOperationException
|
InvalidDnDOperationException: This |
exception is thrown by various methods in the java.awt.dnd package. |
java.security.UnrecoverableKeyException
|
UnrecoverableKeyException: This |
exception is thrown if a key in the keystore cannot be recovered. |
java.awt.color.CMMException
|
CMMException: This |
exception is thrown if the native CMM returns an error. |
javax.naming.CannotProceedException
|
This |
exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further. |
javax.naming.PartialResultException
|
PartialResultException: This |
exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed. |
java.rmi.server.SkeletonMismatchException
|
SkeletonMismatchException: This |
exception is thrown when a call is received that does not match the available skeleton. |
javax.naming.NameNotFoundException
|
NameNotFoundException: This |
exception is thrown when a component of the name cannot be resolved because it is not bound. |
...naming.OperationNotSupportedException
|
This |
exception is thrown when a context implementation does not support the operation being invoked. |
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. |
javax.naming.MalformedLinkException
|
MalformedLinkException: This |
exception is thrown when a malformed link was encountered while resolving or constructing a link. |
javax.naming.TimeLimitExceededException
|
TimeLimitExceededException: This |
exception is thrown when a method does not terminate within the specified time limit. |
...naming.directory.SchemaViolationException
|
SchemaViolationException: This |
exception is thrown when a method in some ways violates the schema. |
javax.naming.SizeLimitExceededException
|
SizeLimitExceededException: This |
exception is thrown when a method produces a result that exceeds a size-related limit. |
javax.naming.LimitExceededException
|
This |
exception is thrown when a method terminates abnormally due to a user or system specified limit. |
javax.naming.NotContextException
|
This |
exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the resolved object is not a context. |
java.security.NoSuchAlgorithmException
|
NoSuchAlgorithmException: This |
exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment. |
java.security.NoSuchProviderException
|
NoSuchProviderException: This |
exception is thrown when a particular security provider is requested but is not available in the environment. |
...directory.InvalidAttributesException
|
InvalidAttributesException: This |
exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly. |
...InvalidAttributeIdentifierException
|
InvalidAttributeIdentifierException: This |
exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier. |
...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. |
javax.naming.AuthenticationException
|
This |
exception is thrown when an authentication error occurs while accessing the naming or directory service. |
java.awt.color.ProfileDataException
|
ProfileDataException: This |
exception is thrown when an error occurs in accessing or processing an ICC_Profile object. |
...naming.directory.AttributeInUseException
|
AttributeInUseException: This |
exception is thrown when an operation attempts to add an attribute that already exists. |
...naming.directory.NoSuchAttributeException
|
NoSuchAttributeException: This |
exception is thrown when attempting to access an attribute that does not exist. |
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.ContextNotEmptyException
|
This |
exception is thrown when attempting to destroy a context that is not empty. |
javax.naming.NoPermissionException
|
NoPermissionException: This |
exception is thrown when attempting to perform an operation for which the client has no permission. |
javax.naming.NoInitialContextException
|
NoInitialContextException: This |
exception is thrown when no initial context implementation can be created. |
...naming.InsufficientResourcesException
|
This |
exception is thrown when resources are not available to complete the requested operation. |
javax.naming.CommunicationException
|
CommunicationException: This |
exception is thrown when the client is unable to communicate with the directory or naming service. |
javax.naming.InterruptedNamingException
|
This |
exception is thrown when the naming operation being invoked has been interrupted. |
...naming.AuthenticationNotSupportedException
|
This |
exception is thrown when the particular flavor of authentication requested is not supported. |
...directory.InvalidSearchFilterException
|
InvalidSearchFilterException: This |
exception is thrown when the specification of a search filter is invalid. |
...directory.InvalidSearchControlsException
|
InvalidSearchControlsException: This |
exception is thrown when the specification of the SearchControls for a search operation is invalid. |
javax.naming.ConfigurationException
|
ConfigurationException: This |
exception is thrown when there is a configuration problem. |
org.ietf.jgss.GSSException
|
GSSException: This |
exception is thrown whenever a GSS-API error occurs, including any mechanism specific error. |
java.util.TooManyListenersException
|
The TooManyListenersException |
Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source. |
javax.naming.LinkException
|
This |
exception is used to describe problems encounter while resolving links. |
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.rmi.server.ServerCloneException
|
A ServerCloneException is thrown if a remote |
exception occurs during the cloning of a UnicastRemoteObject. |
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.io.IOException
|
IOException: Signals that an I/O |
exception of some sort has occurred. |
...nio.channels.AsynchronousCloseException
|
AsynchronousCloseException: Checked |
exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation. |
...nio.channels.ClosedByInterruptException
|
ClosedByInterruptException: Checked |
exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel. |
...nio.channels.FileLockInterruptionException
|
FileLockInterruptionException: Checked |
exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock. |
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. |
java.awt.geom.IllegalPathStateException
|
The IllegalPathStateException represents an |
exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to a {@link GeneralPath} without an initial moveto. |
...awt.geom.NoninvertibleTransformException
|
The NoninvertibleTransformException class represents an |
exception that is thrown if an operation is performed requiring the inverse of an {@link AffineTransform} object but the AffineTransform is in a non-invertible state. |
java.security.acl.AclNotFoundException
|
AclNotFoundException: This is an |
exception that is thrown whenever a reference is made to a non-existent ACL Access Control List . |
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.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.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.DataTruncation
|
An |
exception that reports a DataTruncation warning on reads or throws a DataTruncation exception on writes when JDBC unexpectedly truncates a data value. |
...lang.reflect.InvocationTargetException
|
InvocationTargetException is a checked |
exception that wraps an exception thrown by an invoked method or constructor. |
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.util.regex.PatternSyntaxException
|
PatternSyntaxException: Unchecked |
exception thrown to indicate a syntax error in a regular-expression pattern. |
java.net.URISyntaxException
|
URISyntaxException: Checked |
exception thrown to indicate that a string could not be parsed as a URI reference. |
...nio.channels.IllegalBlockingModeException
|
IllegalBlockingModeException: Unchecked |
exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode. |
java.nio.charset.CharacterCodingException
|
CharacterCodingException: Checked |
exception thrown when a character encoding or decoding error occurs. |
java.nio.ReadOnlyBufferException
|
ReadOnlyBufferException: Unchecked |
exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer. |
java.nio.BufferUnderflowException
|
BufferUnderflowException: Unchecked |
exception thrown when a relative get operation reaches the source buffer's limit. |
java.nio.BufferOverflowException
|
BufferOverflowException: Unchecked |
exception thrown when a relative put operation reaches the target buffer's limit. |
...nio.charset.IllegalCharsetNameException
|
IllegalCharsetNameException: Unchecked |
exception thrown when a string that is not a legal charset name is used as such. |
...nio.channels.OverlappingFileLockException
|
OverlappingFileLockException: Unchecked |
exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file. |
...channels.UnsupportedAddressTypeException
|
UnsupportedAddressTypeException: Unchecked |
exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported. |
...nio.channels.ConnectionPendingException
|
ConnectionPendingException: Unchecked |
exception thrown when an attempt is made to connect a {@link SocketChannel} for which a non-blocking connection operation is already in progress. |
...nio.channels.AlreadyConnectedException
|
AlreadyConnectedException: Unchecked |
exception thrown when an attempt is made to connect a {@link SocketChannel} that is already connected. |
...nio.channels.UnresolvedAddressException
|
UnresolvedAddressException: Unchecked |
exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address. |
java.nio.channels.ClosedSelectorException
|
ClosedSelectorException: Unchecked |
exception thrown when an attempt is made to invoke an I/O operation upon a closed selector. |
java.nio.channels.NotYetBoundException
|
NotYetBoundException: Unchecked |
exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound. |
java.nio.channels.NotYetConnectedException
|
NotYetConnectedException: Unchecked |
exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected. |
java.nio.channels.ClosedChannelException
|
ClosedChannelException: Checked |
exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation. |
...nio.channels.NonReadableChannelException
|
NonReadableChannelException: Unchecked |
exception thrown when an attempt is made to read from a channel that was not originally opened for reading. |
java.nio.channels.IllegalSelectorException
|
IllegalSelectorException: Unchecked |
exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel. |
java.nio.InvalidMarkException
|
InvalidMarkException: Unchecked |
exception thrown when an attempt is made to reset a buffer when its mark is not defined. |
java.nio.channels.CancelledKeyException
|
CancelledKeyException: Unchecked |
exception thrown when an attempt is made to use a selection key that is no longer valid. |
...nio.channels.NonWritableChannelException
|
NonWritableChannelException: Unchecked |
exception thrown when an attempt is made to write to a channel that was not originally opened for writing. |
java.sql.BatchUpdateException
|
An |
exception thrown when an error occurs during a batch update operation. |
java.nio.charset.MalformedInputException
|
MalformedInputException: Checked |
exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence. |
...nio.charset.UnmappableCharacterException
|
UnmappableCharacterException: Checked |
exception thrown when an input character or byte sequence is valid but cannot be mapped to an output byte or character sequence. |
...nio.charset.UnsupportedCharsetException
|
UnsupportedCharsetException: Unchecked |
exception thrown when no support is available for a requested charset. |
...nio.channels.NoConnectionPendingException
|
NoConnectionPendingException: Unchecked |
exception thrown when the {@link SocketChannel#finishConnect finishConnect} method of a {@link SocketChannel} is invoked without first successfully invoking its {@link SocketChannel#connect connect} method. |
java.rmi.activation.ActivationException
|
ActivationException: General |
exception used by the activation interfaces. |
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. |
javax.naming.ReferralException
|
This abstract class is used to represent a referral |
exception, which is generated in response to a referral such as that returned by LDAP v3 servers. |
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. |
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 . |
java.lang.ArithmeticException
|
ArithmeticException: Thrown when an |
exceptional arithmetic condition has occurred. |
java.awt.print.PrinterException
|
The PrinterException class and its subclasses are used to indicate that an |
exceptional condition has occurred in the print system. |
javax.xml.transform.TransformerException
|
TransformerException: This class specifies an |
exceptional condition that occured during the transformation process. |
java.beans.ExceptionListener
|
An |
ExceptionListener is notified of internal exceptions. |
...awt.datatransfer.MimeTypeParseException
|
MimeTypeParseException: A class to encapsulate MimeType parsing related |
exceptions |
java.beans.ExceptionListener
|
An ExceptionListener is notified of internal |
exceptions. |
java.util.Collections
|
Collections: This class consists |
exclusively of static methods that operate on or return collections. |
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. |
java.sql.CallableStatement
|
The interface used to |
execute SQL stored procedures. |
java.lang.Runnable
|
The Runnable interface should be implemented by any class whose instances are intended to be |
executed by a thread. |
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.awt.PrintJob
|
PrintJob: An abstract class which initiates and |
executes a print job. |
java.awt.event.InvocationEvent
|
InvocationEvent: An event which |
executes the run method on a Runnable when dispatched by the AWT event dispatcher thread. |
...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.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.Statement
|
The object used for |
executing a static SQL statement and returning the results it produces. |
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. |
java.rmi.ServerRuntimeException
|
From a server |
executing on JDK 1.1, a ServerRuntimeException is thrown as a result of a remote method invocation when a RuntimeException is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value. |
java.rmi.ServerException
|
A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments, |
executing the remote method itself, or marshalling the return value. |
java.util.TimerTask
|
TimerTask: A task that can be scheduled for one-time or repeated |
execution by a Timer. |
java.beans.beancontext.BeanContextChild
|
JavaBeans wishing to be nested within, and obtain a reference to their |
execution environment, or context, as defined by the BeanContext sub-interface shall implement this interface. |
java.util.Timer
|
A facility for threads to schedule tasks for future |
execution in a background thread. |
java.lang.Thread
|
A thread is a thread of |
execution in a program. |
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. |
...naming.directory.NoSuchAttributeException
|
NoSuchAttributeException: This exception is thrown when attempting to access an attribute that does not |
exist. |
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. |
java.rmi.NoSuchObjectException
|
A NoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer |
exists in the remote virtual machine. |
java.awt.image.DataBuffer
|
This class |
exists to wrap one or more data arrays. |
...naming.directory.AttributeInUseException
|
AttributeInUseException: This exception is thrown when an operation attempts to add an attribute that already |
exists. |
java.awt.event.MouseListener
|
The listener interface for receiving "interesting" mouse events press, release, click, enter, and |
exit on a component. |
...attribute.standard.NumberOfInterveningJobs
|
Class NumberOfInterveningJobs is an integer valued printing attribute that indicates the number of jobs that are ahead of this job in the relative chronological order of |
expected time to complete i.e., the current scheduled order . |
...standard.PrinterMessageFromOperator
|
Class PrinterMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user information about or status of the printer, such as why it is unavailable or when it is |
expected to be available. |
...security.cert.CertificateExpiredException
|
CertificateExpiredException: Certificate |
Expired Exception. |
...auth.login.CredentialExpiredException
|
CredentialExpiredException: Signals that a Credential has |
expired. |
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. |
...BeanContextServiceProviderBeanInfo
|
BeanContextServiceProviderBeanInfo: A BeanContextServiceProvider implementor who wishes to provide |
explicit information about the services their bean may provide shall implement a BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, events, etc, of their services. |
java.beans.BeanInfo
|
A bean implementor who wishes to provide |
explicit information about their bean may provide a BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods, properties, events, etc, of their bean. |
java.security.spec.RSAOtherPrimeInfo
|
RSAOtherPrimeInfo: This class represents the triplet prime, |
exponent, and coefficient inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1. |
java.lang.Math
|
The class Math contains methods for performing basic numeric operations such as the elementary |
exponential, logarithm, square root, and trigonometric functions. |
java.rmi.server.ExportException
|
An ExportException is a RemoteException thrown if an attempt to |
export a remote object fails. |
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.SkeletonNotFoundException
|
A SkeletonNotFoundException is thrown if the Skeleton corresponding to the remote object being |
exported is not found. |
java.rmi.server.ObjID
|
An ObjID is used to identify a remote object |
exported to an RMI runtime. |
java.rmi.StubNotFoundException
|
A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is |
exported. |
java.rmi.server.ExportException
|
An |
ExportException is a RemoteException thrown if an attempt to export a remote object fails. |
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.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. |
javax.rmi.PortableRemoteObject
|
Server implementation objects may either inherit from javax.rmi.PortableRemoteObject or they may implement a remote interface and then use the |
exportObject method to register themselves as a server object. |
java.util.logging.Handler
|
A Handler object takes log messages from a Logger and |
exports them. |
java.beans.PropertyDescriptor
|
A PropertyDescriptor describes one property that a Java Bean |
exports via a pair of accessor methods. |
java.beans.beancontext.BeanContextServices
|
The BeanContextServices interface provides a mechanism for a BeanContext to |
expose generic "services" to the BeanContextChild objects within. |
...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.awt.image.ImageConsumer
|
ImageConsumer: The interface for objects |
expressing interest in image data through the ImageProducer interfaces. |
java.beans.PersistenceDelegate
|
The PersistenceDelegate class takes the responsibility for |
expressing the state of an instance of a given class in terms of the methods in the class's public API. |
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.beans.Expression
|
An |
Expression object represents a primitive expression in which a single method is applied to a target and a set of arguments to return a result - as in "a.getFoo ". |
java.util.regex.Pattern
|
A compiled representation of a regular |
expression. |
java.security.GeneralSecurityException
|
GeneralSecurityException: This is the general security exception class, which serves to group all the exception classes of the java.security package that |
extend from it. |
java.util.EventListener
|
EventListener: A tagging interface that all event listener interfaces must |
extend. |
javax.imageio.metadata.IIOMetadata
|
An abstract class to be |
extended by objects that represent metadata non-image data associated with images and streams. |
...accessibility.AccessibleExtendedTable
|
Class AccessibleExtendedTable provides |
extended information about a user-interface component that presents data in a two-dimensional table format. |
javax.naming.ldap.ExtendedRequest
|
This interface represents an LDAPv3 |
extended operation request as defined in RFC 2251. |
javax.naming.ldap.ExtendedResponse
|
This interface represents an LDAP |
extended operation response as defined in RFC 2251. |
javax.naming.ldap.InitialLdapContext
|
This class is the starting context for performing LDAPv3-style |
extended operations and controls. |
javax.naming.ldap.LdapContext
|
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style |
extended operations. |
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. |
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. |
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. |
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.WritableRaster
|
This class |
extends Raster to provide pixel writing capabilities. |
java.security.CodeSource
|
CodeSource: This class |
extends the concept of a codebase to encapsulate not only the location URL but also the certificate s that were used to verify signed code originating from that location. |
java.io.ObjectInput
|
ObjectInput |
extends the DataInput interface to include the reading of objects. |
java.io.ObjectOutput
|
ObjectOutput |
extends the DataOutput interface to include writing of objects. |
java.beans.PropertyChangeListenerProxy
|
A class which |
extends the EventListenerProxy specifically for adding a named PropertyChangeListener. |
java.beans.VetoableChangeListenerProxy
|
A class which |
extends the EventListenerProxy specifically for associating a VetoableChangeListener with a "constrained" property. |
java.awt.event.AWTEventListenerProxy
|
A class which |
extends the EventListenerProxy, specifically for adding an AWTEventListener for a specific event mask. |
java.security.BasicPermission
|
The BasicPermission class |
extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission. |
java.awt.Graphics2D
|
This Graphics2D class |
extends the {@link Graphics} class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout. |
java.lang.InheritableThreadLocal
|
InheritableThreadLocal: This class |
extends ThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values. |
...xml.transform.sax.SAXTransformerFactory
|
SAXTransformerFactory: This class |
extends TransformerFactory to provide SAX-specific factory methods. |
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. |
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. |
org.xml.sax.ext.DeclHandler
|
SAX2 |
extension handler for DTD declaration events. |
org.xml.sax.ext.LexicalHandler
|
SAX2 |
extension handler for lexical events. |
java.security.cert.X509Extension
|
X509Extension: Interface for an X.509 |
extension. |
java.awt.geom.Arc2D
|
Arc2D is the abstract superclass for all objects that store a 2D arc defined by a bounding rectangle, start angle, angular |
extent length of the arc , and a closure type OPEN, CHORD, or PIE . |
java.beans.MethodDescriptor
|
A MethodDescriptor describes a particular method that a Java Bean supports for |
external access from other components. |
java.io.Externalizable
|
Only the identity of the class of an |
Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances. |
java.awt.image.SampleModel
|
This abstract class defines an interface for |
extracting samples of pixels in an image. |