|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Object | |
java.applet | Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.color | Provides classes for color spaces. |
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
java.awt.dnd | Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. |
java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
java.awt.font | Provides classes and interface relating to fonts. |
java.awt.geom | Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry. |
java.awt.im | Provides classes and interfaces for the input method framework. |
java.awt.image | Provides classes for creating and modifying images. |
java.awt.image.renderable | Provides classes and interfaces for producing rendering-independent images. |
java.awt.print | Provides classes and interfaces for a general printing API. |
java.beans | Contains classes related to developing beans -- components based on the JavaBeansTM architecture. |
java.beans.beancontext | Provides classes and interfaces relating to bean context. |
java.io | Provides for system input and output through data streams, serialization and the file system. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.ref | Provides reference-object classes, which support a limited degree of interaction with the garbage collector. |
java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. |
java.math | Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal). |
java.net | Provides the classes for implementing networking applications. |
java.nio | Defines buffers, which are containers for data, and provides an overview of the other NIO packages. |
java.nio.channels | Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. |
java.nio.channels.spi | Service-provider classes for the java.nio.channels package. |
java.nio.charset | Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters. |
java.nio.charset.spi | Service-provider classes for the java.nio.charset package. |
java.rmi | Provides the RMI package. |
java.rmi.activation | Provides support for RMI Object Activation. |
java.rmi.dgc | Provides classes and interface for RMI distributed garbage-collection (DGC). |
java.rmi.registry | Provides a class and two interfaces for the RMI registry. |
java.rmi.server | Provides classes and interfaces for supporting the server side of RMI. |
java.security | Provides the classes and interfaces for the security framework. |
java.security.acl | The classes and interfaces in this package have been superseded by classes in the java.security package. |
java.security.cert | Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. |
java.security.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. |
java.text | Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. |
java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
java.util.jar | Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file. |
java.util.logging | Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities. |
java.util.prefs | This package allows applications to store and retrieve user and system preference and configuration data. |
java.util.regex | Classes for matching character sequences against patterns specified by regular expressions. |
java.util.zip | Provides classes for reading and writing the standard ZIP and GZIP file formats. |
javax.accessibility | Defines a contract between user-interface components and an assistive technology that provides access to those components. |
javax.crypto | Provides the classes and interfaces for cryptographic operations. |
javax.crypto.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
javax.imageio | The main package of the Java Image I/O API. |
javax.imageio.metadata | A package of the Java Image I/O API dealing with reading and writing metadata. |
javax.imageio.plugins.jpeg | Classes supporting the built-in JPEG plug-in. |
javax.imageio.spi | A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry. |
javax.imageio.stream | A package of the Java Image I/O API dealing with low-level I/O from files and streams. |
javax.naming | Provides the classes and interfaces for accessing naming services. |
javax.naming.directory | Extends the javax.naming package to provide functionality for accessing directory services. |
javax.naming.event | Provides support for event notification when accessing naming and directory services. |
javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
javax.naming.spi | Provides the means for dynamically plugging in support for accessing naming and directory services through the javax.naming and related packages. |
javax.net | Provides classes for networking applications. |
javax.net.ssl | Provides classes for the secure socket package. |
javax.print | Provides the principal classes and interfaces for the JavaTM Print Service API. |
javax.print.attribute | Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets. |
javax.print.attribute.standard | Package javax.print.attribute.standard contains classes for specific printing attributes. |
javax.print.event | Package javax.print.event contains event classes and listener interfaces. |
javax.rmi | Contains user APIs for RMI-IIOP. |
javax.rmi.CORBA | Contains portability APIs for RMI-IIOP. |
javax.security.auth | This package provides a framework for authentication and authorization. |
javax.security.auth.callback | This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example). |
javax.security.auth.kerberos | This package contains utility classes related to the Kerberos network authentication protocol. |
javax.security.auth.login | This package provides a pluggable authentication framework. |
javax.security.auth.x500 | This package contains the classes that should be used to store X500 Principal and X500 Private Crendentials in a Subject. |
javax.security.cert | Provides classes for public key certificates. |
javax.sound.midi | Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data. |
javax.sound.midi.spi | Supplies interfaces for service providers to implement when offering new MIDI devices, MIDI file readers and writers, or sound bank readers. |
javax.sound.sampled | Provides interfaces and classes for capture, processing, and playback of sampled audio data. |
javax.sound.sampled.spi | Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters. |
javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.border | Provides classes and interface for drawing specialized borders around a Swing component. |
javax.swing.colorchooser | Contains classes and interfaces used by the JColorChooser
component. |
javax.swing.event | Provides for events fired by Swing components. |
javax.swing.filechooser | Contains classes and interfaces used by the JFileChooser component. |
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. |
javax.swing.plaf.metal | Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. |
javax.swing.plaf.multi | Provides user interface objects that combine two or more look and feels. |
javax.swing.table | Provides classes and interfaces for dealing with
javax.swing.JTable . |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
javax.swing.text.html.parser | Provides the default HTML parser, along with support classes. |
javax.swing.text.rtf | Provides a class (RTFEditorKit ) for creating Rich-Text-Format
text editors. |
javax.swing.tree | Provides classes and interfaces for dealing with
javax.swing.JTree . |
javax.swing.undo | Allows developers to provide support for undo/redo in applications such as text editors. |
javax.transaction | Contains three exceptions thrown by the ORB machinery during unmarshalling. |
javax.transaction.xa | Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions. |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
javax.xml.transform | This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. |
javax.xml.transform.dom | This package implements DOM-specific transformation APIs. |
javax.xml.transform.sax | This package implements SAX2-specific transformation APIs. |
javax.xml.transform.stream | This package implements stream- and URI- specific transformation APIs. |
org.ietf.jgss | This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API. |
org.omg.CORBA | Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). |
org.omg.CORBA.DynAnyPackage | Provides the exceptions used with the DynAny interface
(InvalidValue ,
Invalid , InvalidSeq , and
TypeMismatch ). |
org.omg.CORBA.ORBPackage | Provides the exception InvalidName , which is thrown
by the method ORB.resolve_initial_references
and the exception InconsistentTypeCode , which is thrown
by the Dynamic Any creation methods in the ORB class. |
org.omg.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. |
org.omg.CORBA.TypeCodePackage | Provides the user-defined exceptions BadKind
and Bounds , which are thrown by methods in
in the class TypeCode . |
org.omg.CosNaming | Provides a naming service for Java IDL. |
org.omg.CosNaming.NamingContextExtPackage | This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt: |
org.omg.CosNaming.NamingContextPackage | This package contains Exception classes for the org.omg.CosNaming package. |
org.omg.Dynamic | This package contains the Dynamic module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9. |
org.omg.DynamicAny | Provides classes and interfaces that enable traversal of the data value
associated with an any at
runtime, and extraction of the primitive constituents of the data value. |
org.omg.DynamicAny.DynAnyFactoryPackage | This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2. |
org.omg.DynamicAny.DynAnyPackage | This package contains classes and exceptions from the DynAny interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2. |
org.omg.IOP | This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6. |
org.omg.IOP.CodecFactoryPackage | This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec). |
org.omg.IOP.CodecPackage | This package is generated from the IOP::Codec IDL interface definition. |
org.omg.Messaging | This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07. |
org.omg.PortableInterceptor | Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. |
org.omg.PortableInterceptor.ORBInitInfoPackage | This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2. |
org.omg.PortableServer | Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. |
org.omg.PortableServer.CurrentPackage | Provides method implementations with access to the identity of the object on which the method was invoked. |
org.omg.PortableServer.POAManagerPackage | Encapsulates the processing state of the POAs it is associated with. |
org.omg.PortableServer.POAPackage | Allows programmers to construct object implementations that are portable between different ORB products. |
org.omg.PortableServer.ServantLocatorPackage | Provides classes and interfaces for locating the servant. |
org.omg.stub.java.rmi | Contains RMI-IIOP Stubs for the Remote types that occur in the java.rmi package. |
org.w3c.dom | Provides the interfaces for the Document Object Model (DOM) which is a component API of the Java API for XML Processing. |
org.xml.sax | Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. |
org.xml.sax.helpers | Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. |
Uses of Object in java.applet |
Subclasses of Object in java.applet | |
class |
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. |
protected class |
Applet.AccessibleApplet
This class implements accessibility support for the Applet class. |
Uses of Object in java.awt |
Subclasses of Object in java.awt | |
class |
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. |
(package private) class |
java.awt.AttributeValue
|
class |
AWTError
Thrown when a serious Abstract Window Toolkit error has occurred. |
class |
AWTEvent
The root event class for all AWT events. |
class |
AWTEventMulticaster
A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package. |
class |
AWTException
Signals that an Absract Window Toolkit exception has occurred. |
class |
AWTKeyStroke
An AWTKeyStroke represents a key action on the
keyboard, or equivalent input device. |
class |
AWTPermission
This class is for AWT permissions. |
class |
BasicStroke
The BasicStroke class defines a basic set of rendering
attributes for the outlines of graphics primitives, which are rendered
with a Graphics2D object that has its Stroke attribute set to
this BasicStroke . |
class |
BorderLayout
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center. |
class |
BufferCapabilities
Capabilities and properties of buffers. |
static class |
BufferCapabilities.FlipContents
A type-safe enumeration of the possible back buffer contents after page-flipping |
class |
Button
This class creates a labeled button. |
protected class |
Button.AccessibleAWTButton
This class implements accessibility support for the Button class. |
class |
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. |
protected class |
Canvas.AccessibleAWTCanvas
This class implements accessibility support for the Canvas class. |
class |
CardLayout
A CardLayout object is a layout manager for a
container. |
class |
Checkbox
A check box is a graphical component that can be in either an "on" ( true ) or "off" (false ) state. |
protected class |
Checkbox.AccessibleAWTCheckbox
This class implements accessibility support for the Checkbox class. |
class |
CheckboxGroup
The CheckboxGroup class is used to group together
a set of Checkbox buttons. |
class |
CheckboxMenuItem
This class represents a check box that can be included in a menu. |
protected class |
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for accessibility. |
class |
Choice
The Choice class presents a pop-up menu of choices. |
protected class |
Choice.AccessibleAWTChoice
This class implements accessibility support for the Choice class. |
class |
Color
The Color class is used encapsulate colors in the default
sRGB color space or colors in arbitrary color spaces identified by a
ColorSpace . |
class |
Component
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user. |
protected class |
Component.AccessibleAWTComponent
Inner class of Component used to provide default support for accessibility. |
protected class |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
Fire PropertyChange listener, if one is registered, when shown/hidden.. |
protected class |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
Fire PropertyChange listener, if one is registered, when focus events happen |
protected class |
Component.BltBufferStrategy
Inner class for blitting offscreen surfaces to a component. |
protected class |
Component.FlipBufferStrategy
Inner class for flipping buffers on a component. |
class |
ComponentOrientation
The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text. |
class |
Container
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components. |
protected class |
Container.AccessibleAWTContainer
Inner class of Container used to provide default support for accessibility. |
protected class |
Container.AccessibleAWTContainer.AccessibleContainerHandler
Fire PropertyChange listener, if one is registered,
when children are added or removed. |
class |
ContainerOrderFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container. |
class |
Cursor
A class to encapsulate the bitmap representation of the mouse cursor. |
class |
DefaultFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container. |
class |
DefaultKeyboardFocusManager
The default KeyboardFocusManager for AWT applications. |
class |
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. |
protected class |
Dialog.AccessibleAWTDialog
This class implements accessibility support for the Dialog class. |
class |
Dimension
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object. |
class |
DisplayMode
The DisplayMode class encapsulates the bit depth, height,
width, and refresh rate of a GraphicsDevice . |
class |
Event
NOTE: The Event class is obsolete and is
available only for backwards compatilibility. |
class |
EventQueue
EventQueue is a platform-independent class
that queues events, both from the underlying peer classes
and from trusted application classes. |
class |
FileDialog
The FileDialog class displays a dialog window
from which the user can select a file. |
class |
FlowLayout
A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. |
class |
FocusTraversalPolicy
A FocusTraversalPolicy defines the order in which Components with a particular focus cycle root are traversed. |
class |
Font
The Font class represents fonts, which are used to
render text in a visible way. |
class |
FontFormatException
Thrown by method createFont in the Font class to indicate
that the specified font is bad. |
class |
FontMetrics
The FontMetrics class defines a font metrics object, which
encapsulates information about the rendering of a particular font on a
particular screen. |
class |
Frame
A Frame is a top-level window with a title and a border. |
protected class |
Frame.AccessibleAWTFrame
This class implements accessibility support for the Frame class. |
class |
GradientPaint
The GradientPaint class provides a way to fill
a Shape with a linear color gradient pattern. |
class |
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. |
class |
Graphics2D
This Graphics2D class extends the
Graphics class to provide more sophisticated
control over geometry, coordinate transformations, color management,
and text layout. |
class |
GraphicsConfigTemplate
The GraphicsConfigTemplate class is used to obtain a valid
GraphicsConfiguration . |
class |
GraphicsConfiguration
The GraphicsConfiguration class describes the
characteristics of a graphics destination such as a printer or monitor. |
class |
GraphicsDevice
The GraphicsDevice class describes the graphics devices
that might be available in a particular graphics environment. |
class |
GraphicsEnvironment
The GraphicsEnvironment class describes the collection
of GraphicsDevice objects and Font objects
available to a Java(tm) application on a particular platform. |
class |
GridBagConstraints
The GridBagConstraints class specifies constraints
for components that are laid out using the
GridBagLayout class. |
class |
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. |
class |
GridLayout
The GridLayout class is a layout manager that
lays out a container's components in a rectangular grid. |
class |
HeadlessException
Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse. |
class |
IllegalComponentStateException
Signals that an AWT component is not in an appropriate state for the requested operation. |
class |
Image
The abstract class Image is the superclass of all
classes that represent graphical images. |
class |
ImageCapabilities
Capabilities and properties of images. |
class |
Insets
An Insets object is a representation of the borders
of a container. |
class |
JobAttributes
A set of attributes which control a print job. |
static class |
JobAttributes.DefaultSelectionType
A type-safe enumeration of possible default selection states. |
static class |
JobAttributes.DestinationType
A type-safe enumeration of possible job destinations. |
static class |
JobAttributes.DialogType
A type-safe enumeration of possible dialogs to display to the user. |
static class |
JobAttributes.MultipleDocumentHandlingType
A type-safe enumeration of possible multiple document handling states. |
static class |
JobAttributes.SidesType
A type-safe enumeration of possible multi-page impositions. |
class |
KeyboardFocusManager
The KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner. |
class |
Label
A Label object is a component for placing text in a
container. |
protected class |
Label.AccessibleAWTLabel
This class implements accessibility support for the Label class. |
class |
List
The List component presents the user with a
scrolling list of text items. |
protected class |
List.AccessibleAWTList
This class implements accessibility support for the List class. |
protected class |
List.AccessibleAWTList.AccessibleAWTListChild
This class implements accessibility support for List children. |
class |
MediaTracker
The MediaTracker class is a utility class to track
the status of a number of media objects. |
class |
Menu
A Menu object is a pull-down menu component
that is deployed from a menu bar. |
protected class |
Menu.AccessibleAWTMenu
Inner class of Menu used to provide default support for accessibility. |
class |
MenuBar
The MenuBar class encapsulates the platform's
concept of a menu bar bound to a frame. |
protected class |
MenuBar.AccessibleAWTMenuBar
Inner class of MenuBar used to provide default support for accessibility. |
class |
MenuComponent
The abstract class MenuComponent is the superclass
of all menu-related components. |
protected class |
MenuComponent.AccessibleAWTMenuComponent
Inner class of MenuComponent used to provide
default support for accessibility. |
class |
MenuItem
All items in a menu must belong to the class MenuItem , or one of its subclasses. |
protected class |
MenuItem.AccessibleAWTMenuItem
Inner class of MenuItem used to provide default support for accessibility. |
class |
MenuShortcut
The MenuShortcut class represents a keyboard accelerator
for a MenuItem. |
class |
PageAttributes
A set of attributes which control the output of a printed page. |
static class |
PageAttributes.ColorType
A type-safe enumeration of possible color states. |
static class |
PageAttributes.MediaType
A type-safe enumeration of possible paper sizes. |
static class |
PageAttributes.OrientationRequestedType
A type-safe enumeration of possible orientations. |
static class |
PageAttributes.OriginType
A type-safe enumeration of possible origins. |
static class |
PageAttributes.PrintQualityType
A type-safe enumeration of possible print qualities. |
class |
Panel
Panel is the simplest container class. |
protected class |
Panel.AccessibleAWTPanel
This class implements accessibility support for the Panel class. |
class |
Point
A point representing a location in (x, y) coordinate space, specified in integer precision. |
class |
Polygon
The Polygon class encapsulates a description of a
closed, two-dimensional region within a coordinate space. |
class |
PopupMenu
A class that implements a menu which can be dynamically popped up at a specified position within a component. |
protected class |
PopupMenu.AccessibleAWTPopupMenu
Inner class of PopupMenu used to provide default support for accessibility. |
class |
PrintJob
An abstract class which initiates and executes a print job. |
class |
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. |
class |
RenderingHints
The RenderingHints class contains rendering hints that can
be used by the Graphics2D class, and classes that
implement BufferedImageOp and
Raster . |
static class |
RenderingHints.Key
Defines the base type of all keys used to control various aspects of the rendering and imaging pipelines. |
class |
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. |
class |
Scrollbar
The Scrollbar class embodies a scroll bar, a
familiar user-interface object. |
protected class |
Scrollbar.AccessibleAWTScrollBar
This class implements accessibility support for the Scrollbar class. |
class |
ScrollPane
A container class which implements automatic horizontal and/or vertical scrolling for a single child component. |
protected class |
ScrollPane.AccessibleAWTScrollPane
This class implements accessibility support for the ScrollPane class. |
class |
ScrollPaneAdjustable
This class represents the state of a horizontal or vertical scrollbar of a ScrollPane . |
class |
SystemColor
A class to encapsulate symbolic colors representing the color of native GUI objects on a system. |
class |
TextArea
A TextArea object is a multi-line region
that displays text. |
protected class |
TextArea.AccessibleAWTTextArea
This class implements accessibility support for the TextArea class. |
class |
TextComponent
The TextComponent class is the superclass of
any component that allows the editing of some text. |
protected class |
TextComponent.AccessibleAWTTextComponent
This class implements accessibility support for the TextComponent class. |
class |
TextField
A TextField object is a text component
that allows for the editing of a single line of text. |
protected class |
TextField.AccessibleAWTTextField
This class implements accessibility support for the TextField class. |
class |
TexturePaint
The TexturePaint class provides a way to fill a
Shape with a texture that is specified as
a BufferedImage . |
class |
Toolkit
This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit. |
class |
Window
A Window object is a top-level window with no borders and no
menubar. |
protected class |
Window.AccessibleAWTWindow
This class implements accessibility support for the Window class. |
Uses of Object in java.awt.color |
Subclasses of Object in java.awt.color | |
class |
CMMException
This exception is thrown if the native CMM returns an error. |
class |
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. |
class |
ICC_ColorSpace
The ICC_ColorSpace class is an implementation of the abstract ColorSpace class. |
class |
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). |
class |
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. |
class |
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. The profile includes the redColorantTag ,
greenColorantTag , blueColorantTag ,
redTRCTag , greenTRCTag ,
blueTRCTag , and mediaWhitePointTag tags.
The ICC_Profile getInstance method will
return an ICC_ProfileRGB object when these conditions are met. |
class |
ProfileDataException
This exception is thrown when an error occurs in accessing or processing an ICC_Profile object. |
Uses of Object in java.awt.datatransfer |
Subclasses of Object in java.awt.datatransfer | |
class |
Clipboard
A class which implements a mechanism to transfer data using cut/copy/paste operations. |
class |
DataFlavor
Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system. |
class |
MimeTypeParseException
A class to encapsulate MimeType parsing related exceptions |
class |
StringSelection
A Transferable which implements the capability required
to transfer a String . |
class |
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. |
class |
UnsupportedFlavorException
Signals that the requested data is not supported in this flavor. |
Uses of Object in java.awt.dnd |
Subclasses of Object in java.awt.dnd | |
class |
DnDConstants
This class contains constant values representing the type of action(s) to be performed by a Drag and Drop operation. |
class |
DragGestureEvent
A DragGestureEvent is passed
to DragGestureListener 's
dragGestureRecognized() method
when a particular DragGestureRecognizer detects that a
platform dependent drag initiating gesture has occurred
on the Component that it is tracking. |
class |
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. |
class |
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. |
class |
DragSourceAdapter
An abstract adapter class for receiving drag source events. |
class |
DragSourceContext
The DragSourceContext class is responsible for managing the
initiator side of the Drag and Drop protocol. |
class |
DragSourceDragEvent
The DragSourceDragEvent is
delivered from the DragSourceContextPeer ,
via the DragSourceContext , to the DragSourceListener
registered with that DragSourceContext and with its associated
DragSource . |
class |
DragSourceDropEvent
The DragSourceDropEvent is delivered
from the DragSourceContextPeer ,
via the DragSourceContext , to the dragDropEnd
method of DragSourceListener s registered with that
DragSourceContext and with its associated
DragSource . |
class |
DragSourceEvent
This class is the base class for DragSourceDragEvent and
DragSourceDropEvent . |
class |
DropTarget
The DropTarget is associated
with a Component when that Component
wishes
to accept drops during Drag and Drop operations. |
protected static class |
DropTarget.DropTargetAutoScroller
this protected nested class implements autoscrolling |
class |
DropTargetAdapter
An abstract adapter class for receiving drop target events. |
class |
DropTargetContext
A DropTargetContext is created
whenever the logical cursor associated
with a Drag and Drop operation coincides with the visible geometry of
a Component associated with a DropTarget . |
protected class |
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. |
class |
DropTargetDragEvent
The DropTargetDragEvent is delivered to a
DropTargetListener via its
dragEnter() and dragOver() methods. |
class |
DropTargetDropEvent
The DropTargetDropEvent is delivered
via the DropTargetListener drop() method. |
class |
DropTargetEvent
The DropTargetEvent is the base
class for both the DropTargetDragEvent
and the DropTargetDropEvent . |
class |
InvalidDnDOperationException
This exception is thrown by various methods in the java.awt.dnd package. |
class |
MouseDragGestureRecognizer
This abstract subclass of DragGestureRecognizer
defines a DragGestureRecognizer
for mouse based gestures. |
Uses of Object in java.awt.event |
Subclasses of Object in java.awt.event | |
class |
ActionEvent
A semantic event which indicates that a component-defined action occured. |
class |
AdjustmentEvent
The adjustment event emitted by Adjustable objects. |
class |
AWTEventListenerProxy
A class which extends the EventListenerProxy , specifically
for adding an AWTEventListener for a specific event mask. |
class |
ComponentAdapter
An abstract adapter class for receiving component events. |
class |
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). |
class |
ContainerAdapter
An abstract adapter class for receiving container events. |
class |
ContainerEvent
A low-level event which indicates that a container's contents changed because a component was added or removed. |
class |
FocusAdapter
An abstract adapter class for receiving keyboard focus events. |
class |
FocusEvent
A low-level event which indicates that a Component has gained or lost the input focus. |
class |
HierarchyBoundsAdapter
An abstract adapter class for receiving ancestor moved and resized events. |
class |
HierarchyEvent
An event which indicates a change to the Component
hierarchy to which a Component belongs. |
class |
InputEvent
The root event class for all component-level input events. |
class |
InputMethodEvent
Input method events contain information about text that is being composed using an input method. |
class |
InvocationEvent
An event which executes the run() method on a Runnable
when dispatched by the AWT event dispatcher thread. |
class |
ItemEvent
A semantic event which indicates that an item was selected or deselected. |
class |
KeyAdapter
An abstract adapter class for receiving keyboard events. |
class |
KeyEvent
An event which indicates that a keystroke occurred in a component. |
class |
MouseAdapter
An abstract adapter class for receiving mouse events. |
class |
MouseEvent
An event which indicates that a mouse action occurred in a component. |
class |
MouseMotionAdapter
An abstract adapter class for receiving mouse motion events. |
class |
MouseWheelEvent
An event which indicates that the mouse wheel was rotated in a component. |
class |
PaintEvent
The component-level paint event. |
class |
TextEvent
A semantic event which indicates that an object's text changed. |
class |
WindowAdapter
An abstract adapter class for receiving window events. |
class |
WindowEvent
A low-level event that indicates that a window has changed its status. |
Uses of Object in java.awt.font |
Subclasses of Object in java.awt.font | |
class |
FontRenderContext
The FontRenderContext class is a container for the
information needed to correctly measure text. |
class |
GlyphJustificationInfo
The GlyphJustificationInfo class represents information
about the justification properties of a glyph. |
class |
GlyphMetrics
The GlyphMetrics class represents infomation for a
single glyph. |
class |
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. |
class |
GraphicAttribute
This class is used with the CHAR_REPLACEMENT attribute. |
class |
ImageGraphicAttribute
The ImageGraphicAttribute class is an implementation of
GraphicAttribute which draws images in
a TextLayout . |
class |
LineBreakMeasurer
The LineBreakMeasurer class allows styled text to be
broken into lines (or segments) that fit within a particular visual
advance. |
class |
LineMetrics
The LineMetrics class allows access to the
metrics needed to layout characters along a line
and to layout of a set of lines. |
class |
NumericShaper
The NumericShaper class is used to convert Latin-1 (European)
digits to other Unicode decimal digits. |
class |
ShapeGraphicAttribute
The ShapeGraphicAttribute class is an implementation of
GraphicAttribute that draws shapes in a TextLayout . |
class |
TextAttribute
The TextAttribute class defines attribute keys and
attribute values used for text rendering. |
class |
TextHitInfo
The TextHitInfo class represents a character position in a
text model, and a bias, or "side," of the character. |
class |
TextLayout
TextLayout is an immutable graphical representation of styled
character data. |
static class |
TextLayout.CaretPolicy
Defines a policy for determining the strong caret location. |
class |
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. |
class |
TransformAttribute
The TransformAttribute class provides an immutable
wrapper for a transform so that it is safe to use as an attribute. |
Uses of Object in java.awt.geom |
Subclasses of Object in java.awt.geom | |
class |
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. |
class |
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 ). |
static class |
Arc2D.Double
This class defines an arc specified in double precision. |
static class |
Arc2D.Float
This class defines an arc specified in float precision. |
class |
Area
The Area class is a device-independent specification of an
arbitrarily-shaped area. |
class |
CubicCurve2D
The CubicCurve2D class defines a cubic parametric curve
segment in (x, y) coordinate space. |
static class |
CubicCurve2D.Double
A cubic parametric curve segment specified with double coordinates. |
static class |
CubicCurve2D.Float
A cubic parametric curve segment specified with float coordinates. |
class |
Dimension2D
The Dimension2D class is to encapsulate a width
and a height dimension. |
class |
Ellipse2D
The Ellipse2D class describes an ellipse that is defined
by a bounding rectangle. |
static class |
Ellipse2D.Double
The Double class defines an ellipse specified
in double precision. |
static class |
Ellipse2D.Float
The Float class defines an ellipse specified
in float precision. |
class |
FlatteningPathIterator
The FlatteningPathIterator class returns a flattened view of
another PathIterator object. |
class |
GeneralPath
The GeneralPath class represents a geometric path
constructed from straight lines, and quadratic and cubic
(Bézier) curves. |
class |
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 GeneralPath without an initial moveto. |
class |
Line2D
This Line2D represents a line segment in (x, y)
coordinate space. |
static class |
Line2D.Double
A line segment specified with double coordinates. |
static class |
Line2D.Float
A line segment specified with float coordinates. |
class |
NoninvertibleTransformException
The NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of an AffineTransform object but the
AffineTransform is in a non-invertible state. |
class |
Point2D
The Point2D class defines a point representing a location
in (x, y) coordinate space. |
static class |
Point2D.Double
The Double class defines a point specified in
double precision. |
static class |
Point2D.Float
The Float class defines a point specified in float
precision. |
class |
QuadCurve2D
The QuadCurve2D class defines a quadratic parametric curve
segment in (x, y) coordinate space. |
static class |
QuadCurve2D.Double
A quadratic parametric curve segment specified with double coordinates. |
static class |
QuadCurve2D.Float
A quadratic parametric curve segment specified with float coordinates. |
class |
Rectangle2D
The Rectangle2D class describes a rectangle
defined by a location (x, y) and dimension
(w x h). |
static class |
Rectangle2D.Double
The Double class defines a rectangle specified in
double coordinates. |
static class |
Rectangle2D.Float
The Float class defines a rectangle specified in float
coordinates. |
class |
RectangularShape
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame. |
class |
RoundRectangle2D
The RoundRectangle2D class defines a rectangle with
rounded corners defined by a location (x, y), a
dimension (w x h), and the width and height of an arc
with which to round the corners. |
static class |
RoundRectangle2D.Double
The Double class defines a rectangle with rounded
corners all specified in double coordinates. |
static class |
RoundRectangle2D.Float
The Float class defines a rectangle with rounded
corners all specified in float coordinates. |
Uses of Object in java.awt.im |
Subclasses of Object in java.awt.im | |
class |
InputContext
Provides methods to control text input facilities such as input methods and keyboard layouts. |
class |
InputMethodHighlight
An InputMethodHighlight is used to describe the highlight attributes of text being composed. |
class |
InputSubset
Defines additional Unicode subsets for use by input methods. |
Uses of Object in java.awt.image |
Subclasses of Object in java.awt.image | |
class |
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 . |
class |
AreaAveragingScaleFilter
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm. |
class |
BandCombineOp
This class performs an arbitrary linear combination of the bands in a Raster , using a specified matrix. |
class |
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. |
class |
BufferedImage
The BufferedImage subclass describes an Image with
an accessible buffer of image data. |
class |
BufferedImageFilter
The BufferedImageFilter class subclasses an
ImageFilter to provide a simple means of
using a single-source/single-destination image operator
(BufferedImageOp ) to filter a BufferedImage
in the Image Producer/Consumer/Observer
paradigm. |
class |
BufferStrategy
The BufferStrategy class represents the mechanism with which
to organize complex memory on a particular Canvas or
Window . |
class |
ByteLookupTable
This class defines a lookup table object. |
class |
ColorConvertOp
This class performs a pixel-by-pixel color conversion of the data in the source image. |
class |
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. |
class |
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. |
class |
ComponentSampleModel
This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer. |
class |
ConvolveOp
This class implements a convolution from the source to the destination. |
class |
CropImageFilter
An ImageFilter class for cropping images. |
class |
DataBuffer
This class exists to wrap one or more data arrays. |
class |
DataBufferByte
This class extends DataBuffer and stores data internally as bytes. |
class |
DataBufferDouble
This class extends DataBuffer and stores data internally
in double form. |
class |
DataBufferFloat
This class extends DataBuffer and stores data internally
in float form. |
class |
DataBufferInt
This class extends DataBuffer and stores data internally
as integers. |
class |
DataBufferShort
This class extends DataBuffer and stores data internally as shorts. |
class |
DataBufferUShort
This class extends DataBuffer and stores data internally as
shorts. |
class |
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. |
class |
FilteredImageSource
This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image. |
class |
ImageFilter
This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer. |
class |
ImagingOpException
The ImagingOpException is thrown if one of the
BufferedImageOp or RasterOp filter methods cannot
process the image. |
class |
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. |
class |
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. |
class |
LookupOp
This class implements a lookup operation from the source to the destination. |
class |
LookupTable
This abstract class defines a lookup table object. |
class |
MemoryImageSource
This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image. |
class |
MultiPixelPackedSampleModel
The MultiPixelPackedSampleModel class represents
one-banded images and can pack multiple one-sample
pixels into one data element. |
class |
PackedColorModel
The PackedColorModel class is an abstract
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. |
class |
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. |
class |
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. |
class |
Raster
A class representing a rectangular array of pixels. |
class |
RasterFormatException
The RasterFormatException is thrown if there is
invalid layout information in the Raster . |
class |
ReplicateScaleFilter
An ImageFilter class for scaling images using the simplest algorithm. |
class |
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. |
class |
RGBImageFilter
This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel. |
class |
SampleModel
This abstract class defines an interface for extracting samples of pixels in an image. |
class |
ShortLookupTable
This class defines a lookup table object. |
class |
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. |
class |
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). |
class |
WritableRaster
This class extends Raster to provide pixel writing capabilities. |
Uses of Object in java.awt.image.renderable |
Subclasses of Object in java.awt.image.renderable | |
class |
ParameterBlock
A ParameterBlock encapsulates all the information about sources and
parameters (Objects) required by a RenderableImageOp, or other
classes that process images. |
class |
RenderableImageOp
This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory. |
class |
RenderableImageProducer
An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage. |
class |
RenderContext
A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage. |
Uses of Object in java.awt.print |
Subclasses of Object in java.awt.print | |
class |
Book
The Book class provides a representation of a document in
which pages may have different page formats and page painters. |
class |
PageFormat
The PageFormat class describes the size and
orientation of a page to be printed. |
class |
Paper
The Paper class describes the physical characteristics of
a piece of paper. |
class |
PrinterAbortException
The PrinterAbortException class is a subclass of
PrinterException and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing. |
class |
PrinterException
The PrinterException class and its subclasses are used
to indicate that an exceptional condition has occurred in the print
system. |
class |
PrinterIOException
The PrinterIOException class is a subclass of
PrinterException and is used to indicate that an IO error
of some sort has occurred while printing. |
class |
PrinterJob
The PrinterJob class is the principal class that controls
printing. |
Uses of Object in java.beans |
Subclasses of Object in java.beans | |
class |
BeanDescriptor
A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc. |
class |
Beans
This class provides some general purpose beans control methods. |
class |
DefaultPersistenceDelegate
The DefaultPersistenceDelegate is a concrete implementation of
the abstract PersistenceDelegate class and
is the delegate used by default for classes about
which no information is available. |
class |
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. |
class |
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. |
class |
EventSetDescriptor
An EventSetDescriptor describes a group of events that a given Java bean fires. |
class |
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()" . |
class |
FeatureDescriptor
The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc. |
class |
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. |
class |
IntrospectionException
Thrown when an exception happens during Introspection. |
class |
Introspector
The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean. |
class |
MethodDescriptor
A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components. |
class |
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. |
class |
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. |
class |
PropertyChangeEvent
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property. |
class |
PropertyChangeListenerProxy
A class which extends the EventListenerProxy specifically
for adding a named PropertyChangeListener . |
class |
PropertyChangeSupport
This is a utility class that can be used by beans that support bound properties. |
class |
PropertyDescriptor
A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods. |
class |
PropertyEditorManager
The PropertyEditorManager can be used to locate a property editor for any given type name. |
class |
PropertyEditorSupport
This is a support class to help build property editors. |
class |
PropertyVetoException
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value. |
class |
SimpleBeanInfo
This is a support class to make it easier for people to provide BeanInfo classes. |
class |
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)" . |
class |
VetoableChangeListenerProxy
A class which extends the EventListenerProxy specifically
for associating a VetoableChangeListener with a "constrained"
property. |
class |
VetoableChangeSupport
This is a utility class that can be used by beans that support constrained properties. |
class |
XMLDecoder
The XMLDecoder class is used to read XML documents
created using the XMLEncoder and is used just like
the ObjectInputStream . |
class |
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. |
Uses of Object in java.beans.beancontext |
Subclasses of Object in java.beans.beancontext | |
class |
BeanContextChildSupport
This is a general support class to provide support for implementing the BeanContextChild protocol. |
class |
BeanContextEvent
BeanContextEvent is the abstract root event class
for all events emitted
from, and pertaining to the semantics of, a BeanContext . |
class |
BeanContextMembershipEvent
A BeanContextMembershipEvent encapsulates
the list of children added to, or removed from,
the membership of a particular BeanContext . |
class |
BeanContextServiceAvailableEvent
This event type is used by the BeanContextServicesListener in order to identify the service being registered. |
class |
BeanContextServiceRevokedEvent
This event type is used by the BeanContextServiceRevokedListener in order to
identify the service being revoked. |
class |
BeanContextServicesSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface. |
protected class |
BeanContextServicesSupport.BCSSChild
|
protected class |
BeanContextServicesSupport.BCSSProxyServiceProvider
|
protected static class |
BeanContextServicesSupport.BCSSServiceProvider
subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider. |
class |
BeanContextSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface. |
protected class |
BeanContextSupport.BCSChild
|
protected static class |
BeanContextSupport.BCSIterator
protected final subclass that encapsulates an iterator but implements a noop remove() method. |
Uses of Object in java.io |
Subclasses of Object in java.io | |
class |
BufferedInputStream
A BufferedInputStream adds
functionality to another input stream-namely,
the ability to buffer the input and to
support the mark and reset
methods. |
class |
BufferedOutputStream
The class implements a buffered output stream. |
class |
BufferedReader
Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines. |
class |
BufferedWriter
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. |
class |
ByteArrayInputStream
A ByteArrayInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
class |
ByteArrayOutputStream
This class implements an output stream in which the data is written into a byte array. |
class |
CharArrayReader
This class implements a character buffer that can be used as a character-input stream. |
class |
CharArrayWriter
This class implements a character buffer that can be used as an Writer. |
class |
CharConversionException
Base class for character conversion exceptions. |
class |
DataInputStream
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way. |
class |
DataOutputStream
A data output stream lets an application write primitive Java data types to an output stream in a portable way. |
class |
EOFException
Signals that an end of file or end of stream has been reached unexpectedly during input. |
class |
File
An abstract representation of file and directory pathnames. |
class |
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. |
class |
FileInputStream
A FileInputStream obtains input bytes
from a file in a file system. |
class |
FileNotFoundException
Signals that an attempt to open the file denoted by a specified pathname has failed. |
class |
FileOutputStream
A file output stream is an output stream for writing data to a File or to a FileDescriptor . |
class |
FilePermission
This class represents access to a file or directory. |
class |
FileReader
Convenience class for reading character files. |
class |
FileWriter
Convenience class for writing character files. |
class |
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. |
class |
FilterOutputStream
This class is the superclass of all classes that filter output streams. |
class |
FilterReader
Abstract class for reading filtered character streams. |
class |
FilterWriter
Abstract class for writing filtered character streams. |
class |
InputStream
This abstract class is the superclass of all classes representing an input stream of bytes. |
class |
InputStreamReader
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified . |
class |
InterruptedIOException
Signals that an I/O operation has been interrupted. |
class |
InvalidClassException
Thrown when the Serialization runtime detects one of the following problems with a Class. |
class |
InvalidObjectException
Indicates that one or more deserialized objects failed validation tests. |
class |
IOException
Signals that an I/O exception of some sort has occurred. |
class |
LineNumberInputStream
Deprecated. This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers. |
class |
LineNumberReader
A buffered character-input stream that keeps track of line numbers. |
class |
NotActiveException
Thrown when serialization or deserialization is not active. |
class |
NotSerializableException
Thrown when an instance is required to have a Serializable interface. |
class |
ObjectInputStream
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream. |
static class |
ObjectInputStream.GetField
Provide access to the persistent fields read from the input stream. |
class |
ObjectOutputStream
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream. |
static class |
ObjectOutputStream.PutField
Provide programatic access to the persistent fields to be written to ObjectOutput. |
class |
ObjectStreamClass
Serialization's descriptor for classes. |
class |
ObjectStreamException
Superclass of all exceptions specific to Object Stream classes. |
class |
ObjectStreamField
A description of a Serializable field from a Serializable class. |
class |
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. |
class |
OutputStream
This abstract class is the superclass of all classes representing an output stream of bytes. |
class |
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified . |
class |
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. |
class |
PipedOutputStream
A piped output stream can be connected to a piped input stream to create a communications pipe. |
class |
PipedReader
Piped character-input streams. |
class |
PipedWriter
Piped character-output streams. |
class |
PrintStream
A PrintStream adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently. |
class |
PrintWriter
Print formatted representations of objects to a text-output stream. |
class |
PushbackInputStream
A PushbackInputStream adds
functionality to another input stream, namely
the ability to "push back" or "unread"
one byte. |
class |
PushbackReader
A character-stream reader that allows characters to be pushed back into the stream. |
class |
RandomAccessFile
Instances of this class support both reading and writing to a random access file. |
class |
Reader
Abstract class for reading character streams. |
class |
SequenceInputStream
A SequenceInputStream represents
the logical concatenation of other input
streams. |
class |
SerializablePermission
This class is for Serializable permissions. |
class |
StreamCorruptedException
Thrown when control information that was read from an object stream violates internal consistency checks. |
class |
StreamTokenizer
The StreamTokenizer class takes an input stream and
parses it into "tokens", allowing the tokens to be
read one at a time. |
class |
StringBufferInputStream
Deprecated. This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class. |
class |
StringReader
A character stream whose source is a string. |
class |
StringWriter
A character stream that collects its output in a string buffer, which can then be used to construct a string. |
class |
SyncFailedException
Signals that a sync operation has failed. |
class |
UnsupportedEncodingException
The Character Encoding is not supported. |
class |
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. |
class |
WriteAbortedException
Signals that one of the ObjectStreamExceptions was thrown during a write operation. |
class |
Writer
Abstract class for writing to character streams. |
Uses of Object in java.lang |
Subclasses of Object in java.lang | |
class |
AbstractMethodError
Thrown when an application tries to call an abstract method. |
class |
ArithmeticException
Thrown when an exceptional arithmetic condition has occurred. |
class |
ArrayIndexOutOfBoundsException
Thrown to indicate that an array has been accessed with an illegal index. |
class |
ArrayStoreException
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. |
class |
AssertionError
Thrown to indicate that an assertion has failed. |
class |
Boolean
The Boolean class wraps a value of the primitive type boolean in an object. |
class |
Byte
The Byte class wraps a value of primitive type
byte in an object. |
class |
Character
The Character class wraps a value of the primitive
type char in an object. |
static class |
Character.Subset
Instances of this class represent particular subsets of the Unicode character set. |
static class |
Character.UnicodeBlock
A family of character subsets representing the character blocks in the Unicode specification. |
class |
Class
Instances of the class Class represent classes and interfaces
in a running Java application. |
class |
ClassCastException
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance. |
class |
ClassCircularityError
Thrown when a circularity has been detected while initializing a class. |
class |
ClassFormatError
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file. |
class |
ClassLoader
A class loader is an object that is responsible for loading classes. |
class |
ClassNotFoundException
Thrown when an application tries to load in a class through its string name using: The forName method in class Class . |
class |
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. |
class |
Compiler
The Compiler class is provided to support
Java-to-native-code compilers and related services. |
class |
Double
The Double class wraps a value of the primitive type
double in an object. |
class |
Error
An Error is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch. |
class |
Exception
The class Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch. |
class |
ExceptionInInitializerError
Signals that an unexpected exception has occurred in a static initializer. |
class |
Float
The Float class wraps a value of primitive type
float in an object. |
class |
IllegalAccessError
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to. |
class |
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. |
class |
IllegalArgumentException
Thrown to indicate that a method has been passed an illegal or inappropriate argument. |
class |
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. |
class |
IllegalStateException
Signals that a method has been invoked at an illegal or inappropriate time. |
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
class |
IncompatibleClassChangeError
Thrown when an incompatible class change has occurred to some class definition. |
class |
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. |
class |
InheritableThreadLocal
This class extends ThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values. |
class |
InstantiationError
Thrown when an application tries to use the Java new
construct to instantiate an abstract class or an interface. |
class |
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. |
class |
Integer
The Integer class wraps a value of the primitive type
int in an object. |
class |
InternalError
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine. |
class |
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 . |
class |
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. |
class |
Long
The Long class wraps a value of the primitive type
long in an object. |
class |
Math
The class Math contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions. |
class |
NegativeArraySizeException
Thrown if an application tries to create an array with negative size. |
class |
NoClassDefFoundError
Thrown if the Java Virtual Machine or a ClassLoader instance
tries to load in the definition of a class (as part of a normal method call
or as part of creating a new instance using the new expression)
and no definition of the class could be found. |
class |
NoSuchFieldError
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field. |
class |
NoSuchFieldException
Signals that the class doesn't have a field of a specified name. |
class |
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. |
class |
NoSuchMethodException
Thrown when a particular method cannot be found. |
class |
NullPointerException
Thrown when an application attempts to use null in a
case where an object is required. |
class |
Number
The abstract class Number is the superclass of classes
BigDecimal , BigInteger ,
Byte , Double , Float ,
Integer , Long , and Short . |
class |
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. |
class |
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. |
class |
Package
Package objects contain version information
about the implementation and specification of a Java package. |
class |
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. |
class |
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. |
class |
RuntimeException
RuntimeException is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine. |
class |
RuntimePermission
This class is for runtime permissions. |
class |
SecurityException
Thrown by the security manager to indicate a security violation. |
class |
SecurityManager
The security manager is a class that allows applications to implement a security policy. |
class |
Short
The Short class wraps a value of primitive type
short in an object. |
class |
StackOverflowError
Thrown when a stack overflow occurs because an application recurses too deeply. |
class |
StackTraceElement
An element in a stack trace, as returned by Throwable.getStackTrace() . |
class |
StrictMath
The class StrictMath contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions. |
class |
String
The String class represents character strings. |
class |
StringBuffer
A string buffer implements a mutable sequence of characters. |
class |
StringIndexOutOfBoundsException
Thrown by String methods to indicate that an index
is either negative or greater than the size of the string. |
class |
System
The System class contains several useful class fields
and methods. |
class |
Thread
A thread is a thread of execution in a program. |
class |
ThreadDeath
An instance of ThreadDeath is thrown in the victim
thread when the stop method with zero arguments in
class Thread is called. |
class |
ThreadGroup
A thread group represents a set of threads. |
class |
ThreadLocal
This class provides thread-local variables. |
class |
Throwable
The Throwable class is the superclass of all errors and
exceptions in the Java language. |
class |
UnknownError
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine. |
class |
UnsatisfiedLinkError
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native . |
class |
UnsupportedClassVersionError
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported. |
class |
UnsupportedOperationException
Thrown to indicate that the requested operation is not supported. |
class |
VerifyError
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem. |
class |
VirtualMachineError
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating. |
class |
Void
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void. |
Uses of Object in java.lang.ref |
Subclasses of Object in java.lang.ref | |
class |
PhantomReference
Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed. |
class |
Reference
Abstract base class for reference objects. |
class |
ReferenceQueue
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected. |
class |
SoftReference
Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand. |
class |
WeakReference
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed. |
Uses of Object in java.lang.reflect |
Subclasses of Object in java.lang.reflect | |
class |
AccessibleObject
The AccessibleObject class is the base class for Field, Method and Constructor objects. |
class |
Array
The Array class provides static methods to dynamically create and
access Java arrays. |
class |
Constructor
Constructor provides information about, and access to, a single
constructor for a class. |
class |
Field
A Field provides information about, and dynamic access to, a
single field of a class or an interface. |
class |
InvocationTargetException
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. |
class |
Method
A Method provides information about, and access to, a single method
on a class or interface. |
class |
Modifier
The Modifier class provides static methods and
constants to decode class and member access modifiers. |
class |
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. |
class |
ReflectPermission
The Permission class for reflective operations. |
class |
UndeclaredThrowableException
Thrown by a method invocation on a proxy instance if its invocation handler's invoke method throws a
checked exception (a Throwable that is not assignable
to RuntimeException or Error ) that
is not assignable to any of the exception types declared in the
throws clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler. |
Uses of Object in java.math |
Subclasses of Object in java.math | |
class |
BigDecimal
Immutable, arbitrary-precision signed decimal numbers. |
class |
BigInteger
Immutable arbitrary-precision integers. |
Uses of Object in java.net |
Subclasses of Object in java.net | |
class |
Authenticator
The class Authenticator represents an object that knows how to obtain authentication for a network connection. |
class |
BindException
Signals that an error occurred while attempting to bind a socket to a local address and port. |
class |
ContentHandler
The abstract class ContentHandler is the superclass
of all classes that read an Object from a
URLConnection . |
class |
DatagramPacket
This class represents a datagram packet. |
class |
DatagramSocket
This class represents a socket for sending and receiving datagram packets. |
class |
DatagramSocketImpl
Abstract datagram and multicast socket implementation base class. |
class |
HttpURLConnection
A URLConnection with support for HTTP-specific features. |
class |
Inet4Address
This class represents an Internet Protocol version 4 (IPv4) address. |
class |
Inet6Address
This class represents an Internet Protocol version 6 (IPv6) address. |
class |
InetAddress
This class represents an Internet Protocol (IP) address. |
class |
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. |
class |
JarURLConnection
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file. |
class |
MalformedURLException
Thrown to indicate that a malformed URL has occurred. |
class |
MulticastSocket
The multicast datagram socket class is useful for sending and receiving IP multicast packets. |
class |
NetPermission
This class is for various network permissions. |
class |
NetworkInterface
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface. |
class |
NoRouteToHostException
Signals that an error occurred while attempting to connect a socket to a remote address and port. |
class |
PasswordAuthentication
The class PasswordAuthentication is a data holder that is used by Authenticator. |
class |
PortUnreachableException
Signals that an ICMP Port Unreachable message has been received on a connected datagram. |
class |
ProtocolException
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. |
class |
ServerSocket
This class implements server sockets. |
class |
Socket
This class implements client sockets (also called just "sockets"). |
class |
SocketAddress
This class represents a Socket Address with no protocol attachment. |
class |
SocketException
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. |
class |
SocketImpl
The abstract class SocketImpl is a common superclass
of all classes that actually implement sockets. |
class |
SocketPermission
This class represents access to a network via sockets. |
class |
SocketTimeoutException
Signals that a timeout has occurred on a socket read or accept. |
class |
UnknownHostException
Thrown to indicate that the IP address of a host could not be determined. |
class |
UnknownServiceException
Thrown to indicate that an unknown service exception has occurred. |
class |
URI
Represents a Uniform Resource Identifier (URI) reference. |
class |
URISyntaxException
Checked exception thrown to indicate that a string could not be parsed as a URI reference. |
class |
URL
Class URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
class |
URLClassLoader
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories. |
class |
URLConnection
The abstract class URLConnection is the superclass
of all classes that represent a communications link between the
application and a URL. |
class |
URLDecoder
Utility class for HTML form decoding. |
class |
URLEncoder
Utility class for HTML form encoding. |
class |
URLStreamHandler
The abstract class URLStreamHandler is the common
superclass for all stream protocol handlers. |
Uses of Object in java.nio |
Subclasses of Object in java.nio | |
class |
Buffer
A container for data of a specific primitive type. |
class |
BufferOverflowException
Unchecked exception thrown when a relative put operation reaches the target buffer's limit. |
class |
BufferUnderflowException
Unchecked exception thrown when a relative get operation reaches the source buffer's limit. |
class |
ByteBuffer
A byte buffer. |
class |
ByteOrder
A typesafe enumeration for byte orders. |
class |
CharBuffer
A character buffer. |
class |
DoubleBuffer
A double buffer. |
class |
FloatBuffer
A float buffer. |
class |
IntBuffer
An int buffer. |
class |
InvalidMarkException
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined. |
class |
LongBuffer
A long buffer. |
class |
MappedByteBuffer
A direct byte buffer whose content is a memory-mapped region of a file. |
class |
ReadOnlyBufferException
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer. |
class |
ShortBuffer
A short buffer. |
Uses of Object in java.nio.channels |
Subclasses of Object in java.nio.channels | |
class |
AlreadyConnectedException
Unchecked exception thrown when an attempt is made to connect a SocketChannel that is already connected. |
class |
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. |
class |
CancelledKeyException
Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid. |
class |
Channels
Utility methods for channels and streams. |
class |
ClosedByInterruptException
Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel. |
class |
ClosedChannelException
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation. |
class |
ClosedSelectorException
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector. |
class |
ConnectionPendingException
Unchecked exception thrown when an attempt is made to connect a SocketChannel for which a non-blocking connection operation is already in
progress. |
class |
DatagramChannel
A selectable channel for datagram-oriented sockets. |
class |
FileChannel
A channel for reading, writing, mapping, and manipulating a file. |
static class |
FileChannel.MapMode
A typesafe enumeration for file-mapping modes. |
class |
FileLock
A token representing a lock on a region of a file. |
class |
FileLockInterruptionException
Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock. |
class |
IllegalBlockingModeException
Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode. |
class |
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. |
class |
NoConnectionPendingException
Unchecked exception thrown when the finishConnect method of a SocketChannel is invoked without first
successfully invoking its connect method. |
class |
NonReadableChannelException
Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading. |
class |
NonWritableChannelException
Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing. |
class |
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. |
class |
NotYetConnectedException
Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected. |
class |
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. |
class |
Pipe
A pair of channels that implements a unidirectional pipe. |
static class |
Pipe.SinkChannel
A channel representing the writable end of a Pipe . |
static class |
Pipe.SourceChannel
A channel representing the readable end of a Pipe . |
class |
SelectableChannel
A channel that can be multiplexed via a Selector . |
class |
SelectionKey
A token representing the registration of a SelectableChannel with a
Selector . |
class |
Selector
A multiplexor of SelectableChannel objects. |
class |
ServerSocketChannel
A selectable channel for stream-oriented listening sockets. |
class |
SocketChannel
A selectable channel for stream-oriented connecting sockets. |
class |
UnresolvedAddressException
Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address. |
class |
UnsupportedAddressTypeException
Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported. |
Uses of Object in java.nio.channels.spi |
Subclasses of Object in java.nio.channels.spi | |
class |
AbstractInterruptibleChannel
Base implementation class for interruptible channels. |
class |
AbstractSelectableChannel
Base implementation class for selectable channels. |
class |
AbstractSelectionKey
Base implementation class for selection keys. |
class |
AbstractSelector
Base implementation class for selectors. |
class |
SelectorProvider
Service-provider class for selectors and selectable channels. |
Uses of Object in java.nio.charset |
Subclasses of Object in java.nio.charset | |
class |
CharacterCodingException
Checked exception thrown when a character encoding or decoding error occurs. |
class |
Charset
A named mapping between sequences of sixteen-bit Unicode characters and sequences of bytes. |
class |
CharsetDecoder
An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. |
class |
CharsetEncoder
An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset. |
class |
CoderMalfunctionError
Error thrown when the decodeLoop method of
a CharsetDecoder , or the encodeLoop method of a CharsetEncoder , throws an unexpected
exception. |
class |
CoderResult
A description of the result state of a coder. |
class |
CodingErrorAction
A typesafe enumeration for coding-error actions. |
class |
IllegalCharsetNameException
Unchecked exception thrown when a string that is not a legal charset name is used as such. |
class |
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. |
class |
UnmappableCharacterException
Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence. |
class |
UnsupportedCharsetException
Unchecked exception thrown when no support is available for a requested charset. |
Uses of Object in java.nio.charset.spi |
Subclasses of Object in java.nio.charset.spi | |
class |
CharsetProvider
Charset service-provider class. |
Uses of Object in java.rmi |
Subclasses of Object in java.rmi | |
class |
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. |
class |
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. |
class |
ConnectException
A ConnectException is thrown if a connection is refused
to the remote host for a remote method call. |
class |
ConnectIOException
A ConnectIOException is thrown if an
IOException occurs while making a connection
to the remote host for a remote method call. |
class |
MarshalException
A MarshalException is thrown if a
java.io.IOException occurs while marshalling the remote call
header, arguments or return value for a remote method call. |
class |
MarshalledObject
A MarshalledObject contains a byte stream with the serialized
representation of an object given to its constructor. |
class |
Naming
The Naming class provides methods for storing and obtaining
references to remote objects in the remote object registry. |
class |
NoSuchObjectException
A NoSuchObjectException is thrown if an attempt is made to
invoke a method on an object that no longer exists in the remote virtual
machine. |
class |
NotBoundException
A NotBoundException is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding. |
class |
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. |
class |
RMISecurityException
Deprecated. Use SecurityException instead.
Application code should never directly reference this class, and
RMISecurityManager no longer throws this subclass of
java.lang.SecurityException . |
class |
RMISecurityManager
RMISecurityManager provides an example security manager for
use by RMI applications that use downloaded code. |
class |
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. |
class |
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. |
class |
ServerRuntimeException
Deprecated. no replacement |
class |
StubNotFoundException
A StubNotFoundException is thrown if a valid stub class
could not be found for a remote object when it is exported. |
class |
UnexpectedException
An UnexpectedException is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws clause of the method in the remote interface. |
class |
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). |
Uses of Object in java.rmi.activation |
Subclasses of Object in java.rmi.activation | |
class |
Activatable
The Activatable class provides support for remote
objects that require persistent access over time and that
can be activated by the system. |
class |
ActivateFailedException
This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object. |
class |
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. |
class |
ActivationException
General exception used by the activation interfaces. |
class |
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. |
class |
ActivationGroup_Stub
|
class |
ActivationGroupDesc
An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects. |
static class |
ActivationGroupDesc.CommandEnvironment
Startup options for ActivationGroup implementations. |
class |
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. |
class |
ActivationID
Activation makes use of special identifiers to denote remote objects that can be activated over time. |
class |
UnknownGroupException
An UnknownGroupException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationGroupID parameter to the method is determined to be
invalid, i.e., not known by the ActivationSystem . |
class |
UnknownObjectException
An UnknownObjectException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationID parameter to the method is determined to be
invalid. |
Uses of Object in java.rmi.dgc |
Subclasses of Object in java.rmi.dgc | |
class |
Lease
A lease contains a unique VM identifier and a lease duration. |
class |
VMID
A VMID is a identifier that is unique across all Java virtual machines. |
Uses of Object in java.rmi.registry |
Subclasses of Object in java.rmi.registry | |
class |
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. |
Uses of Object in java.rmi.server |
Subclasses of Object in java.rmi.server | |
class |
ExportException
An ExportException is a RemoteException
thrown if an attempt to export a remote object fails. |
class |
LogStream
Deprecated. no replacement |
class |
ObjID
An ObjID is used to identify a remote object exported
to an RMI runtime. |
class |
Operation
Deprecated. no replacement |
class |
RemoteObject
The RemoteObject class implements the
java.lang.Object behavior for remote objects. |
class |
RemoteServer
The RemoteServer class is the common superclass to server
implementations and provides the framework to support a wide range
of remote reference semantics. |
class |
RemoteStub
The RemoteStub class is the common superclass to client
stubs and provides the framework to support a wide range of remote
reference semantics. |
class |
RMIClassLoader
RMIClassLoader comprises static methods to support
dynamic class loading with RMI. |
class |
RMIClassLoaderSpi
RMIClassLoaderSpi is the service provider interface for
RMIClassLoader . |
class |
RMISocketFactory
An RMISocketFactory instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls. |
class |
ServerCloneException
A ServerCloneException is thrown if a remote exception occurs
during the cloning of a UnicastRemoteObject . |
class |
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. |
class |
SkeletonMismatchException
Deprecated. no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater. |
class |
SkeletonNotFoundException
Deprecated. no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater. |
class |
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. |
class |
UID
A UID represents an identifier that is unique over time
with respect to the host it is generated on, or one of 216
"well-known" identifiers. |
class |
UnicastRemoteObject
The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the server process is alive. |
Uses of Object in java.security |
Subclasses of Object in java.security | |
class |
AccessControlContext
An AccessControlContext is used to make system resource access decisions based on the context it encapsulates. |
class |
AccessControlException
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied. |
class |
AccessController
The AccessController class is used for access control operations and decisions. |
class |
AlgorithmParameterGenerator
The AlgorithmParameterGenerator class is used to generate a
set of
parameters to be used with a certain algorithm. |
class |
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. |
class |
AlgorithmParameters
This class is used as an opaque representation of cryptographic parameters. |
class |
AlgorithmParametersSpi
This class defines the Service Provider Interface (SPI) for the AlgorithmParameters class, which is used to manage
algorithm parameters. |
class |
AllPermission
The AllPermission is a permission that implies all other permissions. |
class |
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. |
class |
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. |
class |
DigestException
This is the generic Message Digest exception. |
class |
DigestInputStream
A transparent stream that updates the associated message digest using the bits going through the stream. |
class |
DigestOutputStream
A transparent stream that updates the associated message digest using the bits going through the stream. |
class |
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. |
class |
GuardedObject
A GuardedObject is an object that is used to protect access to another object. |
class |
Identity
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore , the
java.security.cert package, and
java.security.Principal . |
class |
IdentityScope
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore , the
java.security.cert package, and
java.security.Principal . |
class |
InvalidAlgorithmParameterException
This is the exception for invalid or inappropriate algorithm parameters. |
class |
InvalidKeyException
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc). |
class |
InvalidParameterException
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method. |
class |
KeyException
This is the basic key exception. |
class |
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. |
class |
KeyFactorySpi
This class defines the Service Provider Interface (SPI) for the KeyFactory class. |
class |
KeyManagementException
This is the general key management exception for all operations dealing with key management. |
class |
KeyPair
This class is a simple holder for a key pair (a public key and a private key). |
class |
KeyPairGenerator
The KeyPairGenerator class is used to generate pairs of public and private keys. |
class |
KeyPairGeneratorSpi
This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate
pairs of public and private keys. |
class |
KeyStore
This class represents an in-memory collection of keys and certificates. |
class |
KeyStoreException
This is the generic KeyStore exception. |
class |
KeyStoreSpi
This class defines the Service Provider Interface (SPI) for the KeyStore class. |
class |
MessageDigest
This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA. |
class |
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. |
class |
NoSuchAlgorithmException
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment. |
class |
NoSuchProviderException
This exception is thrown when a particular security provider is requested but is not available in the environment. |
class |
Permission
Abstract class for representing access to a system resource. |
class |
PermissionCollection
Abstract class representing a collection of Permission objects. |
class |
Permissions
This class represents a heterogeneous collection of Permissions. |
class |
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). |
class |
PrivilegedActionException
This exception is thrown by doPrivileged(PrivilegedExceptionAction) and
doPrivileged(PrivilegedExceptionAction,
AccessControlContext context) to indicate
that the action being performed threw a checked exception. |
class |
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. |
class |
Provider
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security. |
class |
ProviderException
A runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors. |
class |
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. |
class |
SecureRandom
This class provides a cryptographically strong pseudo-random number generator (PRNG). |
class |
SecureRandomSpi
This class defines the Service Provider Interface (SPI) for the SecureRandom class. |
class |
Security
This class centralizes all security properties and common security methods. |
class |
SecurityPermission
This class is for security permissions. |
class |
Signature
This Signature class is used to provide applications the functionality of a digital signature algorithm. |
class |
SignatureException
This is the generic Signature exception. |
class |
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. |
class |
SignedObject
SignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected. |
class |
Signer
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore , the
java.security.cert package, and
java.security.Principal . |
class |
UnrecoverableKeyException
This exception is thrown if a key in the keystore cannot be recovered. |
class |
UnresolvedPermission
The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized. |
Uses of Object in java.security.acl |
Subclasses of Object in java.security.acl | |
class |
AclNotFoundException
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List). |
class |
LastOwnerException
This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List. |
class |
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. |
Uses of Object in java.security.cert |
Subclasses of Object in java.security.cert | |
class |
Certificate
Abstract class for managing a variety of identity certificates. |
protected static class |
Certificate.CertificateRep
Alternate Certificate class for serialization. |
class |
CertificateFactory
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path ( CertPath )
and certificate revocation list (CRL) objects from their encodings. |
class |
CertificateFactorySpi
This class defines the Service Provider Interface (SPI) for the CertificateFactory class. |
class |
CertPath
An immutable sequence of certificates (a certification path). |
protected static class |
CertPath.CertPathRep
Alternate CertPath class for serialization. |
class |
CertPathBuilder
A class for building certification paths (also known as certificate chains). |
class |
CertPathBuilderException
An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder . |
class |
CertPathBuilderSpi
The Service Provider Interface (SPI) for the CertPathBuilder class. |
class |
CertPathValidator
A class for validating certification paths (also known as certificate chains). |
class |
CertPathValidatorException
An exception indicating one of a variety of problems encountered when validating a certification path. |
class |
CertPathValidatorSpi
The Service Provider Interface (SPI) for the CertPathValidator class. |
class |
CertStore
A class for retrieving Certificate s and CRL s
from a repository. |
class |
CertStoreException
An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore . |
class |
CertStoreSpi
The Service Provider Interface (SPI) for the CertStore class. |
class |
CollectionCertStoreParameters
Parameters used as input for the Collection CertStore
algorithm. |
class |
CRL
This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses. |
class |
CRLException
CRL (Certificate Revocation List) Exception. |
class |
LDAPCertStoreParameters
Parameters used as input for the LDAP CertStore algorithm. |
class |
PKIXBuilderParameters
Parameters used as input for the PKIX CertPathBuilder
algorithm. |
class |
PKIXCertPathBuilderResult
This class represents the successful result of the PKIX certification path builder algorithm. |
class |
PKIXCertPathChecker
An abstract class that performs one or more checks on an X509Certificate . |
class |
PKIXCertPathValidatorResult
This class represents the successful result of the PKIX certification path validation algorithm. |
class |
PKIXParameters
Parameters used as input for the PKIX CertPathValidator
algorithm. |
class |
PolicyQualifierInfo
An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo structure. |
class |
TrustAnchor
A trust anchor or most-trusted Certification Authority (CA). |
class |
X509Certificate
Abstract class for X.509 certificates. |
class |
X509CertSelector
A CertSelector that selects X509Certificates that
match all specified criteria. |
class |
X509CRL
Abstract class for an X.509 Certificate Revocation List (CRL). |
class |
X509CRLEntry
Abstract class for a revoked certificate in a CRL (Certificate Revocation List). |
class |
X509CRLSelector
A CRLSelector that selects X509CRLs that
match all specified criteria. |
Uses of Object in java.security.spec |
Subclasses of Object in java.security.spec | |
class |
DSAParameterSpec
This class specifies the set of parameters used with the DSA algorithm. |
class |
DSAPrivateKeySpec
This class specifies a DSA private key with its associated parameters. |
class |
DSAPublicKeySpec
This class specifies a DSA public key with its associated parameters. |
class |
EncodedKeySpec
This class represents a public or private key in encoded format. |
class |
InvalidKeySpecException
This is the exception for invalid key specifications. |
class |
InvalidParameterSpecException
This is the exception for invalid parameter specifications. |
class |
PKCS8EncodedKeySpec
This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo . |
class |
PSSParameterSpec
This class specifies a parameter spec for RSA PSS encoding scheme, as defined in the PKCS#1 v2.1. |
class |
RSAKeyGenParameterSpec
This class specifies the set of parameters used to generate an RSA key pair. |
class |
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. |
class |
RSAOtherPrimeInfo
This class represents the triplet (prime, exponent, and coefficient) inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1. |
class |
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. |
class |
RSAPrivateKeySpec
This class specifies an RSA private key. |
class |
RSAPublicKeySpec
This class specifies an RSA public key. |
class |
X509EncodedKeySpec
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo . |
Uses of Object in java.sql |
Subclasses of Object in java.sql | |
class |
BatchUpdateException
An exception thrown when an error occurs during a batch update operation. |
class |
DataTruncation
An exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value. |
class |
DriverManager
The basic service for managing a set of JDBC drivers. NOTE: The DataSource interface, new in the
JDBC 2.0 API, provides another way to connect to a data source. |
class |
DriverPropertyInfo
Driver properties for making a connection. |
class |
SQLException
An exception that provides information on a database access error or other errors. |
class |
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. |
class |
SQLWarning
An exception that provides information on database access warnings. |
class |
Time
A thin wrapper around the java.util.Date class that allows the JDBC
API to identify this as an SQL TIME value. |
class |
Timestamp
A thin wrapper around java.util.Date that allows
the JDBC API to identify this as an SQL TIMESTAMP value. |
class |
Types
The class that defines the constants that are used to identify generic SQL types, called JDBC types. |
Uses of Object in java.text |
Subclasses of Object in java.text | |
class |
Annotation
An Annotation object is used as a wrapper for a text attribute value if the attribute has annotation characteristics. |
static class |
AttributedCharacterIterator.Attribute
Defines attribute keys that are used to identify text attributes. |
class |
AttributedString
An AttributedString holds text and related attribute information. |
class |
Bidi
This class implements the Unicode Version 3.0 Bidirectional Algorithm. |
class |
BreakIterator
The BreakIterator class implements methods for finding
the location of boundaries in text. |
class |
ChoiceFormat
A ChoiceFormat allows you to attach a format to a range of numbers. |
class |
CollationElementIterator
The CollationElementIterator class is used as an iterator
to walk through each character of an international string. |
class |
CollationKey
A CollationKey represents a String under the
rules of a specific Collator object. |
class |
Collator
The Collator class performs locale-sensitive
String comparison. |
class |
DateFormat
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner. |
static class |
DateFormat.Field
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned
from DateFormat.formatToCharacterIterator and as
field identifiers in FieldPosition . |
class |
DateFormatSymbols
DateFormatSymbols is a public class for encapsulating
localizable date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data. |
class |
DecimalFormat
DecimalFormat is a concrete subclass of
NumberFormat that formats decimal numbers. |
class |
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. |
class |
FieldPosition
FieldPosition is a simple class used by Format
and its subclasses to identify fields in formatted output. |
class |
Format
Format is an abstract base class for formatting locale-sensitive
information such as dates, messages, and numbers. |
static class |
Format.Field
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned
from Format.formatToCharacterIterator and as
field identifiers in FieldPosition . |
class |
MessageFormat
MessageFormat provides a means to produce concatenated
messages in language-neutral way. |
static class |
MessageFormat.Field
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned
from MessageFormat.formatToCharacterIterator . |
class |
NumberFormat
NumberFormat is the abstract base class for all number
formats. |
static class |
NumberFormat.Field
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned
from NumberFormat.formatToCharacterIterator and as
field identifiers in FieldPosition . |
class |
ParseException
Signals that an error has been reached unexpectedly while parsing. |
class |
ParsePosition
ParsePosition is a simple class used by Format
and its subclasses to keep track of the current position during parsing. |
class |
RuleBasedCollator
The RuleBasedCollator class is a concrete subclass of
Collator that provides a simple, data-driven, table
collator. |
class |
SimpleDateFormat
SimpleDateFormat is a concrete class for formatting and
parsing dates in a locale-sensitive manner. |
class |
StringCharacterIterator
StringCharacterIterator implements the
CharacterIterater protocol for a String . |
Uses of Object in java.util |
Subclasses of Object in java.util | |
class |
AbstractCollection
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface. |
class |
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). |
class |
AbstractMap
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface. |
class |
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). |
class |
AbstractSet
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface. |
class |
ArrayList
Resizable-array implementation of the List interface. |
class |
Arrays
This class contains various methods for manipulating arrays (such as sorting and searching). |
class |
BitSet
This class implements a vector of bits that grows as needed. |
class |
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. |
class |
Collections
This class consists exclusively of static methods that operate on or return collections. |
class |
ConcurrentModificationException
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible. |
class |
Currency
Represents a currency. |
class |
Date
The class Date represents a specific instant
in time, with millisecond precision. |
class |
Dictionary
The Dictionary class is the abstract parent of any
class, such as Hashtable , which maps keys to values. |
class |
EmptyStackException
Thrown by methods in the Stack class to indicate
that the stack is empty. |
class |
EventListenerProxy
An abstract wrapper class for an EventListener class which associates a set of additional parameters with the listener. |
class |
EventObject
The root class from which all event state objects shall be derived. |
class |
GregorianCalendar
GregorianCalendar is a concrete subclass of
Calendar
and provides the standard calendar used by most of the world. |
class |
HashMap
Hash table based implementation of the Map interface. |
class |
HashSet
This class implements the Set interface, backed by a hash table (actually a HashMap instance). |
class |
Hashtable
This class implements a hashtable, which maps keys to values. |
class |
IdentityHashMap
This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values). |
class |
LinkedHashMap
Hash table and linked list implementation of the Map interface, with predictable iteration order. |
class |
LinkedHashSet
Hash table and linked list implementation of the Set interface, with predictable iteration order. |
class |
LinkedList
Linked list implementation of the List interface. |
class |
ListResourceBundle
ListResourceBundle is an abstract subclass of
ResourceBundle that manages resources for a locale
in a convenient and easy to use list. |
class |
Locale
A Locale object represents a specific geographical, political,
or cultural region. |
class |
MissingResourceException
Signals that a resource is missing. |
class |
NoSuchElementException
Thrown by the nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration. |
class |
Observable
This class represents an observable object, or "data" in the model-view paradigm. |
class |
Properties
The Properties class represents a persistent set of
properties. |
class |
PropertyPermission
This class is for property permissions. |
class |
PropertyResourceBundle
PropertyResourceBundle is a concrete subclass of
ResourceBundle that manages resources for a locale
using a set of static strings from a property file. |
class |
Random
An instance of this class is used to generate a stream of pseudorandom numbers. |
class |
ResourceBundle
Resource bundles contain locale-specific objects. |
class |
SimpleTimeZone
SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar. |
class |
Stack
The Stack class represents a last-in-first-out
(LIFO) stack of objects. |
class |
StringTokenizer
The string tokenizer class allows an application to break a string into tokens. |
class |
Timer
A facility for threads to schedule tasks for future execution in a background thread. |
class |
TimerTask
A task that can be scheduled for one-time or repeated execution by a Timer. |
class |
TimeZone
TimeZone represents a time zone offset, and also figures out daylight
savings. |
class |
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. |
class |
TreeMap
Red-Black tree based implementation of the SortedMap interface. |
class |
TreeSet
This class implements the Set interface, backed by a TreeMap instance. |
class |
Vector
The Vector class implements a growable array of
objects. |
class |
WeakHashMap
A hashtable-based Map implementation with weak keys. |
Uses of Object in java.util.jar |
Subclasses of Object in java.util.jar | |
class |
Attributes
The Attributes class maps Manifest attribute names to associated string values. |
static class |
Attributes.Name
The Attributes.Name class represents an attribute name stored in this Map. |
class |
JarEntry
This class is used to represent a JAR file entry. |
class |
JarException
Signals that an error of some sort has occurred while reading from or writing to a JAR file. |
class |
JarFile
The JarFile class is used to read the contents of a JAR file
from any file that can be opened with java.io.RandomAccessFile . |
class |
JarInputStream
The JarInputStream class is used to read the contents of
a JAR file from any input stream. |
class |
JarOutputStream
The JarOutputStream class is used to write the contents
of a JAR file to any output stream. |
class |
Manifest
The Manifest class is used to maintain Manifest entry names and their associated Attributes. |
Uses of Object in java.util.logging |
Subclasses of Object in java.util.logging | |
class |
ConsoleHandler
This Handler publishes log records to System.err. |
class |
ErrorManager
ErrorManager objects can be attached to Handlers to process any error that occur on a Handler during Logging. |
class |
FileHandler
Simple file logging Handler. |
class |
Formatter
A Formatter provides support for formatting LogRecords. |
class |
Handler
A Handler object takes log messages from a Logger and exports them. |
class |
Level
The Level class defines a set of standard logging levels that can be used to control logging output. |
class |
Logger
A Logger object is used to log messages for a specific system or application component. |
class |
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). |
class |
LogManager
There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services. |
class |
LogRecord
LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers. |
class |
MemoryHandler
Handler that buffers requests in a circular buffer in memory. |
class |
SimpleFormatter
Print a brief summary of the LogRecord in a human readable format. |
class |
SocketHandler
Simple network logging Handler. |
class |
StreamHandler
Stream based logging Handler. |
class |
XMLFormatter
Format a LogRecord into a standard XML format. |
Uses of Object in java.util.prefs |
Subclasses of Object in java.util.prefs | |
class |
AbstractPreferences
This class provides a skeletal implementation of the Preferences
class, greatly easing the task of implementing it. |
class |
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. |
class |
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 Preferences
specification. |
class |
NodeChangeEvent
An event emitted by a Preferences node to indicate that a child of that node has been added or removed. |
class |
PreferenceChangeEvent
An event emitted by a Preferences node to indicate that a preference has been added, removed or has had its value changed. |
class |
Preferences
A node in a hierarchical collection of preference data. |
Uses of Object in java.util.regex |
Subclasses of Object in java.util.regex | |
class |
Matcher
An engine that performs match operations on a character sequence by interpreting a Pattern . |
class |
Pattern
A compiled representation of a regular expression. |
class |
PatternSyntaxException
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern. |
Uses of Object in java.util.zip |
Subclasses of Object in java.util.zip | |
class |
Adler32
A class that can be used to compute the Adler-32 checksum of a data stream. |
class |
CheckedInputStream
An input stream that also maintains a checksum of the data being read. |
class |
CheckedOutputStream
An output stream that also maintains a checksum of the data being written. |
class |
CRC32
A class that can be used to compute the CRC-32 of a data stream. |
class |
DataFormatException
Signals that a data format error has occurred. |
class |
Deflater
This class provides support for general purpose compression using the popular ZLIB compression library. |
class |
DeflaterOutputStream
This class implements an output stream filter for compressing data in the "deflate" compression format. |
class |
GZIPInputStream
This class implements a stream filter for reading compressed data in the GZIP format. |
class |
GZIPOutputStream
This class implements a stream filter for writing compressed data in the GZIP file format. |
class |
Inflater
This class provides support for general purpose decompression using popular ZLIB compression library. |
class |
InflaterInputStream
This class implements a stream filter for uncompressing data in the "deflate" compression format. |
class |
ZipEntry
This class is used to represent a ZIP file entry. |
class |
ZipException
Signals that a Zip exception of some sort has occurred. |
class |
ZipFile
This class is used to read entries from a zip file. |
class |
ZipInputStream
This class implements an input stream filter for reading files in the ZIP file format. |
class |
ZipOutputStream
This class implements an output stream filter for writing files in the ZIP file format. |
Uses of Object in javax.accessibility |
Subclasses of Object in javax.accessibility | |
class |
AccessibleBundle
Base class used to maintain a strongly typed enumeration. |
class |
AccessibleContext
AccessibleContext represents the minimum information all accessible objects return. |
class |
AccessibleHyperlink
Encapsulation of a link, or set of links (e.g. |
class |
AccessibleRelation
Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects. |
class |
AccessibleRelationSet
Class AccessibleRelationSet determines a component's relation set. |
class |
AccessibleResourceBundle
Deprecated. This class is deprecated as of version 1.3 of the Java 2 Platform. |
class |
AccessibleRole
Class AccessibleRole determines the role of a component. |
class |
AccessibleState
Class AccessibleState describes a component's particular state. |
class |
AccessibleStateSet
Class AccessibleStateSet determines a component's state set. |
Uses of Object in javax.crypto |
Subclasses of Object in javax.crypto | |
class |
BadPaddingException
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly. |
class |
Cipher
This class provides the functionality of a cryptographic cipher for encryption and decryption. |
class |
CipherInputStream
A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by the Cipher. |
class |
CipherOutputStream
A CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them out to the underlying OutputStream. |
class |
CipherSpi
This class defines the Service Provider Interface (SPI) for the Cipher class. |
class |
EncryptedPrivateKeyInfo
This class implements the EncryptedPrivateKeyInfo type
as defined in PKCS #8. |
class |
ExemptionMechanism
This class provides the functionality of an exemption mechanism, examples of which are key recovery, key weakening, and key escrow. |
class |
ExemptionMechanismException
This is the generic ExemptionMechanism exception. |
class |
ExemptionMechanismSpi
This class defines the Service Provider Interface (SPI) for the ExemptionMechanism class. |
class |
IllegalBlockSizeException
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher. |
class |
KeyAgreement
This class provides the functionality of a key agreement (or key exchange) protocol. |
class |
KeyAgreementSpi
This class defines the Service Provider Interface (SPI) for the KeyAgreement class. |
class |
KeyGenerator
This class provides the functionality of a (symmetric) key generator. |
class |
KeyGeneratorSpi
This class defines the Service Provider Interface (SPI) for the KeyGenerator class. |
class |
Mac
This class provides the functionality of a "Message Authentication Code" (MAC) algorithm. |
class |
MacSpi
This class defines the Service Provider Interface (SPI) for the Mac class. |
class |
NoSuchPaddingException
This exception is thrown when a particular padding mechanism is requested but is not available in the environment. |
class |
NullCipher
The NullCipher class is a class that provides an "identity cipher" -- one that does not tranform the plaintext. |
class |
SealedObject
This class enables a programmer to create an object and protect its confidentiality with a cryptographic algorithm. |
class |
SecretKeyFactory
This class represents a factory for secret keys. |
class |
SecretKeyFactorySpi
This class defines the Service Provider Interface (SPI) for the SecretKeyFactory class. |
class |
ShortBufferException
This exception is thrown when an output buffer provided by the user is too short to hold the operation result. |
Uses of Object in javax.crypto.spec |
Subclasses of Object in javax.crypto.spec | |
class |
DESedeKeySpec
This class specifies a DES-EDE ("triple-DES") key. |
class |
DESKeySpec
This class specifies a DES key. |
class |
DHGenParameterSpec
This class specifies the set of parameters used for generating Diffie-Hellman (system) parameters for use in Diffie-Hellman key agreement. |
class |
DHParameterSpec
This class specifies the set of parameters used with the Diffie-Hellman algorithm, as specified in PKCS #3: Diffie-Hellman Key-Agreement Standard. |
class |
DHPrivateKeySpec
This class specifies a Diffie-Hellman private key with its associated parameters. |
class |
DHPublicKeySpec
This class specifies a Diffie-Hellman public key with its associated parameters. |
class |
IvParameterSpec
This class specifies an initialization vector (IV). |
class |
PBEKeySpec
A user-chosen password that can be used with password-based encryption (PBE). |
class |
PBEParameterSpec
This class specifies the set of parameters used with password-based encryption (PBE), as defined in the PKCS #5 standard. |
class |
RC2ParameterSpec
This class specifies the parameters used with the RC2 algorithm. |
class |
RC5ParameterSpec
This class specifies the parameters used with the RC5 algorithm. |
class |
SecretKeySpec
This class specifies a secret key in a provider-independent fashion. |
Uses of Object in javax.imageio |
Subclasses of Object in javax.imageio | |
class |
IIOException
An exception class used for signaling run-time failure of reading and writing operations. |
class |
IIOImage
A simple container class to aggregate an image, a set of thumbnail (preview) images, and an object representing metadata associated with the image. |
class |
IIOParam
A superclass of all classes describing how streams should be decoded or encoded. |
class |
ImageIO
A class containing static convenience methods for locating ImageReader s and ImageWriter s, and
performing simple encoding and decoding. |
class |
ImageReader
An abstract superclass for parsing and decoding of images. |
class |
ImageReadParam
A class describing how a stream is to be decoded. |
class |
ImageTypeSpecifier
A class that allows the format of an image (in particular, its SampleModel and ColorModel ) to be
specified in a convenient manner. |
class |
ImageWriteParam
A class describing how a stream is to be encoded. |
class |
ImageWriter
An abstract superclass for encoding and writing images. |
Uses of Object in javax.imageio.metadata |
Subclasses of Object in javax.imageio.metadata | |
class |
IIOInvalidTreeException
An IIOInvalidTreeException is thrown when an attempt
by an IIOMetadata object to parse a tree of
IIOMetadataNode s fails. |
class |
IIOMetadata
An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams. |
class |
IIOMetadataFormatImpl
A concrete class providing a reusable implementation of the IIOMetadataFormat interface. |
class |
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. |
Uses of Object in javax.imageio.plugins.jpeg |
Subclasses of Object in javax.imageio.plugins.jpeg | |
class |
JPEGHuffmanTable
A class encapsulating a single JPEG Huffman table. |
class |
JPEGImageReadParam
This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG reader plug-in. |
class |
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. |
class |
JPEGQTable
A class encapsulating a single JPEG quantization table. |
Uses of Object in javax.imageio.spi |
Subclasses of Object in javax.imageio.spi | |
class |
IIORegistry
A registry for service provider instances. |
class |
IIOServiceProvider
A superinterface for functionality common to all Image I/O service provider interfaces (SPIs). |
class |
ImageInputStreamSpi
The service provider interface (SPI) for ImageInputStream s. |
class |
ImageOutputStreamSpi
The service provider interface (SPI) for ImageOutputStream s. |
class |
ImageReaderSpi
The service provider interface (SPI) for ImageReader s. |
class |
ImageReaderWriterSpi
A superclass containing instance variables and methods common to ImageReaderSpi and ImageWriterSpi . |
class |
ImageTranscoderSpi
The service provider interface (SPI) for ImageTranscoder s. |
class |
ImageWriterSpi
The service provider interface (SPI) for ImageWriter s. |
class |
ServiceRegistry
A registry for service provider instances. |
Uses of Object in javax.imageio.stream |
Subclasses of Object in javax.imageio.stream | |
class |
FileCacheImageInputStream
An implementation of ImageInputStream that gets its
input from a regular InputStream . |
class |
FileCacheImageOutputStream
An implementation of ImageOutputStream that writes its
output to a regular OutputStream . |
class |
FileImageInputStream
An implementation of ImageInputStream that gets its
input from a File or RandomAccessFile . |
class |
FileImageOutputStream
An implementation of ImageOutputStream that writes its
output directly to a File or
RandomAccessFile . |
class |
IIOByteBuffer
A class representing a mutable reference to an array of bytes and an offset and length within that array. |
class |
ImageInputStreamImpl
An abstract class implementing the ImageInputStream interface. |
class |
ImageOutputStreamImpl
An abstract class implementing the ImageOutputStream interface. |
class |
MemoryCacheImageInputStream
An implementation of ImageInputStream that gets its
input from a regular InputStream . |
class |
MemoryCacheImageOutputStream
An implementation of ImageOutputStream that writes its
output to a regular OutputStream . |
Uses of Object in javax.naming |
Subclasses of Object in javax.naming | |
class |
AuthenticationException
This exception is thrown when an authentication error occurs while accessing the naming or directory service. |
class |
AuthenticationNotSupportedException
This exception is thrown when the particular flavor of authentication requested is not supported. |
class |
BinaryRefAddr
This class represents the binary form of the address of a communications end-point. |
class |
CannotProceedException
This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further. |
class |
CommunicationException
This exception is thrown when the client is unable to communicate with the directory or naming service. |
class |
CompositeName
This class represents a composite name -- a sequence of component names spanning multiple namespaces. |
class |
CompoundName
This class represents a compound name -- a name from a hierarchical name space. |
class |
ConfigurationException
This exception is thrown when there is a configuration problem. |
class |
ContextNotEmptyException
This exception is thrown when attempting to destroy a context that is not empty. |
class |
InitialContext
This class is the starting context for performing naming operations. |
class |
InsufficientResourcesException
This exception is thrown when resources are not available to complete the requested operation. |
class |
InterruptedNamingException
This exception is thrown when the naming operation being invoked has been interrupted. |
class |
InvalidNameException
This exception indicates that the name being specified does not conform to the naming syntax of a naming system. |
class |
LimitExceededException
This exception is thrown when a method terminates abnormally due to a user or system specified limit. |
class |
LinkException
This exception is used to describe problems encounter while resolving links. |
class |
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. |
class |
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. |
class |
MalformedLinkException
This exception is thrown when a malformed link was encountered while resolving or constructing a link. |
class |
NameAlreadyBoundException
This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object. |
class |
NameClassPair
This class represents the object name and class name pair of a binding found in a context. |
class |
NameNotFoundException
This exception is thrown when a component of the name cannot be resolved because it is not bound. |
class |
NamingException
This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces. |
class |
NamingSecurityException
This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces. |
class |
NoInitialContextException
This exception is thrown when no initial context implementation can be created. |
class |
NoPermissionException
This exception is thrown when attempting to perform an operation for which the client has no permission. |
class |
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. |
class |
OperationNotSupportedException
This exception is thrown when a context implementation does not support the operation being invoked. |
class |
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. |
class |
RefAddr
This class represents the address of a communications end-point. |
class |
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. |
class |
ServiceUnavailableException
This exception is thrown when attempting to communicate with a directory or naming service and that service is not available. |
class |
SizeLimitExceededException
This exception is thrown when a method produces a result that exceeds a size-related limit. |
class |
StringRefAddr
This class represents the string form of the address of a communications end-point. |
class |
TimeLimitExceededException
This exception is thrown when a method does not terminate within the specified time limit. |
Uses of Object in javax.naming.directory |
Subclasses of Object in javax.naming.directory | |
class |
AttributeInUseException
This exception is thrown when an operation attempts to add an attribute that already exists. |
class |
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. |
class |
BasicAttribute
This class provides a basic implementation of the Attribute interface. |
class |
BasicAttributes
This class provides a basic implementation of the Attributes interface. |
class |
InitialDirContext
This class is the starting context for performing directory operations. |
class |
InvalidAttributeIdentifierException
This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier. |
class |
InvalidAttributesException
This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly. |
class |
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. |
class |
InvalidSearchControlsException
This exception is thrown when the specification of the SearchControls for a search operation is invalid. |
class |
InvalidSearchFilterException
This exception is thrown when the specification of a search filter is invalid. |
class |
ModificationItem
This class represents a modification item. |
class |
NoSuchAttributeException
This exception is thrown when attempting to access an attribute that does not exist. |
class |
SchemaViolationException
This exception is thrown when a method in some ways violates the schema. |
class |
SearchControls
This class encapsulates factors that determine scope of search and what gets returned as a result of the search. |
class |
SearchResult
This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods. |
Uses of Object in javax.naming.event |
Subclasses of Object in javax.naming.event | |
class |
NamingEvent
This class represents an event fired by a naming/directory service. |
class |
NamingExceptionEvent
This class represents an event fired when the procedures/processes used to collect information for notifying listeners of NamingEvents threw a NamingException. |
Uses of Object in javax.naming.ldap |
Subclasses of Object in javax.naming.ldap | |
class |
ControlFactory
This abstract class represents a factory for creating LDAPv3 controls. |
class |
InitialLdapContext
This class is the starting context for performing LDAPv3-style extended operations and controls. |
class |
LdapReferralException
This abstract class is used to represent an LDAP referral exception. |
class |
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. |
class |
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. |
class |
UnsolicitedNotificationEvent
This class represents an event fired in response to an unsolicited notification sent by the LDAP server. |
Uses of Object in javax.naming.spi |
Subclasses of Object in javax.naming.spi | |
class |
DirectoryManager
This class contains methods for supporting DirContext implementations. |
static class |
DirStateFactory.Result
An object/attributes pair for returning the result of DirStateFactory.getStateToBind(). |
class |
NamingManager
This class contains methods for creating context objects and objects referred to by location information in the naming or directory service. |
class |
ResolveResult
This class represents the result of resolution of a name. |
Uses of Object in javax.net |
Subclasses of Object in javax.net | |
class |
ServerSocketFactory
This class creates server sockets. |
class |
SocketFactory
This class creates sockets. |
Uses of Object in javax.net.ssl |
Subclasses of Object in javax.net.ssl | |
class |
HandshakeCompletedEvent
This event indicates that an SSL handshake completed on a given SSL connection. |
class |
HttpsURLConnection
HttpsURLConnection extends HttpURLConnection
with support for https-specific features. |
class |
KeyManagerFactory
This class acts as a factory for key managers based on a source of key material. |
class |
KeyManagerFactorySpi
This class defines the Service Provider Interface (SPI) for the KeyManagerFactory class. |
class |
SSLContext
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories. |
class |
SSLContextSpi
This class defines the Service Provider Interface (SPI) for the SSLContext class. |
class |
SSLException
Indicates some kind of error detected by an SSL subsystem. |
class |
SSLHandshakeException
Indicates that the client and server could not negotiate the desired level of security. |
class |
SSLKeyException
Reports a bad SSL key. |
class |
SSLPeerUnverifiedException
Indicates that the peer's identity has not been verified. |
class |
SSLPermission
This class is for various network permissions. |
class |
SSLProtocolException
Reports an error in the operation of the SSL protocol. |
class |
SSLServerSocket
This class extends ServerSocket s and
provides secure server sockets using protocols such as the Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. |
class |
SSLServerSocketFactory
SSLServerSocketFactory s create
SSLServerSocket s. |
class |
SSLSessionBindingEvent
This event is propagated to a SSLSessionBindingListener. |
class |
SSLSocket
This class extends Socket s and provides secure
socket using protocols such as the "Secure
Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols. |
class |
SSLSocketFactory
SSLSocketFactory s create SSLSocket s. |
class |
TrustManagerFactory
This class acts as a factory for trust managers based on a source of trust material. |
class |
TrustManagerFactorySpi
This class defines the Service Provider Interface (SPI) for the TrustManagerFactory class. |
Uses of Object in javax.print |
Subclasses of Object in javax.print | |
class |
DocFlavor
Class DocFlavor encapsulates an object that specifies the
format in which print data is supplied to a DocPrintJob . |
static class |
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. |
static class |
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. |
static class |
DocFlavor.INPUT_STREAM
Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream ( ) as the print
data representation class. |
static class |
DocFlavor.READER
Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream ( ) as the print data
representation class. |
static class |
DocFlavor.SERVICE_FORMATTED
Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data. |
static class |
DocFlavor.STRING
Class DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string ( ) as the print data representation class. |
static class |
DocFlavor.URL
Class DocFlavor.URL provides predefined static constant DocFlavor objects. |
class |
PrintException
Class PrintException encapsulates a printing-related error condition that occurred while using a Print Service instance. |
class |
PrintServiceLookup
Implementations of this class provide lookup services for print services (typically equivalent to printers) of a particular type. |
class |
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. |
class |
ServiceUIFactory
Services may optionally provide UIs which allow different styles of interaction in different roles. |
class |
SimpleDoc
This class is an implementation of interface Doc that can
be used in many common printing requests. |
class |
StreamPrintService
This class extends PrintService and represents a
print service that prints data in different formats to a
client-provided output stream. |
class |
StreamPrintServiceFactory
A StreamPrintServiceFactory is the factory for
StreamPrintService instances,
which can print to an output stream in a particular
document format described as a mime type. |
Uses of Object in javax.print.attribute |
Subclasses of Object in javax.print.attribute | |
class |
AttributeSetUtilities
Class AttributeSetUtilities provides static methods for manipulating AttributeSets. |
class |
DateTimeSyntax
Class DateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time. |
class |
EnumSyntax
Class EnumSyntax is an abstract base class providing the common implementation of all "type safe enumeration" objects. |
class |
HashAttributeSet
Class HashAttributeSet provides an AttributeSet
implementation with characteristics of a hash map. |
class |
HashDocAttributeSet
Class HashDocAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface DocAttributeSet . |
class |
HashPrintJobAttributeSet
Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface
PrintJobAttributeSet . |
class |
HashPrintRequestAttributeSet
Class HashPrintRequestAttributeSet inherits its implementation from class HashAttributeSet and enforces the
semantic restrictions of interface
PrintRequestAttributeSet . |
class |
HashPrintServiceAttributeSet
Class HashPrintServiceAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface
PrintServiceAttributeSet . |
class |
IntegerSyntax
Class IntegerSyntax is an abstract base class providing the common implementation of all attributes with integer values. |
class |
ResolutionSyntax
Class ResolutionSyntax is an abstract base class providing the common implementation of all attributes denoting a printer resolution. |
class |
SetOfIntegerSyntax
Class SetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a set of nonnegative integers. |
class |
Size2DSyntax
Class Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions. |
class |
TextSyntax
Class TextSyntax is an abstract base class providing the common implementation of all attributes whose value is a string. |
class |
UnmodifiableSetException
Thrown to indicate that the requested operation cannot be performed becasue the set is unmodifiable. |
class |
URISyntax
Class URISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI). |
Uses of Object in javax.print.attribute.standard |
Subclasses of Object in javax.print.attribute.standard | |
class |
Chromaticity
Class Chromaticity is a printing attribute class, an enumeration, that specifies monochrome or color printing. |
class |
ColorSupported
Class ColorSupported is a printing attribute class, an enumeration, that identifies whether the device is capable of any type of color printing at all, including highlight color as well as full process color. |
class |
Compression
Class Compression is a printing attribute class, an enumeration, that specifies how print data is compressed. |
class |
Copies
Class Copies is an integer valued printing attribute class that specifies the number of copies to be printed. |
class |
CopiesSupported
Class CopiesSupported is a printing attribute class, a set of integers, that gives the supported values for a Copies attribute. |
class |
DateTimeAtCompleted
Class DateTimeAtCompleted is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed (or was canceled or aborted). |
class |
DateTimeAtCreation
Class DateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created. |
class |
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. |
class |
Destination
Class Destination is a printing attribute class, a URI, that is used to indicate an alternate destination for the spooled printer formatted data. |
class |
DocumentName
Class DocumentName is a printing attribute class, a text attribute, that specifies the name of a document. |
class |
Fidelity
Class Fidelity is a printing attribute class, an enumeration, that indicates whether total fidelity to client supplied print request attributes is required. |
class |
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. |
class |
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. |
class |
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. |
class |
JobImpressionsCompleted
Class JobImpressionsCompleted is an integer valued printing attribute class that specifies the number of impressions completed for the job so far. |
class |
JobImpressionsSupported
Class JobImpressionsSupported is a printing attribute class, a set of integers, that gives the supported values for a JobImpressions attribute. |
class |
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. |
class |
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. |
class |
JobKOctetsSupported
Class JobKOctetsSupported is a printing attribute class, a set of integers, that gives the supported values for a JobKOctets
attribute. |
class |
JobMediaSheets
Class JobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job. |
class |
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. |
class |
JobMediaSheetsSupported
Class JobMediaSheetsSupported is a printing attribute class, a set of integers, that gives the supported values for a JobMediaSheets attribute. |
class |
JobMessageFromOperator
Class JobMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user the reasons for modification or other management action taken on a job. |
class |
JobName
Class JobName is a printing attribute class, a text attribute, that specifies the name of a print job. |
class |
JobOriginatingUserName
Class JobOriginatingUserName is a printing attribute class, a text attribute, that contains the name of the end user that submitted the print job. |
class |
JobPriority
Class JobPriority is an integer valued printing attribute class that specifies a print job's priority. |
class |
JobPrioritySupported
Class JobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports the JobPriority attribute and the number of different job priority
levels supported. |
class |
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. |
class |
JobState
JobState is a printing attribute class, an enumeration, that identifies the current state of a print job. |
class |
JobStateReason
Class JobStateReason is a printing attribute class, an enumeration, that provides additional information about the job's current state, i.e., information that augments the value of the job's JobState
attribute. |
class |
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 JobState attribute. |
class |
Media
Class Media is a printing attribute class that specifies the medium on which to print. |
class |
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. |
class |
MediaPrintableArea
Class MediaPrintableArea is a printing attribute used to distinguish the printable and non-printable areas of media. |
class |
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. |
static class |
MediaSize.Engineering
Class MediaSize.Engineering includes MediaSize values
for engineering media. |
static class |
MediaSize.ISO
Class MediaSize.ISO includes MediaSize values for ISO
media. |
static class |
MediaSize.JIS
Class MediaSize.JIS includes MediaSize values for JIS
(Japanese) media. |
static class |
MediaSize.NA
Class MediaSize.NA includes MediaSize values for North
American media. |
static class |
MediaSize.Other
Class MediaSize.Other includes MediaSize values for
miscellaneous media. |
class |
MediaSizeName
Class MediaSizeName is a subclass of Media. |
class |
MediaTray
Class MediaTray is a subclass of Media. |
class |
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. |
class |
NumberOfDocuments
Class NumberOfDocuments is an integer valued printing attribute that indicates the number of individual docs the printer has accepted for this job, regardless of whether the docs' print data has reached the printer or not. |
class |
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). |
class |
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. |
class |
NumberUpSupported
Class NumberUpSupported is a printing attribute class, a set of integers, that gives the supported values for a NumberUp attribute. |
class |
OrientationRequested
Class OrientationRequested is a printing attribute class, an enumeration, that indicates the desired orientation for printed print-stream pages; it does not describe the orientation of the client-supplied print-stream pages. |
class |
OutputDeviceAssigned
Class OutputDeviceAssigned is a printing attribute class, a text attribute, that identifies the output device to which the service has assigned this job. |
class |
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. |
class |
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). |
class |
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). |
class |
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. |
class |
PresentationDirection
Class PresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with the NumberUp attribute to
indicate the layout of multiple print-stream pages to impose upon a
single side of an instance of a selected medium. |
class |
PrinterInfo
Class PrinterInfo is a printing attribute class, a text attribute, that provides descriptive information about a printer. |
class |
PrinterIsAcceptingJobs
Class PrinterIsAcceptingJobs is a printing attribute class, an enumeration, that indicates whether the printer is currently able to accept jobs. |
class |
PrinterLocation
Class PrinterLocation is a printing attribute class, a text attribute, that identifies the location of the device. |
class |
PrinterMakeAndModel
Class PrinterMakeAndModel is a printing attribute class, a text attribute, that the make and model of the printer. |
class |
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. |
class |
PrinterMoreInfo
Class PrinterMoreInfo is a printing attribute class, a URI, that is used to obtain more information about this specific printer. |
class |
PrinterMoreInfoManufacturer
Class PrinterMoreInfoManufacturer is a printing attribute class, a URI, that is used to obtain more information about this type of device. |
class |
PrinterName
Class PrinterName is a printing attribute class, a text attribute, that specifies the name of a printer. |
class |
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. |
class |
PrinterState
Class PrinterState is a printing attribute class, an enumeration, that identifies the current state of a printer. |
class |
PrinterStateReason
Class PrinterStateReason is a printing attribute class, an enumeration, that provides additional information about the printer's current state, i.e., information that augments the value of the printer's PrinterState attribute. |
class |
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 PrinterState attribute. |
class |
PrinterURI
Class PrinterURI is a printing attribute class, a URI, that specifies the globally unique name of a printer. |
class |
PrintQuality
Class PrintQuality is a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job. |
class |
QueuedJobCount
Class QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whose JobState is either
PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED. |
class |
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. |
class |
RequestingUserName
Class RequestingUserName is a printing attribute class, a text attribute, that specifies the name of the end user that submitted the print job. |
class |
Severity
Class Severity is a printing attribute class, an enumeration, that denotes the severity of a PrinterStateReason attribute. |
class |
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 Copies attribute. |
class |
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. |
Uses of Object in javax.print.event |
Subclasses of Object in javax.print.event | |
class |
PrintEvent
Class PrintEvent is the super class of all Print Service API events. |
class |
PrintJobAdapter
An abstract adapter class for receiving print job events. |
class |
PrintJobAttributeEvent
Class PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed. |
class |
PrintJobEvent
Class PrintJobEvent encapsulates common events a print job
reports to let a listener know of progress in the processing of the
DocPrintJob . |
class |
PrintServiceAttributeEvent
Class PrintServiceAttributeEvent encapsulates an event a Print Service instance reports to let the client know of changes in the print service state. |
Uses of Object in javax.rmi |
Subclasses of Object in javax.rmi | |
class |
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. |
Uses of Object in javax.rmi.CORBA |
Subclasses of Object in javax.rmi.CORBA | |
class |
ClassDesc
This class is used to marshal java.lang.Class objects over IIOP. |
class |
Stub
Base class from which all RMI-IIOP stubs must inherit. |
class |
Util
Provides utility methods that can be used by stubs and ties to perform common operations. |
Uses of Object in javax.security.auth |
Subclasses of Object in javax.security.auth | |
class |
AuthPermission
This class is for authentication permissions. |
class |
DestroyFailedException
Signals that a destroy operation failed. |
class |
PrivateCredentialPermission
This class is used to protect access to private Credentials belonging to a particular Subject . |
class |
RefreshFailedException
Signals that a refresh operation failed. |
class |
Subject
A Subject represents a grouping of related information
for a single entity, such as a person. |
class |
SubjectDomainCombiner
A SubjectDomainCombiner updates ProtectionDomains
with Principals from the Subject associated with this
SubjectDomainCombiner . |
Uses of Object in javax.security.auth.callback |
Subclasses of Object in javax.security.auth.callback | |
class |
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). |
class |
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. |
class |
LanguageCallback
Underlying security services instantiate and pass a LanguageCallback to the invokeCallback
method of a CallbackHandler to retrieve the Locale
used for localizing text. |
class |
NameCallback
Underlying security services instantiate and pass a NameCallback to the invokeCallback
method of a CallbackHandler to retrieve name information. |
class |
PasswordCallback
Underlying security services instantiate and pass a PasswordCallback to the invokeCallback
method of a CallbackHandler to retrieve password information. |
class |
TextInputCallback
Underlying security services instantiate and pass a TextInputCallback to the invokeCallback
method of a CallbackHandler to retrieve generic text
information. |
class |
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. |
class |
UnsupportedCallbackException
Signals that a CallbackHandler does not
recognize a particular Callback . |
Uses of Object in javax.security.auth.kerberos |
Subclasses of Object in javax.security.auth.kerberos | |
class |
DelegationPermission
This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets. |
class |
KerberosKey
This class encapsulates a long term secret key for a Kerberos principal. |
class |
KerberosPrincipal
This class encapsulates a Kerberos principal. |
class |
KerberosTicket
This class encapsulates a Kerberos ticket and associated information as viewed from the client's point of view. |
class |
ServicePermission
This class is used to protect Kerberos services and the credentials necessary to access those services. |
Uses of Object in javax.security.auth.login |
Subclasses of Object in javax.security.auth.login | |
class |
AccountExpiredException
Signals that a user account has expired. |
class |
AppConfigurationEntry
This class represents a single LoginModule entry
configured for the application specified in the
getAppConfigurationEntry(String appName)
method in the Configuration class. |
static class |
AppConfigurationEntry.LoginModuleControlFlag
This class represents whether or not a LoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. |
class |
Configuration
This is an abstract class for representing the configuration of LoginModules under an application. |
class |
CredentialExpiredException
Signals that a Credential has expired. |
class |
FailedLoginException
Signals that user authentication failed. |
class |
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. |
class |
LoginException
This is the basic login exception. |
Uses of Object in javax.security.auth.x500 |
Subclasses of Object in javax.security.auth.x500 | |
class |
X500Principal
This class represents an X.500 Principal . |
class |
X500PrivateCredential
This class represents an X500PrivateCredential . |
Uses of Object in javax.security.cert |
Subclasses of Object in javax.security.cert | |
class |
CertificateEncodingException
Certificate Encoding Exception. |
class |
CertificateException
This exception indicates one of a variety of certificate problems. |
class |
CertificateExpiredException
Certificate Expired Exception. |
class |
CertificateNotYetValidException
Certificate is not yet valid exception. |
class |
CertificateParsingException
Certificate Parsing Exception. |
Uses of Object in javax.sound.midi |
Subclasses of Object in javax.sound.midi | |
class |
Instrument
An instrument is a sound-synthesis algorithm with certain parameter settings, usually designed to emulate a specific real-world musical instrument or to achieve a specific sort of sound effect. |
class |
InvalidMidiDataException
An InvalidMidiDataException indicates that inappropriate MIDI
data was encountered. |
class |
MetaMessage
A MetaMessage is a that is not meaningful to synthesizers, but
that can be stored in a MIDI file and interpreted by a sequencer program. |
static class |
MidiDevice.Info
A MidiDevice.Info object contains assorted
data about a , including its
name, the company who created it, and descriptive text. |
class |
MidiEvent
MIDI events contain a MIDI message and a corresponding time-stamp expressed in ticks, and can represent the MIDI event information stored in a MIDI file or a object. |
class |
MidiFileFormat
A MidiFileFormat object encapsulates a MIDI file's
type, as well as its length and timing information. |
class |
MidiMessage
MidiMessage is the base class for MIDI messages. |
class |
MidiSystem
The MidiSystem class provides access to the installed MIDI
system resources, including devices such as synthesizers, sequencers, and
MIDI input and output ports. |
class |
MidiUnavailableException
A MidiUnavailableException is thrown when a requested MIDI
component cannot be opened or created because it is unavailable. |
class |
Patch
A Patch object represents a location, on a MIDI
synthesizer, into which a single instrument is stored (loaded). |
class |
Sequence
A Sequence is a data structure containing musical
information (often an entire song or composition) that can be played
back by a object. |
static class |
Sequencer.SyncMode
A SyncMode object represents one of the ways in which
a MIDI sequencer's notion of time can be synchronized with a master
or slave device. |
class |
ShortMessage
A ShortMessage contains a MIDI message that has at most
two data bytes following its status byte. |
class |
SoundbankResource
A SoundbankResource represents any audio resource stored
in a . |
class |
SysexMessage
A SysexMessage object represents a MIDI system exclusive message. |
class |
Track
A MIDI track is an independent stream of MIDI events (time-stamped MIDI data) that can be stored along with other tracks in a standard MIDI file. |
class |
VoiceStatus
A VoiceStatus object contains information about the current
status of one of the voices produced by a Synthesizer . |
Uses of Object in javax.sound.midi.spi |
Subclasses of Object in javax.sound.midi.spi | |
class |
MidiDeviceProvider
A MidiDeviceProvider is a factory or provider for a particular
type of MIDI device. |
class |
MidiFileReader
A MidiFileReader supplies MIDI file-reading services. |
class |
MidiFileWriter
A MidiFileWriter supplies MIDI file-writing services. |
class |
SoundbankReader
A SoundbankReader supplies soundbank file-reading services. |
Uses of Object in javax.sound.sampled |
Subclasses of Object in javax.sound.sampled | |
class |
AudioFileFormat
An instance of the AudioFileFormat class describes
an audio file, including the file type, the file's length in bytes,
the length in sample frames of the audio data contained in the file,
and the format of the audio data. |
static class |
AudioFileFormat.Type
An instance of the Type class represents one of the
standard types of audio file. |
class |
AudioFormat
AudioFormat is the class that specifies a particular arrangement of data in a sound stream. |
static class |
AudioFormat.Encoding
The Encoding class names the specific type of data representation
used for an audio stream. |
class |
AudioInputStream
An audio input stream is an input stream with a specified audio format and length. |
class |
AudioPermission
The AudioPermission class represents access rights to the audio
system resources. |
class |
AudioSystem
The AudioSystem class acts as the entry point to the
sampled-audio system resources. |
class |
BooleanControl
A BooleanControl provides the ability to switch between
two possible settings that affect a line's audio. |
static class |
BooleanControl.Type
An instance of the BooleanControl.Type class identifies one kind of
boolean control. |
class |
CompoundControl
A CompoundControl , such as a graphic equalizer, provides control
over two or more related properties, each of which is itself represented as
a Control . |
static class |
CompoundControl.Type
An instance of the CompoundControl.Type inner class identifies one kind of
compound control. |
class |
Control
Lines often have a set of controls, such as gain and pan, that affect
the audio signal passing through the line. |
static class |
Control.Type
An instance of the Type class represents the type of
the control. |
static class |
DataLine.Info
Besides the class information inherited from its superclass, DataLine.Info provides additional information specific to data lines. |
class |
EnumControl
A EnumControl provides control over a set of
discrete possible values, each represented by an object. |
static class |
EnumControl.Type
An instance of the EnumControl.Type inner class identifies one kind of
enumerated control. |
class |
FloatControl
A FloatControl object provides control over a range of
floating-point values. |
static class |
FloatControl.Type
An instance of the FloatControl.Type inner class identifies one kind of
float control. |
static class |
Line.Info
A Line.Info object contains information about a line. |
class |
LineEvent
The LineEvent class encapsulates information that a line sends its listeners
whenever the line opens, closes, starts, or stops. |
static class |
LineEvent.Type
The LineEvent.Type inner class identifies what kind of event occurred on a line. |
class |
LineUnavailableException
A LineUnavailableException is an exception indicating that a
line cannot be opened because it is unavailable. |
static class |
Mixer.Info
The Mixer.Info class represents information about an audio mixer,
including the product's name, version, and vendor, along with a textual
description. |
static class |
Port.Info
The Port.Info class extends
with additional information specific to ports, including the port's name
and whether it is a source or a target for its mixer. |
class |
ReverbType
The ReverbType class provides methods for
accessing various reverberation settings to be applied to
an audio signal. |
class |
UnsupportedAudioFileException
An UnsupportedAudioFileException is an exception indicating that an
operation failed because a file did not contain valid data of a recognized file
type and format. |
Uses of Object in javax.sound.sampled.spi |
Subclasses of Object in javax.sound.sampled.spi | |
class |
AudioFileReader
Provider for audio file reading services. |
class |
AudioFileWriter
Provider for audio file writing services. |
class |
FormatConversionProvider
A format conversion provider provides format conversion services from one or more input formats to one or more output formats. |
class |
MixerProvider
A provider or factory for a particular mixer type. |
Uses of Object in javax.sql |
Subclasses of Object in javax.sql | |
class |
ConnectionEvent
An Event object that provides information about the
source of a connection-related event. |
class |
RowSetEvent
An Event object generated when an event occurs to a
RowSet object. |
Uses of Object in javax.swing |
Subclasses of Object in javax.swing | |
class |
AbstractAction
This class provides default implementations for the JFC Action
interface. |
class |
AbstractButton
Defines common behaviors for buttons and menu items. |
protected class |
AbstractButton.AccessibleAbstractButton
This class implements accessibility support for the AbstractButton class. |
protected class |
AbstractButton.ButtonChangeListener
Extends ChangeListener to be serializable. |
class |
AbstractCellEditor
|
class |
AbstractListModel
The abstract definition for the data model that provides a List with its contents. |
class |
AbstractSpinnerModel
This class provides the ChangeListener part of the SpinnerModel interface that should be suitable for most concrete SpinnerModel implementations. |
class |
ActionMap
ActionMap provides mappings from
Object s
(called keys or Action names)
to Action s. |
class |
BorderFactory
Factory class for vending standard Border objects. |
class |
Box
A lightweight container that uses a BoxLayout object as its layout manager. |
protected class |
Box.AccessibleBox
This class implements accessibility support for the Box class. |
static class |
Box.Filler
An implementation of a lightweight component that participates in layout but has no view. |
protected class |
Box.Filler.AccessibleBoxFiller
This class implements accessibility support for the Box.Filler class. |
class |
BoxLayout
A layout manager that allows multiple components to be laid out either vertically or horizontally. |
class |
ButtonGroup
This class is used to create a multiple-exclusion scope for a set of buttons. |
class |
CellRendererPane
This class is inserted in between cell renderers and the components that use them. |
protected class |
CellRendererPane.AccessibleCellRendererPane
This class implements accessibility support for the CellRendererPane class. |
class |
ComponentInputMap
A ComponentInputMap is an InputMap
associated with a particular JComponent . |
class |
DebugGraphics
Graphics subclass supporting graphics debugging. |
class |
DefaultBoundedRangeModel
A generic implementation of BoundedRangeModel. |
class |
DefaultButtonModel
The default implementation of a Button component's data model. |
class |
DefaultCellEditor
The default editor for table and tree cells. |
protected class |
DefaultCellEditor.EditorDelegate
The protected EditorDelegate class. |
class |
DefaultComboBoxModel
The default model for combo boxes. |
class |
DefaultDesktopManager
This is an implementation of the DesktopManager . |
class |
DefaultFocusManager
This class has been obsoleted by the 1.4 focus APIs. |
class |
DefaultListCellRenderer
Renders an item in a list. |
static class |
DefaultListCellRenderer.UIResource
A subclass of DefaultListCellRenderer that implements UIResource. |
class |
DefaultListModel
This class loosely implements the java.util.Vector
API, in that it implements the 1.1.x version of
java.util.Vector , has no collection class support,
and notifies the ListDataListener s when changes occur. |
class |
DefaultListSelectionModel
Default data model for list selections. |
class |
DefaultSingleSelectionModel
A generic implementation of SingleSelectionModel. |
class |
FocusManager
This class has been obsoleted by the 1.4 focus APIs. |
class |
GrayFilter
An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image. |
class |
ImageIcon
An implementation of the Icon interface that paints Icons from Images. |
protected class |
ImageIcon.AccessibleImageIcon
This class implements accessibility support for the ImageIcon class. |
class |
InputMap
InputMap provides a binding between an input event
(currently only KeyStroke s are used)
and an Object . |
class |
InputVerifier
The purpose of this class is to help clients support smooth focus navigation through GUIs with text fields. |
class |
InternalFrameFocusTraversalPolicy
A FocusTraversalPolicy which can optionally provide an algorithm for determining a JInternalFrame's initial Component. |
class |
JApplet
An extended version of java.applet.Applet that adds support for the JFC/Swing component architecture. |
protected class |
JApplet.AccessibleJApplet
This class implements accessibility support for the JApplet class. |
class |
JButton
An implementation of a "push" button. |
protected class |
JButton.AccessibleJButton
This class implements accessibility support for the JButton class. |
class |
JCheckBox
An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user. |
protected class |
JCheckBox.AccessibleJCheckBox
This class implements accessibility support for the JCheckBox class. |
class |
JCheckBoxMenuItem
A menu item that can be selected or deselected. |
protected class |
JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
This class implements accessibility support for the JCheckBoxMenuItem class. |
class |
JColorChooser
JColorChooser provides a pane of controls designed to allow
a user to manipulate and select a color. |
protected class |
JColorChooser.AccessibleJColorChooser
This class implements accessibility support for the JColorChooser class. |
class |
JComboBox
A component that combines a button or editable field and a drop-down list. |
protected class |
JComboBox.AccessibleJComboBox
This class implements accessibility support for the JComboBox class. |
class |
JComponent
The base class for all Swing components except top-level containers. |
class |
JComponent.AccessibleJComponent
Inner class of JComponent used to provide default support for accessibility. |
protected class |
JComponent.AccessibleJComponent.AccessibleContainerHandler
Fire PropertyChange listener, if one is registered, when children added/removed. |
protected class |
JComponent.AccessibleJComponent.AccessibleFocusHandler
Fire PropertyChange listener, if one is registered, when focus events happen |
class |
JDesktopPane
A container used to create a multiple-document interface or a virtual desktop. |
protected class |
JDesktopPane.AccessibleJDesktopPane
This class implements accessibility support for the JDesktopPane class. |
class |
JDialog
The main class for creating a dialog window. |
protected class |
JDialog.AccessibleJDialog
This class implements accessibility support for the JDialog class. |
class |
JEditorPane
A text component to edit various kinds of content. |
protected class |
JEditorPane.AccessibleJEditorPane
This class implements accessibility support for the JEditorPane class. |
protected class |
JEditorPane.AccessibleJEditorPaneHTML
This class provides support for AccessibleHypertext ,
and is used in instances where the EditorKit
installed in this JEditorPane is an instance of
HTMLEditorKit . |
protected class |
JEditorPane.JEditorPaneAccessibleHypertextSupport
What's returned by AccessibleJEditorPaneHTML.getAccessibleText . |
class |
JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
|
class |
JFileChooser
JFileChooser provides a simple mechanism for the user to
choose a file. |
protected class |
JFileChooser.AccessibleJFileChooser
This class implements accessibility support for the JFileChooser class. |
class |
JFormattedTextField
JFormattedTextField extends JTextField adding
support for formatting arbitrary values, as well as retrieving a particular
object once the user has edited the text. |
static class |
JFormattedTextField.AbstractFormatter
Instances of AbstractFormatter are used by
JFormattedTextField to handle the conversion both
from an Object to a String, and back from a String to an Object. |
static class |
JFormattedTextField.AbstractFormatterFactory
Instances of AbstractFormatterFactory are used by
JFormattedTextField to obtain instances of
AbstractFormatter which in turn are used to format values. |
class |
JFrame
An extended version of java.awt.Frame that adds support for
the JFC/Swing component architecture. |
protected class |
JFrame.AccessibleJFrame
This class implements accessibility support for the JFrame class. |
class |
JInternalFrame
A lightweight object that provides many of the features of a native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar. |
protected class |
JInternalFrame.AccessibleJInternalFrame
This class implements accessibility support for the JInternalFrame class. |
static class |
JInternalFrame.JDesktopIcon
This component represents an iconified version of a JInternalFrame . |
protected class |
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
This class implements accessibility support for the JInternalFrame.JDesktopIcon class. |
class |
JLabel
A display area for a short text string or an image, or both. |
protected class |
JLabel.AccessibleJLabel
The class used to obtain the accessible role for this object. |
class |
JLayeredPane
JLayeredPane adds depth to a JFC/Swing container,
allowing components to overlap each other when needed. |
protected class |
JLayeredPane.AccessibleJLayeredPane
This class implements accessibility support for the JLayeredPane class. |
class |
JList
A component that allows the user to select one or more objects from a list. |
protected class |
JList.AccessibleJList
This class implements accessibility support for the JList class. |
protected class |
JList.AccessibleJList.AccessibleJListChild
This class implements accessibility support appropriate for list children. |
class |
JMenu
An implementation of a menu -- a popup window containing JMenuItem s that
is displayed when the user selects an item on the JMenuBar . |
protected class |
JMenu.AccessibleJMenu
This class implements accessibility support for the JMenu class. |
protected class |
JMenu.WinListener
A listener class that watches for a popup window closing. |
class |
JMenuBar
An implementation of a menu bar. |
protected class |
JMenuBar.AccessibleJMenuBar
This class implements accessibility support for the JMenuBar class. |
class |
JMenuItem
An implementation of an item in a menu. |
protected class |
JMenuItem.AccessibleJMenuItem
This class implements accessibility support for the JMenuItem class. |
class |
JOptionPane
JOptionPane makes it easy to pop up a standard dialog box that
prompts users for a value or informs them of something. |
protected class |
JOptionPane.AccessibleJOptionPane
This class implements accessibility support for the JOptionPane class. |
class |
JPanel
JPanel is a generic lightweight container. |
protected class |
JPanel.AccessibleJPanel
This class implements accessibility support for the JPanel class. |
class |
JPasswordField
JPasswordField is a lightweight component that allows
the editing of a single line of text where the view indicates
something was typed, but does not show the original characters. |
protected class |
JPasswordField.AccessibleJPasswordField
This class implements accessibility support for the JPasswordField class. |
class |
JPopupMenu
An implementation of a popup menu -- a small window that pops up and displays a series of choices. |
protected class |
JPopupMenu.AccessibleJPopupMenu
This class implements accessibility support for the JPopupMenu class. |
static class |
JPopupMenu.Separator
A popup menu-specific separator. |
class |
JProgressBar
A component that, by default, displays an integer value within a bounded interval. |
protected class |
JProgressBar.AccessibleJProgressBar
This class implements accessibility support for the JProgressBar class. |
class |
JRadioButton
An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user. |
protected class |
JRadioButton.AccessibleJRadioButton
This class implements accessibility support for the JRadioButton class. |
class |
JRadioButtonMenuItem
An implementation of a radio button menu item. |
protected class |
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
This class implements accessibility support for the JRadioButtonMenuItem class. |
class |
JRootPane
A lightweight container used behind the scenes by JFrame , JDialog , JWindow ,
JApplet , and JInternalFrame . |
protected class |
JRootPane.AccessibleJRootPane
This class implements accessibility support for the JRootPane class. |
protected class |
JRootPane.RootLayout
A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar. |
class |
JScrollBar
An implementation of a scrollbar. |
protected class |
JScrollBar.AccessibleJScrollBar
This class implements accessibility support for the JScrollBar class. |
class |
JScrollPane
Provides a scrollable view of a lightweight component. |
protected class |
JScrollPane.AccessibleJScrollPane
This class implements accessibility support for the JScrollPane class. |
protected class |
JScrollPane.ScrollBar
By default JScrollPane creates scrollbars
that are instances
of this class. |
class |
JSeparator
JSeparator provides a general purpose component for
implementing divider lines - most commonly used as a divider
between menu items that breaks them up into logical groupings. |
protected class |
JSeparator.AccessibleJSeparator
This class implements accessibility support for the JSeparator class. |
class |
JSlider
A component that lets the user graphically select a value by sliding a knob within a bounded interval. |
protected class |
JSlider.AccessibleJSlider
This class implements accessibility support for the JSlider class. |
class |
JSpinner
A single line input field that lets the user select a number or an object value from an ordered sequence. |
static class |
JSpinner.DateEditor
An editor for a JSpinner whose model is a
SpinnerDateModel . |
static class |
JSpinner.DefaultEditor
A simple base class for more specialized editors that displays a read-only view of the model's current value with a JFormattedTextField |
static class |
JSpinner.ListEditor
An editor for a JSpinner whose model is a
SpinnerListModel . |
static class |
JSpinner.NumberEditor
An editor for a JSpinner whose model is a
SpinnerNumberModel . |
class |
JSplitPane
JSplitPane is used to divide two (and only two)
Component s. |
protected class |
JSplitPane.AccessibleJSplitPane
This class implements accessibility support for the JSplitPane class. |
class |
JTabbedPane
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon. |
protected class |
JTabbedPane.AccessibleJTabbedPane
This class implements accessibility support for the JTabbedPane class. |
protected class |
JTabbedPane.ModelListener
We pass ModelChanged events along to the listeners with
the tabbedpane (instead of the model itself) as the event source. |
class |
JTable
The JTable is used to display and edit regular two-dimensional tables
of cells. |
protected class |
JTable.AccessibleJTable
This class implements accessibility support for the JTable class. |
protected class |
JTable.AccessibleJTable.AccessibleJTableCell
The class provides an implementation of the Java Accessibility API appropriate to table cells. |
protected class |
JTable.AccessibleJTable.AccessibleJTableModelChange
|
class |
JTextArea
A JTextArea is a multi-line area that displays plain text. |
protected class |
JTextArea.AccessibleJTextArea
This class implements accessibility support for the JTextArea class. |
class |
JTextField
JTextField is a lightweight component that allows the editing
of a single line of text. |
protected class |
JTextField.AccessibleJTextField
This class implements accessibility support for the JTextField class. |
class |
JTextPane
A text component that can be marked up with attributes that are represented graphically. |
class |
JToggleButton
An implementation of a two-state button. |
protected class |
JToggleButton.AccessibleJToggleButton
This class implements accessibility support for the JToggleButton class. |
static class |
JToggleButton.ToggleButtonModel
The ToggleButton model |
class |
JToolBar
JToolBar provides a component that is useful for
displaying commonly used Action s or controls. |
protected class |
JToolBar.AccessibleJToolBar
This class implements accessibility support for the JToolBar class. |
static class |
JToolBar.Separator
A toolbar-specific separator. |
class |
JToolTip
Used to display a "Tip" for a Component. |
protected class |
JToolTip.AccessibleJToolTip
This class implements accessibility support for the JToolTip class. |
class |
JTree
A control that displays a set of hierarchical data as an outline. |
protected class |
JTree.AccessibleJTree
This class implements accessibility support for the JTree class. |
protected class |
JTree.AccessibleJTree.AccessibleJTreeNode
This class implements accessibility support for the JTree child. |
static class |
JTree.DynamicUtilTreeNode
DynamicUtilTreeNode can wrap
vectors/hashtables/arrays/strings and
create the appropriate children tree nodes as necessary. |
protected static class |
JTree.EmptySelectionModel
EmptySelectionModel is a TreeSelectionModel
that does not allow anything to be selected. |
protected class |
JTree.TreeModelHandler
Listens to the model and updates the expandedState
accordingly when nodes are removed, or changed. |
protected class |
JTree.TreeSelectionRedirector
Handles creating a new TreeSelectionEvent with the
JTree as the
source and passing it off to all the listeners. |
class |
JViewport
The "viewport" or "porthole" through which you see the underlying information. |
protected class |
JViewport.AccessibleJViewport
This class implements accessibility support for the JViewport class. |
protected class |
JViewport.ViewListener
A listener for the view. |
class |
JWindow
A JWindow is a container that can be displayed anywhere on the
user's desktop. |
protected class |
JWindow.AccessibleJWindow
This class implements accessibility support for the JWindow class. |
class |
KeyStroke
A KeyStroke represents a key action on the keyboard, or equivalent input device. |
class |
LayoutFocusTraversalPolicy
A SortingFocusTraversalPolicy which sorts Components based on their size, position, and orientation. |
class |
LookAndFeel
Completely characterizes a look and feel from the point of view of the pluggable look and feel components. |
class |
MenuSelectionManager
A MenuSelectionManager owns the selection in menu hierarchy. |
class |
OverlayLayout
A layout manager to arrange components over the top of each other. |
class |
Popup
Popups are used to display a Component to the user, typically
on top of all the other Component s in a particular containment
hierarchy. |
class |
PopupFactory
PopupFactory , as the name implies, is used to obtain
instances of Popup s. |
class |
ProgressMonitor
A class to monitor the progress of some operation. |
class |
ProgressMonitorInputStream
Monitors the progress of reading from some InputStream. |
class |
RepaintManager
This class manages repaint requests, allowing the number of repaints to be minimized, for example by collapsing multiple requests into a single repaint for members of a component tree. |
class |
ScrollPaneLayout
The layout manager used by JScrollPane . |
static class |
ScrollPaneLayout.UIResource
The UI resource version of ScrollPaneLayout . |
class |
SizeRequirements
For the convenience of layout managers, calculates information about the size and position of components. |
class |
SizeSequence
A SizeSequence object
efficiently maintains an ordered list
of sizes and corresponding positions. |
class |
SortingFocusTraversalPolicy
A FocusTraversalPolicy that determines traversal order by sorting the Components of a focus traversal cycle based on a given Comparator. |
class |
SpinnerDateModel
A SpinnerModel for sequences of Date s. |
class |
SpinnerListModel
A simple implementation of SpinnerModel whose
values are defined by an array or a List . |
class |
SpinnerNumberModel
A SpinnerModel for sequences of numbers. |
class |
Spring
An instance of the Spring class holds three properties that
characterize its behavior: the minimum, preferred, and
maximum values. |
class |
SpringLayout
A SpringLayout lays out the children of its associated container
according to a set of constraints. |
static class |
SpringLayout.Constraints
A Constraints object holds the
constraints that govern the way a component's size and position
change in a container controlled by a SpringLayout . |
class |
SwingUtilities
A collection of utility methods for Swing. |
class |
ToolTipManager
Manages all the ToolTips in the system. |
protected class |
ToolTipManager.insideTimerAction
|
protected class |
ToolTipManager.outsideTimerAction
|
protected class |
ToolTipManager.stillInsideTimerAction
|
class |
TransferHandler
This class is used to handle the transfer of a Transferable
to and from Swing components. |
class |
UIDefaults
A table of defaults for Swing components. |
static class |
UIDefaults.LazyInputMap
LazyInputMap will create a InputMap
in its createValue
method. |
static class |
UIDefaults.ProxyLazyValue
This class provides an implementation of LazyValue
which can be
used to delay loading of the Class for the instance to be created. |
class |
UIManager
This class keeps track of the current look and feel and its defaults. |
static class |
UIManager.LookAndFeelInfo
Provides a little information about an installed LookAndFeel for the sake of configuring a menu or
for initial application set up. |
class |
UnsupportedLookAndFeelException
An exception that indicates the request look & feel management classes are not present on the user's system. |
class |
ViewportLayout
The default layout manager for JViewport . |
Uses of Object in javax.swing.border |
Subclasses of Object in javax.swing.border | |
class |
AbstractBorder
A class that implements an empty border with no size. |
class |
BevelBorder
A class which implements a simple 2 line bevel border. |
class |
CompoundBorder
A composite Border class used to compose two Border objects into a single border by nesting an inside Border object within the insets of an outside Border object. |
class |
EmptyBorder
A class which provides an empty, transparent border which takes up space but does no drawing. |
class |
EtchedBorder
A class which implements a simple etched border which can either be etched-in or etched-out. |
class |
LineBorder
A class which implements a line border of arbitrary thickness and of a single color. |
class |
MatteBorder
A class which provides a matte-like border of either a solid color or a tiled icon. |
class |
SoftBevelBorder
A class which implements a raised or lowered bevel with softened corners. |
class |
TitledBorder
A class which implements an arbitrary border with the addition of a String title in a specified position and justification. |
Uses of Object in javax.swing.colorchooser |
Subclasses of Object in javax.swing.colorchooser | |
class |
AbstractColorChooserPanel
This is the abstract superclass for color choosers. |
class |
ColorChooserComponentFactory
A class designed to produce preconfigured "accessory" objects to insert into color choosers. |
class |
DefaultColorSelectionModel
A generic implementation of ColorSelectionModel . |
Uses of Object in javax.swing.event |
Subclasses of Object in javax.swing.event | |
class |
AncestorEvent
An event reported to a child component that originated from an ancestor in the component hierarchy. |
class |
CaretEvent
CaretEvent is used to notify interested parties that the text caret has changed in the event source. |
class |
ChangeEvent
ChangeEvent is used to notify interested parties that state has changed in the event source. |
static class |
DocumentEvent.EventType
Enumeration for document event types |
class |
EventListenerList
A class that holds a list of EventListeners. |
class |
HyperlinkEvent
HyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link. |
static class |
HyperlinkEvent.EventType
Defines the ENTERED, EXITED, and ACTIVATED event types, along with their string representations, returned by toString(). |
class |
InternalFrameAdapter
An abstract adapter class for receiving internal frame events. |
class |
InternalFrameEvent
An AWTEvent that adds support for
JInternalFrame objects as the event source. |
class |
ListDataEvent
Defines an event that encapsulates changes to a list. |
class |
ListSelectionEvent
An event that characterizes a change in the current selection. |
class |
MenuDragMouseEvent
MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions. |
class |
MenuEvent
MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled. |
class |
MenuKeyEvent
MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree. |
class |
MouseInputAdapter
The adapter which receives mouse events and mouse motion events. |
class |
PopupMenuEvent
PopupMenuEvent only contains the source of the event which is the JPoupMenu sending the event |
class |
SwingPropertyChangeSupport
This subclass of java.beans.PropertyChangeSupport is identical in functionality -- it sacrifices thread-safety (not a Swing concern) for reduce memory consumption, which helps performance (both big Swing concerns). |
class |
TableColumnModelEvent
TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved. |
class |
TableModelEvent
TableModelEvent is used to notify listeners that a table model has changed. |
class |
TreeExpansionEvent
An event used to identify a single path in a tree. |
class |
TreeModelEvent
Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change. |
class |
TreeSelectionEvent
An event that characterizes a change in the current selection. |
class |
UndoableEditEvent
An event indicating that an operation which can be undone has occurred. |
Uses of Object in javax.swing.filechooser |
Subclasses of Object in javax.swing.filechooser | |
class |
FileFilter
FileFilter is an abstract class that has no default
implementation. |
class |
FileSystemView
FileSystemView is JFileChooser's gateway to the file system. |
class |
FileView
FileView defines an abstract class that can be implemented to provide the filechooser with ui information for a File. |
Uses of Object in javax.swing.plaf |
Subclasses of Object in javax.swing.plaf | |
class |
ActionMapUIResource
A subclass of javax.swing.ActionMap that implements UIResource. |
class |
BorderUIResource
|
static class |
BorderUIResource.BevelBorderUIResource
|
static class |
BorderUIResource.CompoundBorderUIResource
|
static class |
BorderUIResource.EmptyBorderUIResource
|
static class |
BorderUIResource.EtchedBorderUIResource
|
static class |
BorderUIResource.LineBorderUIResource
|
static class |
BorderUIResource.MatteBorderUIResource
|
static class |
BorderUIResource.TitledBorderUIResource
|
class |
ButtonUI
Pluggable look and feel interface for JButton. |
class |
ColorChooserUI
Pluggable look and feel interface for JColorChooser. |
class |
ColorUIResource
|
class |
ComboBoxUI
Pluggable look and feel interface for JComboBox. |
class |
ComponentInputMapUIResource
A subclass of javax.swing.ComponentInputMap that implements UIResource. |
class |
ComponentUI
The base class for all UI delegate objects in the Swing pluggable look and feel architecture. |
class |
DesktopIconUI
Pluggable look and feel interface for JDesktopIcon. |
class |
DesktopPaneUI
Pluggable look and feel interface for JDesktopPane. |
class |
DimensionUIResource
|
class |
FileChooserUI
Pluggable look and feel interface for JFileChooser . |
class |
FontUIResource
A subclass of java.awt.Font that implements UIResource. |
class |
IconUIResource
|
class |
InputMapUIResource
A subclass of javax.swing.InputMap that implements UIResource. |
class |
InsetsUIResource
|
class |
InternalFrameUI
Pluggable look and feel interface for JInternalFrame. |
class |
LabelUI
Pluggable look and feel interface for JLabel. |
class |
ListUI
The JList pluggable look and feel delegate. |
class |
MenuBarUI
Pluggable look and feel interface for JMenuBar. |
class |
MenuItemUI
Pluggable look and feel interface for JMenuItem. |
class |
OptionPaneUI
Pluggable look and feel interface for JOptionPane. |
class |
PanelUI
Pluggable look and feel interface for Panel. |
class |
PopupMenuUI
Pluggable look and feel interface for JPopupMenu. |
class |
ProgressBarUI
Pluggable look and feel interface for JProgressBar. |
class |
RootPaneUI
Pluggable look and feel interface for JRootPane. |
class |
ScrollBarUI
Pluggable look and feel interface for JScrollBar. |
class |
ScrollPaneUI
Pluggable look and feel interface for JScrollPane. |
class |
SeparatorUI
Pluggable look and feel interface for JSeparator. |
class |
SliderUI
Pluggable look and feel interface for JSlider. |
class |
SpinnerUI
Pluggable look and feel interface for JSpinner |
class |
SplitPaneUI
Pluggable look and feel interface for JSplitPane. |
class |
TabbedPaneUI
Pluggable look and feel interface for JTabbedPane. |
class |
TableHeaderUI
Pluggable look and feel interface for JTableHeader. |
class |
TableUI
Pluggable look and feel interface for JTable. |
class |
TextUI
Text editor user interface |
class |
ToolBarUI
Pluggable look and feel interface for JToolBar. |
class |
ToolTipUI
Pluggable look and feel interface for JToolTip. |
class |
TreeUI
Pluggable look and feel interface for JTree. |
class |
ViewportUI
Pluggable look and feel interface for JViewport. |
Uses of Object in javax.swing.plaf.basic |
Subclasses of Object in javax.swing.plaf.basic | |
class |
BasicArrowButton
JButton object that draws a scaled Arrow in one of the cardinal directions. |
class |
BasicBorders
Factory object that can vend Borders appropriate for the basic L & F. |
static class |
BasicBorders.ButtonBorder
|
static class |
BasicBorders.FieldBorder
|
static class |
BasicBorders.MarginBorder
|
static class |
BasicBorders.MenuBarBorder
|
static class |
BasicBorders.RadioButtonBorder
|
static class |
BasicBorders.RolloverButtonBorder
Special thin border for rollover toolbar buttons. |
static class |
BasicBorders.SplitPaneBorder
Draws the border around the splitpane. |
static class |
BasicBorders.ToggleButtonBorder
|
class |
BasicButtonListener
Button Listener |
class |
BasicButtonUI
BasicButton implementation |
class |
BasicCheckBoxMenuItemUI
BasicCheckboxMenuItem implementation |
class |
BasicCheckBoxUI
CheckboxUI implementation for BasicCheckboxUI |
class |
BasicColorChooserUI
Provides the basic look and feel for a JColorChooser. |
class |
BasicColorChooserUI.PropertyHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicComboBoxEditor
The default editor for editable combo boxes. |
static class |
BasicComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource. |
class |
BasicComboBoxRenderer
ComboBox renderer |
static class |
BasicComboBoxRenderer.UIResource
A subclass of BasicComboBoxRenderer that implements UIResource. |
class |
BasicComboBoxUI
Basic UI implementation for JComboBox. |
class |
BasicComboBoxUI.ComboBoxLayoutManager
This layout manager handles the 'standard' layout of combo boxes. |
class |
BasicComboBoxUI.FocusHandler
This listener hides the popup when the focus is lost. |
class |
BasicComboBoxUI.ItemHandler
This listener watches for changes to the selection in the combo box. |
class |
BasicComboBoxUI.KeyHandler
This listener checks to see if the key event isn't a navigation key. |
class |
BasicComboBoxUI.ListDataHandler
This listener watches for changes in the ComboBoxModel . |
class |
BasicComboBoxUI.PropertyChangeHandler
This listener watches for bound properties that have changed in the combo box. |
class |
BasicComboPopup
This is a basic implementation of the ComboPopup interface. |
class |
BasicComboPopup.InvocationKeyHandler
As of Java 2 platform v 1.4, this class is now obsolete and is only included for backwards API compatibility. |
protected class |
BasicComboPopup.InvocationMouseHandler
A listener to be registered upon the combo box (not its popup menu) to handle mouse events that affect the state of the popup menu. |
protected class |
BasicComboPopup.InvocationMouseMotionHandler
This listener watches for dragging and updates the current selection in the list if it is dragging over the list. |
protected class |
BasicComboPopup.ItemHandler
This listener watches for changes to the selection in the combo box. |
class |
BasicComboPopup.ListDataHandler
As of 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility. |
protected class |
BasicComboPopup.ListMouseHandler
This listener hides the popup when the mouse is released in the list. |
protected class |
BasicComboPopup.ListMouseMotionHandler
This listener changes the selected item as you move the mouse over the list. |
protected class |
BasicComboPopup.ListSelectionHandler
As of Java 2 platform v 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility. |
protected class |
BasicComboPopup.PropertyChangeHandler
This listener watches for bound properties that have changed in the combo box. |
class |
BasicDesktopIconUI
Basic L&F for a minimized window on a desktop. |
class |
BasicDesktopIconUI.MouseInputHandler
Listens for mouse movements and acts on them. |
class |
BasicDesktopPaneUI
Basic L&F for a desktop. |
protected class |
BasicDesktopPaneUI.CloseAction
|
protected class |
BasicDesktopPaneUI.MaximizeAction
|
protected class |
BasicDesktopPaneUI.MinimizeAction
|
protected class |
BasicDesktopPaneUI.NavigateAction
|
protected class |
BasicDesktopPaneUI.OpenAction
|
class |
BasicDirectoryModel
Basic implementation of a file list. |
class |
BasicEditorPaneUI
Provides the look and feel for a JEditorPane. |
class |
BasicFileChooserUI
Basic L&F implementation of a FileChooser. |
protected class |
BasicFileChooserUI.AcceptAllFileFilter
|
protected class |
BasicFileChooserUI.ApproveSelectionAction
Responds to an Open or Save request |
protected class |
BasicFileChooserUI.BasicFileView
|
protected class |
BasicFileChooserUI.CancelSelectionAction
Responds to a cancel request. |
protected class |
BasicFileChooserUI.ChangeToParentDirectoryAction
|
protected class |
BasicFileChooserUI.DoubleClickListener
|
protected class |
BasicFileChooserUI.GoHomeAction
Acts on the "home" key event or equivalent event. |
protected class |
BasicFileChooserUI.NewFolderAction
Creates a new folder. |
protected class |
BasicFileChooserUI.SelectionListener
|
protected class |
BasicFileChooserUI.UpdateAction
Rescans the files in the current directory |
class |
BasicFormattedTextFieldUI
Provides the look and feel implementation for JFormattedTextField . |
class |
BasicGraphicsUtils
|
class |
BasicHTML
Support for providing html views for the swing components. |
class |
BasicIconFactory
Factory object that can vend Icons appropriate for the basic L & F. |
class |
BasicInternalFrameTitlePane
The class that manages a basic title bar |
class |
BasicInternalFrameTitlePane.CloseAction
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.IconifyAction
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.MaximizeAction
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.MoveAction
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.PropertyChangeHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.RestoreAction
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.SizeAction
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.SystemMenuBar
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameTitlePane.TitlePaneLayout
This inner class is marked "public" due to a compiler bug. |
class |
BasicInternalFrameUI
A basic L&F implementation of JInternalFrame. |
protected class |
BasicInternalFrameUI.BasicInternalFrameListener
|
protected class |
BasicInternalFrameUI.BorderListener
Listens for border adjustments. |
protected class |
BasicInternalFrameUI.ComponentHandler
|
protected class |
BasicInternalFrameUI.GlassPaneDispatcher
|
class |
BasicInternalFrameUI.InternalFrameLayout
|
class |
BasicInternalFrameUI.InternalFramePropertyChangeListener
|
class |
BasicLabelUI
A Windows L&F implementation of LabelUI. |
class |
BasicListUI
A Windows L&F implementation of ListUI. |
class |
BasicListUI.FocusHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicListUI.ListDataHandler
The ListDataListener that's added to the JLists model at installUI time, and whenever the JList.model property changes. |
class |
BasicListUI.ListSelectionHandler
The ListSelectionListener that's added to the JLists selection model at installUI time, and whenever the JList.selectionModel property changes. |
class |
BasicListUI.MouseInputHandler
Mouse input, and focus handling for JList. |
class |
BasicListUI.PropertyChangeHandler
The PropertyChangeListener that's added to the JList at installUI time. |
class |
BasicLookAndFeel
Implements the a standard base LookAndFeel class from which standard desktop LookAndFeel classes (JLF, Mac, Windows, etc.) can be derived. |
class |
BasicMenuBarUI
A default L&F implementation of MenuBarUI. |
class |
BasicMenuItemUI
BasicMenuItem implementation |
protected class |
BasicMenuItemUI.MouseInputHandler
|
class |
BasicMenuUI
A default L&F implementation of MenuUI. |
class |
BasicMenuUI.ChangeHandler
As of Java 2 platform 1.4, this previously undocumented class is now obsolete. |
protected class |
BasicMenuUI.MouseInputHandler
Instantiated and used by a menu item to handle the current menu selection from mouse events. |
class |
BasicOptionPaneUI
Provides the basic look and feel for a JOptionPane . |
class |
BasicOptionPaneUI.ButtonActionListener
This inner class is marked "public" due to a compiler bug. |
static class |
BasicOptionPaneUI.ButtonAreaLayout
ButtonAreaLayout behaves in a similar manner to
FlowLayout . |
class |
BasicOptionPaneUI.PropertyChangeHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicPanelUI
BasicPanel implementation |
class |
BasicPasswordFieldUI
Provides the Windows look and feel for a password field. |
class |
BasicPopupMenuSeparatorUI
A Basic L&F implementation of PopupMenuSeparatorUI. |
class |
BasicPopupMenuUI
A Windows L&F implementation of PopupMenuUI. |
class |
BasicProgressBarUI
A Basic L&F implementation of ProgressBarUI. |
class |
BasicProgressBarUI.ChangeHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicRadioButtonMenuItemUI
BasicRadioButtonMenuItem implementation |
class |
BasicRadioButtonUI
RadioButtonUI implementation for BasicRadioButtonUI |
class |
BasicRootPaneUI
Basic implementation of RootPaneUI, there is one shared between all JRootPane instances. |
class |
BasicScrollBarUI
Implementation of ScrollBarUI for the Basic Look and Feel |
protected class |
BasicScrollBarUI.ArrowButtonListener
Listener for cursor keys. |
protected class |
BasicScrollBarUI.ModelListener
A listener to listen for model changes. |
class |
BasicScrollBarUI.PropertyChangeHandler
|
protected class |
BasicScrollBarUI.ScrollListener
Listener for scrolling events initiated in the ScrollPane . |
protected class |
BasicScrollBarUI.TrackListener
Track mouse drags. |
class |
BasicScrollPaneUI
A default L&F implementation of ScrollPaneUI. |
class |
BasicScrollPaneUI.HSBChangeListener
Horizontal scrollbar listener. |
protected class |
BasicScrollPaneUI.MouseWheelHandler
MouseWheelHandler is an inner class which implements the MouseWheelListener interface. |
class |
BasicScrollPaneUI.PropertyChangeHandler
|
class |
BasicScrollPaneUI.ViewportChangeHandler
Listener for viewport events. |
class |
BasicScrollPaneUI.VSBChangeListener
Vertical scrollbar listener. |
class |
BasicSeparatorUI
A Basic L&F implementation of SeparatorUI. |
class |
BasicSliderUI
A Basic L&F implementation of SliderUI. |
class |
BasicSliderUI.ActionScroller
As of Java 2 platform v1.3 this undocumented class is no longer used. |
class |
BasicSliderUI.ChangeHandler
Data model listener. |
class |
BasicSliderUI.ComponentHandler
Listener for resizing events. |
class |
BasicSliderUI.FocusHandler
Focus-change listener. |
class |
BasicSliderUI.PropertyChangeHandler
|
class |
BasicSliderUI.ScrollListener
Scroll-event listener. |
class |
BasicSliderUI.TrackListener
Track mouse movements. |
class |
BasicSpinnerUI
The default Spinner UI delegate. |
class |
BasicSplitPaneDivider
Divider used by BasicSplitPaneUI. |
protected class |
BasicSplitPaneDivider.DividerLayout
Used to layout a BasicSplitPaneDivider . |
protected class |
BasicSplitPaneDivider.DragController
Handles the events during a dragging session for a HORIZONTAL_SPLIT oriented split pane. |
protected class |
BasicSplitPaneDivider.MouseHandler
MouseHandler is responsible for converting mouse events (released, dragged...) into the appropriate DragController methods. |
protected class |
BasicSplitPaneDivider.VerticalDragController
Handles the events during a dragging session for a VERTICAL_SPLIT oriented split pane. |
class |
BasicSplitPaneUI
A Basic L&F implementation of the SplitPaneUI. |
class |
BasicSplitPaneUI.BasicHorizontalLayoutManager
LayoutManager for JSplitPanes that have an orientation of HORIZONTAL_SPLIT. |
class |
BasicSplitPaneUI.BasicVerticalLayoutManager
LayoutManager used for JSplitPanes with an orientation of VERTICAL_SPLIT. |
class |
BasicSplitPaneUI.FocusHandler
Implementation of the FocusListener that the JSplitPane UI uses. |
class |
BasicSplitPaneUI.KeyboardDownRightHandler
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses. |
class |
BasicSplitPaneUI.KeyboardEndHandler
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses. |
class |
BasicSplitPaneUI.KeyboardHomeHandler
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses. |
class |
BasicSplitPaneUI.KeyboardResizeToggleHandler
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses. |
class |
BasicSplitPaneUI.KeyboardUpLeftHandler
Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses. |
class |
BasicSplitPaneUI.PropertyHandler
Implementation of the PropertyChangeListener that the JSplitPane UI uses. |
class |
BasicTabbedPaneUI
A Basic L&F implementation of TabbedPaneUI. |
class |
BasicTabbedPaneUI.FocusHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTabbedPaneUI.MouseHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTabbedPaneUI.PropertyChangeHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTabbedPaneUI.TabbedPaneLayout
This inner class is marked "public" due to a compiler bug. |
class |
BasicTabbedPaneUI.TabSelectionHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTableHeaderUI
BasicTableHeaderUI implementation |
class |
BasicTableHeaderUI.MouseInputHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTableUI
BasicTableUI implementation |
class |
BasicTableUI.FocusHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTableUI.KeyHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTableUI.MouseInputHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicTextAreaUI
Provides the look and feel for a plain text editor. |
class |
BasicTextFieldUI
Basis of a look and feel for a JTextField. |
class |
BasicTextPaneUI
Provides the look and feel for a styled text editor. |
class |
BasicTextUI
Basis of a text components look-and-feel. |
static class |
BasicTextUI.BasicCaret
|
static class |
BasicTextUI.BasicHighlighter
|
class |
BasicToggleButtonUI
BasicToggleButton implementation |
class |
BasicToolBarSeparatorUI
A Basic L&F implementation of ToolBarSeparatorUI. |
class |
BasicToolBarUI
A Basic L&F implementation of ToolBarUI. |
class |
BasicToolBarUI.DockingListener
This inner class is marked "public" due to a compiler bug. |
protected class |
BasicToolBarUI.DragWindow
|
protected class |
BasicToolBarUI.FrameListener
|
protected class |
BasicToolBarUI.PropertyListener
|
protected class |
BasicToolBarUI.ToolBarContListener
|
protected class |
BasicToolBarUI.ToolBarFocusListener
|
class |
BasicToolTipUI
Standard tool tip L&F. |
class |
BasicTreeUI
The basic L&F for a hierarchical data structure. |
class |
BasicTreeUI.CellEditorHandler
Listener responsible for getting cell editing events and updating the tree accordingly. |
class |
BasicTreeUI.ComponentHandler
Updates the preferred size when scrolling (if necessary). |
class |
BasicTreeUI.FocusHandler
Repaints the lead selection row when focus is lost/gained. |
class |
BasicTreeUI.KeyHandler
This is used to get mutliple key down events to appropriately generate events. |
class |
BasicTreeUI.MouseHandler
TreeMouseListener is responsible for updating the selection based on mouse events. |
class |
BasicTreeUI.MouseInputHandler
MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with. |
class |
BasicTreeUI.NodeDimensionsHandler
Class responsible for getting size of node, method is forwarded to BasicTreeUI method. |
class |
BasicTreeUI.PropertyChangeHandler
PropertyChangeListener for the tree. |
class |
BasicTreeUI.SelectionModelPropertyChangeHandler
Listener on the TreeSelectionModel, resets the row selection if any of the properties of the model change. |
class |
BasicTreeUI.TreeCancelEditingAction
ActionListener that invokes cancelEditing when action performed. |
class |
BasicTreeUI.TreeExpansionHandler
Updates the TreeState in response to nodes expanding/collapsing. |
class |
BasicTreeUI.TreeHomeAction
TreeHomeAction is used to handle end/home actions. |
class |
BasicTreeUI.TreeIncrementAction
TreeIncrementAction is used to handle up/down actions. |
class |
BasicTreeUI.TreeModelHandler
Forwards all TreeModel events to the TreeState. |
class |
BasicTreeUI.TreePageAction
TreePageAction handles page up and page down events. |
class |
BasicTreeUI.TreeSelectionHandler
Listens for changes in the selection model and updates the display accordingly. |
class |
BasicTreeUI.TreeToggleAction
For the first selected row expandedness will be toggled. |
class |
BasicTreeUI.TreeTraverseAction
TreeTraverseAction is the action used for left/right keys. |
class |
BasicViewportUI
BasicViewport implementation |
class |
DefaultMenuLayout
The default layout manager for Popup menus and menubars. |
Uses of Object in javax.swing.plaf.metal |
Subclasses of Object in javax.swing.plaf.metal | |
class |
DefaultMetalTheme
This class describes the default Metal Theme. |
class |
MetalBorders
Factory object that can vend Borders appropriate for the metal L & F. |
static class |
MetalBorders.ButtonBorder
|
static class |
MetalBorders.Flush3DBorder
|
static class |
MetalBorders.InternalFrameBorder
|
static class |
MetalBorders.MenuBarBorder
|
static class |
MetalBorders.MenuItemBorder
|
static class |
MetalBorders.OptionDialogBorder
|
static class |
MetalBorders.PaletteBorder
Border for a Palette. |
static class |
MetalBorders.PopupMenuBorder
|
static class |
MetalBorders.RolloverButtonBorder
|
static class |
MetalBorders.ScrollPaneBorder
|
static class |
MetalBorders.TableHeaderBorder
Border for a Table Header |
static class |
MetalBorders.TextFieldBorder
|
static class |
MetalBorders.ToggleButtonBorder
|
static class |
MetalBorders.ToolBarBorder
|
class |
MetalButtonUI
MetalButtonUI implementation |
class |
MetalCheckBoxIcon
CheckboxIcon implementation for OrganicCheckBoxUI |
class |
MetalCheckBoxUI
CheckboxUI implementation for MetalCheckboxUI |
class |
MetalComboBoxButton
JButton subclass to help out MetalComboBoxUI |
class |
MetalComboBoxEditor
The default editor for Metal editable combo boxes |
static class |
MetalComboBoxEditor.UIResource
A subclass of BasicComboBoxEditor that implements UIResource. |
class |
MetalComboBoxIcon
This utility class draws the horizontal bars which indicate a MetalComboBox |
class |
MetalComboBoxUI
Metal UI for JComboBox |
class |
MetalComboBoxUI.MetalComboBoxLayoutManager
This inner class is marked "public" due to a compiler bug. |
class |
MetalComboBoxUI.MetalComboPopup
Deprecated. As of Java 2 platform v1.4. |
class |
MetalComboBoxUI.MetalPropertyChangeListener
This inner class is marked "public" due to a compiler bug. |
class |
MetalDesktopIconUI
Metal desktop icon. |
class |
MetalFileChooserUI
Metal L&F implementation of a FileChooser. |
protected class |
MetalFileChooserUI.DirectoryComboBoxAction
Acts when DirectoryComboBox has changed the selected item. |
protected class |
MetalFileChooserUI.DirectoryComboBoxModel
Data model for a type-face selection combo-box. |
protected class |
MetalFileChooserUI.FileRenderer
|
protected class |
MetalFileChooserUI.FilterComboBoxModel
Data model for a type-face selection combo-box. |
class |
MetalFileChooserUI.FilterComboBoxRenderer
Render different type sizes and styles. |
protected class |
MetalFileChooserUI.SingleClickListener
|
class |
MetalIconFactory
Factory object that vends Icon s for
the JavaTM look and feel (Metal). |
static class |
MetalIconFactory.FileIcon16
Warning: Serialized objects of this class will not be compatible with future Swing releases. |
static class |
MetalIconFactory.FolderIcon16
Warning: Serialized objects of this class will not be compatible with future Swing releases. |
static class |
MetalIconFactory.PaletteCloseIcon
Defines an icon for Palette close |
static class |
MetalIconFactory.TreeControlIcon
Warning: Serialized objects of this class will not be compatible with future Swing releases. |
static class |
MetalIconFactory.TreeFolderIcon
Warning: Serialized objects of this class will not be compatible with future Swing releases. |
static class |
MetalIconFactory.TreeLeafIcon
|
class |
MetalInternalFrameTitlePane
Class that manages a JLF title bar |
class |
MetalInternalFrameUI
Metal implementation of JInternalFrame. |
class |
MetalLabelUI
A Windows L&F implementation of LabelUI. |
class |
MetalLookAndFeel
Implements the Java look and feel (codename: Metal). |
class |
MetalPopupMenuSeparatorUI
A Metal L&F implementation of PopupMenuSeparatorUI. |
class |
MetalProgressBarUI
The Metal implementation of ProgressBarUI. |
class |
MetalRadioButtonUI
RadioButtonUI implementation for MetalRadioButtonUI |
class |
MetalRootPaneUI
Provides the metal look and feel implementation of RootPaneUI . |
class |
MetalScrollBarUI
Implementation of ScrollBarUI for the Metal Look and Feel |
class |
MetalScrollButton
JButton object for Metal scrollbar arrows. |
class |
MetalScrollPaneUI
A Metal L&F implementation of ScrollPaneUI. |
class |
MetalSeparatorUI
A Metal L&F implementation of SeparatorUI. |
class |
MetalSliderUI
A Java L&F implementation of SliderUI. |
protected class |
MetalSliderUI.MetalPropertyListener
|
class |
MetalSplitPaneUI
Metal split pane. |
class |
MetalTabbedPaneUI
The Metal subclass of BasicTabbedPaneUI. |
class |
MetalTabbedPaneUI.TabbedPaneLayout
This inner class is marked "public" due to a compiler bug. |
class |
MetalTextFieldUI
Basis of a look and feel for a JTextField. |
class |
MetalTheme
This interface acts as a generic way to describe the colors used by Metal. |
class |
MetalToggleButtonUI
MetalToggleButton implementation |
class |
MetalToolBarUI
A Metal Look and Feel implementation of ToolBarUI. |
protected class |
MetalToolBarUI.MetalContainerListener
|
protected class |
MetalToolBarUI.MetalDockingListener
|
protected class |
MetalToolBarUI.MetalRolloverListener
|
class |
MetalToolTipUI
A Metal L&F extension of BasicToolTipUI. |
class |
MetalTreeUI
The metal look and feel implementation of TreeUI . |
Uses of Object in javax.swing.plaf.multi |
Subclasses of Object in javax.swing.plaf.multi | |
class |
MultiButtonUI
A multiplexing UI used to combine ButtonUI s. |
class |
MultiColorChooserUI
A multiplexing UI used to combine ColorChooserUI s. |
class |
MultiComboBoxUI
A multiplexing UI used to combine ComboBoxUI s. |
class |
MultiDesktopIconUI
A multiplexing UI used to combine DesktopIconUI s. |
class |
MultiDesktopPaneUI
A multiplexing UI used to combine DesktopPaneUI s. |
class |
MultiFileChooserUI
A multiplexing UI used to combine FileChooserUI s. |
class |
MultiInternalFrameUI
A multiplexing UI used to combine InternalFrameUI s. |
class |
MultiLabelUI
A multiplexing UI used to combine LabelUI s. |
class |
MultiListUI
A multiplexing UI used to combine ListUI s. |
class |
MultiLookAndFeel
A multiplexing look and feel that allows more than one UI to be associated with a component at the same time. |
class |
MultiMenuBarUI
A multiplexing UI used to combine MenuBarUI s. |
class |
MultiMenuItemUI
A multiplexing UI used to combine MenuItemUI s. |
class |
MultiOptionPaneUI
A multiplexing UI used to combine OptionPaneUI s. |
class |
MultiPanelUI
A multiplexing UI used to combine PanelUI s. |
class |
MultiPopupMenuUI
A multiplexing UI used to combine PopupMenuUI s. |
class |
MultiProgressBarUI
A multiplexing UI used to combine ProgressBarUI s. |
class |
MultiRootPaneUI
A multiplexing UI used to combine RootPaneUI s. |
class |
MultiScrollBarUI
A multiplexing UI used to combine ScrollBarUI s. |
class |
MultiScrollPaneUI
A multiplexing UI used to combine ScrollPaneUI s. |
class |
MultiSeparatorUI
A multiplexing UI used to combine SeparatorUI s. |
class |
MultiSliderUI
A multiplexing UI used to combine SliderUI s. |
class |
MultiSpinnerUI
A multiplexing UI used to combine SpinnerUI s. |
class |
MultiSplitPaneUI
A multiplexing UI used to combine SplitPaneUI s. |
class |
MultiTabbedPaneUI
A multiplexing UI used to combine TabbedPaneUI s. |
class |
MultiTableHeaderUI
A multiplexing UI used to combine TableHeaderUI s. |
class |
MultiTableUI
A multiplexing UI used to combine TableUI s. |
class |
MultiTextUI
A multiplexing UI used to combine TextUI s. |
class |
MultiToolBarUI
A multiplexing UI used to combine ToolBarUI s. |
class |
MultiToolTipUI
A multiplexing UI used to combine ToolTipUI s. |
class |
MultiTreeUI
A multiplexing UI used to combine TreeUI s. |
class |
MultiViewportUI
A multiplexing UI used to combine ViewportUI s. |
Uses of Object in javax.swing.table |
Subclasses of Object in javax.swing.table | |
class |
AbstractTableModel
This abstract class provides default implementations for most of the methods in the TableModel interface. |
class |
DefaultTableCellRenderer
The standard class for rendering (displaying) individual cells in a JTable . |
static class |
DefaultTableCellRenderer.UIResource
A subclass of DefaultTableCellRenderer that
implements UIResource . |
class |
DefaultTableColumnModel
The standard column-handler for a JTable . |
class |
DefaultTableModel
This is an implementation of TableModel that
uses a Vector of Vectors to store the
cell value objects. |
class |
JTableHeader
This is the object which manages the header of the JTable . |
protected class |
JTableHeader.AccessibleJTableHeader
This class implements accessibility support for the JTableHeader class. |
protected class |
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
This class provides an implementation of the Java Accessibility API appropropriate for JTableHeader entries. |
class |
TableColumn
A TableColumn represents all the attributes of a column in a
JTable , such as width, resizibility, minimum and maximum width. |
Uses of Object in javax.swing.text |
Subclasses of Object in javax.swing.text | |
class |
AbstractDocument
An implementation of the document interface to serve as a basis for implementing various kinds of documents. |
class |
AbstractDocument.AbstractElement
Implements the abstract part of an element. |
class |
AbstractDocument.BranchElement
Implements a composite element that contains other elements. |
class |
AbstractDocument.DefaultDocumentEvent
Stores document changes as the document is being modified. |
static class |
AbstractDocument.ElementEdit
An implementation of ElementChange that can be added to the document event. |
class |
AbstractDocument.LeafElement
Implements an element that directly represents content of some kind. |
class |
AbstractWriter
AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes. |
class |
AsyncBoxView
A box that does layout asynchronously. |
class |
AsyncBoxView.ChildLocator
A class to manage the effective position of the child views in a localized area while changes are being made around the localized area. |
class |
AsyncBoxView.ChildState
A record representing the layout state of a child view. |
class |
BadLocationException
This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist). |
class |
BoxView
A view that arranges its children into a box shape by tiling its children along an axis. |
class |
ChangedCharSetException
ChangedCharSetException as the name indicates is an exception thrown when the charset is changed. |
class |
ComponentView
Component decorator that implements the view interface. |
class |
CompositeView
CompositeView is an abstract View
implementation which manages one or more child views. |
class |
DateFormatter
DateFormatter is an InternationalFormatter that does its
formatting by way of an instance of java.text.DateFormat . |
class |
DefaultCaret
A default implementation of Caret. |
class |
DefaultEditorKit
This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document. |
static class |
DefaultEditorKit.BeepAction
Creates a beep. |
static class |
DefaultEditorKit.CopyAction
Copies the selected region and place its contents into the system clipboard. |
static class |
DefaultEditorKit.CutAction
Cuts the selected region and place its contents into the system clipboard. |
static class |
DefaultEditorKit.DefaultKeyTypedAction
The action that is executed by default if a key typed event is received and there is no keymap entry. |
static class |
DefaultEditorKit.InsertBreakAction
Places a line/paragraph break into the document. |
static class |
DefaultEditorKit.InsertContentAction
Places content into the associated document. |
static class |
DefaultEditorKit.InsertTabAction
Places a tab character into the document. |
static class |
DefaultEditorKit.PasteAction
Pastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected. |
class |
DefaultFormatter
DefaultFormatter formats aribtrary objects. |
class |
DefaultFormatterFactory
An implementation of JFormattedTextField.AbstractFormatterFactory . |
class |
DefaultHighlighter
Implements the Highlighter interfaces. |
static class |
DefaultHighlighter.DefaultHighlightPainter
Simple highlight painter that fills a highlighted area with a solid color. |
class |
DefaultStyledDocument
A document that can be marked up with character and paragraph styles in a manner similar to the Rich Text Format. |
static class |
DefaultStyledDocument.AttributeUndoableEdit
An UndoableEdit used to remember AttributeSet changes to an Element. |
class |
DefaultStyledDocument.ElementBuffer
Class to manage changes to the element hierarchy. |
static class |
DefaultStyledDocument.ElementSpec
Specification for building elements. |
protected class |
DefaultStyledDocument.SectionElement
Default root element for a document... |
class |
DefaultTextUI
Deprecated. |
class |
DocumentFilter
DocumentFilter , as the name implies, is a filter for the
Document mutation methods. |
static class |
DocumentFilter.FilterBypass
Used as a way to circumvent calling back into the Document to change it. |
class |
EditorKit
Establishes the set of things needed by a text component to be a reasonably functioning editor for some type of text content. |
class |
ElementIterator
ElementIterator, as the name suggests, iteratates over the Element tree. |
class |
FieldView
Extends the multi-line plain text view to be suitable for a single-line editor view. |
class |
FlowView
A View that tries to flow it's children into some partially constrained space. |
static class |
FlowView.FlowStrategy
Strategy for maintaining the physical form of the flow. |
class |
GapContent
An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs. |
(package private) class |
javax.swing.text.GapVector
An implementation of a gapped buffer similar to that used by emacs. |
class |
GlyphView
A GlyphView is a styled chunk of text that represents a view mapped over an element in the text model. |
static class |
GlyphView.GlyphPainter
A class to perform rendering of the glyphs. |
class |
IconView
Icon decorator that implements the view interface. |
class |
InternationalFormatter
InternationalFormatter extends DefaultFormatter ,
using an instance of java.text.Format to handle the
conversion to a String, and the conversion from a String. |
class |
JTextComponent
JTextComponent is the base class for swing text
components. |
class |
JTextComponent.AccessibleJTextComponent
This class implements accessibility support for the JTextComponent class. |
static class |
JTextComponent.KeyBinding
Binding record for creating key bindings. |
class |
LabelView
A LabelView is a styled chunk of text
that represents a view mapped over an element in the
text model. |
class |
LayeredHighlighter
|
static class |
LayeredHighlighter.LayerPainter
Layered highlight renderer. |
class |
LayoutQueue
A queue of text layout tasks. |
class |
MaskFormatter
MaskFormatter is used to format and edit strings. |
class |
NavigationFilter
NavigationFilter can be used to restrict where the cursor can
be positioned. |
static class |
NavigationFilter.FilterBypass
Used as a way to circumvent calling back into the caret to position the cursor. |
class |
NumberFormatter
NumberFormatter subclasses InternationalFormatter
adding special behavior for numbers. |
class |
ParagraphView
View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc. |
class |
PasswordView
Implements a View suitable for use in JPasswordField UI implementations. |
class |
PlainDocument
A plain document that maintains no character attributes. |
class |
PlainView
Implements View interface for a simple multi-line text view that has text in one font and color. |
static class |
Position.Bias
A typesafe enumeration to indicate bias to a position in the model. |
class |
Segment
A segment of a character array representing a fragment of text. |
class |
SimpleAttributeSet
A straightforward implementation of MutableAttributeSet using a hash table. |
class |
StringContent
An implementation of the AbstractDocument.Content interface that is a brute force implementation that is useful for relatively small documents and/or debugging. |
class |
StyleConstants
A collection of well known or common attribute keys and methods to apply to an AttributeSet or MutableAttributeSet to get/set the properties in a typesafe manner. |
static class |
StyleConstants.CharacterConstants
This is a typesafe enumeration of the well-known attributes that contribute to a character style. |
static class |
StyleConstants.ColorConstants
This is a typesafe enumeration of the well-known attributes that contribute to a color. |
static class |
StyleConstants.FontConstants
This is a typesafe enumeration of the well-known attributes that contribute to a font. |
static class |
StyleConstants.ParagraphConstants
This is a typesafe enumeration of the well-known attributes that contribute to a paragraph style. |
class |
StyleContext
A pool of styles and their associated resources. |
class |
StyleContext.NamedStyle
A collection of attributes, typically used to represent character and paragraph styles. |
class |
StyleContext.SmallAttributeSet
This class holds a small number of attributes in an array. |
class |
StyledEditorKit
This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document. |
static class |
StyledEditorKit.AlignmentAction
An action to set paragraph alignment. |
static class |
StyledEditorKit.BoldAction
An action to toggle the bold attribute. |
static class |
StyledEditorKit.FontFamilyAction
An action to set the font family in the associated JEditorPane. |
static class |
StyledEditorKit.FontSizeAction
An action to set the font size in the associated JEditorPane. |
static class |
StyledEditorKit.ForegroundAction
An action to set foreground color. |
static class |
StyledEditorKit.ItalicAction
An action to toggle the italic attribute. |
static class |
StyledEditorKit.StyledTextAction
An action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed. |
static class |
StyledEditorKit.UnderlineAction
An action to toggle the underline attribute. |
class |
TableView
Implements View interface for a table, that is composed of an element structure where the child elements of the element this view is responsible for represent rows and the child elements of the row elements are cells. |
class |
TableView.TableCell
Deprecated. A table cell can now be any View implementation. |
class |
TableView.TableRow
View of a row in a row-centric table. |
class |
TabSet
A TabSet is comprised of many TabStops. |
class |
TabStop
This class encapsulates a single tab stop (basically as tab stops are thought of by RTF). |
class |
TextAction
An Action implementation useful for key bindings that are shared across a number of different text components. |
class |
Utilities
A collection of methods to deal with various text related activities. |
class |
View
A very important part of the text package is the View class. |
class |
WrappedPlainView
View of plain text (text with only one font and color) that does line-wrapping. |
class |
ZoneView
ZoneView is a View implementation that creates zones for which the child views are not created or stored until they are needed for display or model/view translations. |
Uses of Object in javax.swing.text.html |
Subclasses of Object in javax.swing.text.html | |
class |
BlockView
A view implementation to display a block (as a box) with CSS specifications. |
class |
CSS
Defines a set of CSS attributes as a typesafe enumeration. |
static class |
CSS.Attribute
Definitions to be used as a key on AttributeSet's that might hold CSS attributes. |
class |
FormView
Component decorator that implements the view interface for form elements, <input>, <textarea>, and <select>. |
protected class |
FormView.MouseEventListener
MouseEventListener class to handle form submissions when an input with type equal to image is clicked on. |
class |
HTML
Constants used in the HTMLDocument . |
static class |
HTML.Attribute
Typesafe enumeration representing an HTML attribute. |
static class |
HTML.Tag
Typesafe enumeration for an HTML tag. |
static class |
HTML.UnknownTag
|
class |
HTMLDocument
A document that models HTML. |
class |
HTMLDocument.BlockElement
An element that represents a structural block of HTML. |
class |
HTMLDocument.HTMLReader
An HTML reader to load an HTML document with an HTML element structure. |
class |
HTMLDocument.HTMLReader.BlockAction
|
class |
HTMLDocument.HTMLReader.CharacterAction
|
class |
HTMLDocument.HTMLReader.FormAction
Action to support forms by building all of the elements used to represent form controls. |
class |
HTMLDocument.HTMLReader.HiddenAction
|
class |
HTMLDocument.HTMLReader.IsindexAction
|
class |
HTMLDocument.HTMLReader.ParagraphAction
|
class |
HTMLDocument.HTMLReader.PreAction
|
class |
HTMLDocument.HTMLReader.SpecialAction
|
class |
HTMLDocument.HTMLReader.TagAction
An action to be performed in response to parsing a tag. |
static class |
HTMLDocument.Iterator
An iterator to iterate over a particular type of tag. |
class |
HTMLDocument.RunElement
An element that represents a chunk of text that has a set of HTML character level attributes assigned to it. |
class |
HTMLEditorKit
The Swing JEditorPane text component supports different kinds of content via a plug-in mechanism called an EditorKit. |
static class |
HTMLEditorKit.HTMLFactory
A factory to build views for HTML. |
static class |
HTMLEditorKit.HTMLTextAction
An abstract Action providing some convenience methods that may be useful in inserting HTML into an existing document. |
static class |
HTMLEditorKit.InsertHTMLTextAction
InsertHTMLTextAction can be used to insert an arbitrary string of HTML into an existing HTML document. |
static class |
HTMLEditorKit.LinkController
Class to watch the associated component and fire hyperlink events on it when appropriate. |
static class |
HTMLEditorKit.Parser
Interface to be supported by the parser. |
static class |
HTMLEditorKit.ParserCallback
The result of parsing drives these callback methods. |
class |
HTMLFrameHyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame. |
class |
HTMLWriter
This is a writer for HTMLDocuments. |
class |
ImageView
View of an Image, intended to support the HTML <IMG> tag. |
class |
InlineView
Displays the inline element styles based upon css attributes. |
class |
ListView
A view implementation to display an html list |
class |
MinimalHTMLWriter
MinimalHTMLWriter is a fallback writer used by the HTMLEditorKit to write out HTML for a document that is a not produced by the EditorKit. |
class |
ObjectView
Component decorator that implements the view interface for <object> elements. |
class |
Option
Value for the ListModel used to represent <option> elements. |
class |
StyleSheet
Support for defining the visual characteristics of HTML views being rendered. |
static class |
StyleSheet.BoxPainter
Class to carry out some of the duties of CSS formatting. |
static class |
StyleSheet.ListPainter
Class to carry out some of the duties of CSS list formatting. |
Uses of Object in javax.swing.text.html.parser |
Subclasses of Object in javax.swing.text.html.parser | |
class |
AttributeList
This class defines the attributes of an SGML element as described in a DTD using the ATTLIST construct. |
class |
ContentModel
A representation of a content model. |
class |
DocumentParser
A Parser for HTML Documents (actually, you can specify a DTD, but you should really only use this class with the html dtd in swing). |
class |
DTD
The representation of an SGML DTD. |
class |
Element
An element as described in a DTD using the ELEMENT construct. |
class |
Entity
An entity is described in a DTD using the ENTITY construct. |
class |
Parser
A simple DTD-driven HTML parser. |
class |
ParserDelegator
Responsible for starting up a new DocumentParser each time its parse method is invoked. |
class |
TagElement
A generic HTML TagElement class. |
Uses of Object in javax.swing.text.rtf |
Subclasses of Object in javax.swing.text.rtf | |
class |
RTFEditorKit
This is the default implementation of RTF editing functionality. |
Uses of Object in javax.swing.tree |
Subclasses of Object in javax.swing.tree | |
class |
AbstractLayoutCache
Warning: Serialized objects of this class will not be compatible with future Swing releases. |
static class |
AbstractLayoutCache.NodeDimensions
Used by AbstractLayoutCache to determine the size
and x origin of a particular node. |
class |
DefaultMutableTreeNode
A DefaultMutableTreeNode is a general-purpose node in a tree data
structure. |
class |
DefaultTreeCellEditor
A TreeCellEditor . |
class |
DefaultTreeCellEditor.DefaultTextField
TextField used when no editor is supplied. |
class |
DefaultTreeCellEditor.EditorContainer
Container responsible for placing the editingComponent . |
class |
DefaultTreeCellRenderer
Displays an entry in a tree. |
class |
DefaultTreeModel
A simple tree data model that uses TreeNodes. |
class |
DefaultTreeSelectionModel
Default implementation of TreeSelectionModel. |
class |
ExpandVetoException
Exception used to stop and expand/collapse from happening. |
class |
FixedHeightLayoutCache
NOTE: This will become more open in a future release. |
class |
TreePath
Represents a path to a node. |
class |
VariableHeightLayoutCache
NOTE: This will become more open in a future release. |
Uses of Object in javax.swing.undo |
Subclasses of Object in javax.swing.undo | |
class |
AbstractUndoableEdit
An abstract implementation of UndoableEdit ,
implementing simple responses to all boolean methods in
that interface. |
class |
CannotRedoException
Thrown when an UndoableEdit is told to redo() and can't. |
class |
CannotUndoException
Thrown when an UndoableEdit is told to undo() and can't. |
class |
CompoundEdit
A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones. |
class |
StateEdit
StateEdit is a general edit for objects that change state. |
class |
UndoableEditSupport
A support class used for managing UndoableEdit listeners. |
class |
UndoManager
Concrete subclass of CompoundEdit
which can serve as a UndoableEditListener ,
consolidating the UndoableEditEvents from a
variety of sources, and undoing or redoing them one at a time. |
Uses of Object in javax.transaction |
Subclasses of Object in javax.transaction | |
class |
InvalidTransactionException
This exception indicates that the request carried an invalid transaction context. |
class |
TransactionRequiredException
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction. |
class |
TransactionRolledbackException
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. |
Uses of Object in javax.transaction.xa |
Subclasses of Object in javax.transaction.xa | |
class |
XAException
The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction. |
Uses of Object in javax.xml.parsers |
Subclasses of Object in javax.xml.parsers | |
class |
DocumentBuilder
Defines the API to obtain DOM Document instances from an XML document. |
class |
DocumentBuilderFactory
Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. |
class |
FactoryConfigurationError
Thrown when a problem with configuration with the Parser Factories exists. |
class |
ParserConfigurationException
Indicates a serious configuration error. |
class |
SAXParser
Defines the API that wraps an XMLReader
implementation class. |
class |
SAXParserFactory
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents. |
Uses of Object in javax.xml.transform |
Subclasses of Object in javax.xml.transform | |
class |
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. |
class |
Transformer
An instance of this abstract class can transform a source tree into a result tree. |
class |
TransformerConfigurationException
Indicates a serious configuration error. |
class |
TransformerException
This class specifies an exceptional condition that occured during the transformation process. |
class |
TransformerFactory
A TransformerFactory instance can be used to create Transformer and
Templates objects. |
class |
TransformerFactoryConfigurationError
Thrown when a problem with configuration with the Transformer Factories exists. |
Uses of Object in javax.xml.transform.dom |
Subclasses of Object in javax.xml.transform.dom | |
class |
DOMResult
Acts as a holder for a transformation result tree, in the form of a Document Object Model (DOM) tree. |
class |
DOMSource
Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. |
Uses of Object in javax.xml.transform.sax |
Subclasses of Object in javax.xml.transform.sax | |
class |
SAXResult
Acts as an holder for a transformation Result. |
class |
SAXSource
Acts as an holder for SAX-style Source. |
class |
SAXTransformerFactory
This class extends TransformerFactory to provide SAX-specific factory methods. |
Uses of Object in javax.xml.transform.stream |
Subclasses of Object in javax.xml.transform.stream | |
class |
StreamResult
Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. |
class |
StreamSource
Acts as an holder for a transformation Source in the form of a stream of XML markup. |
Uses of Object in org.ietf.jgss |
Subclasses of Object in org.ietf.jgss | |
class |
ChannelBinding
This class encapsulates the concept of caller-provided channel binding information. |
class |
GSSException
This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error. |
class |
GSSManager
This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported. |
class |
MessageProp
This is a utility class used within the per-message GSSContext methods to convey per-message properties. |
class |
Oid
This class represents Universal Object Identifiers (Oids) and their associated operations. |
Uses of Object in org.omg.CORBA |
Subclasses of Object in org.omg.CORBA | |
class |
_IDLTypeStub
The Stub for IDLType. |
class |
_PolicyStub
The Stub for Policy. |
class |
Any
Serves as a container for any data that can be described in IDL or for any IDL primitive type. |
class |
AnyHolder
The Holder for Any. |
class |
AnySeqHelper
The Helper for AnySeq. |
class |
AnySeqHolder
The Holder for AnySeq. |
class |
BAD_CONTEXT
Exception thrown when an operation is invoked by a client but the passed context does not contain the context values required by the operation. |
class |
BAD_INV_ORDER
This exception indicates that the caller has invoked operations in the wrong order. |
class |
BAD_OPERATION
Exception thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked. |
class |
BAD_PARAM
Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal. |
class |
BAD_TYPECODE
Exception thrown when the ORB has encountered a malformed type code (for example, a type code with an invalid TCKind value). |
class |
BooleanHolder
The Holder for Boolean. |
class |
BooleanSeqHelper
The Helper for BooleanSeq. |
class |
BooleanSeqHolder
The Holder for BooleanSeq. |
class |
Bounds
A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access. |
class |
ByteHolder
The Holder for Byte. |
class |
CharHolder
The Holder for Char. |
class |
CharSeqHelper
The Helper for CharSeq. |
class |
CharSeqHolder
The Holder for CharSeq. |
class |
COMM_FAILURE
This exception is raised if communication is lost while an operation is in progress, after the request was sent by the client, but before the reply from the server has been returned to the client. |
class |
CompletionStatus
An object that indicates whether a method had completed running when a SystemException was thrown. |
class |
CompletionStatusHelper
The Helper for CompletionStatus. |
class |
Context
An object used in Request operations
to specify the context object in which context strings
must be resolved before being sent along with the request invocation. |
class |
ContextList
An object containing a modifiable list of String objects
that represent property names. |
class |
CurrentHelper
The Helper for Current. |
class |
CurrentHolder
The Holder for Current. |
class |
DATA_CONVERSION
This exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa. |
class |
DefinitionKind
The class that provides the constants used to identify the type of an Interface Repository object. |
class |
DefinitionKindHelper
The Helper for DefinitionKind. |
class |
DoubleHolder
The Holder for Double. |
class |
DoubleSeqHelper
The Helper for DoubleSeq. |
class |
DoubleSeqHolder
The Holder for DoubleSeq. |
class |
DynamicImplementation
Deprecated. org.omg.CORBA.DynamicImplementation |
class |
Environment
A container (holder) for an exception that is used in Request
operations to make exceptions available to the client. |
class |
ExceptionList
An object used in Request operations to
describe the exceptions that can be thrown by a method. |
class |
FieldNameHelper
The Helper for FieldName. |
class |
FixedHolder
The Holder for Fixed. |
class |
FloatHolder
The Holder for Float. |
class |
FloatSeqHelper
The Helper for FloatSeq. |
class |
FloatSeqHolder
The Holder for FloatSeq. |
class |
FREE_MEM
Exception thrown when the ORB failed in an attempt to free dynamic memory, for example because of heap corruption or memory segments being locked. |
class |
IdentifierHelper
The Helper for Identifier. |
class |
IDLTypeHelper
The Helper for IDLType. |
class |
IMP_LIMIT
This exception indicates that an implementation limit was exceeded in the ORB run time. |
class |
INITIALIZE
Exception thrown when an ORB has encountered a failure during its initialization, such as failure to acquire networking resources or detecting a configuration error. |
class |
INTERNAL
This exception indicates an internal failure in an ORB, for example, if an ORB has detected corruption of its internal data structures. |
class |
INTF_REPOS
Exception raised when an ORB cannot reach the interface repository, or some other failure relating to the interface repository is detected. |
class |
IntHolder
The Holder for Int. |
class |
INV_FLAG
Exception thrown when an invalid flag was passed to an operation (for example, when creating a DII request). |
class |
INV_IDENT
This exception indicates that an IDL identifier is syntactically invalid. |
class |
INV_OBJREF
This exception indicates that an object reference is internally malformed. |
class |
INV_POLICY
Standard exception thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation. |
class |
INVALID_TRANSACTION
Exception thrown when the request carried an invalid transaction context. |
class |
LocalObject
Used as a base class for implementation of a local IDL interface in the Java language mapping. |
class |
LongHolder
The Holder for Long. |
class |
LongLongSeqHelper
The Helper for LongLongSeq. |
class |
LongLongSeqHolder
The Holder for LongLongSeq. |
class |
LongSeqHelper
The Helper for LongSeqHelper. |
class |
LongSeqHolder
The Holder for LongSeq. |
class |
MARSHAL
A request or reply from the network is structurally invalid. |
class |
NamedValue
An object used in the DII and DSI to describe arguments and return values. |
class |
NameValuePair
Associates a name with a value that is an attribute of an IDL struct, and is used in the DynStruct APIs. |
class |
NameValuePairHelper
The Helper for NameValuePair. |
class |
NO_IMPLEMENT
This exception indicates that even though the operation that was invoked exists (it has an IDL definition), no implementation for that operation exists. |
class |
NO_MEMORY
Exception thrown when the ORB run time has run out of memory. |
class |
NO_PERMISSION
Exception thrown when an invocation failed because the caller has insufficient privileges. |
class |
NO_RESOURCES
Exception thrown when the ORB has encountered some general resource limitation. |
class |
NO_RESPONSE
This exception is raised if a client attempts to retrieve the result of a deferred synchronous call, but the response for the request is not yet available. |
class |
NVList
A modifiable list containing NamedValue objects. |
class |
OBJ_ADAPTER
This exception typically indicates an administrative mismatch, for example, a server may have made an attempt to register itself with an implementation repository under a name that is already in use, or is unknown to the repository. |
class |
OBJECT_NOT_EXIST
Exception raised whenever an invocation on a deleted object was performed. |
class |
ObjectHelper
|
class |
ObjectHolder
The Holder for Object. |
class |
OctetSeqHelper
The Helper for OctetSeq. |
class |
OctetSeqHolder
The Holder for OctetSeq. |
class |
ORB
A class providing APIs for the CORBA Object Request Broker features. |
class |
ParameterMode
Enumeration of parameter modes for Parameter. |
class |
ParameterModeHelper
Enumeration of parameter modes for Parameter. |
class |
ParameterModeHolder
Enumeration of parameter modes for Parameter. |
class |
PERSIST_STORE
This exception indicates a persistent storage failure, for example, failure to establish a database connection or corruption of a database. |
class |
PolicyError
A user exception thrown when a policy error occurs. |
class |
PolicyErrorCodeHelper
Encapsulates a reason a Policy may be invalid. |
class |
PolicyErrorHelper
Thrown to indicate problems with parameter values passed to the ORB.create_policy operation. |
class |
PolicyErrorHolder
Thrown to indicate problems with parameter values passed to the ORB.create_policy operation. |
class |
PolicyHelper
The Helper for Policy. |
class |
PolicyHolder
The Holder for Policy. |
class |
PolicyListHelper
The Helper for PolicyList. |
class |
PolicyListHolder
The Holder for PolicyList. |
class |
PolicyTypeHelper
The Helper for PolicyType. |
class |
Principal
Deprecated. Deprecated by CORBA 2.2. |
class |
PrincipalHolder
Deprecated. Deprecated by CORBA 2.2. |
class |
RepositoryIdHelper
The Helper for RepositoryId. |
class |
Request
An object containing the information necessary for invoking a method. |
class |
ServerRequest
An object that captures the explicit state of a request for the Dynamic Skeleton Interface (DSI). |
class |
ServiceDetail
An object that represents an ORB service: its service_detail_type
field contains the type of the ORB service, and its service_detail
field contains a description of the ORB service. |
class |
ServiceDetailHelper
|
class |
ServiceInformation
An IDL struct in the CORBA module that stores information about a CORBA service available in the ORB implementation and is obtained from the ORB.get_service_information method. |
class |
ServiceInformationHelper
|
class |
ServiceInformationHolder
The Holder for ServiceInformation. |
class |
SetOverrideType
The mapping of a CORBA enum tagging
SET_OVERRIDE and ADD_OVERRIDE , which
indicate whether policies should replace the
existing policies of an Object or be added to them. |
class |
SetOverrideTypeHelper
The Helper for SetOverrideType. |
class |
ShortHolder
The Holder for Short. |
class |
ShortSeqHelper
The Helper for ShortSeqHelper. |
class |
ShortSeqHolder
The Holder for ShortSeq. |
class |
StringHolder
The Holder for String. |
class |
StringSeqHelper
An array of Strings |
class |
StringSeqHolder
An array of Strings |
class |
StringValueHelper
The Helper for StringValue. |
class |
StructMember
Describes a member of an IDL struct in the
Interface Repository, including
the name of the struct member, the type of
the struct member, and
the typedef that represents the IDL type of the
struct member
described the struct member object. |
class |
StructMemberHelper
The Helper for StructMember. |
class |
SystemException
The root class for all CORBA standard exceptions. |
class |
TCKind
The Java mapping of the IDL enum TCKind , which
specifies the kind of a TypeCode object. |
class |
TRANSACTION_REQUIRED
Exception indicates that the request carried a null transaction context, but an active transaction is required. |
class |
TRANSACTION_ROLLEDBACK
Exception thrown when the transaction associated with the request has already been rolled back or marked to roll back. |
class |
TRANSIENT
Exception thrown when the ORB attempted to reach an object and failed. |
class |
TypeCode
A container for information about a specific CORBA data type. |
class |
TypeCodeHolder
The Holder for TypeCode. |
class |
ULongLongSeqHelper
The Helper for ULongLongSeq. |
class |
ULongLongSeqHolder
The Holder for ULongLongSeq. |
class |
ULongSeqHelper
The Helper for ULongSeq. |
class |
ULongSeqHolder
The Holder for ULongSeq. |
class |
UnionMember
A description in the Interface Repository of a member of an IDL union. |
class |
UnionMemberHelper
The Helper for UnionMember. |
class |
UNKNOWN
This exception is raised if an operation implementation throws a non-CORBA exception (such as an exception specific to the implementation's programming language), or if an operation raises a user exception that does not appear in the operation's raises expression. |
class |
UnknownUserException
A class that contains user exceptions returned by the server. |
class |
UnknownUserExceptionHelper
The Helper for UnknownUserException. |
class |
UnknownUserExceptionHolder
The Holder for UnknownUserException. |
class |
UserException
The root class for CORBA IDL-defined user exceptions. |
class |
UShortSeqHelper
The Helper for UShortSeq. |
class |
UShortSeqHolder
The Holder for UShortSeq. |
class |
ValueBaseHelper
|
class |
ValueBaseHolder
The Holder for ValueBase. |
class |
ValueMember
A description in the Interface Repository of a member of a value object. |
class |
ValueMemberHelper
The Helper for ValueMember. |
class |
VersionSpecHelper
The Helper for VersionSpec. |
class |
VisibilityHelper
The Helper for Visibility. |
class |
WCharSeqHelper
The Helper for WCharSeq. |
class |
WCharSeqHolder
The Holder for WCharSeq. |
class |
WrongTransaction
The CORBA WrongTransaction user-defined exception. |
class |
WrongTransactionHelper
The Helper for WrongTransaction. |
class |
WrongTransactionHolder
The Holder for WrongTransaction. |
class |
WStringSeqHelper
An array of WStrings |
class |
WStringSeqHolder
An array of WStrings |
class |
WStringValueHelper
org/omg/CORBA/WStringValueHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from orb.idl 31 May 1999 22:27:30 o'clock GMT+00:00 The class definition has been modified to conform to the following OMG specifications : ORB core as defined by CORBA 2.3.1 (formal/99-10-07) IDL/Java Language Mapping as defined in ptc/00-01-08 |
Uses of Object in org.omg.CORBA.DynAnyPackage |
Subclasses of Object in org.omg.CORBA.DynAnyPackage | |
class |
Invalid
Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter. |
class |
InvalidSeq
The InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid. |
class |
InvalidValue
|
class |
TypeMismatch
TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. |
Uses of Object in org.omg.CORBA.ORBPackage |
Subclasses of Object in org.omg.CORBA.ORBPackage | |
class |
InconsistentTypeCode
InconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass of DynAny . |
class |
InvalidName
The InvalidName exception is raised when
ORB.resolve_initial_references is passed a name
for which there is no initial reference. |
Uses of Object in org.omg.CORBA.portable |
Subclasses of Object in org.omg.CORBA.portable | |
class |
ApplicationException
This class is used for reporting application level exceptions between ORBs and stubs. |
class |
Delegate
Specifies a portable API for ORB-vendor-specific implementation of the org.omg.CORBA.Object methods. |
class |
IndirectionException
The Indirection exception is a Java specific system exception. |
class |
ObjectImpl
The common base class for all stub classes; provides default implementations of the org.omg.CORBA.Object methods. |
class |
RemarshalException
This class is used for reporting locate forward exceptions and object forward GIOP messages back to the ORB. |
class |
ServantObject
This class is part of the local stub API, the purpose of which is to provide high performance calls for collocated clients and servers (i.e. |
class |
UnknownException
The org.omg.CORBA.portable.UnknownException is used for reporting unknown exceptions between ties and ORBs and between ORBs and stubs. |
Uses of Object in org.omg.CORBA.TypeCodePackage |
Subclasses of Object in org.omg.CORBA.TypeCodePackage | |
class |
BadKind
The exception BadKind is thrown when
an inappropriate operation is invoked on a TypeCode object. |
Uses of Object in org.omg.CosNaming |
Subclasses of Object in org.omg.CosNaming | |
class |
_BindingIteratorImplBase
|
class |
_BindingIteratorStub
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. |
class |
_NamingContextExtStub
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
class |
_NamingContextImplBase
|
class |
_NamingContextStub
A naming context is an object that contains a set of name bindings in which each name is unique. |
class |
Binding
A name-to-object association is called a Binding. |
class |
BindingHelper
A name-to-object association is called a Binding. |
class |
BindingHolder
A name-to-object association is called a Binding. |
class |
BindingIteratorHelper
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. |
class |
BindingIteratorHolder
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. |
class |
BindingIteratorPOA
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. |
class |
BindingListHelper
List of Bindings. |
class |
BindingListHolder
List of Bindings. |
class |
BindingType
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context. |
class |
BindingTypeHelper
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context. |
class |
BindingTypeHolder
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context. |
class |
IstringHelper
org/omg/CosNaming/IstringHelper.java . |
class |
NameComponent
Many of the operations defined on a naming context take names as parameters. |
class |
NameComponentHelper
Many of the operations defined on a naming context take names as parameters. |
class |
NameComponentHolder
Many of the operations defined on a naming context take names as parameters. |
class |
NameHelper
A name is a sequence of name components. |
class |
NameHolder
A name is a sequence of name components. |
class |
NamingContextExtHelper
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
class |
NamingContextExtHolder
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
class |
NamingContextExtPOA
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
class |
NamingContextHelper
A naming context is an object that contains a set of name bindings in which each name is unique. |
class |
NamingContextHolder
A naming context is an object that contains a set of name bindings in which each name is unique. |
class |
NamingContextPOA
A naming context is an object that contains a set of name bindings in which each name is unique. |
Uses of Object in org.omg.CosNaming.NamingContextExtPackage |
Subclasses of Object in org.omg.CosNaming.NamingContextExtPackage | |
class |
AddressHelper
Address is the Host and Port information represented as a String. |
class |
InvalidAddress
org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java . |
class |
InvalidAddressHelper
org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java . |
class |
InvalidAddressHolder
org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java . |
class |
StringNameHelper
StringName is the Stringified Name, Array of Name Components represented as a String. |
class |
URLStringHelper
URLString is the URL address (corbaloc: or corbaname:) represented as a String. |
Uses of Object in org.omg.CosNaming.NamingContextPackage |
Subclasses of Object in org.omg.CosNaming.NamingContextPackage | |
class |
AlreadyBound
org/omg/CosNaming/NamingContextPackage/AlreadyBound.java . |
class |
AlreadyBoundHelper
org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java . |
class |
AlreadyBoundHolder
org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.java . |
class |
CannotProceed
org/omg/CosNaming/NamingContextPackage/CannotProceed.java . |
class |
CannotProceedHelper
org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java . |
class |
CannotProceedHolder
org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.java . |
class |
InvalidNameHelper
org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java . |
class |
InvalidNameHolder
org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java . |
class |
NotEmpty
org/omg/CosNaming/NamingContextPackage/NotEmpty.java . |
class |
NotEmptyHelper
org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java . |
class |
NotEmptyHolder
org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java . |
class |
NotFound
org/omg/CosNaming/NamingContextPackage/NotFound.java . |
class |
NotFoundHelper
org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java . |
class |
NotFoundHolder
org/omg/CosNaming/NamingContextPackage/NotFoundHolder.java . |
class |
NotFoundReason
Indicates the reason for not able to resolve. |
class |
NotFoundReasonHelper
Indicates the reason for not able to resolve. |
class |
NotFoundReasonHolder
Indicates the reason for not able to resolve. |
Uses of Object in org.omg.Dynamic |
Subclasses of Object in org.omg.Dynamic | |
class |
Parameter
NVList PIDL represented by ParameterList IDL. |
Uses of Object in org.omg.DynamicAny |
Subclasses of Object in org.omg.DynamicAny | |
class |
_DynAnyFactoryStub
DynAny objects can be created by invoking operations on the DynAnyFactory object. |
class |
_DynAnyStub
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects. |
class |
_DynArrayStub
DynArray objects support the manipulation of IDL arrays. |
class |
_DynEnumStub
DynEnum objects support the manipulation of IDL enumerated values. |
class |
_DynFixedStub
DynFixed objects support the manipulation of IDL fixed values. |
class |
_DynSequenceStub
DynSequence objects support the manipulation of IDL sequences. |
class |
_DynStructStub
DynStruct objects support the manipulation of IDL struct and exception values. |
class |
_DynUnionStub
DynUnion objects support the manipulation of IDL unions. |
class |
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types. |
class |
DynAnyFactoryHelper
DynAny objects can be created by invoking operations on the DynAnyFactory object. |
class |
DynAnyHelper
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects. |
class |
DynAnySeqHelper
org/omg/DynamicAny/DynAnySeqHelper.java . |
class |
DynArrayHelper
DynArray objects support the manipulation of IDL arrays. |
class |
DynEnumHelper
DynEnum objects support the manipulation of IDL enumerated values. |
class |
DynFixedHelper
DynFixed objects support the manipulation of IDL fixed values. |
class |
DynSequenceHelper
DynSequence objects support the manipulation of IDL sequences. |
class |
DynStructHelper
DynStruct objects support the manipulation of IDL struct and exception values. |
class |
DynUnionHelper
DynUnion objects support the manipulation of IDL unions. |
class |
DynValueHelper
DynValue objects support the manipulation of IDL non-boxed value types. |
class |
NameDynAnyPair
NameDynAnyPairs associate a name with an DynAny object. |
class |
NameDynAnyPairHelper
NameDynAnyPairs associate a name with an DynAny object. |
class |
NameDynAnyPairSeqHelper
org/omg/DynamicAny/NameDynAnyPairSeqHelper.java . |
class |
NameValuePairSeqHelper
org/omg/DynamicAny/NameValuePairSeqHelper.java . |
Uses of Object in org.omg.DynamicAny.DynAnyFactoryPackage |
Subclasses of Object in org.omg.DynamicAny.DynAnyFactoryPackage | |
class |
InconsistentTypeCodeHelper
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java . |
Uses of Object in org.omg.DynamicAny.DynAnyPackage |
Subclasses of Object in org.omg.DynamicAny.DynAnyPackage | |
class |
InvalidValueHelper
org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java . |
Uses of Object in org.omg.IOP |
Subclasses of Object in org.omg.IOP | |
class |
CodecFactoryHelper
Codecs are obtained from the CodecFactory . |
class |
ComponentIdHelper
Standard way of representing multicomponent profiles. |
class |
Encoding
Defines the encoding format of a Codec . |
class |
IOR
Captures information about a object references, such as whether the object is null, what type it is, what protocols are supported, and what ORB services are available. |
class |
IORHelper
Captures information about a object references, such as whether the object is null, what type it is, what protocols are supported, and what ORB services are available. |
class |
IORHolder
Captures information about a object references, such as whether the object is null, what type it is, what protocols are supported, and what ORB services are available. |
class |
MultipleComponentProfileHelper
An array of tagged components, forming a multiple component profile. |
class |
MultipleComponentProfileHolder
An array of tagged components, forming a multiple component profile. |
class |
ProfileIdHelper
Profile ID |
class |
ServiceContext
Service-specific information to be passed implicitly with requests and replies. |
class |
ServiceContextHelper
Service-specific information to be passed implicitly with requests and replies. |
class |
ServiceContextHolder
Service-specific information to be passed implicitly with requests and replies. |
class |
ServiceContextListHelper
An array of service contexts, forming a service context list. |
class |
ServiceContextListHolder
An array of service contexts, forming a service context list. |
class |
ServiceIdHelper
A service id, represented as an int |
class |
TaggedComponent
TaggedComponents contained in
TAG_INTERNET_IOP and
TAG_MULTIPLE_COMPONENTS profiles are identified by
unique numeric tags using a namespace distinct form that is used for
profile tags. |
class |
TaggedComponentHelper
TaggedComponents contained in
TAG_INTERNET_IOP and
TAG_MULTIPLE_COMPONENTS profiles are identified by
unique numeric tags using a namespace distinct form that is used for
profile tags. |
class |
TaggedComponentHolder
TaggedComponents contained in
TAG_INTERNET_IOP and
TAG_MULTIPLE_COMPONENTS profiles are identified by
unique numeric tags using a namespace distinct form that is used for
profile tags. |
class |
TaggedProfile
Object references have at least one tagged profile. |
class |
TaggedProfileHelper
Object references have at least one tagged profile. |
class |
TaggedProfileHolder
Object references have at least one tagged profile. |
Uses of Object in org.omg.IOP.CodecFactoryPackage |
Subclasses of Object in org.omg.IOP.CodecFactoryPackage | |
class |
UnknownEncoding
org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java . |
class |
UnknownEncodingHelper
org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java . |
Uses of Object in org.omg.IOP.CodecPackage |
Subclasses of Object in org.omg.IOP.CodecPackage | |
class |
FormatMismatch
org/omg/IOP/CodecPackage/FormatMismatch.java . |
class |
FormatMismatchHelper
org/omg/IOP/CodecPackage/FormatMismatchHelper.java . |
class |
InvalidTypeForEncoding
org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java . |
class |
InvalidTypeForEncodingHelper
org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java . |
class |
TypeMismatchHelper
org/omg/IOP/CodecPackage/TypeMismatchHelper.java . |
Uses of Object in org.omg.Messaging |
Subclasses of Object in org.omg.Messaging | |
class |
SyncScopeHelper
Synchronization scope |
Uses of Object in org.omg.PortableInterceptor |
Subclasses of Object in org.omg.PortableInterceptor | |
class |
InvalidSlot
org/omg/PortableInterceptor/InvalidSlot.java . |
class |
InvalidSlotHelper
org/omg/PortableInterceptor/InvalidSlotHelper.java . |
Uses of Object in org.omg.PortableInterceptor.ORBInitInfoPackage |
Subclasses of Object in org.omg.PortableInterceptor.ORBInitInfoPackage | |
class |
DuplicateName
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java . |
class |
DuplicateNameHelper
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java . |
class |
ObjectIdHelper
Object id, represented as a String |
Uses of Object in org.omg.PortableServer |
Subclasses of Object in org.omg.PortableServer | |
class |
_ServantActivatorStub
When the POA has the RETAIN policy it uses servant managers that are ServantActivators. |
class |
_ServantLocatorStub
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators. |
class |
ForwardRequest
org/omg/PortableServer/ForwardRequest.java . |
class |
ForwardRequestHelper
org/omg/PortableServer/ForwardRequestHelper.java . |
class |
IdAssignmentPolicyValue
The IdAssignmentPolicyValue can have the following values. |
class |
IdUniquenessPolicyValue
IdUniquenessPolicyValue can have the following values. |
class |
ImplicitActivationPolicyValue
ImplicitActivationPolicyValue has the following semantics. |
class |
LifespanPolicyValue
The LifespanPolicyValue can have the following values. |
class |
POAHelper
A POA object manages the implementation of a collection of objects. |
class |
RequestProcessingPolicyValue
The RequestProcessingPolicyValue can have the following values. |
class |
Servant
Defines the native Servant type. |
class |
ServantActivatorHelper
When the POA has the RETAIN policy it uses servant managers that are ServantActivators. |
class |
ServantActivatorPOA
When the POA has the RETAIN policy it uses servant managers that are ServantActivators. |
class |
ServantLocatorHelper
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators. |
class |
ServantLocatorPOA
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators. |
class |
ServantRetentionPolicyValue
ServantRetentionPolicyValue can have the following values. |
class |
ThreadPolicyValue
The ThreadPolicyValue can have the following values. |
Uses of Object in org.omg.PortableServer.CurrentPackage |
Subclasses of Object in org.omg.PortableServer.CurrentPackage | |
class |
NoContext
org/omg/PortableServer/CurrentPackage/NoContext.java . |
class |
NoContextHelper
org/omg/PortableServer/CurrentPackage/NoContextHelper.java . |
Uses of Object in org.omg.PortableServer.POAManagerPackage |
Subclasses of Object in org.omg.PortableServer.POAManagerPackage | |
class |
AdapterInactive
org/omg/PortableServer/POAManagerPackage/AdapterInactive.java . |
class |
AdapterInactiveHelper
org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java . |
class |
State
Specifies the states for the POAManager |
Uses of Object in org.omg.PortableServer.POAPackage |
Subclasses of Object in org.omg.PortableServer.POAPackage | |
class |
AdapterAlreadyExists
org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java . |
class |
AdapterAlreadyExistsHelper
org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java . |
class |
AdapterNonExistent
org/omg/PortableServer/POAPackage/AdapterNonExistent.java . |
class |
AdapterNonExistentHelper
org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java . |
class |
InvalidPolicy
org/omg/PortableServer/POAPackage/InvalidPolicy.java . |
class |
InvalidPolicyHelper
org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java . |
class |
NoServant
org/omg/PortableServer/POAPackage/NoServant.java . |
class |
NoServantHelper
org/omg/PortableServer/POAPackage/NoServantHelper.java . |
class |
ObjectAlreadyActive
org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java . |
class |
ObjectAlreadyActiveHelper
org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java . |
class |
ObjectNotActive
org/omg/PortableServer/POAPackage/ObjectNotActive.java . |
class |
ObjectNotActiveHelper
org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java . |
class |
ServantAlreadyActive
org/omg/PortableServer/POAPackage/ServantAlreadyActive.java . |
class |
ServantAlreadyActiveHelper
org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java . |
class |
ServantNotActive
org/omg/PortableServer/POAPackage/ServantNotActive.java . |
class |
ServantNotActiveHelper
org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java . |
class |
WrongAdapter
org/omg/PortableServer/POAPackage/WrongAdapter.java . |
class |
WrongAdapterHelper
org/omg/PortableServer/POAPackage/WrongAdapterHelper.java . |
class |
WrongPolicy
org/omg/PortableServer/POAPackage/WrongPolicy.java . |
class |
WrongPolicyHelper
org/omg/PortableServer/POAPackage/WrongPolicyHelper.java . |
Uses of Object in org.omg.PortableServer.ServantLocatorPackage |
Subclasses of Object in org.omg.PortableServer.ServantLocatorPackage | |
class |
CookieHolder
The native type PortableServer::ServantLocator::Cookie is mapped to java.lang.Object. |
Uses of Object in org.omg.stub.java.rmi |
Subclasses of Object in org.omg.stub.java.rmi | |
class |
_Remote_Stub
This class provides the Stub for the Remote Type. |
Uses of Object in org.w3c.dom |
Subclasses of Object in org.w3c.dom | |
class |
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). |
Uses of Object in org.xml.sax |
Subclasses of Object in org.xml.sax | |
class |
HandlerBase
Deprecated. This class works with the deprecated DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
class |
InputSource
A single input source for an XML entity. |
class |
SAXException
Encapsulate a general SAX error or warning. |
class |
SAXNotRecognizedException
Exception class for an unrecognized identifier. |
class |
SAXNotSupportedException
Exception class for an unsupported operation. |
class |
SAXParseException
Encapsulate an XML parse error or warning. |
Uses of Object in org.xml.sax.helpers |
Subclasses of Object in org.xml.sax.helpers | |
class |
AttributeListImpl
Deprecated. This class implements a deprecated interface, AttributeList ;
that interface has been replaced by
Attributes ,
which is implemented in the
AttributesImpl helper class. |
class |
AttributesImpl
Default implementation of the Attributes interface. |
class |
DefaultHandler
Default base class for SAX2 event handlers. |
class |
LocatorImpl
Provide an optional convenience implementation of Locator. |
class |
NamespaceSupport
Encapsulate Namespace logic for use by SAX drivers. |
class |
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader. |
class |
ParserFactory
Deprecated. This class works with the deprecated Parser
interface. |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
class |
XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser. |
class |
XMLReaderFactory
Factory for creating an XML reader. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.