GNU Classpath (0.18) | ||
Frames | No Frames |
Classes implementing java.io.Serializable | |
class |
Classes implementing java.io.Serializable | |
class | This event is generated when an action on a component (such as a
button press) occurs.
|
class | This class represents an event that is generated when an adjustable
value is changed.
|
class | This class is for events generated when a component is moved, resized,
hidden, or shown. |
class | This event is generated when a component is added or removed from a
container. |
class | This class represents an event generated when a focus change occurs for a
component. |
class | This class represents an event generated for an ancestor component which
may affect this component. |
class | This is the common superclass for all component input classes. |
class | This class is for event generated by change in a text input method.
|
class | This event executes Runnable.run() of a target object when it is
dispatched. |
class | This event is generated when a selection item changes state. |
class | This event is generated when a key is pressed or released. |
class | This event is generated for a mouse event. |
class | This event is generated for a mouse wheel rotation. |
class | This event is generated when an area of the screen needs to be painted.
|
class | This event is generated when a text box changes contents. |
class | This event is generated when there is a change in a window. |
Classes implementing java.io.Serializable | |
class | XXX - Stub till we have org.omg.CORBA |
Classes implementing java.io.Serializable | |
class | Defines the encoding format of the Codec , including the major
and minor version numbers. |
class |
The object IOR contains sufficient information for finding local or
remote CORBA object. |
class | The ServiceContext structure contains the service data, being passed in the
CORBA message. |
class | The tagged component in a part of the TaggedProfile .
|
class | The TaggedProfile if part of the IOR , defining a single specific
aspect of the object related information. |
Classes implementing java.io.Serializable | |
class | Exception thrown when compressed data is corrupt.
|
class | Thrown during the creation or input of a zip file.
|
Classes implementing java.io.Serializable | |
class | Range operations may throw a RangeException as specified in
their method descriptions.
|
Classes implementing java.io.Serializable | |
class | DefaultMutableTreeNode
|
class | DefaultTextField
|
class | EditorContainer
|
class | DefaultTreeCellRenderer
|
class | DefaultTreeModel
|
class | DefaultTreeSelectionModel
|
class | ExpandVetoException
|
class | A TreePath represents a sequence of tree elements that form
a path starting from the root of a tree. |
Classes implementing java.io.Serializable | |
class | This class represents a particular data format used for transferring
data via the clipboard.
|
class | Event indicating a Clipboard has different flavors available.
|
class | MIME string couldn't be parsed correctly.
|
class | The data flavor requested is not supported for the transfer data.
|
Classes implementing java.io.Serializable | |
class | A container that can store a value of either user defined or
primitive IDL type.
|
class | Means that the operation is invoked by a client but the passed
context has no values required by this operation.
|
class | Means that the caller has invoked operations in the wrong order.
|
class | Means that the object exists but does not support the operation that
was invoked on it.
|
class | The exception thrown when a parameter passed to a call is considered
illegal.
|
class | Means that the some TypeCode has been realized to be invalid
(for example, has an invalid TCKind value).
|
class | Thrown when a parameter is outside the bounds for a particular
object a method is trying to access.
|
class | Defines the method completion status, usually for the time moment,
when the exception has been thrown.
|
class | Means that the communication has been lost while an operation
was in progress
|
class | Means that the ORB cannot convert between the marshalled and
native data representation.
|
class | This class indicates the kind of the definition, stored in the interface
repository.
|
class | Means errors, related to freing the allocated memory.
|
class | Means that the server have reached some implementation limit
(too many clients, too many references, too long parameters and so on).
|
class | Mans that the server cannot be initialized because of the some reason.
|
class | Means the internal failure in ORB.
|
class | Means errors, related to the interface repository.
|
class | Means that request carried an invalid transaction context.
|
class | Means invalid flag, passed during operation.
|
class | Means that some IDL identifier has a wrong syntax.
|
class | Means that some object reference is internally malformed.
|
class | This exception is thrown when an invocation cannot be made because of
an incompatibility between Policy overrides that apply to the
particular invocation.
|
class | Means that some request or reply from the network has a wrong
size or is structurally invalid.
|
class | Holds the value, having the given name(id). |
class | Means that while the operation being invoked does exists, no
implementation for it exists.
|
class | Means that the server has runned out of memory.
|
class | Means that the caller has no rights to invoke the operation.
|
class | Means that the ORB has reached some general resource limitation like
maximal number of the opened connections.
|
class | Means that the client attempts to retrieve the result that is not
yet available.
|
class | Means an attempt to perform some operation of the deleted object.
|
class | This exception typically indicates an administrative mismatch.
|
class | Defines the parameter modes (the ways in that a method parameter
is used during invocation).
|
class | Indicates a persistent storage failure like database crash.
|
class | The exception is thrown when a policy error occurs.
|
class | An object, representing one of the additional details about the
particular ORB service.
|
class | Stores information about the CORBA service, available from some ORB.
|
class | Defines the instruction, how the newly specified policies can be
taken into consideration. |
class | The component, describing the member of CORBA IDL struct .
|
class | The root class for all CORBA standard exceptions.
|
class | Means that request carried a null transaction context, but an
active transaction is required.
|
class | Means that transaction associated with the request has already
been rolled back or marked to roll back.
|
class | Means that the ORB cannot reach the object. |
class | An information about a CORBA data type.
|
class | The component, describing the member of CORBA IDL union .
|
class | A wrapper against an unknown user exception that has been thrown
on remote side and returned by the server. |
class | Means that the operation implementation has thrown a non-CORBA exception.
|
class | The root class for CORBA IDL-defined user exceptions.
|
class | The class, defining properties of the value member.
|
class | Thrown when the transaction scope mismatches.
|
class | The stub for the IDL type. |
class | The Policy stub (proxy), used on the client side.
|
Constructors with parameter type java.io.Serializable | |
Create an instance, initialised into the given value.
|
Fields of type java.io.Serializable | |
Serializable | A stored value of the value base type.
|
Methods with parameter type java.io.Serializable | |
void | Insert the value base that is Serializable into
the given Any.
|
void | Insert the CORBA Value into this Any .
|
void | Insert the CORBA Value into this Any .
|
void | Insert the value into the enclosed
Any inside this DynAny
|
void | Write the value base into the given stream.
|
void | Write value type to the output stream.
|
void | Write the given string value into the output stream.
|
void | Write the given wide string value into the output stream.
|
Methods with return type java.io.Serializable | |
Serializable | Extract the value type from the given Any.
|
Serializable | Extract the CORBA Value from this Any
|
Serializable | Extract the value that is expected to be
stored in this DynAny.
|
Serializable | Read the value base from the given input stream.
|
Serializable | Read the CORBA value type.
|
Serializable | Read the string value from the input stream.
|
Serializable | Read the wide string value from the input stream.
|
Classes implementing java.io.Serializable | |
class | A generic XPath exception.
|
class | An exception in an XPath expression.
|
class | A configuration exception in an XPath factory environment.
|
class | An exception in an XPath function.
|
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | Event operations may throw an EventException as specified in
their method descriptions.
|
Classes implementing java.io.Serializable | |
class | An ActionMap that implements the UIResource
interface to indicate that it belongs to a pluggable
LookAndFeel.
|
class | A wrapper for Border that also
implements the UIResource marker interface. |
class | A BevelBorder that also implements the
UIResource marker interface. |
class | A CompoundBorder that also implements the
UIResource marker interface. |
class | An EmptyBorder that also implements the
UIResource marker interface. |
class | An EtchedBorder that also implements the
UIResource marker interface. |
class | A LineBorder that also implements the
UIResource marker interface. |
class | A MatteBorder that also implements the
UIResource marker interface. |
class | A TitledBorder that also implements the
UIResource marker interface. |
class | A Color that is marked as UIResource , which indicates that
the color has been installed by a pluggable LookAndFeel. |
class | A ComponentInputMap that implements the UIResource
interface to indicate that it belongs to a pluggable
LookAndFeel.
|
class | A Dimension that is marked as UIResource , which
indicates that it has been installed by a pluggable
LookAndFeel. |
class | A font that is marked as UIResource , which
indicates that it has been installed by a pluggable
LookAndFeel. |
class | An icon that is marked as UIResource , which
indicates that it has been installed by a pluggable
LookAndFeel. |
class | An InputMap that is marked as UIResource ,
which indicates that it has been installed by a pluggable
LookAndFeel. |
class | An Insets that is marked as UIResource ,
which indicates that it has been installed by a pluggable
LookAndFeel. |
Classes implementing java.io.Serializable | |
class | The CodecFactoryOperations.create_codec(Encoding) raises
UnknownEncoding if that factory cannot create a
Codec of the given encoding.
|
Classes implementing java.io.Serializable | |
class |
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | Support for creating a BeanContextChild .
|
class | Generic superclass for events fired by BeanContext s.
|
class | Event fired when children are added to or removed from a BeanContext .
|
class | Event fired when new services become available through a BeanContextServices .
|
class | Event fired when services are revoked from a BeanContextServices .
|
class | |
class | |
class | |
class | |
class |
Methods with return type java.io.Serializable | |
Serializable |
Classes implementing java.io.Serializable | |
class | This class extends SQLException to count the successful
updates in each statement in a batch that was successfully updated prior
to the error.
|
class | This exception is thrown when a piece of data is unexpectedly
truncated in JDBC.
|
class | This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Date.
|
class | This exception is thrown when a database error occurs.
|
class | |
class | This exception is thrown when a database warning occurs.
|
class | This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Time.
|
class | This class is a wrapper around java.util.Date to allow the JDBC
driver to identify the value as a SQL Timestamp. |
Classes implementing java.io.Serializable | |
class | A base class that can be used to create implementations of the
TableModel interface.
|
class | Class to display every cells.
|
class | |
class | DefaultTableColumnModel
|
class | A two dimensional data structure used to store Object
instances, usually for display in a JTable component.
|
class | |
class | |
class | Represents the attributes of a column in a table, including the column index,
width, minimum width, preferred width and maximum width.
|
Classes implementing java.io.Serializable | |
class | An exception occurred during configuration of the transformer.
|
class | An exception occurred during the transformation process.
|
class | An error occurred during configuration of the transformer factory.
|
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | This is a simple wrapper around a raw byte array, for ciphers that do
not require any key parameters other than the bytes themselves.
|
Classes implementing java.io.Serializable | |
class | The Certificate class is an abstract class used to manage
identity certificates. |
class | Certificate.CertificateRep is an inner class used to provide an alternate
storage mechanism for serialized Certificates.
|
class | Exception for a Certificate Encoding.
|
class | Exception for a Certificate.
|
class | Exception for a Certificate Expiring.
|
class | Exception for a Certificate that is not yet valid.
|
class | Exception for parsing a DER-encoded Certificate.
|
class | This class represents an immutable sequence, or path, of security
certificates. |
class | The serialized representation of a path.
|
class | Indicates a problem while using a CertPathBuilder , wrapping
the lower exception. |
class | Indicates a problem while validating a certification path. |
class | Indicates a problem while retrieving certificates and CRLs from
CertStore , wrapping the lower exception. |
class | Exception for a Certificate Revocation List.
|
class | X509Certificate is the abstract class for X.509 certificates.
|
Classes implementing java.io.Serializable | |
class |
Classes implementing java.io.Serializable | |
class | |
class |
Classes implementing java.io.Serializable | |
class | This exception is thrown when BufferedImageOp or
RasterOp filters cannot process an image.
|
class | This exception is thrown when there is invalid layout information in
Raster
|
Classes implementing java.io.Serializable | |
class |
This exception is raised by ServantManager to indicate that the
invocation target has moved to another known location. |
class | Specifies the Object Id assignment policy.
|
class | Specifies the Object Id uniqueness policy.
|
class | Specifies the implicit activation policy.
|
class | Specifies the object life span policy.
|
class | Specifies the behaviour in the case when the
requested object is not found in the Active Object Map or that map
is not in use. |
class | Specifies the servant retention policy.
|
class | Defines the possible values for the POA thread policy.
|
class | This ServantActivator stub is an optional base for the
servant activators. |
class | The ServantLocator stub is an optional base for the
servant locators. |
Classes implementing java.io.Serializable | |
class | A class for indicating logging levels. |
class | |
class | A LogRecord contains the state for an individual
event to be logged.
|
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | The border that is drawn around Swing buttons.
|
class | A simple 3D border.
|
class | A border used when painting JInternalFrame instances.
|
class | A border used for JMenuBar components.
|
class | |
class | A border implementation for popup menus.
|
class | A border for JScrollPanes.
|
class | A border used for the JTextField component.
|
class | |
class | An icon used by the MetalComboBoxUI class.
|
class | Creates icons for the MetalLookAndFeel .
|
class | An icon representing a file (drawn as a piece of paper with the top-right
corner turned down).
|
class | An icon representing a folder.
|
class | A tree control icon. |
class | A tree folder icon.
|
class | A tree leaf icon.
|
class | The title pane for a JInternalFrame .
|
class | A custom look and feel that is designed to look similar across different
operating systems.
|
Classes implementing java.io.Serializable | |
class | This is the base applet class. |
class | This class provides accessibility support for Applets, and is the
runtime type returned by getAccessibleContext() .
|
Classes implementing java.io.Serializable | |
class | This exception is thrown when a requested access control list (ACL) is
not found.
|
class | This exception is thrown when an attempt is made to delete the last owner
of an access control list (ACL)
|
class | This exception is thrown whenever an operation is attempted that requires
the caller to be the owner of the access control list (ACL) when the caller
is in fact not the owner of the ACL.
|
Classes implementing java.io.Serializable | |
class | This class represents an affine transformation between two coordinate
spaces in 2 dimensions. |
class | Thrown when an operation on a path is in an illegal state, such as appending
a segment to a GeneralPath without an initial moveto.
|
class | Thrown if an operation requires an inverse of an
AffineTransform , but the transform is in a non-invertible
state.
|
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | |
class | Written using on-line Java Platform 1.2 API Specification, as well
as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and
"Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
|
Classes implementing java.io.Serializable | |
class | This exception is thrown whenever a fatal GSS-API error occurs
including mechanism specific errors. |
Classes implementing java.io.Serializable | |
class | Compiled regular expression ready to be applied.
|
class | Indicates illegal pattern for regular expression.
|
Classes implementing java.io.Serializable | |
class | Encapsulate a general SAX error or warning.
|
class | Exception class for an unrecognized identifier.
|
class | Exception class for an unsupported operation.
|
class | Encapsulate an XML parse error or warning.
|
Classes implementing java.io.Serializable | |
class | Parser or write operations may throw an LSException if the
processing is stopped. |
Classes implementing java.io.Serializable | |
class | This exception is thrown during decryption when the decrypted input
does not have the proper padding bytes that are expected by the padding
mechanism.
|
class | Signals a general exception in an ExemptionMechanism .
|
class | This exception is thrown when finishing encryption without padding or
decryption and the input is not a multiple of the cipher's block
size.
|
class | This exception is thrown when a particular padding scheme is
requested but is not available.
|
class | This class allows any Serializable object to be
stored in an encrypted form.
|
class | This exception is thrown on an attempt to transform bytes into a
buffer that is too short to contain the data.
|
Constructors with parameter type java.io.Serializable | |
Create a new sealed object from a Serializable
object and a cipher.
|
Classes implementing java.io.Serializable | |
class | This exception is thrown to indicate an problem with a jar file.
|
Methods with parameter type java.io.Serializable | |
Serializable | Read a value type structure content, when the unitialised
instance is passed as a parameter. |
void | Writes a value type into the output stream.
|
void | Writes a value type into the output stream, stating it is an
instance of the given class. |
void | Writes a value type into the output stream,
stating it has the given repository id.
|
void | Write value to the stream using the boxed value helper.
|
Methods with return type java.io.Serializable | |
Serializable | Read a value type structure, extracting the repository id
from the input stream itself. |
Serializable | Read a value type structure content, when the unitialised
instance is passed as a parameter. |
Serializable | Read a value type structure, corresponing to the passed type.
|
Serializable | Read a value type structure, having the given repository id.
|
Serializable | Use the provided boxed value helper to read the value.
|
Classes implementing java.io.Serializable | |
class | Chained exception thrown when backing store fails. |
class | Indicates reading prefs from stream failed. |
class | ObjectEvent fired when a Preference node is added/removed.
|
class | ObjectEvent fired when a Preferences entry changes.
|
Classes implementing java.io.Serializable | |
class |
Classes implementing java.io.Serializable | |
class | This error is thrown when a critical Abstract Window Toolkit (AWT) error
occurs.
|
class | AWTEvent is the root event class for all AWT events in the JDK 1.1 event
model. |
class | This is a generic exception that indicates an exception occurred in the
Abstract Window Toolkit (AWT) system.
|
class | This class mirrors KeyEvents, representing both low-level key presses and
key releases, and high level key typed inputs. |
class | This class implements permissions for AWT. |
class | This class implements a layout manager that positions components
in certain sectors of the parent container.
|
class | This class provides a button widget for the AWT.
|
class | |
class | The Canvas component provides a blank rectangular
area, which the client application can use for drawing and for
capturing events. |
class | This class provides accessibility support for the canvas.
|
class | This class implements a card-based layout scheme. |
class | This class implements a component which has an on/off state. |
class | This class provides accessibility support for the
checkbox.
|
class | This class if for combining checkboxes into groups so that only
one checkbox in the group can be selected at any one time.
|
class | This class implements a menu item that has a checkbox on it indicating
the selected state of some option.
|
class | |
class | This class implements a drop down choice list.
|
class | This class provides accessibility support for the
combo box.
|
class | This class represents a color value in the AWT system. |
class | The root of all evil. |
class | This class provides accessibility support for subclasses of container.
|
class | This class is used to differentiate different orientations for text layout.
|
class | A generic window toolkit object that acts as a container for other objects.
|
class | This class provides accessibility support for subclasses of container.
|
class | ContainerOrderFocusTraversalPolicy defines a focus traversal order
based on the order in which Components were packed in a Container.
|
class | This class represents various predefined cursor types.
|
class | DefaultFocusTraversalPolicy is the default focus traversal policy
used by Containers.
|
class | A dialog box widget class.
|
class | |
class | This class holds a width and height value pair. |
class | Written using on-line Java Platform 1.2 API Specification, as well
as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
|
class | This class implements a file selection dialog box widget.
|
class | This class implements a flow-based layout. |
class | This class represents a windowing system font.
|
class | Thrown when a specified font is bad.
|
class | This class returns information about the display characteristics of
a font. |
class | This class is a top-level window with a title bar and window
decorations.
|
class | |
class | This allows filtering an array of GraphicsConfigurations for the best
one based on various requirements. |
class | This specifies the constraints for a component managed by the
GridBagLayout layout manager.
|
class | |
class | This class implements a grid-based layout scheme. |
class | This exception is thrown when code dependent on a keyboard, mouse, or
display is executed in a headless environment.
|
class | This exception is thrown when the requested operation failed because
a component was not in the proper state.
|
class | This class represents the "margin" or space around a container.
|
class | This component is used for displaying simple text strings that cannot
be edited by the user.
|
class | This class provides accessibility support for the label.
|
class | Class that implements a listbox widget
|
class | |
class | |
class | This class is used for keeping track of the status of various media
objects.
|
class | This class represents a pull down or tear off menu in Java's AWT.
|
class | Basic Accessibility class for Menu. |
class | This class implements a menu bar in the AWT system.
|
class | This class provides accessibility support for AWT menu bars.
|
class | This is the superclass of all menu AWT widgets.
|
class | This class provides a base for the accessibility support of menu
components.
|
class | This class represents an item in a menu.
|
class | |
class | This class implements a keyboard accelerator for a menu item.
|
class | A panel is a simple container class. |
class | This class provides accessibility support for Panels, and is the
runtime type returned by getAccessibleContext() .
|
class | This class represents a point on the screen using cartesian coordinates.
|
class | This class represents a polygon, a closed, two-dimensional region in a
coordinate space. |
class | This class implement an AWT popup menu widget
|
class | |
class | This class represents a rectangle and all the interesting things you
might want to do with it. |
class | This class implements a scrollbar widget.
|
class | This class provides accessibility support for the
scrollbar.
|
class | This widget provides a scrollable region that allows a single
subcomponent to be viewed through a smaller window.
|
class | |
class | Need this class since the serialization spec for ScrollPane
uses it.
|
class | This class contains the various "system colors" in use by the native
windowing system. |
class | A TextArea is a text component capable of displaying multiple lines
of user-editable text. |
class | |
class | This class provides common functionality for widgets than
contain text.
|
class | |
class | This class implements a single line text entry field widget
|
class | |
class | This class represents a top-level window with no decorations.
|
class |
Classes implementing java.io.Serializable | |
class | Error indicating that a factory could not be configured.
|
class | Exception indicating an XML stream processing error.
|
Classes implementing java.io.Serializable | |
class | |
class | CaretEvent
|
class | ChangeEvent
|
class | A utility class for keeping track of EventListener s.
|
class | |
class | |
class | |
class | ListSelectionEvent
|
class | MenuDragMouseEvent
|
class | MenuEvent
|
class | MenuKeyEvent
|
class | PopupMenuEvent
|
class | Provides a mechanism for registering PropertyChangeListener s and
forwarding PropertyChangeEvent s to those listeners.
|
class | TableColumnModelEvent
|
class | An event that describes changes to a TableModel .
|
class | TreeExpansionEvent
|
class | TreeModelEvent
|
class | TreeSelectionEvent
|
class | UndoableEditEvent
|
Classes implementing java.io.Serializable | |
class | |
class | Attributes (and associated values) that can be used to define an
AttributedString .
|
class | This class provides a mechanism for using an AffineTransform as
an immutable attribute (for example, in the
AttributedString class). |
Classes implementing java.io.Serializable | |
class | An exception that signals that an attempt was made to login to an account
that has expired.
|
class | An exception that signals an attempt to login with a credential that
has expired.
|
class | An exception that signals that an attempt to login was unsuccessful.
|
class | A general exception during authentication and authorization.
|
Classes implementing java.io.Serializable | |
class | |
class |
Classes implementing java.io.Serializable | |
class | An array-backed implementation of the List interface. |
class | This class can be thought of in two ways. |
class | This class is an abstract base class for Calendars, which can be
used to convert between Date objects and a set of
integer fields which represent YEAR ,
MONTH , DAY , etc. |
class | Exception that is thrown by the collections classes when it is detected that
a modification has been made to a data structure when this is not allowed,
such as when a collection is structurally modified while an Iterator is
operating over it. |
class | Representation of a currency for a particular locale. |
class |
This class represents a specific time in milliseconds since the epoch.
|
class | This exception is thrown by the Stack class when an attempt is made to pop
or otherwise access elements from an empty stack.
|
class | Represents Events fired by Objects.
|
class |
This class represents the Gregorian calendar, that is used in most
countries all over the world. |
class | This class provides a hashtable-backed implementation of the
Map interface.
|
class | This class provides a HashMap-backed implementation of the Set interface.
|
class | A class which implements a hashtable data structure.
|
class | This class provides a hashtable-backed implementation of the
Map interface, but uses object identity to do its hashing. |
class | This class provides a hashtable-backed implementation of the
Map interface, with predictable traversal order.
|
class | This class provides a hashtable-backed implementation of the
Set interface, with predictable traversal order.
|
class | Linked list implementation of the List interface. |
class | Locales represent a specific country and culture. |
class | This exception is thrown when a resource is missing.
|
class | Exception thrown when an attempt is made to access an element that does not
exist. |
class | A set of persistent properties, which can be saved or loaded from a stream.
|
class | This class represents the permission to access and modify a property. The name is the name of the property, e.g. xxx. |
class | This class generates pseudorandom numbers. |
class | This class represents a simple time zone offset and handles
daylight savings. |
class | |
class | This class represents a time zone offset and handles daylight savings.
|
class | This exception is part of the java event model. |
class | This class provides a red-black tree implementation of the SortedMap
interface. |
class | This class provides a TreeMap-backed implementation of the SortedSet
interface. |
class | The Vector classes implements growable arrays of Objects.
|
Classes implementing java.io.Serializable | |
class | Raised when the current operation is not applicable for the system
because the POA manager is in an inactive State .
|
class | Defines the possible states of the POA manager.
|
Classes implementing java.io.Serializable | |
class | This exception is thrown when an inappropriate operation is invoked on
a TypeCode object.
|
class | The TypeCode.member_name(int) ,
TypeCode.member_type(int) and
TypeCode.member_label(int) raise Bounds when
the parameter is larger than the index of the last member,
constituting the type.
|
Classes implementing java.io.Serializable | |
class | This exception is raised on an attempt to register a second
org.omg.PortableInterceptor.Interceptor with the same name.
|
class | This exception is raised by methods in
ORBInitInfoOperations on the attempt to
register or resolve an invalid name like empty string. |
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | An AbstractMethodError is thrown when an application attempts
to access an abstract method. |
class | Thrown when a math error has occured, such as trying to divide an
integer by zero. |
class | Thrown when attempting to access a position outside the valid range of
an array. |
class | Thrown when trying to store an object of the wrong runtime type in an
array. |
class | An assertion error normally occurs as a result of the assert
statement added in JDK 1.4, to indicate that an assertion failed. |
class | Instances of class Boolean represent primitive
boolean values.
|
class | Instances of class Byte represent primitive byte
values.
|
class | Wrapper class for the primitive char data type. |
class | A Class represents a Java type. |
class | Thrown when an attempt is made to cast an object which is not of the
appropriate runtime type. |
class | A ClassCircularityError is thrown when a circular dependency
has been detected while initializing a class. |
class | A ClassFormatError is thrown when a Java Virtual Machine
unable to read a class file because the file is corrupted or cannot be
interpreted as a class file.
|
class | Thrown when a class is requested by reflection, but the class definition
cannot be found. |
class | Thrown to indicate an object should not or could not be cloned. |
class | Instances of class Double represent primitive
double values.
|
class | Applications should not try to catch errors since they indicate
abnormal conditions. |
class | The root class of all exceptions worth catching in a program. |
class | An ExceptionInInitializerError is thrown when an uncaught
exception has occurred in a static initializer or the initializer for a
static variable. |
class | Instances of class Float represent primitive
float values.
|
class | An IllegalAccessError is thrown when an attempt is made to
call a method, or access or modify a field that the application does not
have access to. |
class | Thrown whenever a reflective method tries to do something that the
compiler would not allow. |
class | Thrown when a method is passed an illegal or inappropriate argument. |
class | Thrown when a thread attempts to wait or notify on a monitor that it
does not own (ie. it has not synchronized on the object). |
class | Thrown when a method is invoked at an illegal or inappropriate time. |
class | Thrown When trying to manipulate a Thread which is in an inappropriate
state. |
class | An IncompatibleClassChangeError is thrown when the definition
of a class used by the currently executing method has changed in an
incompatible way.
|
class | This exception can be thrown to indicate an attempt to access an
index which is out of bounds on objects like String, Array, or Vector.
|
class | An InstantiationError is thrown when an attempt is made to
create an instance of an abstract class or an interface. |
class | Thrown when an attempt is made to use reflection to build a
non-instantiable class (an interface or abstract class).
|
class | Instances of class Integer represent primitive
int values.
|
class | An InternalError is thrown when a mystical error has
occurred in the Java Virtual Machine.
|
class | Thrown when a thread interrupts another thread which was previously
sleeping, waiting, or paused in some other way. |
class | Subclasses of LinkageError are thrown to indicate that two
classes which were compatible at separate compilation times cannot be
linked to one another.
|
class | Instances of class Long represent primitive
long values.
|
class | Thrown when an attempt is made to create an array with a negative
size. |
class | A NoClassDefFoundError is thrown when a classloader or the
Java Virtual Machine tries to load a class and no definition of the class
can be found. |
class | A NoSuchFieldError is thrown if an application attempts
to access a field of a class, and that class no longer has that field.
|
class | Thrown to indicate the class does not have the specified field. |
class | A NoSuchMethodError is thrown if an application attempts
to access a method of a class, and that class no longer has that method.
|
class | Thrown to indicate the class does not have the specified method. |
class | Thrown when attempting to use null where an object
is required. |
class | |
class | Can be thrown when attempting to convert a String to
one of the numeric types, but the operation fails because the string
has the wrong format.
|
class | Thrown when the Java Virtual Machine is unable to allocate an object
because it is out of memory and no more memory could be made available
by the garbage collector.
|
class | All exceptions which are subclasses of RuntimeException
can be thrown at any time during the execution of a Java virtual machine.
|
class | A RuntimePermission contains a permission name, but no
actions list. |
class | The security manager will throw this exception to indicate a security
violation. |
class | Instances of class Short represent primitive
short values.
|
class | A StackOverflowError is thrown when the execution stack
overflow occurs. |
class | One function call or stack trace element. |
class | Strings represent an immutable set of characters. |
class | StringBuffer represents a changeable String .
|
class | StringBuilder represents a changeable String .
|
class | This exception can be thrown to indicate an attempt to access an index
which is out of bounds of a String. |
class | ThreadDeath is thrown in a thread when someone calls stop()
on that thread. |
class | Throwable is the superclass of all exceptions that can be raised.
|
class |
Thrown when a type is accessed using a String -based
representation, but no definition of the supplied type is found.
|
class | An UnknownError is thrown when a serious but unknown
problem has occurred in the Java Virtual Machine.
|
class | A UnsatisfiedLinkError is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.
|
class | An UnsupportedClassVersionError is thrown when the
Java Virtual Machine determines it does not support the major and minor
version numbers in the class file it is attempting to read.
|
class | This exception is thrown by an object when an operation is
requested of it that it does not support.
|
class | A VerifyError is thrown if there is a security problem or
internal inconsistency in a class file as detected by the "verifier."
|
class | A VirtualMachineError or its subclasses are thrown to
indicate there is something wrong with the Java Virtual Machine or that
it does not have the resources needed for it to continue execution.
|
Classes implementing java.io.Serializable | |
class | An event raised by a SSLSocket and passed to the HandshakeCompletedListener.handshakeCompleted(HandshakeCompletedEvent)
method of all registered listeners when a SSL handshake in a SSL
protocol is completed.
|
class | The superclass of all possible SSL exceptions. |
class | An exception that signals an error in the SSL handshake phase.
|
class | An exception signaling a problem using a public or private key in
an SSL communication.
|
class | An exception thrown when the remote peer could not be verified.
|
class | A permission used for accessing SSL classes.
|
class | An exception thrown when a fatal protocol error is encountered. |
class | An event raised by SSLSession objects when objects are bound to
them.
|
Classes implementing java.io.Serializable | |
class | |
class |
Classes implementing java.io.Serializable | |
class | Thrown when there is an error in the native CMM.
|
class | NEEDS DOCUMENTATION
|
class | ICC_ColorSpace - an implementation of ColorSpace
While an ICC_Profile class abstracts the data in an ICC profile file
an ICC_ColorSpace performs the color space conversions defined by
an ICC_Profile instance.
|
class | ICC Profile - represents an ICC Color profile.
|
class | ICC_ProfileGray - a special case of ICC_Profiles.
|
class | ICC_ProfileRGB - a special case of ICC_Profiles.
|
class | Thrown when there is an error accessing or processing an
ICC_Profile .
|
Classes implementing java.io.Serializable | |
class | 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).
|
Classes implementing java.io.Serializable | |
class | This exception is thrown by a SASL mechanism implementation to indicate
that the SASL exchange has failed due to reasons related to authentication,
such as an invalid identity, passphrase, or key.
Note that the lack of an AuthenticationException does not
mean that the failure was not due to an authentication error. |
class | This callback is used by SaslClient and SaslServer to
retrieve realm information.
|
class | This callback is used by SaslClient and SaslServer to obtain
a realm given a list of realm choices.
|
class | This class represents an error that has occurred when using SASL.
|
Classes implementing java.io.Serializable | |
class | When representing the information about a request,
defines a one of the arguments for the operation being invoked.
|
Classes implementing java.io.Serializable | |
class |
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | Underlying security services instantiate and pass a
ChoiceCallback to the handle() method of a
CallbackHandler to display a list of choices and to retrieve the
selected choice(s).
|
class | Underlying security services instantiate and pass a
ConfirmationCallback to the handle() method of a
CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other
similar confirmations.
|
class | Underlying security services instantiate and pass a LanguageCallback
to the handle() method of a CallbackHandler to retrieve
the Locale used for localizing text.
|
class | Underlying security services instantiate and pass a NameCallback
to the handle() method of a CallbackHandler to retrieve
name information.
|
class | Underlying security services instantiate and pass a PasswordCallback
to the handle() method of a CallbackHandler to retrieve
password information.
|
class | Underlying security services instantiate and pass a TextInputCallback
to the handle() method of a CallbackHandler to retrieve
generic text information.
|
class | Underlying security services instantiate and pass a
TextOutputCallback to the handle() method of a
CallbackHandler to display information messages, warning messages and
error messages.
|
class | Signals that a CallbackHandler does not recognize a particular
Callback .
|
Classes implementing java.io.Serializable | |
class | Thrown on encountering a syntactically malformed signature in
a reflective method. |
class | InvocationTargetException is sort of a way to "wrap" whatever exception
comes up when a method or constructor is called via Reflection. |
class | This class allows you to dynamically create an instance of any (or
even multiple) interfaces by reflection, and decide at runtime
how that instance will behave by giving it an appropriate
InvocationHandler . |
class | This class implements permissions for reflection. |
class |
Classes implementing java.io.Serializable | |
class | |
class | |
class | XXX - Stub till we have org.omg.CORBA |
Methods with parameter type java.io.Serializable | |
Serializable | |
void |
Methods with return type java.io.Serializable | |
Serializable | |
Serializable |
Classes implementing java.io.Serializable | |
class |
Classes implementing java.io.Serializable | |
class | This exception is thrown when the AccessController denies
an attempt to perform an operation. |
class | This class is a permission that implies all other permissions. |
class | This class implements a simple model for named permissions without an
associated action list. |
class | This class represents a location from which code is loaded (as
represented by a URL), and the list of certificates that are used to
check the signatures of signed code loaded from this source.
|
class | This exception indicates that a generic message digest exception has
occurred.
|
class | This class is the common superclass of all security exceptions. |
class | This class is an object that is guarded by a Guard object.
|
class | This class represents identities: real-world objects such as people,
companies or organizations whose identities can be authenticated using their
public keys. |
class | This class represents a scope for identities. |
class | Thrown for an invalid security algorithm parameter.
|
class | Thrown for an invalid key.
|
class | Thrown when an invalid parameter is passed to a method of the JCA/JCE
engine classes.
|
class | This exception is thrown when there is a problem with a key.
|
class | This exception is thrown whenever a problem related to the management of
security keys is encountered.
|
class | KeyPair serves as a simple container for public and private keys.
|
class | Indicates a problem with the key store.
|
class | This exception is thrown when the requested security algorithm is
not available
|
class | This exception is thrown when the requested security provider is
not available.
|
class | This class is the abstract superclass of all classes that implement
the concept of a permission. |
class | This class models a group of Java permissions. |
class | This class is a heterogeneous collection of permissions. |
class | This exception is thrown when an exception is thrown during a
privileged action being performed with the
AccessController.doPrivileged() method. |
class | This class represents a Java security architecture service provider.
|
class | This exception indicates that a runtime problem was encounterd with
a security provider.
|
class | An interface to a cryptographically secure pseudo-random number
generator (PRNG). |
class | SecureRandomSpi is the Service Provider Interface for SecureRandom
providers. |
class | This class provides a mechanism for specified named permissions
related to the Java security framework. |
class | This exception is thrown when a problem is encountered with a
digital signature.
|
class | SignedObject is a class for the purpose of creating authentic
runtime objects whose integrity cannot be compromised without being detected.
|
class | This class is used to represent an Identity that can also
digitally sign data.
The management of a signer's private keys is an important and sensitive
issue that should be handled by subclasses as appropriate to their intended
use.
|
class | This exception is thrown when a key cannot be recovered from the key
store.
|
class | This class is used to hold instances of all permissions that cannot
be resolved to available permission classes when the security
Policy object is instantiated. |
Constructors with parameter type java.io.Serializable | |
Constructs a SignedObject from any Serializable
object. |
Classes implementing java.io.Serializable | |
class | The exception is thrown if the passed address is empty or otherwise invalid.
|
Classes implementing java.io.Serializable | |
class | Raised if the target POA already has a child POA with the specified name
(during creation of the new POA as a child of the target POA).
|
class | The AdapterNonExistent is thrown if the parent POA cannot locate
the required child POA.
|
class | Raised if any of the policy objects specified is not supported by this
ORB implementation, if conflicting policy objects are specified,
or if any of the specified policy objects require prior administrative
action that has not been performed.
|
class | Raised when trying to get the default servant, when no default servant
has been associated with POA.
|
class | Raised in response to activate the already active object.
|
class | Raised in several cases when the operation would be applicable to the
activated object, but the current object is not active.
|
class | Raised in response to activate the already active object when
the UNIQUE_ID (single ID per object, default) policy is active. |
class | Raised in several cases when the operation would be applicable to the
activated servant, but the current object is not active.
|
class | Raised when invoking POA operations, requiring that the target
object would be created by this POA, if this condition is not
satisfied.
|
class | Raised when invoking the operation that is not allowed by the current
combination of the used policies.
|
Classes implementing java.io.Serializable | |
class | A serious error during datatype configuration.
|
Classes implementing java.io.Serializable | |
class | The InconsistentTypeCode is thrown on the attempt to create
an DynAny for Principal
or native data types. |
Classes implementing java.io.Serializable | |
class | An abstract base implementation for the Document interface.
|
class | An abstract base implementation of the Element interface.
|
class | |
class | Stores the changes when a Document is beeing modified.
|
class | An implementation of DocumentEvent.ElementChange to be added
to AbstractDocument.DefaultDocumentEvent s.
|
class | An implementation of Element that represents a leaf in the
document structure. |
class | Indicates that an invalid location within a Document has been
accessed.
|
class | The exception is thrown when the document charset is changed.
|
class | DateFormatter is an InternationalFormatter
that implements value to string and string to value conversion via
an instance of DateFormat .
|
class | The default implementation of the Caret interface.
|
class | The default implementation of EditorKit . |
class | Creates a beep on the PC speaker.
|
class | Copies the selected content into the system clipboard.
|
class | Copies the selected content into the system clipboard and deletes the
selection.
|
class | This action is executed as default action when a KEY_TYPED
event is received and no keymap entry exists for that. |
class | This action inserts a newline character into the document
of the text component. |
class | Places content into the associated editor. |
class | Inserts a TAB character into the text editor.
|
class | Copies content from the system clipboard into the editor.
|
class | The DefaultFormatter is a concrete formatter for use in
JFormattedTextField s.
|
class | The default implementation of StyledDocument .
|
class | Performs all structural changes to the Element
hierarchy.
|
class | |
class | This implementation of AbstractDocument.Content uses a gapped buffer.
|
class | This extends DefaultFormatter so that the value to string
conversion is done via a Format object. |
class | |
class | AccessibleJTextComponent
|
class | |
class | |
class | An implementation of the AbstractDocument.Content
interface useful for small documents or debugging. |
class | |
class | |
class | An EditorKit that supports editing styled text.
|
class | Sets the alignment attribute on the selected text.
|
class | Toggles the bold attribute for the selected text.
|
class | Sets the font family attribute on the selected text.
|
class | Sets the font size attribute on the selected text.
|
class | Sets the foreground color attribute on the selected text.
|
class | Toggles the italic attribute for the selected text.
|
class | The abstract superclass of all styled TextActions. |
class | Toggles the underline attribute for the selected text.
|
class | |
class | |
class | TextAction
|
Classes implementing java.io.Serializable | |
class | This exception is raised by CodecOperations.decode(byte[])
or CodecOperations.decode_value(byte[],TypeCode) when the data in the
octet sequence cannot be decoded into Any .
|
class | This exception is raised by CodecOperations.encode(Any) or
CodecOperations.encode_value(Any) when the type is not
valid for the encoding. |
class | The TypeMismatch may be thrown by various methods in org.omg.DynamicAny
package when the operation is not applicable due unexpected
TypeCode .
|
Classes implementing java.io.Serializable | |
class | This expection is thrown if the application throws an exception,
defined as a part of its remote method definition.
|
class | This exception is thrown when reading from the ORBs input streams
certain specific data layouts (object recursive references to itself).
|
class | This is exception is potentially thrown by the _invoke()
method of the object implementation, requiring to write the method
parameters repeatedly. |
class | The wrapper of the arbitrary exception into the System exception.
|
Methods with parameter type java.io.Serializable | |
void | Write this value type to the CDR stream.
|
Methods with return type java.io.Serializable | |
Serializable | Read this value type from the CDR stream.
|
Serializable | Read the value type. |
Classes implementing java.io.Serializable | |
class | Defines the binding with the given name and type.
|
class | Specifies the binding type (how the binding has been created).
|
class | The name component, a node in the multi-comonent name.
|
class | The extended naming service servant. |
class | The naming service servant. |
class | The binding iterator implementation base.
|
class | The binding interator stub (proxy), used on the client side.
|
class | The extended naming context implementation base.
|
class | The extended naming context stub (proxy), used on the client side.
|
class | The naming context implementation base.
|
class | The naming context stub (proxy), used on the client side.
|
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | The exception is thrown
in response of the attempt to create the dynamic
with an unmatching type code.
|
class | The exception is thrown by
ORB.resolve_initial_references(String)
in response of passing a name for
which there is no initial reference.
|
Classes implementing java.io.Serializable | |
class | Exception for an invalid key specification.
|
class | Exception for an invalid algorithm specification.
|
Classes implementing java.io.Serializable | |
class | AbstractColorChooserPanel
|
class | This is the default implementation of the ColorSelectionModel interface
that JColorChoosers use.
|
Classes implementing java.io.Serializable | |
class | Provides a stub for Remote type.
|
Classes implementing java.io.Serializable | |
class | Thrown to indicate that the caller does not have permission to access
certain data, such as bind in an ActivationSystem.
|
class | Thrown on an attempt to bind an object in the registry that is already
bound.
|
class | Thrown if a connection is refused for a remote call.
|
class | Wraps an I/O Exception thrown while connecting for a remote call.
|
class | Thrown if an exception occurs while marshalling data to send in a remote
call. |
class | FIXME - doc missing
|
class | Thrown on an attempt to invoke a call on an object that no longer exists
in the remote Virtual Machine. |
class | Thrown on an attempt to lookup or unbind a registry name that has no
associated binding.
|
class | The superclass of exceptions related to RMI (remote method invocation).
|
class | Never thrown, but originally intended to wrap a java.lang.SecurityException.
|
class | Wraps any error thrown while processing the server of a remote call.
|
class | Wraps any exception thrown while processing the server of a remote call.
|
class | Wraps any runtime exception thrown while processing the server of a
remote call. |
class | Thrown if a valid stub class is not found for an object when it is exported.
|
class | Thrown if an unexpected checked exception was received in a remote
procedure call.
|
class | Thrown if a java.net.UnknownHostException occurs during a remote
procedure call.
|
class | Thrown if an exception occurs while unmarshalling parameters or results
of a remote method call. |
Classes implementing java.io.Serializable | |
class | This class draws simple arrow buttons for the Basic Look and Feel.
|
class | A border whose appearance depends on the state of
the enclosed button.
|
class | A border that makes its enclosed component appear as lowered
into the surface. |
class | An invisible, but spacing border whose margin is determined
by calling the getMargin() method of the enclosed
component. |
class | A border for drawing a separator line below JMenuBar.
|
class | A border for drawing radio buttons in the Basic look and feel.
|
class | A one-pixel thick border for rollover buttons, for example in
tool bars.
|
class | A border for toggle buttons in the Basic look and feel.
|
class | This class is renderer for the combo box.
|
class | |
class | UI Delegate for ComboPopup
|
class | This helper class is used to handle key events that cause JInternalFrames
to be closed.
|
class | This helper class is used to handle key events that cause JInternalFrames
to be maximized.
|
class | This helper class is used to handle key events that cause JInternalFrames
to be minimized.
|
class | This helper class is used to handle key events that pass the SELECTED
property to the next JInternalFrame in the JDesktopPane's list of
children.
|
class | This helper class is used to restore the JInternalFrame to its original
size before maximizing or iconifying.
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | Creates icons for the BasicLookAndFeel .
|
class | This class acts as a titlebar for JInternalFrames.
|
class | The Action responsible for closing the JInternalFrame.
|
class | This Action is responsible for iconifying the JInternalFrame.
|
class | This Action is responsible for maximizing the JInternalFrame.
|
class | This Action is responsible for dragging the JInternalFrame.
|
class | This Action is responsible for restoring the JInternalFrame. |
class | This action is responsible for sizing the JInternalFrame.
|
class | This class acts as the MenuBar for the TitlePane. |
class | BasicLookAndFeel
|
class | The divider that separates the two parts of a JSplitPane in the Basic look
and feel.
|
class | A DefaultCaret that implements UIResource .
|
class | This is the window that appears when the JToolBar is being dragged
around.
|
class | ActionListener that invokes cancelEditing when action performed.
|
class | TreeHomeAction is used to handle end/home actions. |
class | TreeIncrementAction is used to handle up/down actions. |
class | TreePageAction handles page up and page down events.
|
class | For the first selected row expandedness will be toggled.
|
class | TreeTraverseAction is the action used for left/right keys. |
class | The LayoutManager that is used in PopupMenus. |
Classes implementing java.io.Serializable | |
class | A permission controlling access to authentication service. |
class | An exception thrown when the Destroyable.destroy() method
fails for a credential.
|
class | A permission governing access to a private credential. |
class | A signal that a call to Refreshable.refresh() failed.
|
class |
Classes implementing java.io.Serializable | |
class | |
class |
Classes implementing java.io.Serializable | |
class | |
class | |
class | RefAddr that uses a byte array as content.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | Exception indicating an invalid component or Name .
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | Superclass of all naming Exceptions.
|
class | |
class | |
class | |
class | |
class | |
class | |
class | Abstract superclass of addresses used in References.
|
class | |
class | |
class | |
class | |
class | RefAddr that uses a String as content.
|
class |
Classes implementing java.io.Serializable | |
class | Defines attribute keys that are used as text attributes.
|
class | This class allows a format to be specified based on a range of numbers.
|
class | |
class | |
class | This class acts as container for locale specific date/time formatting
information such as the days of the week and the months of the year.
|
class | |
class | This class is a container for the symbols used by
DecimalFormat to format numbers and currency
for a particular locale. |
class | This class is the abstract superclass of classes that format and parse
data to/from Strings . |
class | |
class | |
class | |
class | This is the abstract superclass of all classes which format and
parse numeric values such as decimal numbers, integers, currency values,
and percentages. |
class | |
class | This exception is thrown when an unexpected error occurs during parsing.
|
class | SimpleDateFormat provides convenient methods for parsing and formatting
dates using Gregorian calendars (see java.util.GregorianCalendar).
|
Classes implementing java.io.Serializable | |
class | IntrospectionException is thrown when the Introspector fails. |
class | PropertyChangeEvents are fired in the PropertyChange and VetoableChange
event classes. |
class | PropertyChangeSupport makes it easy to fire property change events and
handle listeners. |
class | PropertyVetoException is thrown when a VetoableChangeListener doesn't
like the proposed change.
|
class | VetoableChangeSupport makes it easy to fire vetoable change events and
handle listeners. |
Classes implementing java.io.Serializable | |
class | The ForwardRequest is thrown by interceptors to forward the request to
another target. |
class | The InvalidSlot is thrown when the slot identifier, passed in one of the
methods, related to Current , does not define a valid slot.
|
Classes implementing java.io.Serializable | |
class | Thrown if an attempt to export a remote object fails.
|
class | |
class | |
class | |
class | |
class | Thrown if a remote exception occurs during the cloning process of a
UnicastRemoteObject .
|
class | Thrown during RemoteServer.getClientHost if the host is
not servicing a remote method call.
|
class | Thrown if a call is received that does not match a Skeleton. |
class | Thrown if a Skeleton corresponding to the remote object is not found.
|
class | Thrown during remote object export if the code does not have permission
to create a java.net.ServerSocket on the specified port.
|
class | |
class |
Classes implementing java.io.Serializable | |
class | This exception indicates that an error occurred while attempting to bind
socket to a particular port.
|
class | This exception indicates that an error occurred while attempting to
connect to a remote host. |
class | |
class | |
class | This class models an Internet address. |
class | InetSocketAddress instances represent socket addresses
in the java.nio package. |
class | This exception indicates that a URL passed to an object was not in a
valid format.
|
class | This class is used to model miscellaneous network permissions. |
class | This exception indicates that there is no TCP/IP route to the requested
host. |
class | This exception signals that an ICMP port unreachable datagram has been
received.
|
class | This exception indicates that some sort of low level protocol
exception occurred. |
class | Abstract base class for InetSocketAddress.
|
class | This exception indicates that a generic error occurred related to an
operation on a socket. |
class | This class models a specific set of permssions for connecting to a
host. |
class | This exception signals that a socket read or accept timed out.
|
class | This exception indicates that an attempt was made to reference a hostname
or IP address that is not valid. |
class | Contrary to what you might think, this does not indicate that the
TCP/IP service name specified was invalid. |
class |
A URI instance represents that defined by
RFC3986,
with some deviations.
|
class | This exception is thrown when a String cannot be parsed as a URI.
|
class | This final class represents an Internet Uniform Resource Locator (URL).
|
Classes implementing java.io.Serializable | |
class |
Stores the attribute information, obtained by parsing SGML (DTD) tag
<! |
class | A representation of the element content. |
class |
Stores the element information, obtained by parsing SGML DTD
tag <! |
class | Stores information, obtained by parsing SGML DTL
<! |
class | This class instantiates and starts the working instance of
html parser, being responsible for providing the default DTD.
|
Classes implementing java.io.Serializable | |
class | STUBBED
|
class | STUBBED
|
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | Thrown when a method in the java.awt.dnd package is unable to perform a
requested operation, usually because the underlying DnD system is in the
wrong state.
|
class |
Classes implementing java.io.Serializable | |
class | An invisible zero-width border, serving as a base class for
implementing more interesting borders.
|
class | A rectangular, two pixel thick border that causes the enclosed area
to appear as if it was raising out of or lowered into the screen. |
class | A Border that is composed of an interior and an exterior border,
where the interior border is tightly nested into the exterior.
|
class | A border for leaving a specifiable number of pixels empty around
the enclosed component. |
class | A border that looks like an engraving etched into the background
surface, or (in its raised variant) coming out of the surface
plane. |
class | A border that consists of a line whose thickness and color can be
specified. |
class | A border that is filled with either a solid color or with repeated
icon tiles.
|
class | A rectangular, three pixel thick border that looks like a BevelBorder
with slightly softened corners.
|
class | A border that paints a title on top of another border.
|
Classes implementing java.io.Serializable | |
class | Stores the named value, representing the name by string and the value by
DynAny .
|
class | Holds the value, having the given name(id). |
class | Should provide support for remote invocation of methods on
DynAnyFactory. |
class | Should provide support for remote invocation of methods on DynAny. |
class | Should provide support for remote invocation of methods on DynArray. |
class | Should provide support for remote invocation of methods on DynEnum. |
class | Should provide support for remote invocation of methods on DynFixed. |
class | Should provide support for remote invocation of methods on DynSequence. |
class | Should provide support for remote invocation of methods on DynStruct. |
class | Should provide support for remote invocation of methods on DynUnion. |
class | Should provide support for remote invocation of methods on DynValue. |
Methods with parameter type java.io.Serializable | |
void | Insert the value into the enclosed Any inside this DynAny
|
void | The remote call of DynAny methods is not possible.
|
Methods with return type java.io.Serializable | |
Serializable | Extract the value that is expected to be stored in this DynAny.
|
Serializable | The remote call of DynAny methods is not possible.
|
Classes implementing java.io.Serializable | |
class | Raised when the operation on DynAny cannot be performed because one of
the parameters, while having the correct type, has the invalid value.
|
class | Raised when the operation cannot be performed because the involved
data structure has the mismatching typecode. |
Classes implementing java.io.Serializable | |
class | This exception is thrown to indicate that a problem occurred with
an attempted character conversion.
|
class | This exception is thrown when the end of the file or stream was
encountered unexpectedly. |
class | This class represents a file or directory on a local disk. |
class | This exception is thrown when an attempt is made to access a file that
does not exist, or is inaccessible for some other reason (such as writing
a read-only file).
|
class | |
class | This exception is thrown when a in process I/O operation is interrupted
for some reason. |
class | This exception is thrown when there is some sort of problem with a
class during a serialization operation. |
class | This exception is thrown when an object fails a validation test
during serialization.
|
class | This exception is thrown to indicate an I/O problem of some sort
occurred. |
class | This exception is thrown when a problem occurs due to the fact that
serialization is not active.
|
class | This exception is thrown when a class implements Serializable because
of a superclass, but should not be serialized. |
class | |
class | This exception is thrown when a problem occurs during serialization.
|
class | This exception is thrown when unexpected data appears in the input
stream from which a serialized object is being read. |
class | This class models permissions related to serialization. |
class | This exception is thrown when there is an error in the data that is
read from a stream during de-serialization.
|
class | Thrown when a file synchronization fails.
|
class | This exception is thrown when the requested character encoding is
not supported.
|
class | When reading a UTF string from an input stream, this exception is thrown
to indicate that the data read is invalid.
|
class | This exception is thrown when another ObjectStreamException occurs during
a serialization read or write. |
Classes implementing java.io.Serializable | |
class | This exception may be thrown by methods in
CurrentOperations
if they are invoked outside the context of a POA-dispatched operation.
|
Classes implementing java.io.Serializable | |
class | Provides support for RTF data for use in
JEditorPane s.
|
Classes implementing java.io.Serializable | |
class | Represents a HTML attribute.
|
class | Represents a HTML tag.
|
class | Represents an unknown HTML tag.
|
class | TODO: This class is not yet completetely implemented.
|
class | This class is NOT implemented. |
class | HTMLFrameHyperlinkEvent transfers information about the link that was
activated in a frame.
|
Classes implementing java.io.Serializable | |
class | A default implementation of UndoableEdit that can be
used as a base for implementing editing operations.
|
class | An exception which indicates that an editing action cannot be
redone.
|
class | An exception which indicates that an editing action cannot be
undone.
|
class | An editing action that consists of multiple
UndoableEdits .
|
class | A helper class, making it easy to support undo and redo.
|
class | A manager for providing an application’s undo/redo
functionality.
|
Classes implementing java.io.Serializable | |
class | Thrown when an annotation found in a class file is
malformed. |
class | Thrown when accessing an element within an annotation for
which the type has changed, since compilation or serialization
took place. |
Classes implementing java.io.Serializable | |
class | This exception is thrown when the print job is aborted, either by the
user or by the application.
|
class | This is the generic toplevel exception for printing errors. |
class | This exception is thrown when the print job encounters an I/O problem
of some kind.
|
Classes implementing java.io.Serializable | |
class | A new exception has been created for exceptions specific to these XPath
interfaces.
|
Classes implementing java.io.Serializable | |
class | This exception is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
|
class | This exception is thrown by by dynamic any operations when a bad sequence is passed as a parameter.
|
class | This expception in response to insert the inapproriate value into dynamic Any, usually by the DynAny.insert_*(value) method group.
|
class | This exception is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.
|
Classes implementing java.io.Serializable | |
class | Signals a problem when encoding certificates.
This class is deprecated in favor of the CertificateEncodingException class. |
class | Signals a generic problem with certificates.
This class is deprecated in favor of the CertificateException class. |
class | Signals that a certificate has expired.
This class is deprecated in favor of the CertificateExpiredException class. |
class | Signals that a certificate is not yet valid.
This class is deprecated in favor of the CertificateNotYetValidException class. |
class | Signals a parsing error when decoding a certificate.
This class is deprecated. |
Classes implementing java.io.Serializable | |
class | A base class for implementing the Action interface.
|
class | Provides an abstract implementation of common button behaviour,
data model and look & feel.
|
class | A Java Accessibility extension of the AbstractButton.
|
class | An extension of ChangeListener to be serializable.
|
class | An abstract superclass for table and tree cell editors. |
class | Provides standard implementations of some methods in ListModel .
|
class | Maps arbitrary keys (usually Strings) to Action instances. |
class | A component that uses a BoxLayout as Layout Manager.
|
class | A component that servers as a filler in BoxLayout controlled containers.
|
class | A layout that stacks the children of a container in a Box, either
horizontally or vertically.
|
class | Logically groups a set of buttons, so that only one of the buttons in
a ButtonGroup can be selected at the same time. |
class | Paints the cells of JList, JTable and JTree.
|
class | Provides accessibility support for CellRendererPanes.
|
class | An InputMap that is associated with a particular JComponent .
|
class | The default implementation of BoundedRangeModel .
|
class | The default implementation of ButtonModel .
|
class | The default implementation of TableCellEditor and
TreeCellEditor . |
class | Delegates a couple of method calls (such as |
class | The default implementation of MutableComboBoxModel .
|
class | The default implementation of DesktopManager for
Swing. |
class | The default implementation ListCellRenderer . |
class | Subclasses DefaultListCellRenderers and implements
UIResource . |
class | The default implementation of AbstractListModel , used by
JList and similar objects as the model of a list of
values. |
class | The default implementation of ListSelectionModel ,
which is used by JList and
similar classes to manage the selection status of a number of data
elements.
|
class | |
class | |
class | Accessibility support for ImageIcon.
|
class | Maps KeyStroke s to arbitrary objects, usually Strings. |
class | A top-level container that is usually used in web browsers.
|
class | A general purpose push button. |
class | Accessibility support for JButtons.
|
class | A small box that displays a check or not, depending on it's
selected state. |
class | A menu item that displays a checkbox. |
class | Accessibility support for JCheckBoxMenuItem .
|
class | A Swing widget that offers users different ways to
select a color. |
class | Accessibility support for JColorChooser .
|
class | A component that allows a user to select any item in its list and
displays the selected item to the user. |
class | Accessibility support for JComboBox .
|
class | The base class of all Swing components.
|
class | Basic accessibility support for JComponent derived
widgets.
|
class | JDesktopPane is a container (usually for JInternalFrames) that simulates a
desktop. |
class | AccessibleJDesktopPane
|
class | A dialog window. |
class | A powerful text editor component that can handle different types of
content.
|
class | A component that provides the user a dialog box to browse through a
filesystem and choose one or more files or directories.
|
class | A text field that makes use of a formatter to display and edit a specific
type of data. |
class | An abstract base implementation for a formatter that can be used by
a JTextField. |
class | A window that supports window decorations (titlebar and borders).
|
class | This class implements a Swing widget that looks and acts like a native
frame. |
class | DOCUMENT ME!
|
class | This class represents the JInternalFrame while it is iconified.
|
class | DOCUMENT ME!
|
class | A swing widget that displays a text message and/or an icon.
|
class | Accessibility support for JLabel.
|
class | A container that adds depth to the usual Container semantics.
|
class | |
class | This class represents a menu that can be added to a menu bar or
can be a submenu in some other menu. |
class | |
class | |
class | JMenuBar is a container for menu's. |
class | JMenuItem represents element in the menu. |
class | |
class | This class creates different types of JDialogs and JInternalFrames that can
ask users for input or pass on information. |
class | DOCUMENT ME!
|
class | An instance of JPanel can be added to a panel, frame etc
|
class | class JPasswordField
|
class | AccessibleJPasswordField
|
class | JPopupMenu is a container that is used to display popup menu's menu
items. |
class | |
class | This is the separator that can be used in popup menu.
|
class | The ProgressBar is a widget that displays in two modes. |
class | AccessibleJProgressBar
|
class | The JRadioButton component provides a visually selectable
button with mutually exclusive behaviour within a ButtonGroup .
|
class | This class provides accessibility support for the toggle button.
|
class | This class represents JRadioButtonMenuItem. |
class | |
class | This class is where JComponents are added to. |
class | |
class | The JScrollBar. |
class | DOCUMENT ME!
|
class | A component that embeds another component and enables it to be scrolled
both in horizontal and vertical direction.
|
class | |
class | The JSeparator. |
class | AccessibleJSeparator
|
class | The JSlider is a Swing component that allows selection of a value within a
range by adjusting a thumb in a track. |
class | DOCUMENT ME!
|
class | A JSpinner is a component which typically contains a numeric value and a
way to manipulate the value.
|
class | An editor class for a JSpinner that is used
for displaying and editing dates (e.g. that uses
SpinnerDateModel as model).
|
class | DOCUMENT ME!
|
class | DOCUMENT ME!
|
class | This class implements JSplitPane. |
class | DOCUMENT ME!
|
class | This is a container for components. |
class | DOCUMENT ME!
|
class | A helper class that listens for changes to the model.
|
class | |
class | The JTextArea component provides a multi-line area for displaying
and editing plain text. |
class | |
class | AccessibleJTextField
|
class | A powerful text component that supports styled content as well as
embedding images and components. |
class | The JToggleButton component provides a stateful button,
which can be either selected or unselected. |
class | This class provides accessibility support for the toggle button.
|
class | The model handles the storage and maintenance of the state of
the toggle button. |
class | JToolBar is a component that provides a toolbar to Swing programs. |
class | AccessibleJToolBar
|
class | This is an extension of JSeparator used in toolbars. |
class | This class is used to display ToolTips. |
class | DOCUMENT ME!
|
class | |
class | |
class | A TreeModel that does not allow anything to be selected.
|
class | This redirects TreeSelectionEvents and rewrites the source of it to be
this JTree. |
class | _ +-------------------------------+ ...........Y1 \ | view | . |
class | A ComponentListener that listens for
changes of the view's size. |
class | Unlike JComponent derivatives, JWindow inherits from
java.awt.Window. |
class | |
class | |
class | OverlayLayout
|
class | ScrollPaneLayout
|
class | |
class | This class calculates information about the size and position requirements
of components.
|
class | SpinnerDateModel
Implements a SpinnerModel for dates, rotating a calendar field such as
month, year, day, week, hour, minute.
|
class | An implementation of SpinnerModel which uses the values
contained within a list or an array. |
class | SpinnerNumberModel
|
class | Fires one or more action events after the specified delay.
|
class | |
class | UIDefaults is a database where all settings and interface bindings are
stored into. |
class | Manages the current LookAndFeel and any auxiliary LookAndFeel
instances.
|
class | |
class | ViewportLayout
|
Classes implementing java.io.Serializable | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class | |
class |
Classes implementing java.io.Serializable | |
class | An error occurred during configuration of the parser factory.
|
class | An exception occurred during configuration of the XML parser.
|
Classes implementing java.io.Serializable | |
class | The exception is thrown in response to bind the same object
into the same context repeatedly under the different name.
|
class | The exception is raised when the naming service has
given up for some reason.
|
class | The exception is thrown if the name has the zero length or is otherwise
invalid.
|
class | This exception is thrown in response to the attemt to destroy
the non tempty context. |
class | The exception is thrown when the binding being searched does not exist
or has the wrong type
|
class | Represents the reason (explanation), why the binding cannot be found.
|
Classes implementing java.io.Serializable | |
class | |
class | Thrown when activation fails on a remote call to an activatable object.
|
class | |
class | General exception class for java.rmi.activation .
|
class | |
class | |
class | |
class | |
class | |
class | Thrown when an ActivationGroupID parameter is invalid or
unknown.
|
class | Thrown when an ActivationID parameter is invalid or unknown.
|
GNU Classpath (0.18) |