javax.print.attribute.EnumSyntax
|
Class EnumSyntax is an abstract base class providing the common implementation of all "type |
safe enumeration" objects. |
java.awt.font.TransformAttribute
|
The TransformAttribute class provides an immutable wrapper for a transform so that it is |
safe to use as an attribute. |
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. |
...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. |
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.GridBagLayout
|
The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the |
same size. |
java.beans.XMLEncoder
|
The XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generate a textual representation of a JavaBean in the |
same way that the ObjectOutputStream can be used to create binary representation of Serializable objects. |
java.awt.image.ComponentColorModel
|
A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that store each |
sample in a separate data element. |
java.awt.image.PixelInterleavedSampleModel
|
PixelInterleavedSampleModel: This class represents image data which is stored in a pixel interleaved fashion and for which each |
sample of a pixel occupies one data element of the DataBuffer. |
java.awt.image.RescaleOp
|
RescaleOp: This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the |
sample values for each pixel by a scale factor and then adding an offset. |
java.awt.image.IndexColorModel
|
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single |
sample which is an index into a fixed colormap in the default sRGB ColorSpace. |
javax.imageio.ImageTypeSpecifier
|
ImageTypeSpecifier: A class that allows the format of an image in particular, its |
SampleModel and ColorModel to be specified in a convenient manner. |
java.awt.image.DirectColorModel
|
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate |
samples and that pack all samples for a single pixel into a single int, short, or byte quantity. |
java.awt.image.ComponentColorModel
|
A ColorModel class that works with pixel values that represent color and alpha information as separate |
samples and that store each sample in a separate data element. |
java.awt.image.PackedColorModel
|
The PackedColorModel class is an abstract {@link ColorModel} class that works with pixel values which represent color and alpha information as separate |
samples and which pack all samples for a single pixel into a single int, short, or byte quantity. |
java.awt.image.SampleModel
|
This abstract class defines an interface for extracting |
samples of pixels in an image. |
...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.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.sql.Savepoint
|
The representation of a |
savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method. |
java.util.TimeZone
|
TimeZone represents a time zone offset, and also figures out daylight |
savings. |
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.transform.sax.TransformerHandler
|
A TransformerHandler listens for |
SAX ContentHandler parse events and transforms them to a Result. |
javax.xml.transform.sax.TemplatesHandler
|
A |
SAX ContentHandler that may be used to process SAX parse events parsing transformation instructions into a Templates object. |
org.xml.sax.helpers.NamespaceSupport
|
Encapsulate Namespace logic for use by |
SAX drivers. |
org.xml.sax.ErrorHandler
|
Basic interface for |
SAX error handlers. |
org.xml.sax.SAXException
|
Encapsulate a general |
SAX error or warning. |
org.xml.sax.Locator
|
Interface for associating a |
SAX event with a document location. |
org.xml.sax.helpers.ParserFactory
|
Java-specific class for dynamically loading |
SAX parsers. |
org.xml.sax.Parser
|
Parser: Basic interface for |
SAX Simple API for XML parsers. |
...xml.transform.sax.SAXTransformerFactory
|
SAXTransformerFactory: This class extends TransformerFactory to provide |
SAX-specific factory methods. |
javax.xml.transform.sax.SAXSource
|
SAXSource: Acts as an holder for |
SAX-style Source. |
org.xml.sax.helpers.ParserAdapter
|
ParserAdapter: Adapt a |
SAX1 Parser as a SAX2 XMLReader. |
org.xml.sax.helpers.XMLReaderAdapter
|
XMLReaderAdapter: Adapt a SAX2 XMLReader as a |
SAX1 Parser. |
org.xml.sax.helpers.DefaultHandler
|
DefaultHandler: Default base class for |
SAX2 event handlers. |
org.xml.sax.ext.DeclHandler
|
|
SAX2 extension handler for DTD declaration events. |
org.xml.sax.ext.LexicalHandler
|
|
SAX2 extension handler for lexical events. |
org.xml.sax.helpers.XMLReaderAdapter
|
XMLReaderAdapter: Adapt a |
SAX2 XMLReader as a SAX1 Parser. |
org.xml.sax.helpers.ParserAdapter
|
ParserAdapter: Adapt a SAX1 Parser as a |
SAX2 XMLReader. |
org.xml.sax.SAXNotRecognizedException
|
|
SAXNotRecognizedException: Exception class for an unrecognized identifier. |
org.xml.sax.SAXNotSupportedException
|
|
SAXNotSupportedException: Exception class for an unsupported operation. |
javax.xml.transform.sax.SAXResult
|
|
SAXResult: Acts as an holder for a transformation Result. |
javax.xml.transform.sax.SAXSource
|
|
SAXSource: Acts as an holder for SAX-style Source. |
...xml.transform.sax.SAXTransformerFactory
|
|
SAXTransformerFactory: This class extends TransformerFactory to provide SAX-specific factory methods. |
java.awt.image.RescaleOp
|
RescaleOp: This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a |
scale factor and then adding an offset. |
java.awt.image.AreaAveragingScaleFilter
|
AreaAveragingScaleFilter: An ImageFilter class for |
scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm. |
java.awt.image.ReplicateScaleFilter
|
ReplicateScaleFilter: An ImageFilter class for |
scaling images using the simplest algorithm. |
java.nio.channels.ScatteringByteChannel
|
|
ScatteringByteChannel: A channel that can read bytes into a sequence of buffers. |
java.awt.dnd.DragSource
|
The DragSource is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of |
scenarios: 1 default instance per JVM for the lifetime of that JVM. |
java.util.Timer
|
A facility for threads to |
schedule tasks for future execution in a background thread. |
java.util.TimerTask
|
TimerTask: A task that can be |
scheduled for one-time or repeated execution by a Timer. |
...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 . |
...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. |
...directory.InvalidAttributeValueException
|
InvalidAttributeValueException: This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's |
schema definition. |
...naming.directory.SchemaViolationException
|
SchemaViolationException: This exception is thrown when a method in some ways violates the |
schema. |
...naming.directory.SchemaViolationException
|
|
SchemaViolationException: This exception is thrown when a method in some ways violates the schema. |
java.security.spec.PSSParameterSpec
|
PSSParameterSpec: This class specifies a parameter spec for RSA PSS encoding |
scheme, as defined in the PKCS#1 v2.1. |
...standard.ReferenceUriSchemesSupported
|
Class ReferenceUriSchemesSupported is a printing attribute class an enumeration, that indicates a "URI |
scheme," such as "http:" or "ftp:", that a printer can use to retrieve print data stored at a URI location. |
java.security.IdentityScope
|
This class represents a |
scope for identities. |
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.Component
|
A component is an object having a graphical representation that can be displayed on the |
screen and that can interact with the user. |
java.awt.Canvas
|
A Canvas component represents a blank rectangular area of the |
screen onto which the application can draw or from which the application can trap input events from the user. |
java.awt.FontMetrics
|
The FontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular |
screen. |
javax.accessibility.AccessibleValue
|
The AccessibleValue interface should be supported by any object that supports a numerical value e.g., a |
scroll bar . |
java.awt.Scrollbar
|
The Scrollbar class embodies a |
scroll bar, a familiar user-interface object. |
java.awt.dnd.Autoscroll
|
Autoscroll: During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a |
scrollable GUI control that is not currently visible to the user. |
java.awt.Scrollbar
|
The |
Scrollbar class embodies a scroll bar, a familiar user-interface object. |
java.awt.Scrollbar.AccessibleAWTScrollBar
|
AccessibleAWTScrollBar: This class implements accessibility support for the |
Scrollbar class. |
java.awt.ScrollPaneAdjustable
|
ScrollPaneAdjustable: This class represents the state of a horizontal or vertical |
scrollbar of a ScrollPane. |
java.awt.ScrollPane
|
A container class which implements automatic horizontal and/or vertical |
scrolling for a single child component. |
java.awt.List
|
The List component presents the user with a |
scrolling list of text items. |
...awt.ScrollPane.AccessibleAWTScrollPane
|
AccessibleAWTScrollPane: This class implements accessibility support for the |
ScrollPane class. |
java.awt.ScrollPaneAdjustable
|
ScrollPaneAdjustable: This class represents the state of a horizontal or vertical scrollbar of a |
ScrollPane. |
java.awt.ScrollPaneAdjustable
|
|
ScrollPaneAdjustable: This class represents the state of a horizontal or vertical scrollbar of a ScrollPane. |
javax.naming.directory.SearchControls
|
This class encapsulates factors that determine scope of |
search and what gets returned as a result of the search. |
...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. |
java.net.URLClassLoader
|
This class loader is used to load classes and resources from a |
search path of URLs referring to both JAR files and directories. |
...directory.InvalidSearchControlsException
|
InvalidSearchControlsException: This exception is thrown when the specification of the |
SearchControls for a search operation is invalid. |
java.util.Arrays
|
Arrays: This class contains various methods for manipulating arrays such as sorting and |
searching . |
javax.naming.directory.DirContext
|
The directory service interface, containing methods for examining and updating attributes associated with objects, and for |
searching the directory. |
javax.security.auth.kerberos.KerberosKey
|
This class encapsulates a long term |
secret key for a Kerberos principal. |
org.w3c.dom.CDATASection
|
CDATA |
sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. |
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.security.SecureRandomSpi
|
SecureRandomSpi: This class defines the Service Provider Interface SPI for the |
SecureRandom class. |
java.security.SecureRandomSpi
|
|
SecureRandomSpi: This class defines the Service Provider Interface SPI for the SecureRandom class. |
java.security.Provider
|
This class represents a "provider" for the Java |
Security API, where a provider implements some or all parts of Java Security. |
org.ietf.jgss.GSSContext
|
This interface encapsulates the GSS-API |
security context and provides the security services that are available over the context. |
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.rmi.RMISecurityException
|
An RMISecurityException signals that a |
security exception has occurred during the execution of one of java.rmi.RMISecurityManager's methods. |
java.rmi.RMISecurityManager
|
RMISecurityManager provides an example |
security manager for use by RMI applications that use downloaded code. |
java.lang.SecurityManager
|
The |
security manager is a class that allows applications to implement a security policy. |
java.lang.SecurityException
|
SecurityException: Thrown by the |
security manager to indicate a security violation. |
java.security.SecurityPermission
|
This class is for |
security permissions. |
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.lang.VerifyError
|
VerifyError: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or |
security problem. |
java.security.NoSuchProviderException
|
NoSuchProviderException: This exception is thrown when a particular |
security provider is requested but is not available in the environment. |
...security.auth.callback.ChoiceCallback
|
Underlying |
security services instantiate and pass a ChoiceCallback to the invokeCallback method of a CallbackHandler to display a list of choices and to retrieve the selected choice s . |
...auth.callback.ConfirmationCallback
|
Underlying |
security services instantiate and pass a ConfirmationCallback to the invokeCallback method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations. |
...security.auth.callback.LanguageCallback
|
Underlying |
security services instantiate and pass a LanguageCallback to the invokeCallback method of a CallbackHandler to retrieve the Locale used for localizing text. |
javax.security.auth.callback.NameCallback
|
Underlying |
security services instantiate and pass a NameCallback to the invokeCallback method of a CallbackHandler to retrieve name information. |
...security.auth.callback.PasswordCallback
|
Underlying |
security services instantiate and pass a PasswordCallback to the invokeCallback method of a CallbackHandler to retrieve password information. |
...security.auth.callback.TextInputCallback
|
Underlying |
security services instantiate and pass a TextInputCallback to the invokeCallback method of a CallbackHandler to retrieve generic text information. |
...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. |
...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.security.auth.callback.Callback
|
Implementations of this interface are passed to a CallbackHandler, allowing underlying |
security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages. |
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.Security
|
|
Security: This class centralizes all security properties and common security methods. |
javax.naming.NamingSecurityException
|
This is the superclass of |
security-related exceptions thrown by operations in the Context and DirContext interfaces. |
java.lang.SecurityException
|
|
SecurityException: Thrown by the security manager to indicate a security violation. |
java.sql.SQLPermission
|
The permission for which the |
SecurityManager will check when code that is running in an applet calls the DriverManager.setLogWriter method or the DriverManager.setLogStream deprecated method. |
java.util.logging.LoggingPermission
|
The permission which the |
SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods such as Logger.setLevel . |
javax.imageio.stream.ImageInputStream
|
ImageInputStream: A |
seekable input stream interface for use by ImageReaders. |
javax.imageio.stream.ImageOutputStream
|
A |
seekable output stream interface for use by ImageWriters. |
java.awt.geom.PathIterator
|
The PathIterator interface provides the mechanism for objects that implement the {@link java.awt.Shape Shape} interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a |
segment at a time. |
java.awt.geom.CubicCurve2D
|
The CubicCurve2D class defines a cubic parametric curve |
segment in x, y coordinate space. |
java.awt.geom.QuadCurve2D
|
The QuadCurve2D class defines a quadratic parametric curve |
segment in x, y coordinate space. |
java.awt.geom.QuadCurve2D.Double
|
Double: A quadratic parametric curve |
segment specified with double coordinates. |
java.awt.geom.QuadCurve2D.Float
|
Float: A quadratic parametric curve |
segment specified with float coordinates. |
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. |
java.awt.font.LineBreakMeasurer
|
The LineBreakMeasurer class allows styled text to be broken into lines or |
segments that fit within a particular visual advance. |
java.awt.FileDialog
|
The FileDialog class displays a dialog window from which the user can |
select a file. |
javax.imageio.spi.ServiceRegistry.Filter
|
A simple filter interface used by ServiceRegistry.getServiceProviders to |
select providers matching an arbitrary criterion. |
javax.accessibility.AccessibleKeyBinding
|
The AccessibleKeyBinding interface should be supported by any object that has a keyboard bindings such as a keyboard mnemonic and/or keyboard shortcut which can be used to |
select the object. |
java.nio.channels.DatagramChannel
|
DatagramChannel: A |
selectable channel for datagram-oriented sockets. |
java.nio.channels.SocketChannel
|
SocketChannel: A |
selectable channel for stream-oriented connecting sockets. |
java.nio.channels.ServerSocketChannel
|
ServerSocketChannel: A |
selectable channel for stream-oriented listening sockets. |
java.nio.channels.spi.SelectorProvider
|
SelectorProvider: Service-provider class for selectors and |
selectable channels. |
java.nio.channels.SelectableChannel
|
|
SelectableChannel: A channel that can be multiplexed via a {@link Selector}. |
java.nio.channels.Selector
|
A multiplexor of {@link |
SelectableChannel} objects. |
java.nio.channels.SelectionKey
|
SelectionKey: A token representing the registration of a {@link |
SelectableChannel} with a {@link Selector}. |
javax.accessibility.AccessibleSelection
|
This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current |
selected children are, as well as modify the selection set. |
...security.auth.callback.ChoiceCallback
|
Underlying security services instantiate and pass a ChoiceCallback to the invokeCallback method of a CallbackHandler to display a list of choices and to retrieve the |
selected choice s . |
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. |
...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. |
java.awt.event.ItemEvent
|
A semantic event which indicates that an item was |
selected or deselected. |
java.awt.ItemSelectable
|
ItemSelectable: The interface for objects which contain a set of items for which zero or more can be |
selected. |
java.security.cert.CertSelector
|
CertSelector: A selector that defines a set of criteria for |
selecting Certificates. |
java.security.cert.CRLSelector
|
CRLSelector: A selector that defines a set of criteria for |
selecting CRLs. |
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.nio.channels.CancelledKeyException
|
CancelledKeyException: Unchecked exception thrown when an attempt is made to use a |
selection key that is no longer valid. |
java.nio.channels.spi.AbstractSelectionKey
|
AbstractSelectionKey: Base implementation class for |
selection keys. |
javax.accessibility.AccessibleSelection
|
This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the |
selection set. |
...awt.JobAttributes.DefaultSelectionType
|
DefaultSelectionType: A type-safe enumeration of possible default |
selection states. |
java.nio.channels.SelectionKey
|
|
SelectionKey: A token representing the registration of a {@link SelectableChannel} with a {@link Selector}. |
java.security.cert.CertSelector
|
CertSelector: A |
selector that defines a set of criteria for selecting Certificates. |
java.security.cert.CRLSelector
|
CRLSelector: A |
selector that defines a set of criteria for selecting CRLs. |
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.channels.ClosedSelectorException
|
ClosedSelectorException: Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed |
selector. |
java.nio.channels.SelectionKey
|
SelectionKey: A token representing the registration of a {@link SelectableChannel} with a {@link |
Selector}. |
java.nio.channels.spi.SelectorProvider
|
|
SelectorProvider: Service-provider class for selectors and selectable channels. |
java.nio.channels.spi.SelectorProvider
|
SelectorProvider: Service-provider class for |
selectors and selectable channels. |
java.nio.channels.spi.AbstractSelector
|
AbstractSelector: Base implementation class for |
selectors. |
java.security.cert.X509CertSelector
|
A CertSelector that |
selects X509Certificates that match all specified criteria. |
java.security.cert.X509CRLSelector
|
A CRLSelector that |
selects X509CRLs that match all specified criteria. |
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.event.ActionEvent
|
A |
semantic event which indicates that a component-defined action occured. |
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. |
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.beans.beancontext.BeanContextEvent
|
BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the |
semantics of, a BeanContext. |
java.rmi.server.RemoteStub
|
The RemoteStub class is the common superclass to client stubs and provides the framework to support a wide range of remote reference |
semantics. |
java.net.DatagramSocket
|
This class represents a socket for |
sending and receiving datagram packets. |
java.net.MulticastSocket
|
The multicast datagram socket class is useful for |
sending and receiving IP multicast packets. |
...naming.ldap.UnsolicitedNotificationEvent
|
UnsolicitedNotificationEvent: This class represents an event fired in response to an unsolicited notification |
sent by the LDAP server. |
java.awt.image.DirectColorModel
|
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as |
separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity. |
java.awt.image.ComponentColorModel
|
A ColorModel class that works with pixel values that represent color and alpha information as |
separate samples and that store each sample in a separate data element. |
java.awt.image.PackedColorModel
|
The PackedColorModel class is an abstract {@link ColorModel} class that works with pixel values which represent color and alpha information as |
separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity. |
java.text.DecimalFormatSymbols
|
This class represents the set of symbols such as the decimal |
separator, the grouping separator, and so on needed by DecimalFormat to format numbers. |
java.awt.color.ICC_Profile
|
A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:1998-09, File Format for Color Profiles, |
September 1998, and the addendum ICC.1A:1999-04, April 1999, to that specification see http://www.color.org . |
java.util.List
|
An ordered collection also known as a |
sequence . |
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. |
java.nio.channels.ScatteringByteChannel
|
ScatteringByteChannel: A channel that can read bytes into a |
sequence of buffers. |
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.security.cert.CertPath
|
An immutable |
sequence of certificates a certification path . |
java.lang.StringBuffer
|
A string buffer implements a mutable |
sequence of characters. |
javax.naming.CompositeName
|
This class represents a composite name -- a |
sequence of component names spanning multiple namespaces. |
javax.naming.Name
|
The Name interface represents a generic name -- an ordered |
sequence of components. |
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. |
...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. |
java.util.regex.Matcher
|
Matcher: An engine that performs match operations on a {@link java.lang.CharSequence character |
sequence} by interpreting a {@link Pattern}. |
java.io.SequenceInputStream
|
A |
SequenceInputStream represents the logical concatenation of other input streams. |
java.nio.charset.Charset
|
A named mapping between |
sequences of sixteen-bit Unicode characters and sequences of bytes. |
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.io.Serializable
|
|
Serializability of a class is enabled by the class implementing the java.io.Serializable interface. |
java.io.ObjectStreamField
|
A description of a |
Serializable field from a Serializable class. |
java.io.NotSerializableException
|
NotSerializableException: Thrown when an instance is required to have a |
Serializable interface. |
java.beans.XMLEncoder
|
The XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generate a textual representation of a JavaBean in the same way that the ObjectOutputStream can be used to create binary representation of |
Serializable objects. |
java.io.SerializablePermission
|
This class is for |
Serializable permissions. |
javax.rmi.CORBA.ValueHandler
|
ValueHandler: Defines methods which allow |
serialization of Java objects to and from GIOP streams. |
java.io.NotActiveException
|
NotActiveException: Thrown when |
serialization or deserialization is not active. |
java.io.InvalidClassException
|
InvalidClassException: Thrown when the |
Serialization runtime detects one of the following problems with a Class. |
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.io.ObjectStreamConstants
|
ObjectStreamConstants: Constants written into the Object |
Serialization Stream. |
...security.cert.Certificate.CertificateRep
|
CertificateRep: Alternate Certificate class for |
serialization. |
java.io.ObjectStreamClass
|
|
Serialization's descriptor for classes. |
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.rmi.MarshalledObject
|
A MarshalledObject contains a byte stream with the |
serialized representation of an object given to its constructor. |
...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.io.DataOutput
|
The DataOutput interface provides for converting data from any of the Java primitive types to a |
series of bytes and writing these bytes to a binary stream. |
java.util.Enumeration
|
An object that implements the Enumeration interface generates a |
series of elements, one at a time. |
java.awt.AWTError
|
AWTError: Thrown when a |
serious Abstract Window Toolkit error has occurred. |
...xml.parsers.ParserConfigurationException
|
ParserConfigurationException: Indicates a |
serious configuration error. |
java.lang.UnknownError
|
UnknownError: Thrown when an unknown but |
serious exception has occurred in the Java Virtual Machine. |
java.lang.Error
|
An Error is a subclass of Throwable that indicates |
serious problems that a reasonable application should not try to catch. |
java.awt.color.ColorSpace
|
This abstract class is used to |
serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice. |
java.io.FileDescriptor
|
FileDescriptor: Instances of the file descriptor class |
serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes. |
java.rmi.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. |
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.rmi.server.RemoteServer
|
The RemoteServer class is the common superclass to |
server implementations and provides the framework to support a wide range of remote reference semantics. |
java.rmi.server.UnicastRemoteObject
|
The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the |
server process is alive. |
java.rmi.dgc.DGC
|
The DGC abstraction is used for the |
server side of the distributed garbage collection algorithm. |
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 . |
javax.rmi.CORBA.Tie
|
Tie: Defines methods which all RMI-IIOP |
server side ties must implement. |
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.rmi.server.RMISocketFactory
|
An RMISocketFactory instance is used by the RMI runtime in order to obtain client and |
server sockets for RMI calls. |
java.net.ServerSocket
|
ServerSocket: This class implements |
server sockets. |
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. |
...naming.ldap.UnsolicitedNotificationEvent
|
UnsolicitedNotificationEvent: This class represents an event fired in response to an unsolicited notification sent by the LDAP |
server. |
java.rmi.server.ServerRef
|
A ServerRef represents the |
server-side handle for a remote object implementation. |
java.rmi.server.ServerCloneException
|
A |
ServerCloneException is thrown if a remote exception occurs during the cloning of a UnicastRemoteObject. |
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. |
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.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.rmi.server.ServerRef
|
A |
ServerRef represents the server-side handle for a remote object implementation. |
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.beans.Visibility
|
Visibility: Under some circumstances a bean may be run on |
servers where a GUI is not available. |
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.net.ServerSocket
|
|
ServerSocket: This class implements server sockets. |
java.nio.channels.ServerSocketChannel
|
|
ServerSocketChannel: A selectable channel for stream-oriented listening sockets. |
org.ietf.jgss.GSSManager
|
This class |
serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported. |
...dnd.DropTargetContext.TransferableProxy
|
TransferableProxy is a helper inner class that implements Transferable interface and |
serves as a proxy for another Transferable object which represents data transfer for a particular drag-n-drop operation. |
java.rmi.activation.ActivationGroupID
|
The identifier for a registered activation group |
serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary. |
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.rmi.Remote
|
The Remote interface |
serves to identify interfaces whose methods may be invoked from a non-local virtual machine. |
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.print.event.PrintEvent
|
Class PrintEvent is the super class of all Print |
Service API events. |
javax.print.ServiceUI
|
ServiceUI: This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print services looked up through the Java Print |
Service API. |
...BeanContextServiceAvailableEvent
|
BeanContextServiceAvailableEvent: This event type is used by the BeanContextServicesListener in order to identify the |
service being registered. |
...beancontext.BeanContextServiceRevokedEvent
|
BeanContextServiceRevokedEvent: This event type is used by the BeanContextServiceRevokedListener in order to identify the |
service being revoked. |
java.net.UnknownServiceException
|
UnknownServiceException: Thrown to indicate that an unknown |
service exception has occurred. |
java.sql.DriverManager
|
The basic |
service for managing a set of JDBC drivers. |
javax.print.DocFlavor.SERVICE_FORMATTED
|
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for |
service formatted print data. |
...attribute.standard.OutputDeviceAssigned
|
Class OutputDeviceAssigned is a printing attribute class, a text attribute, that identifies the output device to which the |
service has assigned this job. |
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. |
...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. |
...attribute.standard.JobPrioritySupported
|
Class JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print |
Service instance supports the {@link JobPriority JobPriority} attribute and the number of different job priority levels supported. |
javax.print.PrintException
|
Class PrintException encapsulates a printing-related error condition that occurred while using a Print |
Service instance. |
javax.naming.directory.DirContext
|
The directory |
service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory. |
...print.attribute.PrintServiceAttribute
|
Interface PrintServiceAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print |
Service or some other characteristic of a Print Service. |
javax.imageio.spi.ServiceRegistry
|
ServiceRegistry: A registry for |
service provider instances. |
java.rmi.server.RMIClassLoaderSpi
|
RMIClassLoaderSpi is the |
service provider interface for RMIClassLoader. |
javax.imageio.spi.ImageInputStreamSpi
|
The |
service provider interface SPI for ImageInputStreams. |
javax.imageio.spi.ImageOutputStreamSpi
|
The |
service provider interface SPI for ImageOutputStreams. |
javax.imageio.spi.ImageReaderSpi
|
The |
service provider interface SPI for ImageReaders. |
javax.imageio.spi.ImageTranscoderSpi
|
ImageTranscoderSpi: The |
service provider interface SPI for ImageTranscoders. |
javax.imageio.spi.ImageWriterSpi
|
The |
service provider interface SPI for ImageWriters. |
...security.AlgorithmParameterGeneratorSpi
|
AlgorithmParameterGeneratorSpi: This class defines the |
Service Provider Interface SPI for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm. |
java.security.AlgorithmParametersSpi
|
AlgorithmParametersSpi: This class defines the |
Service Provider Interface SPI for the AlgorithmParameters class, which is used to manage algorithm parameters. |
java.security.cert.CertificateFactorySpi
|
CertificateFactorySpi: This class defines the |
Service Provider Interface SPI for the CertificateFactory class. |
java.security.KeyFactorySpi
|
KeyFactorySpi: This class defines the |
Service Provider Interface SPI for the KeyFactory class. |
java.security.KeyPairGeneratorSpi
|
KeyPairGeneratorSpi: This class defines the |
Service Provider Interface SPI for the KeyPairGenerator class, which is used to generate pairs of public and private keys. |
java.security.KeyStoreSpi
|
KeyStoreSpi: This class defines the |
Service Provider Interface SPI for the KeyStore class. |
java.security.MessageDigestSpi
|
MessageDigestSpi: This class defines the |
Service Provider Interface SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA. |
java.security.SecureRandomSpi
|
SecureRandomSpi: This class defines the |
Service Provider Interface SPI for the SecureRandom class. |
java.security.SignatureSpi
|
SignatureSpi: This class defines the |
Service Provider Interface SPI for the Signature class, which is used to provide the functionality of a digital signature algorithm. |
java.security.cert.CertPathBuilderSpi
|
The |
Service Provider Interface SPI for the {@link CertPathBuilder CertPathBuilder} class. |
java.security.cert.CertPathValidatorSpi
|
The |
Service Provider Interface SPI for the {@link CertPathValidator CertPathValidator} class. |
java.security.cert.CertStoreSpi
|
The |
Service Provider Interface SPI for the {@link CertStore CertStore} class. |
javax.imageio.spi.IIOServiceProvider
|
IIOServiceProvider: A superinterface for functionality common to all Image I/O |
service provider interfaces SPIs . |
javax.imageio.spi.RegisterableService
|
RegisterableService: An optional interface that may be provided by |
service provider objects that will be registered with a ServiceRegistry. |
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.CommunicationException
|
CommunicationException: This exception is thrown when the client is unable to communicate with the directory or naming |
service. |
java.nio.channels.spi.SelectorProvider
|
SelectorProvider: |
Service-provider class for selectors and selectable channels. |
java.nio.charset.spi.CharsetProvider
|
Charset |
service-provider class. |
javax.imageio.spi.RegisterableService
|
RegisterableService: An optional interface that may be provided by service provider objects that will be registered with a |
ServiceRegistry. |
javax.imageio.spi.ServiceRegistry
|
|
ServiceRegistry: A registry for service provider instances. |
javax.imageio.spi.ServiceRegistry.Filter
|
A simple filter interface used by |
ServiceRegistry.getServiceProviders to select providers matching an arbitrary criterion. |
java.beans.beancontext.BeanContextServices
|
The BeanContextServices interface provides a mechanism for a BeanContext to expose generic |
"services" to the BeanContextChild objects within. |
...security.auth.kerberos.ServicePermission
|
This class is used to protect Kerberos |
services and the credentials necessary to access those services. |
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.ChoiceCallback
|
Underlying security |
services instantiate and pass a ChoiceCallback to the invokeCallback method of a CallbackHandler to display a list of choices and to retrieve the selected choice s . |
...auth.callback.ConfirmationCallback
|
Underlying security |
services instantiate and pass a ConfirmationCallback to the invokeCallback method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations. |
...security.auth.callback.LanguageCallback
|
Underlying security |
services instantiate and pass a LanguageCallback to the invokeCallback method of a CallbackHandler to retrieve the Locale used for localizing text. |
javax.security.auth.callback.NameCallback
|
Underlying security |
services instantiate and pass a NameCallback to the invokeCallback method of a CallbackHandler to retrieve name information. |
...security.auth.callback.PasswordCallback
|
Underlying security |
services instantiate and pass a PasswordCallback to the invokeCallback method of a CallbackHandler to retrieve password information. |
...security.auth.callback.TextInputCallback
|
Underlying security |
services instantiate and pass a TextInputCallback to the invokeCallback method of a CallbackHandler to retrieve generic text information. |
...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.print.ServiceUI
|
ServiceUI: This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print |
services looked up through the Java Print Service API. |
javax.print.ServiceUIFactory
|
|
Services may optionally provide UIs which allow different styles of interaction in different roles. |
...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. |
org.ietf.jgss.GSSContext
|
This interface encapsulates the GSS-API security context and provides the security |
services that are available over the context. |
javax.security.auth.callback.Callback
|
Implementations of this interface are passed to a CallbackHandler, allowing underlying security |
services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages. |
...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.im.spi.InputMethodContext
|
Provides methods that input methods can use to communicate with their client components or to request other |
services. |
javax.print.ServiceUI
|
|
ServiceUI: This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print services looked up through the Java Print Service API. |
javax.naming.ServiceUnavailableException
|
|
ServiceUnavailableException: This exception is thrown when attempting to communicate with a directory or naming service and that service is not available. |
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.sql.Connection
|
A connection |
session with a specific database. |
java.util.AbstractSet
|
AbstractSet: This class provides a skeletal implementation of the |
Set interface to minimize the effort required to implement this interface. |
java.util.HashSet
|
This class implements the |
Set interface, backed by a hash table actually a HashMap instance . |
java.util.TreeSet
|
This class implements the |
Set interface, backed by a TreeMap instance. |
java.util.LinkedHashSet
|
Hash table and linked list implementation of the |
Set interface, with predictable iteration order. |
...print.attribute.UnmodifiableSetException
|
UnmodifiableSetException: Thrown to indicate that the requested operation cannot be performed becasue the |
set is unmodifiable. |
...imageio.plugins.jpeg.JPEGImageReadParam
|
This class adds the ability to |
set JPEG quantization and Huffman tables when using the built-in JPEG reader plug-in. |
...imageio.plugins.jpeg.JPEGImageWriteParam
|
This class adds the ability to |
set JPEG quantization and Huffman tables when using the built-in JPEG writer plug-in, and to request that optimized Huffman tables be computed for an image. |
java.util.EventListenerProxy
|
EventListenerProxy: An abstract wrapper class for an EventListener class which associates a |
set of additional parameters with the listener. |
java.beans.Statement
|
A Statement object represents a primitive statement in which a single method is applied to a target and a |
set of arguments - as in "a.setFoo b ". |
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 ". |
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.JobAttributes
|
A |
set of attributes which control a print job. |
java.awt.PageAttributes
|
A |
set of attributes which control the output of a printed page. |
java.awt.CheckboxGroup
|
The CheckboxGroup class is used to group together a |
set of Checkbox buttons. |
java.security.ProtectionDomain
|
This ProtectionDomain class encapsulates the characteristics of a domain, which encloses a |
set of classes whose instances are granted a set of permissions when being executed on behalf of a given set of Principals. |
java.security.cert.CertSelector
|
CertSelector: A selector that defines a |
set of criteria for selecting Certificates. |
java.security.cert.CRLSelector
|
CRLSelector: A selector that defines a |
set of criteria for selecting CRLs. |
javax.print.attribute.DocAttributeSet
|
Interface DocAttributeSet specifies the interface for a |
set of doc attributes, i.e. |
...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. |
java.util.Calendar
|
Calendar is an abstract base class for converting between a Date object and a |
set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on. |
...print.attribute.standard.CopiesSupported
|
Class CopiesSupported is a printing attribute class, a |
set of integers, that gives the supported values for a {@link Copies Copies} attribute. |
...attribute.standard.JobImpressionsSupported
|
Class JobImpressionsSupported is a printing attribute class, a |
set of integers, that gives the supported values for a {@link JobImpressions JobImpressions} attribute. |
...attribute.standard.JobKOctetsSupported
|
Class JobKOctetsSupported is a printing attribute class, a |
set of integers, that gives the supported values for a {@link JobKOctets JobKOctets} attribute. |
...attribute.standard.JobMediaSheetsSupported
|
Class JobMediaSheetsSupported is a printing attribute class, a |
set of integers, that gives the supported values for a {@link JobMediaSheets JobMediaSheets} attribute. |
...print.attribute.standard.NumberUpSupported
|
Class NumberUpSupported is a printing attribute class, a |
set of integers, that gives the supported values for a {@link NumberUp NumberUp} attribute. |
javax.print.attribute.standard.PageRanges
|
Class PageRanges is a printing attribute class, a |
set of integers, that identifies the range s of print-stream pages that the Printer object uses for each copy of each document which are to be printed. |
java.awt.image.ImageFilter
|
ImageFilter: This class implements a filter for the |
set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer. |
java.awt.ItemSelectable
|
ItemSelectable: The interface for objects which contain a |
set of items for which zero or more can be selected. |
java.sql.DriverManager
|
The basic service for managing a |
set of JDBC drivers. |
javax.print.MultiDocPrintJob
|
Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a single print job with a |
set of job attributes. |
java.security.interfaces.DSAParams
|
DSAParams: Interface to a DSA-specific |
set of key parameters, which defines a DSA key family. |
java.awt.font.LineMetrics
|
The LineMetrics class allows access to the metrics needed to layout characters along a line and to layout of a |
set of lines. |
javax.accessibility.AccessibleHyperlink
|
AccessibleHyperlink: Encapsulation of a link, or |
set of links e.g. |
javax.naming.Context
|
This interface represents a naming context, which consists of a |
set of name-to-object bindings. |
javax.print.attribute.SetOfIntegerSyntax
|
Class SetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a |
set of nonnegative integers. |
java.awt.print.Pageable
|
The Pageable implementation represents a |
set of pages to be printed. |
...security.AlgorithmParameterGeneratorSpi
|
AlgorithmParameterGeneratorSpi: This class defines the Service Provider Interface SPI for the AlgorithmParameterGenerator class, which is used to generate a |
set of parameters to be used with a certain algorithm. |
java.security.spec.RSAKeyGenParameterSpec
|
RSAKeyGenParameterSpec: This class specifies the |
set of parameters used to generate an RSA key pair. |
java.security.spec.DSAParameterSpec
|
DSAParameterSpec: This class specifies the |
set of parameters used with the DSA algorithm. |
...print.attribute.PrintServiceAttributeSet
|
Interface PrintServiceAttributeSet specifies the interface for a |
set of print job attributes, i.e. |
...print.attribute.PrintRequestAttributeSet
|
Interface PrintRequestAttributeSet specifies the interface for a |
set of print request attributes, i.e. |
javax.print.attribute.AttributeSet
|
Interface AttributeSet specifies the interface for a |
set of printing attributes. |
java.util.Properties
|
The Properties class represents a persistent |
set of properties. |
java.awt.BasicStroke
|
The BasicStroke class defines a basic |
set of rendering attributes for the outlines of graphics primitives, which are rendered with a {@link Graphics2D} object that has its Stroke attribute set to this BasicStroke. |
java.util.logging.LogManager
|
There is a single global LogManager object that is used to maintain a |
set of shared state about Loggers and log services. |
...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.util.logging.Level
|
The Level class defines a |
set of standard logging levels that can be used to control logging output. |
java.util.PropertyResourceBundle
|
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a |
set of static strings from a property file. |
java.text.DecimalFormatSymbols
|
This class represents the |
set of symbols such as the decimal separator, the grouping separator, and so on needed by DecimalFormat to format numbers. |
java.lang.ThreadGroup
|
ThreadGroup: A thread group represents a |
set of threads. |
javax.imageio.IIOImage
|
A simple container class to aggregate an image, a |
set of thumbnail preview images, and an object representing metadata associated with the image. |
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. |
javax.xml.transform.OutputKeys
|
OutputKeys: Provides string constants that can be used to |
set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object. |
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. |
...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. |
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.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.sql.ResultSet
|
A table of data representing a database result |
set, which is usually generated by executing a statement that queries the database. |
java.lang.Character.Subset
|
Subset: Instances of this class represent particular subsets of the Unicode character |
set. |
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}. |
javax.print.attribute.SetOfIntegerSyntax
|
Class |
SetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a set of nonnegative integers. |
java.applet.AppletStub
|
AppletStub: When an applet is first created, an applet stub is attached to it using the applet's |
setStub method. |
javax.print.attribute.DocAttribute
|
Interface DocAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a |
setting for a doc. |
...print.attribute.PrintRequestAttribute
|
Interface PrintRequestAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a requested |
setting for a print job. |
...imageio.metadata.IIOMetadataController
|
IIOMetadataController: An interface to be implemented by objects that can determine the |
settings of an IIOMetadata object, either by putting up a GUI to obtain values from a user, or by other means. |
javax.imageio.IIOParamController
|
An interface to be implemented by objects that can determine the |
settings of an IIOParam object, either by putting up a GUI to obtain values from a user, or by other means. |
javax.imageio.metadata.IIOMetadataNode
|
IIOMetadataNode: A class representing a node in a meta-data tree, which implements the org.w3c.dom.Element interface and additionally allows for the storage of non-textual objects via the getUserObject and |
setUserObject methods. |
java.rmi.activation.ActivationGroupID
|
The identifier for a registered activation group serves |
several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary. |
java.lang.System
|
The System class contains |
several useful class fields and methods. |
javax.print.attribute.standard.Severity
|
Class |
Severity is a printing attribute class, an enumeration, that denotes the severity of a {@link PrinterStateReason PrinterStateReason} attribute. |
java.security.MessageDigestSpi
|
MessageDigestSpi: This class defines the Service Provider Interface SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or |
SHA. |
java.util.EventObject
|
EventObject: The root class from which all event state objects |
shall be derived. |
...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.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.Shape
|
The |
Shape interface provides definitions for objects that represent some form of geometric shape. |
java.awt.geom.PathIterator
|
The PathIterator interface provides the mechanism for objects that implement the {@link java.awt.Shape |
Shape} interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time. |
java.awt.geom.RectangularShape
|
RectangularShape is the base class for a number of {@link |
Shape} objects whose geometry is defined by a rectangular frame. |
java.awt.Stroke
|
The Stroke interface allows a {@link Graphics2D} object to obtain a {@link |
Shape} that is the decorated outline, or stylistic representation of the outline, of the specified Shape. |
java.awt.GradientPaint
|
The GradientPaint class provides a way to fill a {@link |
Shape} with a linear color gradient pattern. |
java.awt.TexturePaint
|
The TexturePaint class provides a way to fill a {@link |
Shape} with a texture that is specified as a {@link BufferedImage}. |
java.awt.font.ShapeGraphicAttribute
|
The |
ShapeGraphicAttribute class is an implementation of {@link GraphicAttribute} that draws shapes in a {@link TextLayout}. |
java.awt.font.ShapeGraphicAttribute
|
The ShapeGraphicAttribute class is an implementation of {@link GraphicAttribute} that draws |
shapes in a {@link TextLayout}. |
java.util.logging.LogManager
|
There is a single global LogManager object that is used to maintain a set of |
shared state about Loggers and log services. |
...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. |
...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. |
...print.attribute.standard.JobMediaSheets
|
Class JobMediaSheets is an integer valued printing attribute class that specifies the total number of media |
sheets to be produced for this job. |
...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. |
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.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. |
java.nio.ShortBuffer
|
ShortBuffer: A |
short buffer. |
java.lang.Short
|
The |
Short class wraps a value of primitive type short in an object. |
java.awt.image.DirectColorModel
|
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, |
short, or byte quantity. |
java.lang.Number
|
The abstract class Number is the superclass of classes BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and |
Short. |
java.nio.ShortBuffer
|
|
ShortBuffer: A short buffer. |
javax.accessibility.AccessibleKeyBinding
|
The AccessibleKeyBinding interface should be supported by any object that has a keyboard bindings such as a keyboard mnemonic and/or keyboard |
shortcut which can be used to select the object. |
java.awt.image.ShortLookupTable
|
|
ShortLookupTable: This class defines a lookup table object. |
java.awt.image.DataBufferUShort
|
DataBufferUShort: This class extends DataBuffer and stores data internally as |
shorts. |
javax.print.event.PrintJobListener
|
PrintJobListener: Implementations of this listener interface |
should be attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the status of the printer job. |
java.io.PipedInputStream
|
A piped input stream |
should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream. |
javax.imageio.IIOParam
|
IIOParam: A superclass of all classes describing how streams |
should be decoded or encoded. |
javax.accessibility.AccessibleEditableText
|
The AccessibleEditableText interface |
should be implemented by all classes that present editable textual information on the display. |
javax.accessibility.AccessibleText
|
The AccessibleText interface |
should be implemented by all classes that present textual information on the display. |
java.lang.Runnable
|
The Runnable interface |
should be implemented by any class whose instances are intended to be executed by a thread. |
javax.accessibility.AccessibleAction
|
The AccessibleAction interface |
should be supported by any object that can perform one or more actions. |
javax.accessibility.AccessibleKeyBinding
|
The AccessibleKeyBinding interface |
should be supported by any object that has a keyboard bindings such as a keyboard mnemonic and/or keyboard shortcut which can be used to select the object. |
javax.accessibility.AccessibleIcon
|
The AccessibleIcon interface |
should be supported by any object that has an associated icon e.g., buttons . |
...accessibility.AccessibleExtendedComponent
|
The AccessibleExtendedComponent interface |
should be supported by any object that is rendered on the screen. |
javax.accessibility.AccessibleValue
|
The AccessibleValue interface |
should be supported by any object that supports a numerical value e.g., a scroll bar . |
java.rmi.server.Unreferenced
|
A remote object implementation |
should implement the Unreferenced interface to receive notification when there are no more clients that reference that remote object. |
java.lang.Error
|
An Error is a subclass of Throwable that indicates serious problems that a reasonable application |
should not try to catch. |
...AccessibleAWTComponentHandler
|
AccessibleAWTComponentHandler: Fire PropertyChange listener, if one is registered, when |
shown/hidden.. |
java.awt.font.TextHitInfo
|
The TextHitInfo class represents a character position in a text model, and a bias, or |
"side," of the character. |
...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. |
java.rmi.dgc.DGC
|
The DGC abstraction is used for the server |
side of the distributed garbage collection algorithm. |
java.awt.dnd.DragSourceContext
|
The DragSourceContext class is responsible for managing the initiator |
side of the Drag and Drop protocol. |
...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. |
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 . |
javax.rmi.CORBA.Tie
|
Tie: Defines methods which all RMI-IIOP server |
side ties must implement. |
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. |
java.awt.JobAttributes.SidesType
|
|
SidesType: A type-safe enumeration of possible multi-page impositions. |
java.security.Signer
|
Signer: This class is used to represent an Identity that can also digitally |
sign data. |
javax.imageio.IIOException
|
IIOException: An exception class used for |
signaling run-time failure of reading and writing operations. |
...auth.callback.UnsupportedCallbackException
|
UnsupportedCallbackException: |
Signals that a CallbackHandler does not recognize a particular Callback. |
...auth.login.CredentialExpiredException
|
CredentialExpiredException: |
Signals that a Credential has expired. |
java.util.zip.DataFormatException
|
DataFormatException: |
Signals that a data format error has occurred. |
javax.security.auth.DestroyFailedException
|
DestroyFailedException: |
Signals that a destroy operation failed. |
java.io.UTFDataFormatException
|
UTFDataFormatException: |
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface. |
java.lang.IllegalStateException
|
IllegalStateException: |
Signals that a method has been invoked at an illegal or inappropriate time. |
javax.security.auth.RefreshFailedException
|
RefreshFailedException: |
Signals that a refresh operation failed. |
java.util.MissingResourceException
|
MissingResourceException: |
Signals that a resource is missing. |
java.rmi.RMISecurityException
|
An RMISecurityException |
signals that a security exception has occurred during the execution of one of java.rmi.RMISecurityManager's methods. |
java.io.SyncFailedException
|
SyncFailedException: |
Signals that a sync operation has failed. |
java.net.SocketTimeoutException
|
SocketTimeoutException: |
Signals that a timeout has occurred on a socket read or accept. |
...auth.login.AccountExpiredException
|
AccountExpiredException: |
Signals that a user account has expired. |
java.util.zip.ZipException
|
ZipException: |
Signals that a Zip exception of some sort has occurred. |
java.awt.AWTException
|
AWTException: |
Signals that an Absract Window Toolkit exception has occurred. |
java.io.FileNotFoundException
|
FileNotFoundException: |
Signals that an attempt to open the file denoted by a specified pathname has failed. |
java.awt.IllegalComponentStateException
|
IllegalComponentStateException: |
Signals that an AWT component is not in an appropriate state for the requested operation. |
java.io.EOFException
|
EOFException: |
Signals that an end of file or end of stream has been reached unexpectedly during input. |
java.text.ParseException
|
ParseException: |
Signals that an error has been reached unexpectedly while parsing. |
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.util.jar.JarException
|
JarException: |
Signals that an error of some sort has occurred while reading from or writing to a JAR file. |
java.io.IOException
|
IOException: |
Signals that an I/O exception of some sort has occurred. |
java.io.InterruptedIOException
|
|
Signals that an I/O operation has been interrupted. |
java.net.PortUnreachableException
|
PortUnreachableException: |
Signals that an ICMP Port Unreachable message has been received on a connected datagram. |
java.lang.ExceptionInInitializerError
|
|
Signals that an unexpected exception has occurred in a static initializer. |
java.io.WriteAbortedException
|
WriteAbortedException: |
Signals that one of the ObjectStreamExceptions was thrown during a write operation. |
java.lang.NoSuchFieldException
|
NoSuchFieldException: |
Signals that the class doesn't have a field of a specified name. |
...datatransfer.UnsupportedFlavorException
|
UnsupportedFlavorException: |
Signals that the requested data is not supported in this flavor. |
...security.auth.login.FailedLoginException
|
FailedLoginException: |
Signals that user authentication failed. |
java.security.Signature
|
This |
Signature class is used to provide applications the functionality of a digital signature algorithm. |
java.security.SignatureSpi
|
SignatureSpi: This class defines the Service Provider Interface SPI for the |
Signature class, which is used to provide the functionality of a digital signature algorithm. |
java.security.SignatureException
|
SignatureException: This is the generic |
Signature exception. |
java.security.SignatureException
|
|
SignatureException: This is the generic Signature exception. |
java.security.SignatureSpi
|
|
SignatureSpi: This class defines the Service Provider Interface SPI for the Signature class, which is used to provide the functionality of a digital signature algorithm. |
java.security.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.math.BigDecimal
|
Immutable, arbitrary-precision |
signed decimal numbers. |
java.security.SignedObject
|
|
SignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected. |
java.security.Signer
|
|
Signer: This class is used to represent an Identity that can also digitally sign data. |
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. |
...auth.callback.ConfirmationCallback
|
Underlying security services instantiate and pass a ConfirmationCallback to the invokeCallback method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other |
similar confirmations. |
java.applet.AudioClip
|
The AudioClip interface is a |
simple abstraction for playing a sound clip. |
org.xml.sax.Parser
|
Parser: Basic interface for SAX |
Simple API for XML parsers. |
java.awt.image.AreaAveragingScaleFilter
|
AreaAveragingScaleFilter: An ImageFilter class for scaling images using a |
simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm. |
java.text.FieldPosition
|
FieldPosition is a |
simple class used by Format and its subclasses to identify fields in formatted output. |
java.text.ParsePosition
|
ParsePosition is a |
simple class used by Format and its subclasses to keep track of the current position during parsing. |
javax.imageio.IIOImage
|
A |
simple container class to aggregate an image, a set of thumbnail preview images, and an object representing metadata associated with the image. |
javax.imageio.ImageIO
|
ImageIO: A class containing static convenience methods for locating ImageReaders and ImageWriters, and performing |
simple encoding and decoding. |
java.util.logging.FileHandler
|
|
Simple file logging Handler. |
javax.imageio.spi.ServiceRegistry.Filter
|
A |
simple filter interface used by ServiceRegistry.getServiceProviders to select providers matching an arbitrary criterion. |
java.security.KeyPair
|
KeyPair: This class is a |
simple holder for a key pair a public key and a private key . |
java.net.FileNameMap
|
FileNameMap: A |
simple interface which provides a mechanism to map between a file name and a MIME type string. |
java.awt.image.BufferedImageFilter
|
The BufferedImageFilter class subclasses an ImageFilter to provide a |
simple means of using a single-source/single-destination image operator {@link BufferedImageOp} to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm. |
java.util.logging.SocketHandler
|
|
Simple network logging Handler. |
java.rmi.registry.Registry
|
Registry is a remote interface to a |
simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names. |
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.text.RuleBasedCollator
|
The RuleBasedCollator class is a concrete subclass of Collator that provides a |
simple, data-driven, table collator. |
java.beans.SimpleBeanInfo
|
|
SimpleBeanInfo: This is a support class to make it easier for people to provide BeanInfo classes. |
java.text.SimpleDateFormat
|
|
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner. |
java.util.logging.SimpleFormatter
|
|
SimpleFormatter: Print a brief summary of the LogRecord in a human readable format. |
java.awt.image.ReplicateScaleFilter
|
ReplicateScaleFilter: An ImageFilter class for scaling images using the |
simplest algorithm. |
java.awt.Panel
|
Panel is the |
simplest container class. |
java.util.SimpleTimeZone
|
|
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar. |
...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.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.awt.ScrollPane
|
A container class which implements automatic horizontal and/or vertical scrolling for a |
single child component. |
java.lang.reflect.Constructor
|
Constructor provides information about, and access to, a |
single constructor for a class. |
javax.security.auth.Subject
|
A Subject represents a grouping of related information for a |
single entity, such as a person. |
java.lang.reflect.Field
|
A Field provides information about, and dynamic access to, a |
single field of a class or an interface. |
java.util.logging.LogManager
|
There is a |
single global LogManager object that is used to maintain a set of shared state about Loggers and log services. |
java.awt.font.GlyphMetrics
|
The GlyphMetrics class represents infomation for a |
single glyph. |
org.ietf.jgss.GSSName
|
This interface encapsulates a |
single GSS-API principal entity. |
org.xml.sax.InputSource
|
A |
single input source for an XML entity. |
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. |
...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.awt.TextField
|
A TextField object is a text component that allows for the editing of a |
single line of text. |
...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.lang.reflect.Member
|
Member is an interface that reflects identifying information about a |
single member a field or a method or a constructor. |
java.beans.Statement
|
A Statement object represents a primitive statement in which a |
single method is applied to a target and a set of arguments - as in "a.setFoo b ". |
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.lang.reflect.Method
|
A Method provides information about, and access to, a |
single method on a class or interface. |
java.awt.Dimension
|
The Dimension class encapsulates the width and height of a component in integer precision in a |
single object. |
...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.DirectColorModel
|
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a |
single pixel into a single int, short, or byte quantity. |
javax.print.MultiDocPrintJob
|
Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a |
single print job with a set of job attributes. |
java.awt.image.IndexColorModel
|
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a |
single sample which is an index into a fixed colormap in the default sRGB ColorSpace. |
...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. |
java.awt.image.BufferedImageOp
|
BufferedImageOp: This interface describes |
single-input/single-output operations performed on BufferedImage objects. |
java.awt.image.RasterOp
|
RasterOp: This interface describes |
single-input/single-output operations performed on Raster objects. |
java.awt.image.BufferedImageFilter
|
The BufferedImageFilter class subclasses an ImageFilter to provide a simple means of using a |
single-source/single-destination image operator {@link BufferedImageOp} to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm. |
...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.io.FileDescriptor
|
FileDescriptor: Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or |
sink of bytes. |
java.nio.channels.Pipe.SinkChannel
|
|
SinkChannel: A channel representing the writable end of a {@link Pipe}. |
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.nio.charset.Charset
|
A named mapping between sequences of |
sixteen-bit Unicode characters and sequences of bytes. |
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.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.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. |
java.awt.print.PageFormat
|
The PageFormat class describes the |
size and orientation of a page to be printed. |
...print.attribute.standard.JobImpressions
|
Class JobImpressions is an integer valued printing attribute class that specifies the total |
size in number of impressions of the document s being submitted. |
javax.print.attribute.Size2DSyntax
|
Class Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a |
size in two dimensions. |
javax.print.attribute.standard.JobKOctets
|
Class JobKOctets is an integer valued printing attribute class that specifies the total |
size of the document s in K octets, i.e., in units of 1024 octets requested to be processed in the job. |
java.lang.StringIndexOutOfBoundsException
|
StringIndexOutOfBoundsException: Thrown by String methods to indicate that an index is either negative or greater than the |
size of the string. |
javax.print.attribute.standard.MediaSize
|
Class MediaSize is a two-dimensional |
size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the bottom edge and the Y dimension running along the left edge. |
java.awt.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.GridBagLayout
|
The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same |
size. |
javax.naming.SizeLimitExceededException
|
SizeLimitExceededException: This exception is thrown when a method produces a result that exceeds a |
size-related limit. |
javax.print.attribute.Size2DSyntax
|
Class |
Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions. |
javax.naming.SizeLimitExceededException
|
|
SizeLimitExceededException: This exception is thrown when a method produces a result that exceeds a size-related limit. |
java.awt.PageAttributes.MediaType
|
MediaType: A type-safe enumeration of possible paper |
sizes. |
java.util.AbstractCollection
|
AbstractCollection: This class provides a |
skeletal implementation of the Collection interface, to minimize the effort required to implement this interface. |
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.util.AbstractSet
|
AbstractSet: This class provides a |
skeletal implementation of the Set interface to minimize the effort required to implement this interface. |
java.util.prefs.AbstractPreferences
|
AbstractPreferences: This class provides a |
skeletal implementation of the {@link Preferences} class, greatly easing the task of implementing it. |
java.rmi.server.SkeletonNotFoundException
|
A SkeletonNotFoundException is thrown if the |
Skeleton corresponding to the remote object being exported is not found. |
java.rmi.server.Skeleton
|
The |
Skeleton interface is used solely by the RMI implementation. |
java.rmi.server.SkeletonMismatchException
|
SkeletonMismatchException: This exception is thrown when a call is received that does not match the available |
skeleton. |
java.rmi.server.SkeletonMismatchException
|
|
SkeletonMismatchException: This exception is thrown when a call is received that does not match the available skeleton. |
java.rmi.server.SkeletonNotFoundException
|
A |
SkeletonNotFoundException is thrown if the Skeleton corresponding to the remote object being exported is not found. |
java.rmi.server.RemoteCall
|
RemoteCall is an abstraction used solely by the RMI runtime in conjunction with stubs and |
skeletons of remote objects to carry out a call to a remote object. |
java.lang.InterruptedException
|
InterruptedException: Thrown when a thread is waiting, |
sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread. |
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.image.AreaAveragingScaleFilter
|
AreaAveragingScaleFilter: An ImageFilter class for scaling images using a simple area averaging algorithm that produces |
smoother results than the nearest neighbor algorithm. |
java.net.InetSocketAddress
|
InetSocketAddress: This class implements an IP |
Socket Address IP address + port number It can also be a pair hostname + port number , in which case an attempt will be made to resolve the hostname. |
...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. |
java.net.SocketAddress
|
SocketAddress: This class represents a |
Socket Address with no protocol attachment. |
...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.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.net.MulticastSocket
|
The multicast datagram |
socket class is useful for sending and receiving IP multicast packets. |
java.net.DatagramSocket
|
This class represents a |
socket for sending and receiving datagram packets. |
java.net.DatagramSocketImpl
|
DatagramSocketImpl: Abstract datagram and multicast |
socket implementation base class. |
java.net.SocketImplFactory
|
SocketImplFactory: This interface defines a factory for |
socket implementations. |
java.net.SocketOptions
|
SocketOptions: Interface of methods to get/set |
socket options. |
java.net.SocketTimeoutException
|
SocketTimeoutException: Signals that a timeout has occurred on a |
socket read or accept. |
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.io.FileDescriptor
|
FileDescriptor: Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open |
socket, or another source or sink of bytes. |
java.net.SocketAddress
|
|
SocketAddress: This class represents a Socket Address with no protocol attachment. |
java.nio.channels.SocketChannel
|
|
SocketChannel: A selectable channel for stream-oriented connecting sockets. |
...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.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. |
...nio.channels.AlreadyConnectedException
|
AlreadyConnectedException: Unchecked exception thrown when an attempt is made to connect a {@link |
SocketChannel} that is already connected. |
...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. |
...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.net.SocketException
|
|
SocketException: Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. |
java.net.SocketImpl
|
The abstract class |
SocketImpl is a common superclass of all classes that actually implement sockets. |
java.net.SocketImplFactory
|
|
SocketImplFactory: This interface defines a factory for socket implementations. |
java.net.SocketOptions
|
|
SocketOptions: Interface of methods to get/set socket options. |
java.net.Socket
|
This class implements client |
sockets also called just "sockets" . |
java.rmi.server.RMISocketFactory
|
An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server |
sockets for RMI calls. |
java.net.SocketPermission
|
This class represents access to a network via |
sockets. |
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.net.SocketTimeoutException
|
|
SocketTimeoutException: Signals that a timeout has occurred on a socket read or accept. |
java.lang.ref.SoftReference
|
SoftReference: |
Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand. |
java.lang.ref.SoftReference
|
|
SoftReference: Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand. |
java.rmi.server.Skeleton
|
The Skeleton interface is used |
solely by the RMI implementation. |
java.rmi.server.RemoteCall
|
RemoteCall is an abstraction used |
solely by the RMI runtime in conjunction with stubs and skeletons of remote objects to carry out a call to a remote object. |
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.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.io.IOException
|
IOException: Signals that an I/O exception of some |
sort has occurred. |
java.lang.VerifyError
|
VerifyError: Thrown when the "verifier" detects that a class file, though well formed, contains some |
sort of internal inconsistency or security problem. |
java.lang.IndexOutOfBoundsException
|
IndexOutOfBoundsException: Thrown to indicate that an index of some |
sort such as to an array, to a string, or to a vector is out of range. |
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.SortedMap
|
SortedMap: A map that further guarantees that it will be in ascending key order, |
sorted according to the natural ordering of its keys see the Comparable interface , or by a comparator provided at sorted map creation time. |
java.util.TreeMap
|
Red-Black tree based implementation of the |
SortedMap interface. |
java.util.SortedMap
|
|
SortedMap: A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys see the Comparable interface , or by a comparator provided at sorted map creation time. |
java.util.Arrays
|
Arrays: This class contains various methods for manipulating arrays such as |
sorting and searching . |
java.applet.AudioClip
|
The AudioClip interface is a simple abstraction for playing a |
sound clip. |
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.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.nio.BufferUnderflowException
|
BufferUnderflowException: Unchecked exception thrown when a relative get operation reaches the |
source buffer's limit. |
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. |
javax.xml.transform.dom.DOMLocator
|
Indicates the position of a node in a |
source DOM, intended primarily for error reporting. |
java.awt.dnd.DragSourceAdapter
|
DragSourceAdapter: An abstract adapter class for receiving drag |
source events. |
org.xml.sax.InputSource
|
A single input |
source for an XML entity. |
java.awt.image.RescaleOp
|
RescaleOp: This class performs a pixel-by-pixel rescaling of the data in the |
source image by multiplying the sample values for each pixel by a scale factor and then adding an offset. |
java.awt.image.AffineTransformOp
|
AffineTransformOp: This class uses an affine transform to perform a linear mapping from 2D coordinates in the |
source image or Raster to 2D coordinates in the destination image or Raster. |
java.awt.image.ColorConvertOp
|
ColorConvertOp: This class performs a pixel-by-pixel color conversion of the data in the |
source image. |
javax.xml.transform.stream.StreamSource
|
StreamSource: Acts as an holder for a transformation |
Source in the form of a stream of XML markup. |
java.io.StringReader
|
StringReader: A character stream whose |
source is a string. |
javax.xml.transform.URIResolver
|
URIResolver: An object that implements this interface that can be called by the processor to turn a URI used in document , xsl:import, or xsl:include into a |
Source object. |
javax.sql.ConnectionEvent
|
An Event object that provides information about the |
source of a connection-related event. |
java.io.FilterInputStream
|
A FilterInputStream contains some other input stream, which it uses as its basic |
source of data, possibly transforming the data along the way or providing additional functionality. |
java.io.FileDescriptor
|
FileDescriptor: Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another |
source or sink of bytes. |
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. |
javax.sql.DataSource
|
A factory for connections to the physical data |
source that this DataSource object represents. |
java.awt.image.LookupOp
|
LookupOp: This class implements a lookup operation from the |
source to the destination. |
javax.xml.transform.dom.DOMSource
|
DOMSource: Acts as a holder for a transformation |
Source tree in the form of a Document Object Model DOM tree. |
javax.xml.transform.Transformer
|
An instance of this abstract class can transform a |
source tree into a result tree. |
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.xml.transform.Source
|
|
Source: An object that implements this interface contains the information needed to act as source input XML source or transformation instructions . |
java.nio.channels.Pipe.SourceChannel
|
|
SourceChannel: A channel representing the readable end of a {@link Pipe}. |
java.awt.dnd.DragGestureListener
|
DragGestureListener: This interface is |
sourced from a DragGestureRecognizer and is invoked when an object of that sub class detects a drag initiating gesture. |
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.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.image.renderable.ParameterBlock
|
A ParameterBlock encapsulates all the information about |
sources and parameters Objects required by a RenderableImageOp, or other classes that process images. |
...awt.image.renderable.RenderedImageFactory
|
The RenderedImageFactory interface often abbreviated RIF is intended to be implemented by classes that wish to act as factories to produce different renderings, for example by executing a series of BufferedImageOps on a set of |
sources, depending on a specific set of parameters, properties, and rendering hints. |
java.awt.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.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.Color
|
The Color class is used encapsulate colors in the default sRGB color |
space or colors in arbitrary color spaces identified by a {@link ColorSpace}. |
java.awt.color.ColorSpace
|
This abstract class is used to serve as a color |
space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice. |
java.awt.Rectangle
|
A Rectangle specifies an area in a coordinate |
space that is enclosed by the Rectangle object's top-left point x, y in the coordinate space, its width, and its height. |
java.awt.color.ICC_ProfileRGB
|
The ICC_ProfileRGB class is a subclass of the ICC_Profile class that represents profiles which meet the following criteria: The profile's color |
space type is RGB. |
java.awt.color.ICC_ProfileGray
|
A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color |
space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags. |
java.awt.font.GlyphVector
|
A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate |
space which corresponds to the device on which the GlyphVector is ultimately displayed. |
java.awt.Point
|
Point: A point representing a location in x, y coordinate |
space, specified in integer precision. |
java.awt.Polygon
|
The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate |
space. |
java.awt.color.ICC_Profile
|
A representation of color profile data for device independent and device dependent color |
spaces based on the International Color Consortium Specification ICC.1:1998-09, File Format for Color Profiles, September 1998, and the addendum ICC.1A:1999-04, April 1999, to that specification see http://www.color.org . |
java.awt.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}. |
javax.naming.CompositeName
|
This class represents a composite name -- a sequence of component names |
spanning multiple namespaces. |
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.awt.datatransfer.FlavorMap
|
A two-way Map between "natives" Strings , which correspond to platform- |
specfic data formats, and "flavors" DataFlavors , which corerspond to platform-independent MIME types. |
java.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. |
java.rmi.activation.ActivationID
|
Activation makes use of |
special identifiers to denote remote objects that can be activated over time. |
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. |
javax.security.auth.callback.Callback
|
Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve |
specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages. |
...security.auth.callback.CallbackHandler
|
An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve |
specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages. |
java.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.text.CollationKey
|
A CollationKey represents a String under the rules of a |
specific Collator object. |
java.awt.color.ColorSpace
|
This abstract class is used to serve as a color space tag to identify the |
specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice. |
java.sql.Connection
|
A connection session with a |
specific database. |
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. |
org.ietf.jgss.GSSException
|
GSSException: This exception is thrown whenever a GSS-API error occurs, including any mechanism |
specific error. |
java.awt.event.AWTEventListenerProxy
|
A class which extends the EventListenerProxy, specifically for adding an AWTEventListener for a |
specific event mask. |
java.util.Locale
|
A Locale object represents a |
specific geographical, political, or cultural region. |
java.rmi.activation.ActivationDesc
|
ActivationDesc: An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location the location of the class , a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object |
specific initialization data. |
java.util.Date
|
The class Date represents a |
specific instant in time, with millisecond precision. |
javax.naming.LinkLoopException
|
LinkLoopException: This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation |
specific limit on link counts has been reached. |
java.rmi.registry.LocateRegistry
|
LocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host including the local host , or to create a remote object registry that accepts calls on a |
specific port. |
java.nio.Buffer
|
A container for data of a |
specific primitive type. |
...print.attribute.standard.PrinterMoreInfo
|
Class PrinterMoreInfo is a printing attribute class, a URI, that is used to obtain more information about this |
specific printer. |
java.awt.image.renderable.RenderContext
|
A RenderContext encapsulates the information needed to produce a |
specific rendering from a RenderableImage. |
...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.util.logging.Logger
|
A Logger object is used to log messages for a |
specific system or application component. |
java.rmi.activation.ActivationMonitor
|
An ActivationMonitor is |
specific to an ActivationGroup and is obtained when a group is reported active via a call to ActivationSystem.activeGroup this is done internally . |
java.io.ObjectStreamException
|
ObjectStreamException: Superclass of all exceptions |
specific to Object Stream classes. |
java.rmi.AccessException
|
An AccessException is thrown by certain methods of the java.rmi.Naming class |
specifically bind, rebind, and unbind and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call. |
java.beans.PropertyChangeListenerProxy
|
A class which extends the EventListenerProxy |
specifically for adding a named PropertyChangeListener. |
java.awt.event.AWTEventListenerProxy
|
A class which extends the EventListenerProxy, |
specifically for adding an AWTEventListener for a specific event mask. |
java.beans.VetoableChangeListenerProxy
|
A class which extends the EventListenerProxy |
specifically for associating a VetoableChangeListener with a "constrained" property. |
java.awt.color.ICC_Profile
|
A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium |
Specification ICC.1:1998-09, File Format for Color Profiles, September 1998, and the addendum ICC.1A:1999-04, April 1999, to that specification see http://www.color.org . |
java.lang.Package
|
Package objects contain version information about the implementation and |
specification of a Java package. |
java.awt.dnd.DragGestureRecognizer
|
The DragGestureRecognizer is an abstract base class for the |
specification of a platform-dependent listener that can be associated with a particular Component in order to identify platform-dependent drag initiating gestures. |
...directory.InvalidSearchFilterException
|
InvalidSearchFilterException: This exception is thrown when the |
specification of a search filter is invalid. |
java.awt.geom.Area
|
The Area class is a device-independent |
specification of an arbitrarily-shaped area. |
java.security.cert.CertPathParameters
|
CertPathParameters: A |
specification of certification path algorithm parameters. |
java.security.cert.CertStoreParameters
|
A |
specification of CertStore parameters. |
java.security.spec.AlgorithmParameterSpec
|
AlgorithmParameterSpec: A transparent |
specification of cryptographic parameters. |
java.security.spec.KeySpec
|
A transparent |
specification of the key material that constitutes a cryptographic key. |
java.security.cert.CertPathBuilderResult
|
A |
specification of the result of a certification path builder algorithm. |
java.security.cert.CertPathValidatorResult
|
CertPathValidatorResult: A |
specification of the result of a certification path validator algorithm. |
...directory.InvalidSearchControlsException
|
InvalidSearchControlsException: This exception is thrown when the |
specification of the SearchControls for a search operation is invalid. |
java.lang.Character.UnicodeBlock
|
UnicodeBlock: A family of character subsets representing the character blocks in the Unicode |
specification. |
java.security.KeyFactory
|
Key factories are used to convert keys opaque cryptographic keys of type Key into key |
specifications transparent representations of the underlying key material , and vice versa. |
...spec.InvalidParameterSpecException
|
InvalidParameterSpecException: This is the exception for invalid parameter |
specifications. |
java.awt.TexturePaint
|
The TexturePaint class provides a way to fill a {@link Shape} with a texture that is |
specified as a {@link BufferedImage}. |
...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. |
...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. |
java.lang.InstantiationException
|
InstantiationException: Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the |
specified class object cannot be instantiated because it is an interface or is an abstract class. |
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. |
javax.print.MultiDocPrintJob
|
Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a |
specified collection of documents as a single print job with a set of job attributes. |
java.security.cert.X509CertSelector
|
A CertSelector that selects X509Certificates that match all |
specified criteria. |
javax.print.DocPrintJob
|
DocPrintJob: This interface represents a print job that can print a |
specified document with a set of job attributes. |
javax.naming.InvalidNameException
|
InvalidNameException: This exception indicates that the name being |
specified does not conform to the naming syntax of a naming system. |
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.lang.NoSuchFieldError
|
NoSuchFieldError: Thrown if an application tries to access or modify a |
specified field of an object, and that object no longer has that field. |
java.awt.FontFormatException
|
FontFormatException: Thrown by method createFont in the Font class to indicate that the |
specified font is bad. |
javax.imageio.ImageTypeSpecifier
|
ImageTypeSpecifier: A class that allows the format of an image in particular, its SampleModel and ColorModel to be |
specified in a convenient manner. |
java.awt.geom.Rectangle2D.Double
|
The Double class defines a rectangle |
specified in double coordinates. |
java.awt.geom.Point2D.Double
|
The Double class defines a point |
specified in double precision. |
java.awt.geom.Rectangle2D.Float
|
The Float class defines a rectangle |
specified in float coordinates. |
java.awt.geom.Point2D.Float
|
The Float class defines a point |
specified in float precision. |
java.awt.Point
|
Point: A point representing a location in x, y coordinate space, |
specified in integer precision. |
...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. |
...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. |
javax.naming.LimitExceededException
|
This exception is thrown when a method terminates abnormally due to a user or system |
specified limit. |
java.awt.image.BandCombineOp
|
BandCombineOp: This class performs an arbitrary linear combination of the bands in a Raster, using a |
specified matrix. |
java.lang.NoSuchMethodError
|
NoSuchMethodError: Thrown if an application tries to call a |
specified method of a class either static or instance , and that class no longer has a definition of that method. |
java.lang.IllegalMonitorStateException
|
IllegalMonitorStateException: Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the |
specified monitor. |
java.lang.NoSuchFieldException
|
NoSuchFieldException: Signals that the class doesn't have a field of a |
specified name. |
java.io.FileNotFoundException
|
FileNotFoundException: Signals that an attempt to open the file denoted by a |
specified pathname has failed. |
java.awt.image.Kernel
|
The Kernel class defines a matrix that describes how a |
specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation. |
java.awt.PopupMenu
|
A class that implements a menu which can be dynamically popped up at a |
specified position within a component. |
java.awt.Stroke
|
The Stroke interface allows a {@link Graphics2D} object to obtain a {@link Shape} that is the decorated outline, or stylistic representation of the outline, of the |
specified Shape. |
javax.naming.TimeLimitExceededException
|
TimeLimitExceededException: This exception is thrown when a method does not terminate within the |
specified time limit. |
java.awt.geom.QuadCurve2D.Double
|
Double: A quadratic parametric curve segment |
specified with double coordinates. |
java.awt.geom.QuadCurve2D.Float
|
Float: A quadratic parametric curve segment |
specified with float coordinates. |
java.io.InputStreamReader
|
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a |
specified {@link java.nio.charset.Charset charset}. |
java.security.spec.DSAPrivateKeySpec
|
DSAPrivateKeySpec: This class |
specifies a DSA private key with its associated parameters. |
java.security.spec.DSAPublicKeySpec
|
DSAPublicKeySpec: This class |
specifies a DSA public key with its associated parameters. |
java.security.spec.PSSParameterSpec
|
PSSParameterSpec: This class |
specifies a parameter spec for RSA PSS encoding scheme, as defined in the PKCS#1 v2.1. |
javax.print.attribute.standard.JobPriority
|
Class JobPriority is an integer valued printing attribute class that |
specifies a print job's priority. |
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. |
...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.xml.transform.TransformerException
|
TransformerException: This class |
specifies an exceptional condition that occured during the transformation process. |
...spec.RSAMultiPrimePrivateCrtKeySpec
|
RSAMultiPrimePrivateCrtKeySpec: This class |
specifies an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem CRT information values for efficiency. |
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.security.spec.RSAPrivateKeySpec
|
RSAPrivateKeySpec: This class |
specifies an RSA private key. |
java.security.spec.RSAPublicKeySpec
|
RSAPublicKeySpec: This class |
specifies an RSA public key. |
java.awt.GridBagConstraints
|
The GridBagConstraints class |
specifies constraints for components that are laid out using the GridBagLayout class. |
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.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. |
javax.print.DocFlavor
|
Class DocFlavor encapsulates an object that |
specifies the format in which print data is supplied to a {@link DocPrintJob}. |
javax.print.attribute.standard.PrinterURI
|
Class PrinterURI is a printing attribute class, a URI, that |
specifies the globally unique name of a printer. |
javax.print.attribute.DocAttributeSet
|
Interface DocAttributeSet |
specifies the interface for a set of doc attributes, i.e. |
...print.attribute.PrintServiceAttributeSet
|
Interface PrintServiceAttributeSet |
specifies the interface for a set of print job attributes, i.e. |
...print.attribute.PrintRequestAttributeSet
|
Interface PrintRequestAttributeSet |
specifies the interface for a set of print request attributes, i.e. |
javax.print.attribute.AttributeSet
|
Interface AttributeSet |
specifies the interface for a set of printing attributes. |
javax.print.MultiDoc
|
Interface MultiDoc |
specifies the interface for an object that supplies more than one piece of print data for a Print Job. |
javax.print.Doc
|
Interface Doc |
specifies the interface for an object that supplies one piece of print data for a Print Job. |
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. |
javax.print.attribute.standard.Media
|
Class Media is a printing attribute class that |
specifies the medium on which to print. |
javax.naming.event.ObjectChangeListener
|
ObjectChangeListener: |
Specifies the method that a listener of a NamingEvent with event type of OBJECT_CHANGED must implement. |
javax.naming.event.NamespaceChangeListener
|
NamespaceChangeListener: |
Specifies the methods that a listener interested in namespace changes must implement. |
...print.attribute.standard.DocumentName
|
Class DocumentName is a printing attribute class, a text attribute, that |
specifies the name of a document. |
javax.print.attribute.standard.JobName
|
Class JobName is a printing attribute class, a text attribute, that |
specifies the name of a print job. |
javax.print.attribute.standard.PrinterName
|
Class PrinterName is a printing attribute class, a text attribute, that |
specifies the name of a printer. |
...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. |
javax.print.attribute.standard.Copies
|
Class Copies is an integer valued printing attribute class that |
specifies the number of copies to be printed. |
...attribute.standard.JobImpressionsCompleted
|
Class JobImpressionsCompleted is an integer valued printing attribute class that |
specifies the number of impressions completed for the job so far. |
...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. |
javax.print.attribute.standard.NumberUp
|
Class NumberUp is an integer valued printing attribute class that |
specifies the number of print-stream pages to impose upon a single side of an instance of a selected medium. |
...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. |
java.security.spec.RSAKeyGenParameterSpec
|
RSAKeyGenParameterSpec: This class |
specifies the set of parameters used to generate an RSA key pair. |
java.security.spec.DSAParameterSpec
|
DSAParameterSpec: This class |
specifies the set of parameters used with the DSA algorithm. |
...print.attribute.standard.JobMediaSheets
|
Class JobMediaSheets is an integer valued printing attribute class that |
specifies the total number of media sheets to be produced for this job. |
...attribute.standard.JobKOctetsProcessed
|
Class JobKOctetsProcessed is an integer valued printing attribute class that |
specifies the total number of print data octets processed so far in K octets, i.e., in units of 1024 octets. |
...print.attribute.standard.JobImpressions
|
Class JobImpressions is an integer valued printing attribute class that |
specifies the total size in number of impressions of the document s being submitted. |
javax.print.attribute.standard.JobKOctets
|
Class JobKOctets is an integer valued printing attribute class that |
specifies the total size of the document s in K octets, i.e., in units of 1024 octets requested to be processed in the job. |
...attribute.standard.JobPrioritySupported
|
Class JobPrioritySupported is an integer valued printing attribute class that |
specifies whether a Print Service instance supports the {@link JobPriority JobPriority} attribute and the number of different job priority levels supported. |
...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. |
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 . |
javax.imageio.spi.ImageInputStreamSpi
|
The service provider interface |
SPI for ImageInputStreams. |
javax.imageio.spi.ImageOutputStreamSpi
|
The service provider interface |
SPI for ImageOutputStreams. |
javax.imageio.spi.ImageReaderSpi
|
The service provider interface |
SPI for ImageReaders. |
javax.imageio.spi.ImageTranscoderSpi
|
ImageTranscoderSpi: The service provider interface |
SPI for ImageTranscoders. |
javax.imageio.spi.ImageWriterSpi
|
The service provider interface |
SPI for ImageWriters. |
...security.AlgorithmParameterGeneratorSpi
|
AlgorithmParameterGeneratorSpi: This class defines the Service Provider Interface |
SPI for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm. |
java.security.AlgorithmParametersSpi
|
AlgorithmParametersSpi: This class defines the Service Provider Interface |
SPI for the AlgorithmParameters class, which is used to manage algorithm parameters. |
java.security.cert.CertificateFactorySpi
|
CertificateFactorySpi: This class defines the Service Provider Interface |
SPI for the CertificateFactory class. |
java.security.KeyFactorySpi
|
KeyFactorySpi: This class defines the Service Provider Interface |
SPI for the KeyFactory class. |
java.security.KeyPairGeneratorSpi
|
KeyPairGeneratorSpi: This class defines the Service Provider Interface |
SPI for the KeyPairGenerator class, which is used to generate pairs of public and private keys. |
java.security.KeyStoreSpi
|
KeyStoreSpi: This class defines the Service Provider Interface |
SPI for the KeyStore class. |
java.security.MessageDigestSpi
|
MessageDigestSpi: This class defines the Service Provider Interface |
SPI for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA. |
java.security.SecureRandomSpi
|
SecureRandomSpi: This class defines the Service Provider Interface |
SPI for the SecureRandom class. |
java.security.SignatureSpi
|
SignatureSpi: This class defines the Service Provider Interface |
SPI for the Signature class, which is used to provide the functionality of a digital signature algorithm. |
java.security.cert.CertPathBuilderSpi
|
The Service Provider Interface |
SPI for the {@link CertPathBuilder CertPathBuilder} class. |
java.security.cert.CertPathValidatorSpi
|
The Service Provider Interface |
SPI for the {@link CertPathValidator CertPathValidator} class. |
java.security.cert.CertStoreSpi
|
The Service Provider Interface |
SPI for the {@link CertStore CertStore} class. |
javax.imageio.spi.IIOServiceProvider
|
IIOServiceProvider: A superinterface for functionality common to all Image I/O service provider interfaces |
SPIs . |
javax.print.attribute.standard.Destination
|
Class Destination is a printing attribute class, a URI, that is used to indicate an alternate destination for the |
spooled printer formatted data. |
java.sql.Blob
|
The representation mapping in the JavaTM programming language of an |
SQL BLOB value. |
java.sql.Clob
|
The mapping in the JavaTM programming language for the |
SQL CLOB type. |
java.sql.Date
|
A thin wrapper around a millisecond value that allows JDBC to identify this as an |
SQL DATE value. |
java.sql.Ref
|
The mapping in the Java programming language of an |
SQL REF value, which is a reference to an SQL structured type value in the database. |
java.sql.Statement
|
The object used for executing a static |
SQL statement and returning the results it produces. |
java.sql.PreparedStatement
|
An object that represents a precompiled |
SQL statement. |
java.sql.CallableStatement
|
The interface used to execute |
SQL stored procedures. |
java.sql.SQLInput
|
An input stream that contains a stream of values representing an instance of an |
SQL structured type or an SQL distinct type. |
java.sql.Struct
|
The standard mapping in the Java programming language for an |
SQL structured type. |
java.sql.Time
|
A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an |
SQL TIME value. |
java.sql.Timestamp
|
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an |
SQL TIMESTAMP value. |
java.sql.Array
|
The mapping in the Java programming language for the |
SQL type ARRAY. |
java.sql.Types
|
Types: The class that defines the constants that are used to identify generic |
SQL types, called JDBC types. |
java.sql.SQLData
|
The interface used for the custom mapping of an |
SQL user-defined type UDT to a class in the Java programming language. |
java.sql.SQLWarning
|
|
SQLWarning: An exception that provides information on database access warnings. |
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.awt.Color
|
The Color class is used encapsulate colors in the default |
sRGB color space or colors in arbitrary color spaces identified by a {@link ColorSpace}. |
java.awt.image.IndexColorModel
|
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default |
sRGB ColorSpace. |
java.util.Stack
|
The |
Stack class represents a last-in-first-out LIFO stack of objects. |
java.util.EmptyStackException
|
EmptyStackException: Thrown by methods in the |
Stack class to indicate that the stack is empty. |
java.lang.StackOverflowError
|
StackOverflowError: Thrown when a |
stack overflow occurs because an application recurses too deeply. |
java.lang.StackTraceElement
|
StackTraceElement: An element in a |
stack trace, as returned by {@link Throwable#getStackTrace }. |
...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. |
java.lang.StackOverflowError
|
|
StackOverflowError: Thrown when a stack overflow occurs because an application recurses too deeply. |
java.lang.StackTraceElement
|
|
StackTraceElement: An element in a stack trace, as returned by {@link Throwable#getStackTrace }. |
java.util.GregorianCalendar
|
GregorianCalendar is a concrete subclass of {@link Calendar} and provides the |
standard calendar used by most of the world. |
java.security.interfaces.DSAPrivateKey
|
DSAPrivateKey: The |
standard interface to a DSA private key. |
java.util.logging.Level
|
The Level class defines a set of |
standard logging levels that can be used to control logging output. |
java.sql.Struct
|
The |
standard mapping in the Java programming language for an SQL structured type. |
javax.accessibility.AccessibleSelection
|
This AccessibleSelection interface provides the |
standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set. |
java.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.util.logging.XMLFormatter
|
Format a LogRecord into a |
standard XML format. |
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.security.interfaces.RSAPrivateCrtKey
|
RSAPrivateCrtKey: The interface to an RSA private key, as defined in the PKCS#1 |
standard, using the Chinese Remainder Theorem CRT information values. |
javax.print.attribute.standard.JobSheets
|
Class JobSheets is a printing attribute class, an enumeration, that determines which job |
start and end sheets, if any, must be printed with a job. |
java.awt.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 . |
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.naming.directory.InitialDirContext
|
InitialDirContext: This class is the |
starting context for performing directory operations. |
javax.naming.ldap.InitialLdapContext
|
This class is the |
starting context for performing LDAPv3-style extended operations and controls. |
javax.naming.InitialContext
|
This class is the |
starting context for performing naming 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. |
...ActivationGroupDesc.CommandEnvironment
|
CommandEnvironment: |
Startup options for ActivationGroup implementations. |
java.util.logging.LogManager
|
There is a single global LogManager object that is used to maintain a set of shared |
state about Loggers and log services. |
java.awt.event.WindowStateListener
|
The listener interface for receiving window |
state events. |
java.awt.IllegalComponentStateException
|
IllegalComponentStateException: Signals that an AWT component is not in an appropriate |
state for the requested operation. |
java.util.EventObject
|
EventObject: The root class from which all event |
state objects shall be derived. |
java.nio.charset.CoderResult
|
CoderResult: A description of the result |
state of a coder. |
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.awt.ScrollPaneAdjustable
|
ScrollPaneAdjustable: This class represents the |
state of a horizontal or vertical scrollbar of a ScrollPane. |
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. |
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. |
javax.naming.spi.DirStateFactory
|
This interface represents a factory for obtaining the |
state of an object and corresponding attributes for binding. |
javax.naming.spi.StateFactory
|
This interface represents a factory for obtaining the |
state of an object for binding. |
...beancontext.BeanContextMembershipListener
|
BeanContextMembershipListener: Compliant BeanContexts fire events on this interface when the |
state of the membership of the BeanContext changes. |
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. |
javax.accessibility.AccessibleStateSet
|
Class AccessibleStateSet determines a component's |
state set. |
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. |
...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. |
java.awt.Checkbox
|
A check box is a graphical component that can be in either an "on" true or "off" false |
state. |
java.sql.Statement
|
The object used for executing a static SQL |
statement and returning the results it produces. |
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.beans.Statement
|
A |
Statement object represents a primitive statement in which a single method is applied to a target and a set of arguments - as in "a.setFoo b ". |
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.PreparedStatement
|
An object that represents a precompiled SQL |
statement. |
java.awt.PageAttributes.ColorType
|
ColorType: A type-safe enumeration of possible color |
states. |
javax.print.DocFlavor.SERVICE_FORMATTED
|
Class DocFlavor.SERVICE_FORMATTED provides predefined |
static constant DocFlavor objects for example doc flavors for service formatted print data. |
javax.print.DocFlavor.BYTE_ARRAY
|
Class DocFlavor.BYTE_ARRAY provides predefined |
static constant DocFlavor objects for example doc flavors using a byte array byte as the print data representation class. |
javax.print.DocFlavor.INPUT_STREAM
|
Class DocFlavor.INPUT_STREAM provides predefined |
static constant DocFlavor objects for example doc flavors using a byte stream {@link java.io.InputStream java.io.InputStream} as the print data representation class. |
javax.print.DocFlavor.CHAR_ARRAY
|
Class DocFlavor.CHAR_ARRAY provides predefined |
static constant DocFlavor objects for example doc flavors using a character array char as the print data representation class. |
javax.print.DocFlavor.READER
|
Class DocFlavor.READER provides predefined |
static constant DocFlavor objects for example doc flavors using a character stream {@link java.io.Reader java.io.Reader} as the print data representation class. |
javax.print.DocFlavor.STRING
|
Class DocFlavor.STRING provides predefined |
static constant DocFlavor objects for example doc flavors using a string {@link java.lang.String java.lang.String} as the print data representation class. |
javax.print.DocFlavor.URL
|
Class DocFlavor.URL provides predefined |
static constant DocFlavor objects. |
javax.imageio.ImageIO
|
ImageIO: A class containing |
static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and decoding. |
java.lang.ExceptionInInitializerError
|
Signals that an unexpected exception has occurred in a |
static initializer. |
java.lang.reflect.Modifier
|
The Modifier class provides |
static methods and constants to decode class and member access modifiers. |
java.lang.reflect.Proxy
|
Proxy provides |
static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods. |
...print.attribute.AttributeSetUtilities
|
Class AttributeSetUtilities provides |
static methods for manipulating AttributeSets. |
java.util.Collections
|
Collections: This class consists exclusively of |
static methods that operate on or return collections. |
java.lang.reflect.Array
|
The Array class provides |
static methods to dynamically create and access Java arrays. |
java.rmi.server.RMIClassLoader
|
RMIClassLoader comprises |
static methods to support dynamic class loading with RMI. |
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.sql.Statement
|
The object used for executing a |
static SQL statement and returning the results it produces. |
java.util.PropertyResourceBundle
|
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of |
static strings from a property file. |
java.awt.MediaTracker
|
The MediaTracker class is a utility class to track the |
status of a number of media objects. |
javax.print.attribute.PrintJobAttribute
|
PrintJobAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the |
status of a Print Job or some other characteristic of a Print Job. |
...print.attribute.PrintServiceAttribute
|
Interface PrintServiceAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the |
status of a Print Service or some other characteristic of a Print Service. |
...print.event.PrintJobAttributeListener
|
PrintJobAttributeListener: Implementations of this interface are attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the |
status of attribute changes associated with the print job. |
...print.event.PrintServiceAttributeListener
|
PrintServiceAttributeListener: Implementations of this listener interface are attached to a {@link javax.print.PrintService PrintService} to monitor the |
status of the print service. |
javax.print.event.PrintJobListener
|
PrintJobListener: Implementations of this listener interface should be attached to a {@link javax.print.DocPrintJob DocPrintJob} to monitor the |
status of the printer job. |
...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. |
java.awt.event.WindowEvent
|
A low-level event that indicates that a window has changed its |
status. |
java.lang.ThreadDeath
|
An instance of ThreadDeath is thrown in the victim thread when the |
stop method with zero arguments in class Thread is called. |
javax.imageio.metadata.IIOMetadataNode
|
IIOMetadataNode: A class representing a node in a meta-data tree, which implements the org.w3c.dom.Element interface and additionally allows for the |
storage of non-textual objects via the getUserObject and setUserObject methods. |
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.awt.image.ComponentColorModel
|
A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that |
store each sample in a separate data element. |
java.util.AbstractSequentialList
|
AbstractSequentialList: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data |
store such as a linked list . |
java.util.AbstractList
|
AbstractList: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data |
store such as an array . |
java.lang.ArrayStoreException
|
Thrown to indicate that an attempt has been made to |
store the wrong type of object into an array of objects. |
java.util.prefs.BackingStoreException
|
Thrown to indicate that a preferences operation could not complete because of a failure in the backing |
store, or a failure to contact the backing store. |
...standard.ReferenceUriSchemesSupported
|
Class ReferenceUriSchemesSupported is a printing attribute class an enumeration, that indicates a "URI scheme," such as "http:" or "ftp:", that a printer can use to retrieve print data |
stored at a URI location. |
java.awt.image.BandedSampleModel
|
This class represents image data which is |
stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer. |
java.awt.image.PixelInterleavedSampleModel
|
PixelInterleavedSampleModel: This class represents image data which is |
stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer. |
...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.util.jar.Attributes.Name
|
The Attributes.Name class represents an attribute name |
stored in this Map. |
java.sql.CallableStatement
|
The interface used to execute SQL |
stored procedures. |
java.awt.image.ComponentSampleModel
|
This class represents image data which is |
stored such that each sample of a pixel occupies one data element of the DataBuffer. |
java.awt.image.DataBufferByte
|
DataBufferByte: This class extends DataBuffer and |
stores data internally as bytes. |
java.awt.image.DataBufferInt
|
DataBufferInt: This class extends DataBuffer and |
stores data internally as integers. |
java.awt.image.DataBufferUShort
|
DataBufferUShort: This class extends DataBuffer and |
stores data internally as shorts. |
java.awt.image.DataBufferDouble
|
DataBufferDouble: This class extends DataBuffer and |
stores data internally in double form. |
java.awt.image.DataBufferFloat
|
DataBufferFloat: This class extends DataBuffer and |
stores data internally in float form. |
java.rmi.Naming
|
The Naming class provides methods for |
storing and obtaining references to remote objects in the remote object registry. |
java.rmi.registry.Registry
|
Registry is a remote interface to a simple remote object registry that provides methods for |
storing and retrieving remote object references bound with arbitrary string names. |
java.awt.geom.GeneralPath
|
The GeneralPath class represents a geometric path constructed from |
straight lines, and quadratic and cubic Bézier curves. |
java.awt.geom.AffineTransform
|
The AffineTransform class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the |
"straightness" and "parallelness" of lines. |
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.io.StreamTokenizer
|
The StreamTokenizer class takes an input |
stream and parses it into "tokens", allowing the tokens to be read one at a time. |
java.io.DataInput
|
The DataInput interface provides for reading bytes from a binary |
stream and reconstructing from them data in any of the Java primitive types. |
java.util.logging.StreamHandler
|
|
Stream based logging Handler. |
java.io.PipedOutputStream
|
A piped output |
stream can be connected to a piped input stream to create a communications pipe. |
java.io.ObjectStreamException
|
ObjectStreamException: Superclass of all exceptions specific to Object |
Stream classes. |
java.util.zip.DeflaterOutputStream
|
DeflaterOutputStream: This class implements an output |
stream filter for compressing data in the "deflate" compression format. |
java.util.zip.GZIPInputStream
|
GZIPInputStream: This class implements a |
stream filter for reading compressed data in the GZIP format. |
java.util.zip.ZipInputStream
|
ZipInputStream: This class implements an input |
stream filter for reading files in the ZIP file format. |
java.util.zip.InflaterInputStream
|
InflaterInputStream: This class implements a |
stream filter for uncompressing data in the "deflate" compression format. |
java.util.zip.GZIPOutputStream
|
GZIPOutputStream: This class implements a |
stream filter for writing compressed data in the GZIP file format. |
java.util.zip.ZipOutputStream
|
ZipOutputStream: This class implements an output |
stream filter for writing files in the ZIP file format. |
java.io.LineNumberInputStream
|
LineNumberInputStream: This class is an input |
stream filter that provides the added functionality of keeping track of the current line number. |
java.sql.SQLOutput
|
The output |
stream for writing the attributes of a user-defined type back to the database. |
java.io.EOFException
|
EOFException: Signals that an end of file or end of |
stream has been reached unexpectedly during input. |
javax.print.StreamPrintServiceFactory
|
A StreamPrintServiceFactory is the factory for {@link StreamPrintService} instances, which can print to an output |
stream in a particular document format described as a mime type. |
java.io.StringBufferInputStream
|
StringBufferInputStream: This class allows an application to create an input |
stream in which the bytes read are supplied by the contents of a string. |
java.io.ByteArrayOutputStream
|
This class implements an output |
stream in which the data is written into a byte array. |
javax.imageio.stream.ImageInputStream
|
ImageInputStream: A seekable input |
stream interface for use by ImageReaders. |
javax.imageio.stream.ImageOutputStream
|
A seekable output |
stream interface for use by ImageWriters. |
java.io.FileOutputStream
|
A file output |
stream is an output stream for writing data to a File or to a FileDescriptor. |
javax.imageio.ImageReadParam
|
A class describing how a |
stream is to be decoded. |
javax.imageio.ImageWriteParam
|
A class describing how a |
stream is to be encoded. |
java.io.DataInputStream
|
DataInputStream: A data input |
stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way. |
java.io.DataOutputStream
|
DataOutputStream: A data output |
stream lets an application write primitive Java data types to an output stream in a portable way. |
java.io.OutputStream
|
This abstract class is the superclass of all classes representing an output |
stream of bytes. |
java.util.Random
|
An instance of this class is used to generate a |
stream of pseudorandom numbers. |
javax.xml.transform.stream.StreamSource
|
StreamSource: Acts as an holder for a transformation Source in the form of a |
stream of XML markup. |
java.io.UTFDataFormatException
|
UTFDataFormatException: Signals that a malformed UTF-8 string has been read in a data input |
stream or by any class that implements the data input interface. |
java.net.URLStreamHandler
|
The abstract class URLStreamHandler is the common superclass for all |
stream protocol handlers. |
java.io.PipedInputStream
|
A piped input |
stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream. |
java.util.zip.CheckedInputStream
|
CheckedInputStream: An input |
stream that also maintains a checksum of the data being read. |
java.util.zip.CheckedOutputStream
|
CheckedOutputStream: An output |
stream that also maintains a checksum of the data being written. |
java.io.StringWriter
|
A character |
stream that collects its output in a string buffer, which can then be used to construct a string. |
java.sql.SQLInput
|
An input |
stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type. |
java.io.LineNumberReader
|
LineNumberReader: A buffered character-input |
stream that keeps track of line numbers. |
java.security.DigestOutputStream
|
DigestOutputStream: A transparent |
stream that updates the associated message digest using the bits going through the stream. |
java.io.StreamCorruptedException
|
StreamCorruptedException: Thrown when control information that was read from an object |
stream violates internal consistency checks. |
java.io.StringReader
|
StringReader: A character |
stream whose source is a string. |
java.rmi.MarshalledObject
|
A MarshalledObject contains a byte |
stream with the serialized representation of an object given to its constructor. |
javax.print.DocFlavor.INPUT_STREAM
|
Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte |
stream {@link java.io.InputStream java.io.InputStream} as the print data representation class. |
javax.print.DocFlavor.READER
|
Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character |
stream {@link java.io.Reader java.io.Reader} as the print data representation class. |
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.io.PushbackInputStream
|
A PushbackInputStream adds functionality to another input |
stream, namely the ability to "push back" or "unread" one byte. |
java.io.PrintStream
|
A PrintStream adds functionality to another output |
stream, namely the ability to print representations of various data values conveniently. |
java.io.FilterInputStream
|
A FilterInputStream contains some other input |
stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality. |
java.io.ObjectStreamConstants
|
ObjectStreamConstants: Constants written into the Object Serialization |
Stream. |
java.io.BufferedInputStream
|
A BufferedInputStream adds functionality to another input |
stream-namely, the ability to buffer the input and to support the mark and reset methods. |
java.nio.channels.SocketChannel
|
SocketChannel: A selectable channel for |
stream-oriented connecting sockets. |
java.nio.channels.ServerSocketChannel
|
ServerSocketChannel: A selectable channel for |
stream-oriented listening sockets. |
java.io.StreamCorruptedException
|
|
StreamCorruptedException: Thrown when control information that was read from an object stream violates internal consistency checks. |
javax.print.StreamPrintServiceFactory
|
A StreamPrintServiceFactory is the factory for {@link |
StreamPrintService} instances, which can print to an output stream in a particular document format described as a mime type. |
javax.print.StreamPrintServiceFactory
|
A |
StreamPrintServiceFactory is the factory for {@link StreamPrintService} instances, which can print to an output stream in a particular document format described as a mime type. |
javax.xml.transform.stream.StreamResult
|
|
StreamResult: Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. |
javax.imageio.IIOParam
|
IIOParam: A superclass of all classes describing how |
streams should be decoded or encoded. |
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.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}. |
java.io.InputStreamReader
|
An InputStreamReader is a bridge from byte |
streams to character streams: It reads bytes and decodes them into characters using a specified {@link java.nio.charset.Charset charset}. |
java.io.Reader
|
Reader: Abstract class for reading character |
streams. |
javax.xml.transform.stream.StreamSource
|
|
StreamSource: Acts as an holder for a transformation Source in the form of a stream of XML markup. |
java.io.StreamTokenizer
|
The |
StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time. |
java.lang.StrictMath
|
The class |
StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions. |
...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.lang.StringBuffer
|
A |
string buffer implements a mutable sequence of characters. |
java.io.StringWriter
|
A character stream that collects its output in a |
string buffer, which can then be used to construct a string. |
java.lang.String
|
The |
String class represents character strings. |
java.text.Collator
|
The Collator class performs locale-sensitive |
String comparison. |
javax.xml.transform.OutputKeys
|
OutputKeys: Provides |
string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object. |
java.net.URISyntaxException
|
URISyntaxException: Checked exception thrown to indicate that a |
string could not be parsed as a URI reference. |
javax.naming.StringRefAddr
|
This class represents the |
string form of the address of a communications end-point. |
java.io.UTFDataFormatException
|
UTFDataFormatException: Signals that a malformed UTF-8 |
string has been read in a data input stream or by any class that implements the data input interface. |
java.lang.StringIndexOutOfBoundsException
|
StringIndexOutOfBoundsException: Thrown by |
String methods to indicate that an index is either negative or greater than the size of the string. |
java.lang.ClassNotFoundException
|
ClassNotFoundException: Thrown when an application tries to load in a class through its |
string name using: The forName method in class Class. |
java.rmi.registry.Registry
|
Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary |
string names. |
...nio.charset.IllegalCharsetNameException
|
IllegalCharsetNameException: Unchecked exception thrown when a |
string that is not a legal charset name is used as such. |
java.lang.NumberFormatException
|
NumberFormatException: Thrown to indicate that the application has attempted to convert a |
string to one of the numeric types, but that the string does not have the appropriate format. |
java.util.StringTokenizer
|
The |
string tokenizer class allows an application to break a string into tokens. |
java.text.CollationKey
|
A CollationKey represents a |
String under the rules of a specific Collator object. |
java.util.jar.Attributes
|
The Attributes class maps Manifest attribute names to associated |
string values. |
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.lang.IndexOutOfBoundsException
|
IndexOutOfBoundsException: Thrown to indicate that an index of some sort such as to an array, to a |
string, or to a vector is out of range. |
java.awt.datatransfer.StringSelection
|
StringSelection: A Transferable which implements the capability required to transfer a |
String. |
java.io.StringBufferInputStream
|
|
StringBufferInputStream: This class allows an application to create an input stream in which the bytes read are supplied by the contents of a string. |
java.text.StringCharacterIterator
|
|
StringCharacterIterator implements the CharacterIterater protocol for a String. |
java.lang.StringIndexOutOfBoundsException
|
|
StringIndexOutOfBoundsException: Thrown by String methods to indicate that an index is either negative or greater than the size of the string. |
java.io.StringReader
|
|
StringReader: A character stream whose source is a string. |
java.awt.datatransfer.FlavorMap
|
A two-way Map between "natives" |
Strings , which correspond to platform- specfic data formats, and "flavors" DataFlavors , which corerspond to platform-independent MIME types. |
java.awt.datatransfer.SystemFlavorMap
|
The SystemFlavorMap is a configurable map between "natives" |
Strings , which correspond to platform-specific data formats, and "flavors" DataFlavors , which correspond to platform-independent MIME types. |
java.util.PropertyResourceBundle
|
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static |
strings from a property file. |
...accessibility.AccessibleResourceBundle
|
AccessibleResourceBundle: A resource bundle containing the localized |
strings in the accessibility package. |
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.awt.datatransfer.StringSelection
|
|
StringSelection: A Transferable which implements the capability required to transfer a String. |
java.awt.BasicStroke
|
The BasicStroke class defines a basic set of rendering attributes for the outlines of graphics primitives, which are rendered with a {@link Graphics2D} object that has its |
Stroke attribute set to this BasicStroke. |
java.awt.Stroke
|
The |
Stroke interface allows a {@link Graphics2D} object to obtain a {@link Shape} that is the decorated outline, or stylistic representation of the outline, of the specified Shape. |
java.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.font.TextLayout.CaretPolicy
|
Defines a policy for determining the |
strong caret location. |
java.security.SecureRandom
|
This class provides a cryptographically |
strong pseudo-random number generator PRNG . |
javax.accessibility.AccessibleBundle
|
AccessibleBundle: Base class used to maintain a |
strongly typed enumeration. |
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. |
javax.imageio.metadata.IIOMetadataFormat
|
An object describing the |
structure of metadata documents returned from IIOMetadata.getAsTree and passed to IIOMetadata.setFromTree and mergeTree. |
java.io.FileDescriptor
|
FileDescriptor: Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific |
structure representing an open file, an open socket, or another source or sink of bytes. |
java.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.security.cert.PolicyQualifierInfo
|
An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo |
structure. |
java.sql.SQLInput
|
An input stream that contains a stream of values representing an instance of an SQL |
structured type or an SQL distinct type. |
java.sql.Ref
|
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL |
structured type value in the database. |
java.sql.Struct
|
The standard mapping in the Java programming language for an SQL |
structured type. |
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.applet.AppletStub
|
AppletStub: When an applet is first created, an applet |
stub is attached to it using the applet's setStub method. |
javax.rmi.CORBA.Stub
|
|
Stub: Base class from which all RMI-IIOP stubs must inherit. |
javax.rmi.CORBA.StubDelegate
|
StubDelegate: Supports delegation for method implementations in {@link |
Stub}. |
javax.rmi.CORBA.StubDelegate
|
|
StubDelegate: Supports delegation for method implementations in {@link Stub}. |
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.RemoteStub
|
The RemoteStub class is the common superclass to client |
stubs and provides the framework to support a wide range of remote reference semantics. |
java.rmi.server.RemoteCall
|
RemoteCall is an abstraction used solely by the RMI runtime in conjunction with |
stubs and skeletons of remote objects to carry out a call to a remote object. |
javax.rmi.CORBA.Util
|
Util: Provides utility methods that can be used by |
stubs and ties to perform common operations. |
javax.rmi.CORBA.Stub
|
Stub: Base class from which all RMI-IIOP |
stubs must inherit. |
java.awt.font.TextLayout
|
TextLayout is an immutable graphical representation of |
styled character data. |
java.awt.font.LineBreakMeasurer
|
The LineBreakMeasurer class allows |
styled text to be broken into lines or segments that fit within a particular visual advance. |
javax.print.ServiceUIFactory
|
Services may optionally provide UIs which allow different |
styles of interaction in different roles. |
java.awt.Stroke
|
The Stroke interface allows a {@link Graphics2D} object to obtain a {@link Shape} that is the decorated outline, or |
stylistic representation of the outline, of the specified Shape. |
java.awt.dnd.DragGestureListener
|
DragGestureListener: This interface is sourced from a DragGestureRecognizer and is invoked when an object of that |
sub class detects a drag initiating gesture. |
java.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.image.BufferedImage
|
The BufferedImage |
subclass describes an {@link Image} with an accessible buffer of image data. |
java.text.RuleBasedCollator
|
The RuleBasedCollator class is a concrete |
subclass of Collator that provides a simple, data-driven, table collator. |
java.awt.dnd.MouseDragGestureRecognizer
|
MouseDragGestureRecognizer: This abstract |
subclass of DragGestureRecognizer defines a DragGestureRecognizer for mouse based gestures. |
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. |
javax.print.attribute.standard.MediaTray
|
Class MediaTray is a |
subclass of Media. |
java.text.DecimalFormat
|
DecimalFormat is a concrete |
subclass of NumberFormat that formats decimal numbers. |
java.lang.Process
|
The Runtime.exec methods create a native process and return an instance of a |
subclass of Process that can be used to control the process and obtain information about it. |
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.util.PropertyResourceBundle
|
PropertyResourceBundle is a concrete |
subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file. |
java.awt.color.ICC_ProfileRGB
|
The ICC_ProfileRGB class is a |
subclass of the ICC_Profile class that represents profiles which meet the following criteria: The profile's color space type is RGB. |
java.awt.color.ICC_ProfileGray
|
A |
subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY and the profile includes the grayTRCTag and mediaWhitePointTag tags. |
java.lang.Error
|
An Error is a |
subclass of Throwable that indicates serious problems that a reasonable application should not try to catch. |
java.util.SimpleTimeZone
|
SimpleTimeZone is a concrete |
subclass of TimeZone that represents a time zone for use with a Gregorian calendar. |
java.lang.ClassCastException
|
Thrown to indicate that the code has attempted to cast an object to a |
subclass of which it is not an instance. |
java.util.GregorianCalendar
|
GregorianCalendar is a concrete |
subclass of {@link Calendar} and provides the standard calendar used by most of the world. |
java.awt.print.PrinterAbortException
|
The PrinterAbortException class is a |
subclass of {@link PrinterException} and is used to indicate that a user or application has terminated the print job while it was in the process of printing. |
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. |
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. |
...beancontext.BeanContextSupport.BCSIterator
|
BCSIterator: protected final |
subclass that encapsulates an iterator but implements a noop remove method. |
...BCSSServiceProvider
|
BCSSServiceProvider: subclasses may |
subclass this nested class to add behaviors for each BeanContextServicesProvider. |
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.awt.image.BufferedImageFilter
|
The BufferedImageFilter class |
subclasses an ImageFilter to provide a simple means of using a single-source/single-destination image operator {@link BufferedImageOp} to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm. |
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. |
java.awt.print.PrinterException
|
The PrinterException class and its |
subclasses are used to indicate that an exceptional condition has occurred in the print system. |
...BCSSServiceProvider
|
BCSSServiceProvider: |
subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider. |
java.lang.LinkageError
|
|
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class. |
java.text.FieldPosition
|
FieldPosition is a simple class used by Format and its |
subclasses to identify fields in formatted output. |
java.text.ParsePosition
|
ParsePosition is a simple class used by Format and its |
subclasses to keep track of the current position during parsing. |
java.text.DateFormat
|
DateFormat is an abstract class for date/time formatting |
subclasses which formats and parses dates or time in a language-independent manner. |
java.awt.MenuItem
|
All items in a menu must belong to the class MenuItem, or one of its |
subclasses. |
...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.beancontext.BeanContextProxy
|
This interface is implemented by a JavaBean that does not directly have a BeanContext Child associated with it via implementing that interface or a |
subinterface thereof , but has a public BeanContext Child delegated from it. |
javax.security.auth.SubjectDomainCombiner
|
A SubjectDomainCombiner updates ProtectionDomains with Principals from the |
Subject associated with this SubjectDomainCombiner. |
java.awt.dnd.DropTargetListener
|
The DropTargetListener interface is the callback interface used by the DropTarget class to provide notification of DnD operations that involve the |
subject DropTarget. |
java.awt.dnd.Autoscroll
|
Autoscroll: During DnD operations it is possible that a user may wish to drop the |
subject of the operation on a region of a scrollable GUI control that is not currently visible to the user. |
javax.security.auth.Subject
|
A |
Subject represents a grouping of related information for a single entity, such as a person. |
...security.auth.PrivateCredentialPermission
|
This class is used to protect access to private Credentials belonging to a particular |
Subject. |
javax.security.auth.Policy
|
This is an abstract class for representing the system policy for |
Subject-based authorization. |
javax.security.auth.SubjectDomainCombiner
|
A |
SubjectDomainCombiner updates ProtectionDomains with Principals from the Subject associated with this SubjectDomainCombiner. |
java.security.spec.X509EncodedKeySpec
|
X509EncodedKeySpec: This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type |
SubjectPublicKeyInfo. |
javax.security.auth.login.LoginContext
|
The LoginContext class describes the basic methods used to authenticate |
Subjects and provides a way to develop an application independent of the underlying authentication technology. |
...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. |
...print.attribute.standard.JobImpressions
|
Class JobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document s being |
submitted. |
java.awt.image.PixelGrabber
|
The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a |
subset of the pixels in that image. |
java.lang.Character.Subset
|
|
Subset: Instances of this class represent particular subsets of the Unicode character set. |
java.awt.im.InputSubset
|
InputSubset: Defines additional Unicode |
subsets for use by input methods. |
java.lang.Character.Subset
|
Subset: Instances of this class represent particular |
subsets of the Unicode character set. |
java.lang.Character.UnicodeBlock
|
UnicodeBlock: A family of character |
subsets representing the character blocks in the Unicode specification. |
java.awt.image.renderable.RenderableImage
|
A RenderableImage is a common interface for rendering-independent images a notion which |
subsumes resolution independence . |
...security.cert.PKIXCertPathBuilderResult
|
This class represents the |
successful result of the PKIX certification path builder algorithm. |
...security.cert.PKIXCertPathValidatorResult
|
This class represents the |
successful result of the PKIX certification path validation algorithm. |
...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.awt.im.spi.InputMethodDescriptor
|
InputMethodDescriptor: Defines methods that provide |
sufficient information about an input method to enable selection and loading of that input method. |
...LoginModuleControlFlag
|
LoginModuleControlFlag: This class represents whether or not a LoginModule is REQUIRED, REQUISITE, |
SUFFICIENT or OPTIONAL. |
java.util.logging.SimpleFormatter
|
SimpleFormatter: Print a brief |
summary of the LogRecord in a human readable format. |
java.awt.MenuContainer
|
MenuContainer: The |
super class of all menu related containers. |
javax.print.event.PrintEvent
|
Class PrintEvent is the |
super class of all Print Service API events. |
javax.imageio.spi.ImageReaderWriterSpi
|
ImageReaderWriterSpi: A |
superclass containing instance variables and methods common to ImageReaderSpi and ImageWriterSpi. |
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.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.net.URLStreamHandler
|
The abstract class URLStreamHandler is the common |
superclass for all stream protocol handlers. |
javax.imageio.ImageWriter
|
An abstract |
superclass for encoding and writing images. |
javax.imageio.ImageReader
|
An abstract |
superclass for parsing and decoding of images. |
java.awt.Toolkit
|
This class is the abstract |
superclass of all actual implementations of the Abstract Window Toolkit. |
javax.imageio.IIOParam
|
IIOParam: A |
superclass of all classes describing how streams should be decoded or encoded. |
java.io.InputStream
|
This abstract class is the |
superclass of all classes representing an input stream of bytes. |
java.io.OutputStream
|
This abstract class is the |
superclass of all classes representing an output stream of bytes. |
java.net.SocketImpl
|
The abstract class SocketImpl is a common |
superclass of all classes that actually implement sockets. |
java.io.FilterOutputStream
|
This class is the |
superclass of all classes that filter output streams. |
java.net.ContentHandler
|
The abstract class ContentHandler is the |
superclass of all classes that read an Object from a URLConnection. |
java.net.URLConnection
|
The abstract class URLConnection is the |
superclass of all classes that represent a communications link between the application and a URL. |
java.awt.Image
|
The abstract class Image is the |
superclass of all classes that represent graphical images. |
java.lang.reflect.Proxy
|
Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the |
superclass of all dynamic proxy classes created by those methods. |
java.lang.Throwable
|
The Throwable class is the |
superclass of all errors and exceptions in the Java language. |
java.io.ObjectStreamException
|
ObjectStreamException: |
Superclass of all exceptions specific to Object Stream classes. |
javax.naming.NamingException
|
This is the |
superclass of all exceptions thrown by operations in the Context and DirContext interfaces. |
java.awt.MenuComponent
|
The abstract class MenuComponent is the |
superclass of all menu-related components. |
java.awt.TextComponent
|
The TextComponent class is the |
superclass of any component that allows the editing of some text. |
java.lang.Number
|
The abstract class Number is the |
superclass of classes BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and Short. |
javax.naming.NamingSecurityException
|
This is the |
superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces. |
java.lang.RuntimeException
|
RuntimeException is the |
superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine. |
java.rmi.server.RemoteStub
|
The RemoteStub class is the common |
superclass to client stubs and provides the framework to support a wide range of remote reference semantics. |
java.rmi.server.RemoteServer
|
The RemoteServer class is the common |
superclass to server implementations and provides the framework to support a wide range of remote reference semantics. |
javax.imageio.spi.IIOServiceProvider
|
IIOServiceProvider: A |
superinterface for functionality common to all Image I/O service provider interfaces SPIs . |
java.io.StringBufferInputStream
|
StringBufferInputStream: This class allows an application to create an input stream in which the bytes read are |
supplied by the contents of a string. |
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. |
javax.print.DocFlavor
|
Class DocFlavor encapsulates an object that specifies the format in which print data is |
supplied to a {@link DocPrintJob}. |
javax.print.MultiDoc
|
Interface MultiDoc specifies the interface for an object that |
supplies more than one piece of print data for a Print Job. |
javax.print.Doc
|
Interface Doc specifies the interface for an object that |
supplies one piece of print data for a Print Job. |
...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. |
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. |
javax.accessibility.AccessibleAction
|
The AccessibleAction interface should be |
supported by any object that can perform one or more actions. |
javax.accessibility.AccessibleKeyBinding
|
The AccessibleKeyBinding interface should be |
supported by any object that has a keyboard bindings such as a keyboard mnemonic and/or keyboard shortcut which can be used to select the object. |
javax.accessibility.AccessibleIcon
|
The AccessibleIcon interface should be |
supported by any object that has an associated icon e.g., buttons . |
...accessibility.AccessibleExtendedComponent
|
The AccessibleExtendedComponent interface should be |
supported by any object that is rendered on the screen. |
javax.accessibility.AccessibleValue
|
The AccessibleValue interface should be |
supported by any object that supports a numerical value e.g., a scroll bar . |
...datatransfer.UnsupportedFlavorException
|
UnsupportedFlavorException: Signals that the requested data is not |
supported in this flavor. |
|