java.awt.geom.GeneralPath
|
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic |
Bézier curves. |
java.awt.BufferCapabilities.FlipContents
|
FlipContents: A type-safe enumeration of the possible |
back buffer contents after page-flipping |
java.io.PushbackReader
|
PushbackReader: A character-stream reader that allows characters to be pushed |
back into the stream. |
java.sql.SQLOutput
|
The output stream for writing the attributes of a user-defined type |
back to the database. |
java.io.PushbackInputStream
|
A PushbackInputStream adds functionality to another input stream, namely the ability to "push |
back" or "unread" one byte. |
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.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.Timer
|
A facility for threads to schedule tasks for future execution in a |
background thread. |
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. |
java.awt.Event
|
NOTE: The Event class is obsolete and is available only for |
backwards compatilibility. |
java.awt.FontFormatException
|
FontFormatException: Thrown by method createFont in the Font class to indicate that the specified font is |
bad. |
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.BandCombineOp
|
|
BandCombineOp: This class performs an arbitrary linear combination of the bands in a Raster, using a specified matrix. |
java.awt.image.BandCombineOp
|
BandCombineOp: This class performs an arbitrary linear combination of the |
bands in a Raster, using a specified matrix. |
javax.accessibility.AccessibleValue
|
The AccessibleValue interface should be supported by any object that supports a numerical value e.g., a scroll |
bar . |
java.awt.MenuBar
|
The MenuBar class encapsulates the platform's concept of a menu |
bar bound to a frame. |
java.awt.Scrollbar
|
The Scrollbar class embodies a scroll |
bar, a familiar user-interface object. |
java.awt.Menu
|
A Menu object is a pull-down menu component that is deployed from a menu |
bar. |
java.awt.geom.RectangularShape
|
RectangularShape is the |
base class for a number of {@link Shape} objects whose geometry is defined by a rectangular frame. |
javax.accessibility.AccessibleHypertext
|
The AccessibleHypertext class is the |
base class for all classes that present hypertext information on the display. |
java.awt.Graphics
|
The Graphics class is the abstract |
base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images. |
java.text.NumberFormat
|
NumberFormat is the abstract |
base class for all number formats. |
java.awt.dnd.DropTargetEvent
|
The DropTargetEvent is the |
base class for both the DropTargetDragEvent and the DropTargetDropEvent. |
java.io.CharConversionException
|
CharConversionException: |
Base class for character conversion exceptions. |
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. |
org.xml.sax.helpers.XMLFilterImpl
|
XMLFilterImpl: |
Base class for deriving an XML filter. |
java.awt.dnd.DragSourceEvent
|
This class is the |
base class for DragSourceDragEvent and DragSourceDropEvent. |
java.lang.reflect.AccessibleObject
|
The AccessibleObject class is the |
base class for Field, Method and Constructor objects. |
java.text.Format
|
Format is an abstract |
base class for formatting locale-sensitive information such as dates, messages, and numbers. |
org.xml.sax.HandlerBase
|
HandlerBase: Default |
base class for handlers. |
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.lang.ref.Reference
|
Reference: Abstract |
base class for reference objects. |
org.xml.sax.helpers.DefaultHandler
|
DefaultHandler: Default |
base class for SAX2 event handlers. |
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. |
javax.rmi.CORBA.Stub
|
Stub: |
Base class from which all RMI-IIOP stubs must inherit. |
javax.print.attribute.EnumSyntax
|
Class EnumSyntax is an abstract |
base class providing the common implementation of all "type safe enumeration" objects. |
javax.print.attribute.ResolutionSyntax
|
Class ResolutionSyntax is an abstract |
base class providing the common implementation of all attributes denoting a printer resolution. |
javax.print.attribute.Size2DSyntax
|
Class Size2DSyntax is an abstract |
base class providing the common implementation of all attributes denoting a size in two dimensions. |
javax.print.attribute.DateTimeSyntax
|
Class DateTimeSyntax is an abstract |
base class providing the common implementation of all attributes whose value is a date and time. |
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. |
javax.print.attribute.TextSyntax
|
Class TextSyntax is an abstract |
base class providing the common implementation of all attributes whose value is a string. |
javax.print.attribute.URISyntax
|
Class URISyntax is an abstract |
base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier URI . |
javax.print.attribute.IntegerSyntax
|
Class IntegerSyntax is an abstract |
base class providing the common implementation of all attributes with integer values. |
javax.accessibility.AccessibleBundle
|
AccessibleBundle: |
Base class used to maintain a strongly typed enumeration. |
java.net.DatagramSocketImpl
|
DatagramSocketImpl: Abstract datagram and multicast socket implementation |
base class. |
...channels.spi.AbstractInterruptibleChannel
|
AbstractInterruptibleChannel: |
Base implementation class for interruptible channels. |
...nio.channels.spi.AbstractSelectableChannel
|
AbstractSelectableChannel: |
Base implementation class for selectable channels. |
java.nio.channels.spi.AbstractSelectionKey
|
AbstractSelectionKey: |
Base implementation class for selection keys. |
java.nio.channels.spi.AbstractSelector
|
AbstractSelector: |
Base implementation class for selectors. |
javax.print.attribute.Attribute
|
Interface Attribute is the |
base interface implemented by any and every printing attribute class to indicate that the class represents a printing attribute. |
java.awt.RenderingHints.Key
|
Key: Defines the |
base type of all keys used to control various aspects of the rendering and imaging pipelines. |
java.beans.FeatureDescriptor
|
The FeatureDescriptor class is the common |
baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc. |
java.awt.dnd.MouseDragGestureRecognizer
|
MouseDragGestureRecognizer: This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for mouse |
based gestures. |
java.util.HashMap
|
Hash table |
based implementation of the Map interface. |
java.util.TreeMap
|
Red-Black tree |
based implementation of the SortedMap interface. |
java.util.logging.StreamHandler
|
Stream |
based logging Handler. |
java.awt.LayoutManager2
|
LayoutManager2: Defines an interface for classes that know how to layout Containers |
based on a layout constraints object. |
java.security.AccessControlContext
|
An AccessControlContext is used to make system resource access decisions |
based on the context it encapsulates. |
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.DefaultFocusTraversalPolicy
|
A FocusTraversalPolicy that determines traversal order |
based on the order of child Components in a Container. |
javax.xml.parsers.SAXParserFactory
|
Defines a factory API that enables applications to configure and obtain a SAX |
based parser to parse XML documents. |
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. |
org.xml.sax.DTDHandler
|
Receive notification of |
basic DTD-related events. |
javax.naming.directory.BasicAttribute
|
This class provides a |
basic implementation of the Attribute interface. |
javax.naming.directory.BasicAttributes
|
This class provides a |
basic implementation of the Attributes interface. |
org.xml.sax.EntityResolver
|
|
Basic interface for resolving entities. |
org.xml.sax.ErrorHandler
|
|
Basic interface for SAX error handlers. |
org.xml.sax.Parser
|
Parser: |
Basic interface for SAX Simple API for XML parsers. |
java.security.KeyException
|
KeyException: This is the |
basic key exception. |
javax.security.auth.login.LoginException
|
LoginException: This is the |
basic login exception. |
javax.security.auth.login.LoginContext
|
The LoginContext class describes the |
basic methods used to authenticate Subjects and provides a way to develop an application independent of the underlying authentication technology. |
java.lang.Math
|
The class Math contains methods for performing |
basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions. |
java.sql.DriverManager
|
The |
basic service for managing a set of JDBC drivers. |
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.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.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.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.sql.BatchUpdateException
|
An exception thrown when an error occurs during a |
batch update operation. |
...beancontext.BeanContextSupport.BCSChild
|
|
BCSChild: |
...beancontext.BeanContextSupport.BCSIterator
|
|
BCSIterator: protected final subclass that encapsulates an iterator but implements a noop remove method. |
...BeanContextServicesSupport.BCSSChild
|
|
BCSSChild: |
...BCSSProxyServiceProvider
|
|
BCSSProxyServiceProvider: |
...BCSSServiceProvider
|
|
BCSSServiceProvider: subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider. |
java.beans.BeanDescriptor
|
A BeanDescriptor provides global information about a |
"bean", including its Java class, its displayName, etc. |
java.beans.PropertyChangeEvent
|
A "PropertyChange" event gets delivered whenever a |
bean changes a "bound" or "constrained" property. |
java.beans.PropertyChangeListener
|
A "PropertyChange" event gets fired whenever a |
bean changes a "bound" property. |
java.beans.VetoableChangeListener
|
A VetoableChange event gets fired whenever a |
bean changes a "constrained" property. |
java.beans.PropertyDescriptor
|
A PropertyDescriptor describes one property that a Java |
Bean exports via a pair of accessor methods. |
java.beans.EventSetDescriptor
|
An EventSetDescriptor describes a group of events that a given Java |
bean fires. |
java.beans.BeanInfo
|
A |
bean implementor who wishes to provide explicit information about their bean may provide a BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods, properties, events, etc, of their bean. |
java.beans.ParameterDescriptor
|
The ParameterDescriptor class allows |
bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.Method class. |
java.beans.Visibility
|
Visibility: Under some circumstances a |
bean may be run on servers where a GUI is not available. |
...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.MethodDescriptor
|
A MethodDescriptor describes a particular method that a Java |
Bean supports for external access from other components. |
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.beans.beancontext.BeanContext
|
The |
BeanContext acts a logical hierarchical container for JavaBeans. |
...beancontext.BeanContextMembershipListener
|
BeanContextMembershipListener: Compliant BeanContexts fire events on this interface when the state of the membership of the |
BeanContext changes. |
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. |
...beancontext.BeanContextServiceProvider
|
One of the primary functions of a |
BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders. |
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.beans.beancontext.BeanContextServices
|
The BeanContextServices interface provides a mechanism for a |
BeanContext to expose generic "services" to the BeanContextChild objects within. |
...beancontext.BeanContextMembershipEvent
|
A BeanContextMembershipEvent encapsulates the list of children added to, or removed from, the membership of a particular |
BeanContext. |
java.beans.beancontext.BeanContextServices
|
The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the |
BeanContextChild objects within. |
...beans.beancontext.BeanContextChildSupport
|
BeanContextChildSupport: This is a general support class to provide support for implementing the |
BeanContextChild protocol. |
...beancontext.BeanContextChildComponentProxy
|
|
BeanContextChildComponentProxy: This interface is implemented by BeanContextChildren that have an AWT Component associated with them. |
...beancontext.BeanContextChildComponentProxy
|
BeanContextChildComponentProxy: This interface is implemented by |
BeanContextChildren that have an AWT Component associated with them. |
...beans.beancontext.BeanContextChildSupport
|
|
BeanContextChildSupport: This is a general support class to provide support for implementing the BeanContextChild protocol. |
...beancontext.BeanContextContainerProxy
|
|
BeanContextContainerProxy: This interface is implemented by BeanContexts' that have an AWT Container associated with them. |
java.beans.beancontext.BeanContextEvent
|
|
BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext. |
...beancontext.BeanContextMembershipEvent
|
A |
BeanContextMembershipEvent encapsulates the list of children added to, or removed from, the membership of a particular BeanContext. |
...beancontext.BeanContextMembershipListener
|
|
BeanContextMembershipListener: Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes. |
...beancontext.BeanContextMembershipListener
|
BeanContextMembershipListener: Compliant |
BeanContexts fire events on this interface when the state of the membership of the BeanContext changes. |
...beancontext.BeanContextContainerProxy
|
BeanContextContainerProxy: This interface is implemented by |
BeanContexts' that have an AWT Container associated with them. |
...beancontext.BeanContextServicesListener
|
BeanContextServicesListener: The listener interface for receiving |
BeanContextServiceAvailableEvent objects. |
...BeanContextServiceAvailableEvent
|
|
BeanContextServiceAvailableEvent: This event type is used by the BeanContextServicesListener in order to identify the service being registered. |
...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. |
...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. |
...beancontext.BeanContextServiceProvider
|
One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and |
BeanContextServiceProviders. |
...BeanContextServiceRevokedListener
|
BeanContextServiceRevokedListener: The listener interface for receiving |
BeanContextServiceRevokedEvent objects. |
...beancontext.BeanContextServiceRevokedEvent
|
|
BeanContextServiceRevokedEvent: This event type is used by the BeanContextServiceRevokedListener in order to identify the service being revoked. |
...beancontext.BeanContextServiceRevokedEvent
|
BeanContextServiceRevokedEvent: This event type is used by the |
BeanContextServiceRevokedListener in order to identify the service being revoked. |
...BeanContextServiceRevokedListener
|
|
BeanContextServiceRevokedListener: The listener interface for receiving BeanContextServiceRevokedEvent objects. |
java.beans.beancontext.BeanContextServices
|
The |
BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within. |
...BeanContextServiceAvailableEvent
|
BeanContextServiceAvailableEvent: This event type is used by the |
BeanContextServicesListener in order to identify the service being registered. |
...beancontext.BeanContextServicesListener
|
|
BeanContextServicesListener: The listener interface for receiving BeanContextServiceAvailableEvent objects. |
...BCSSServiceProvider
|
BCSSServiceProvider: subclasses may subclass this nested class to add behaviors for each |
BeanContextServicesProvider. |
...beancontext.BeanContextServicesSupport
|
|
BeanContextServicesSupport: This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface. |
java.beans.beancontext.BeanContextSupport
|
|
BeanContextSupport: This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface. |
java.beans.BeanDescriptor
|
A |
BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc. |
java.beans.BeanInfo
|
A bean implementor who wishes to provide explicit information about their bean may provide a |
BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods, properties, events, etc, of their bean. |
...BeanContextServiceProviderBeanInfo
|
BeanContextServiceProviderBeanInfo: A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a |
BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, events, etc, of their services. |
java.beans.SimpleBeanInfo
|
SimpleBeanInfo: This is a support class to make it easier for people to provide |
BeanInfo classes. |
java.beans.PropertyChangeSupport
|
PropertyChangeSupport: This is a utility class that can be used by |
beans that support bound properties. |
java.beans.VetoableChangeSupport
|
VetoableChangeSupport: This is a utility class that can be used by |
beans that support constrained properties. |
java.beans.Beans
|
|
Beans: This class provides some general purpose beans control methods. |
...print.attribute.UnmodifiableSetException
|
UnmodifiableSetException: Thrown to indicate that the requested operation cannot be performed |
becasue the set is unmodifiable. |
java.awt.event.ContainerEvent
|
A low-level event which indicates that a container's contents changed |
because a component was added or removed. |
java.lang.StackOverflowError
|
StackOverflowError: Thrown when a stack overflow occurs |
because an application recurses too deeply. |
org.w3c.dom.DOMException
|
DOMException: DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform either for logical reasons, |
because data is lost, or because the implementation has become unstable . |
java.lang.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. |
javax.naming.NameNotFoundException
|
NameNotFoundException: This exception is thrown when a component of the name cannot be resolved |
because it is not bound. |
java.lang.OutOfMemoryError
|
OutOfMemoryError: Thrown when the Java Virtual Machine cannot allocate an object |
because it is out of memory, and no more memory could be made available by the garbage collector. |
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. |
...prefs.InvalidPreferencesFormatException
|
Thrown to indicate that an operation could not complete |
because the input did not conform to the appropriate XML document type for a collection of preferences, as per the {@link Preferences} specification. |
javax.naming.NameAlreadyBoundException
|
NameAlreadyBoundException: This exception is thrown by methods to indicate that a binding cannot be added |
because the name is already bound to another object. |
...print.attribute.standard.JobHoldUntil
|
Class JobHoldUntil is a printing attribute class, a date-time attribute, that specifies the exact date and time at which the job must |
become a candidate for printing. |
java.rmi.activation.ActivationGroup
|
An ActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing its ActivationMonitor when either: its object's |
become active or inactive, or the group as a whole becomes inactive. |
java.awt.image.TileObserver
|
TileObserver: An interface for objects that wish to be informed when tiles of a WritableRenderedImage |
become modifiable by some writer via a call to getWritableTile, and when they become unmodifiable via the last call to releaseWritableTile. |
org.w3c.dom.DOMException
|
DOMException: DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform either for logical reasons, because data is lost, or because the implementation has |
become unstable . |
java.rmi.activation.ActivationGroup
|
An ActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing its ActivationMonitor when either: its object's become active or inactive, or the group as a whole |
becomes inactive. |
java.lang.ArrayIndexOutOfBoundsException
|
ArrayIndexOutOfBoundsException: Thrown to indicate that an array has |
been accessed with an illegal index. |
java.util.prefs.NodeChangeEvent
|
An event emitted by a Preferences node to indicate that a child of that node has |
been added or removed. |
java.util.prefs.PreferenceChangeEvent
|
An event emitted by a Preferences node to indicate that a preference has |
been added, removed or has had its value changed. |
java.lang.CloneNotSupportedException
|
CloneNotSupportedException: Thrown to indicate that the clone method in class Object has |
been called to clone an object, but that the object's class does not implement the Cloneable interface. |
java.lang.ClassCircularityError
|
ClassCircularityError: Thrown when a circularity has |
been detected while initializing a class. |
java.io.InterruptedIOException
|
Signals that an I/O operation has |
been interrupted. |
java.lang.IllegalStateException
|
IllegalStateException: Signals that a method has |
been invoked at an illegal or inappropriate time. |
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.lang.IllegalArgumentException
|
IllegalArgumentException: Thrown to indicate that a method has |
been passed an illegal or inappropriate argument. |
...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.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. |
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.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.PortUnreachableException
|
PortUnreachableException: Signals that an ICMP Port Unreachable message has |
been received on a connected datagram. |
...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. |
...attribute.standard.DateTimeAtProcessing
|
Class DateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first |
began processing. |
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.rmi.server.RemoteObject
|
The RemoteObject class implements the java.lang.Object |
behavior for remote objects. |
...BCSSServiceProvider
|
BCSSServiceProvider: subclasses may subclass this nested class to add |
behaviors for each BeanContextServicesProvider. |
java.awt.event.InputMethodEvent
|
InputMethodEvent: Input method events contain information about text that is |
being composed using an input method. |
java.awt.im.InputMethodHighlight
|
An InputMethodHighlight is used to describe the highlight attributes of text |
being composed. |
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.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.rmi.server.SkeletonNotFoundException
|
A SkeletonNotFoundException is thrown if the Skeleton corresponding to the remote object |
being exported is not found. |
javax.naming.InterruptedNamingException
|
This exception is thrown when the naming operation |
being invoked has been interrupted. |
...naming.OperationNotSupportedException
|
This exception is thrown when a context implementation does not support the operation |
being invoked. |
java.lang.ref.WeakReference
|
WeakReference: Weak reference objects, which do not prevent their referents from |
being made finalizable, finalized, and then reclaimed. |
java.security.PrivilegedActionException
|
This exception is thrown by doPrivileged PrivilegedExceptionAction and doPrivileged PrivilegedExceptionAction, AccessControlContext context to indicate that the action |
being performed threw a checked exception. |
java.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.util.zip.CheckedInputStream
|
CheckedInputStream: An input stream that also maintains a checksum of the data |
being read. |
...BeanContextServiceAvailableEvent
|
BeanContextServiceAvailableEvent: This event type is used by the BeanContextServicesListener in order to identify the service |
being registered. |
javax.naming.PartialResultException
|
PartialResultException: This exception is thrown to indicate that the result |
being returned or returned so far is partial, and that the operation cannot be completed. |
...beancontext.BeanContextServiceRevokedEvent
|
BeanContextServiceRevokedEvent: This event type is used by the BeanContextServiceRevokedListener in order to identify the service |
being revoked. |
javax.naming.InvalidNameException
|
InvalidNameException: This exception indicates that the name |
being specified does not conform to the naming syntax of a naming system. |
...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.util.zip.CheckedOutputStream
|
CheckedOutputStream: An output stream that also maintains a checksum of the data |
being written. |
java.awt.MenuItem
|
All items in a menu must |
belong to the class MenuItem, or one of its subclasses. |
...security.auth.PrivateCredentialPermission
|
This class is used to protect access to private Credentials |
belonging to a particular Subject. |
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.awt.event.HierarchyEvent
|
An event which indicates a change to the Component hierarchy to which a Component |
belongs. |
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.util.logging.Filter
|
A Filter can be used to provide fine grain control over what is logged, |
beyond the control provided by log levels. |
java.beans.ParameterDescriptor
|
The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, |
beyond the low level type information provided by the java.lang.reflect.Method class. |
java.awt.font.TextHitInfo
|
The TextHitInfo class represents a character position in a text model, and a |
bias, or "side," of the character. |
java.text.Bidi
|
This class implements the Unicode Version 3.0 |
Bidirectional Algorithm. |
java.text.CharacterIterator
|
This interface defines a protocol for |
bidirectional iteration over text. |
java.lang.Number
|
The abstract class Number is the superclass of classes |
BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and Short. |
java.lang.Number
|
The abstract class Number is the superclass of classes BigDecimal, |
BigInteger, Byte, Double, Float, Integer, Long, and Short. |
javax.naming.BinaryRefAddr
|
This class represents the |
binary form of the address of a communications end-point. |
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.DataInput
|
The DataInput interface provides for reading bytes from a |
binary stream and reconstructing from them data in any of the Java primitive types. |
java.io.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.net.BindException
|
BindException: Signals that an error occurred while attempting to |
bind a socket to a local address and port. |
java.rmi.AlreadyBoundException
|
An AlreadyBoundException is thrown if an attempt is made to |
bind an object in the registry to a name that already has an associated binding. |
...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.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.net.BindException
|
|
BindException: Signals that an error occurred while attempting to bind a socket to a local address and port. |
javax.naming.NameAlreadyBoundException
|
NameAlreadyBoundException: This exception is thrown by methods to indicate that a |
binding cannot be added because the name is already bound to another object. |
javax.naming.NameClassPair
|
This class represents the object name and class name pair of a |
binding found in a context. |
org.ietf.jgss.ChannelBinding
|
This class encapsulates the concept of caller-provided channel |
binding information. |
javax.print.attribute.standard.Finishings
|
Class Finishings is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of |
binding to each copy of each printed document in the job. |
java.rmi.NotBoundException
|
A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated |
binding. |
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.naming.Context
|
This interface represents a naming context, which consists of a set of name-to-object |
bindings. |
java.awt.DisplayMode
|
The DisplayMode class encapsulates the |
bit depth, height, width, and refresh rate of a GraphicsDevice. |
java.awt.Cursor
|
Cursor: A class to encapsulate the |
bitmap representation of the mouse cursor. |
java.security.DigestOutputStream
|
DigestOutputStream: A transparent stream that updates the associated message digest using the |
bits going through the stream. |
java.util.BitSet
|
This class implements a vector of |
bits that grows as needed. |
...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 . |
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.AlphaComposite
|
This AlphaComposite class implements the basic alpha compositing rules for combining source and destination pixels to achieve |
blending and transparency effects with graphics and images. |
java.awt.Component.BltBufferStrategy
|
BltBufferStrategy: Inner class for |
blitting offscreen surfaces to a component. |
java.sql.Blob
|
The representation mapping in the JavaTM programming language of an SQL |
BLOB value. |
...nio.channels.ClosedByInterruptException
|
ClosedByInterruptException: Checked exception received by a thread when another thread interrupts it while it is |
blocked in an I/O operation upon a channel. |
...nio.channels.AsynchronousCloseException
|
AsynchronousCloseException: Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is |
blocked in an I/O operation. |
...nio.channels.IllegalBlockingModeException
|
IllegalBlockingModeException: Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect |
blocking mode. |
...nio.channels.IllegalBlockingModeException
|
IllegalBlockingModeException: Unchecked exception thrown when a |
blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode. |
java.lang.Character.UnicodeBlock
|
UnicodeBlock: A family of character subsets representing the character |
blocks in the Unicode specification. |
org.w3c.dom.CDATASection
|
CDATA sections are used to escape |
blocks of text containing characters that would otherwise be regarded as markup. |
java.awt.Component.BltBufferStrategy
|
|
BltBufferStrategy: Inner class for blitting offscreen surfaces to a component. |
java.awt.image.ColorModel
|
The ColorModel abstract class encapsulates the methods for translating a pixel value to color components for example, red, green, and |
blue and an alpha component. |
java.awt.print.Book
|
The |
Book class provides a representation of a document in which pages may have different page formats and page painters. |
java.lang.Boolean
|
The |
Boolean class wraps a value of the primitive type boolean in an object. |
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.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.Dialog
|
A Dialog is a top-level window with a title and a |
border that is typically used to take some form of input from the user. |
java.awt.Frame
|
A Frame is a top-level window with a title and a |
border. |
java.awt.Window
|
A Window object is a top-level window with no |
borders and no menubar. |
java.awt.Insets
|
An Insets object is a representation of the |
borders of a container. |
java.awt.EventQueue
|
EventQueue is a platform-independent class that queues events, |
both from the underlying peer classes and from trusted application classes. |
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. |
java.io.RandomAccessFile
|
RandomAccessFile: Instances of this class support |
both reading and writing to a random access file. |
java.text.AttributedCharacterIterator
|
An AttributedCharacterIterator allows iteration through |
both text and related attribute information. |
java.awt.dnd.DropTargetEvent
|
The DropTargetEvent is the base class for |
both the DropTargetDragEvent and the DropTargetDropEvent. |
...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.MediaSize
|
Class MediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the |
bottom edge and the Y dimension running along the left edge. |
java.beans.PropertyChangeEvent
|
A "PropertyChange" event gets delivered whenever a bean changes a |
"bound" or "constrained" property. |
java.beans.PropertyChangeListener
|
A "PropertyChange" event gets fired whenever a bean changes a |
"bound" property. |
java.beans.PropertyChangeSupport
|
PropertyChangeSupport: This is a utility class that can be used by beans that support |
bound properties. |
java.awt.MenuBar
|
The MenuBar class encapsulates the platform's concept of a menu bar |
bound to a frame. |
javax.naming.LinkRef
|
This class represents a Reference whose contents is a name, called the link name, that is |
bound to an atomic name in a context. |
javax.naming.NameAlreadyBoundException
|
NameAlreadyBoundException: This exception is thrown by methods to indicate that a binding cannot be added because the name is already |
bound to another object. |
java.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.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.text.BreakIterator
|
The BreakIterator class implements methods for finding the location of |
boundaries in text. |
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.Adjustable
|
Adjustable: The interface for objects which have an adjustable numeric value contained within a |
bounded range of values. |
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.geom.Ellipse2D
|
The Ellipse2D class describes an ellipse that is defined by a |
bounding rectangle. |
java.awt.Checkbox
|
A check |
box is a graphical component that can be in either an "on" true or "off" false state. |
java.awt.CheckboxMenuItem
|
CheckboxMenuItem: This class represents a check |
box that can be included in a menu. |
java.util.StringTokenizer
|
The string tokenizer class allows an application to |
break a string into tokens. |
java.awt.font.TextMeasurer
|
The TextMeasurer class provides the primitive operations needed for line |
break: measuring up to a given advance, determining the advance of a range of characters, and generating a TextLayout for a range of characters. |
java.text.BreakIterator
|
The |
BreakIterator class implements methods for finding the location of boundaries in text. |
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.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.util.logging.SimpleFormatter
|
SimpleFormatter: Print a |
brief summary of the LogRecord in a human readable format. |
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.lang.VirtualMachineError
|
VirtualMachineError: Thrown to indicate that the Java Virtual Machine is |
broken or has run out of resources necessary for it to continue operating. |
javax.print.ServiceUI
|
ServiceUI: This class is a collection of UI convenience methods which provide a graphical user dialog for |
browsing print services looked up through the Java Print Service API. |
java.awt.BufferCapabilities.FlipContents
|
FlipContents: A type-safe enumeration of the possible back |
buffer contents after page-flipping |
java.lang.StringBuffer
|
A string |
buffer implements a mutable sequence of characters. |
java.util.logging.MemoryHandler
|
Handler that buffers requests in a circular |
buffer in memory. |
java.awt.image.BufferedImage
|
The BufferedImage subclass describes an {@link Image} with an accessible |
buffer of image data. |
java.io.CharArrayReader
|
CharArrayReader: This class implements a character |
buffer that can be used as a character-input stream. |
java.io.CharArrayWriter
|
CharArrayWriter: This class implements a character |
buffer that can be used as an Writer. |
java.io.ByteArrayInputStream
|
A ByteArrayInputStream contains an internal |
buffer that contains bytes that may be read from the 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.InvalidMarkException
|
InvalidMarkException: Unchecked exception thrown when an attempt is made to reset a |
buffer when its mark is not defined. |
java.nio.MappedByteBuffer
|
MappedByteBuffer: A direct byte |
buffer whose content is a memory-mapped region of a file. |
java.io.StringWriter
|
A character stream that collects its output in a string |
buffer, which can then be used to construct a string. |
java.nio.CharBuffer
|
CharBuffer: A character |
buffer. |
java.nio.BufferOverflowException
|
BufferOverflowException: Unchecked exception thrown when a relative put operation reaches the target |
buffer's limit. |
java.awt.BufferCapabilities
|
|
BufferCapabilities: Capabilities and properties of buffers. |
java.io.LineNumberReader
|
LineNumberReader: A |
buffered character-input stream that keeps track of line numbers. |
java.io.BufferedOutputStream
|
BufferedOutputStream: The class implements a |
buffered output stream. |
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.awt.image.BufferedImageOp
|
BufferedImageOp: This interface describes single-input/single-output operations performed on |
BufferedImage objects. |
java.awt.image.BufferedImage
|
The |
BufferedImage subclass describes an {@link Image} with an accessible buffer of image data. |
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.TexturePaint
|
The TexturePaint class provides a way to fill a {@link Shape} with a texture that is specified as a {@link |
BufferedImage}. |
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.awt.image.BufferedImageOp
|
|
BufferedImageOp: This interface describes single-input/single-output operations performed on BufferedImage objects. |
java.awt.image.ImagingOpException
|
The ImagingOpException is thrown if one of the {@link |
BufferedImageOp} or {@link RasterOp} filter methods cannot process the image. |
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.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.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.io.BufferedOutputStream
|
|
BufferedOutputStream: The class implements a buffered output stream. |
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.nio.BufferOverflowException
|
|
BufferOverflowException: Unchecked exception thrown when a relative put operation reaches the target buffer's limit. |
java.awt.Component.FlipBufferStrategy
|
FlipBufferStrategy: Inner class for flipping |
buffers on a component. |
java.util.logging.MemoryHandler
|
Handler that |
buffers requests in a circular buffer in memory. |
java.awt.BufferCapabilities
|
BufferCapabilities: Capabilities and properties of |
buffers. |
java.awt.image.BufferStrategy
|
The |
BufferStrategy class represents the mechanism with which to organize complex memory on a particular Canvas or Window. |
java.nio.BufferUnderflowException
|
|
BufferUnderflowException: Unchecked exception thrown when a relative get operation reaches the source buffer's limit. |
javax.xml.transform.Result
|
Result: An object that implements this interface contains the information needed to |
build a transformation result tree. |
java.beans.PropertyEditorSupport
|
PropertyEditorSupport: This is a support class to help |
build property editors. |
...security.cert.PKIXCertPathBuilderResult
|
This class represents the successful result of the PKIX certification path |
builder algorithm. |
...naming.spi.InitialContextFactoryBuilder
|
This interface represents a |
builder that creates initial context factories. |
javax.naming.spi.ObjectFactoryBuilder
|
This interface represents a |
builder that creates object factories. |
...security.cert.CertPathBuilderException
|
An exception indicating one of a variety of problems encountered when |
building a certification path with a CertPathBuilder. |
java.security.cert.CertPathBuilder
|
A class for |
building certification paths also known as certificate chains . |
...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. |
...accessibility.AccessibleResourceBundle
|
AccessibleResourceBundle: A resource |
bundle containing the localized strings in the accessibility package. |
java.util.ResourceBundle
|
Resource |
bundles contain locale-specific objects. |
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. |
...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.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. |
...beancontext.BeanContextSupport.BCSIterator
|
BCSIterator: protected final subclass that encapsulates an iterator |
but implements a noop remove method. |
java.security.cert.CRL
|
This class is an abstraction of certificate revocation lists CRLs that have different formats |
but important common uses. |
java.security.NoSuchProviderException
|
NoSuchProviderException: This exception is thrown when a particular security provider is requested |
but is not available in the environment. |
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.lang.UnknownError
|
UnknownError: Thrown when an unknown |
but serious exception has occurred in the Java Virtual Machine. |
java.lang.CloneNotSupportedException
|
CloneNotSupportedException: Thrown to indicate that the clone method in class Object has been called to clone an object, |
but that the object's class does not implement the Cloneable interface. |
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. |
...awt.geom.NoninvertibleTransformException
|
The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an {@link AffineTransform} object |
but the AffineTransform is in a non-invertible state. |
java.lang.IllegalAccessException
|
An IllegalAccessException is thrown when an application tries to reflectively create an instance other than an array , set or get a field, or invoke a method, |
but the currently executing method does not have access to the definition of the specified class, field, method or constructor. |
java.security.acl.NotOwnerException
|
NotOwnerException: This is an exception that is thrown whenever the modification of an object such as an Access Control List is only allowed to be done by an owner of the object, |
but the Principal attempting the modification is not an owner. |
javax.naming.NotContextException
|
This exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, |
but the resolved object is not a context. |
java.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.awt.Button.AccessibleAWTButton
|
AccessibleAWTButton: This class implements accessibility support for the |
Button class. |
java.awt.Button
|
This class creates a labeled |
button. |
javax.accessibility.AccessibleIcon
|
The AccessibleIcon interface should be supported by any object that has an associated icon e.g., |
buttons . |
java.awt.CheckboxGroup
|
The CheckboxGroup class is used to group together a set of Checkbox |
buttons. |
javax.print.DocFlavor.BYTE_ARRAY
|
Class DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a |
byte array byte as the print data representation class. |
java.io.ByteArrayOutputStream
|
This class implements an output stream in which the data is written into a |
byte array. |
java.nio.MappedByteBuffer
|
MappedByteBuffer: A direct |
byte buffer whose content is a memory-mapped region of a file. |
java.nio.ByteBuffer
|
ByteBuffer: A |
byte buffer. |
java.lang.Byte
|
The |
Byte class wraps a value of primitive type byte in an object. |
java.nio.ByteOrder
|
ByteOrder: A typesafe enumeration for |
byte orders. |
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.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.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. |
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.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.lang.Number
|
The abstract class Number is the superclass of classes BigDecimal, BigInteger, |
Byte, Double, Float, Integer, Long, and Short. |
java.io.PushbackInputStream
|
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one |
byte. |
java.io.ByteArrayInputStream
|
A |
ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream. |
java.nio.ByteBuffer
|
|
ByteBuffer: A byte buffer. |
java.awt.image.ByteLookupTable
|
|
ByteLookupTable: This class defines a lookup table object. |
java.nio.ByteOrder
|
|
ByteOrder: A typesafe enumeration for byte orders. |
javax.imageio.stream.IIOByteBuffer
|
A class representing a mutable reference to an array of |
bytes and an offset and length within that array. |
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.DataOutput
|
The DataOutput interface provides for converting data from any of the Java primitive types to a series of |
bytes and writing these bytes to a binary stream. |
java.io.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.io.DataInput
|
The DataInput interface provides for reading |
bytes from a binary stream and reconstructing from them data in any of the Java primitive types. |
java.io.FileInputStream
|
A FileInputStream obtains input |
bytes from a file in a file system. |
java.nio.channels.GatheringByteChannel
|
GatheringByteChannel: A channel that can write |
bytes from 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.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.channels.ScatteringByteChannel
|
ScatteringByteChannel: A channel that can read |
bytes into a sequence of buffers. |
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.ByteArrayInputStream
|
A ByteArrayInputStream contains an internal buffer that contains |
bytes that may be read from the stream. |
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.awt.image.DataBufferByte
|
DataBufferByte: This class extends DataBuffer and stores data internally as |
bytes. |