Uses of Class java.lang.Object

Uses in package javax.imageio.stream

Classes derived from java.lang.Object

class
class
class
class
class
A data structure for holding a reference to a byte array, an index into that array, and a number of bytes, that can be passed to one specific variant of the readBytes method.
class
class
class
class

Uses in package javax.naming

Classes derived from java.lang.Object

class
class
class
RefAddr that uses a byte array as content.
class
Binding represents the name-object mapping of a binding in a context.
class
class
class
Represents names that may span over several namespaces.
class
Represents hierarchical names from the single namespace.
class
class
This exception is thrown in response to the attempt to destroy the non empty context.
class
The starting context for performing naming operations.
class
class
class
Exception indicating an invalid component or Name.
class
class
class
class
class
class
class
NameClassPair represents the name-classname mapping pair of a binding in a context.
class
class
Superclass of all naming Exceptions.
class
class
class
class
class
class
Thrown from the NamingEnumeration, this exception indicates that the enumeration represents only part of the existing elements that would be an answer to the specified request.
class
Abstract superclass of addresses used in References.
class
This class represents a reference to an object that is located outside of the naming/directory system.
class
class
class
Thrown from the NamingEnumeration, this exception indicates that there are more elements than the previously specified size limit.
class
RefAddr that uses a String as content.
class

Constructors with parameter type java.lang.Object

Constructs an instance with the given name and object.
Binding.Binding(String name, Object obj, boolean isRelative)
Constructs an instance with the given name and object and a flag indicating if the name is relative to the target context.
Binding.Binding(String name, String className, Object obj)
Constructs an instance with the given name, classname and object.
Binding.Binding(String name, String className, Object obj, boolean isRelative)
Constructs an instance with the given name, classname, object and a flag indicating if the name is relative to the target context.

Fields of type java.lang.Object

Object
Object
If the exception was caused while resolving a Name then this field contains the object that part of the name could be resolved to.

Methods with parameter type java.lang.Object

Object
Context.addToEnvironment(String propName, Object propVal)
Add new environment property to the environment of this context.
Object
void
Context.bind(String name, Object obj)
Give the specified name for the specified object.
void
void
Context.bind(Name name, Object obj)
Give the specified name for the specified object.
void
int
int
int
Compares the given object to this Name.
boolean
Checks if the object is a BinaryRefAddr with the same type and with the same bytes in the content.
boolean
boolean
boolean
Checks if the object is a RefAddr with the same type and content.
boolean
Compares two addresses for equality, by value.
void
Give the specified name for the specified object.
void
void
Context.rebind(Name name, Object obj)
Give the specified name for the specified object.
void
void
void
Sets the bound object of this binding.
void
Sets the Object to which (part of) the name could be resolved before this exception happend.

Methods with return type java.lang.Object

Object
Context.addToEnvironment(String propName, Object propVal)
Add new environment property to the environment of this context.
Object
Object
Object
Object
Returns a clone of this Name.
Object
Object
Returns the byte array contents as given to the constructor.
Object
Returns the possibly null content of this RefAddr.
Object
Returns the String contents as given to the constructor.
Object
Object
Returns the bound object of this binding.
Object
Object
Gets the Object to which (part of) the name could be resolved before this exception happend.
Object
Gets the previously named object by name.
Object
Object
Gets the previously named object by name.
Object
Object
Retrieves the named object, not following the link of the terminal atomic component of the name.
Object
Object
Retrieves the named object, not following the link of the terminal atomic component of the name.
Object
Object
Object
CompoundName.remove(int posn)
Object
Name.remove(int posn)
Removes the component at the given index from this Name.
Object
Reference.remove(int posn)
Remove the address at the given position.
Object
Removes the property with the given name from the environment.
Object

Uses in package org.omg.PortableServer.ServantLocatorPackage

Classes derived from java.lang.Object

class
The CookieHolder is used together with the ServantLocator, allowing the ServantLocatorOperations.preinvoke(byte[],POA,String,CookieHolder) to return an arbitrary java.lang.Object that will be later passed to ServantLocatorOperations.postinvoke(byte[],POA,String,Object,Servant).

Constructors with parameter type java.lang.Object

Create the instance, intialising the value field to the passed value.

Fields of type java.lang.Object

Object
The wrapped java.lang.Object.

Uses in package javax.imageio

Classes derived from java.lang.Object

class
A runtime exception to indicate image reading and writing failures.
class
IIOImage is a container class for components of an image file that stores image data, image metadata and thumbnails.
class
An IIOParam stores parameters used when encoding or decoding image streams.
class
An uninstantiable class that provides static methods for locating and using image readers and writers.
class
A class for decoding images within the ImageIO framework.
class
DOCUMENT ME
class
ImageTypeSpecifier store the color and sample models associated with an IIOImage.
class
DOCUMENT ME
class
A class for encoding images within the ImageIO framework.

Fields of type java.lang.Object

Object
An ImageInputStream from which image data is read.
Object
An ImageInputStream to which image data is written.

Methods with parameter type java.lang.Object

ImageInputStream
Create an image input stream from the given object.
ImageOutputStream
Create an image output stream from the given object.
Iterator
Retrieve an iterator over the collection of registered image readers that support reading data from the given object.
void
Set the input source to the given object.
void
ImageReader.setInput(Object in, boolean seekForwardOnly)
Set the input source to the given object and specify whether this reader should be allowed to read input from the data stream more than once.
void
ImageReader.setInput(Object input, boolean seekForwardOnly, boolean ignoreMetadata)
Set the input source to the given object, specify whether this reader should be allowed to read input from the data stream more than once, and specify whether this reader should ignore metadata in the input stream.
void
Set the output destination of the given object.

Methods with return type java.lang.Object

Object
Get this reader's image input source. null is returned if the image source has not been set.
Object
Get this reader's image output destination. null is returned if the image destination has not been set.

Uses in package javax.sound.midi.spi

Classes derived from java.lang.Object

class
The abstract base class for all MidiDeviceProvider types.
class
The MidiFileReader abstract class defines the methods to be provided by a MIDI file reader.
class
MidiFileWriter provides MIDI file writing services.
class
The SoundbankReader abstract class defines the methods to be provided by a soundbank file reader.

Uses in package org.omg.DynamicAny.DynAnyPackage

Classes derived from java.lang.Object

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
The helper operations for the exception InvalidValue.
class
Raised when the operation cannot be performed because the involved data structure has the mismatching typecode.
class
The helper operations for the exception TypeMismatch.

Uses in package java.sql

Classes derived from java.lang.Object

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 class manages the JDBC drivers in the system.
class
This class holds a driver property that can be used for querying or setting driver configuration parameters.
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.
class
This class contains constants that are used to identify SQL data types.

Methods with parameter type java.lang.Object

boolean
This method these the specified Object for equality against this object.
void
PreparedStatement.setObject(int index, Object value)
This method sets the specified parameter from the given Java Object value.
void
PreparedStatement.setObject(int index, Object value, int sqlType)
This method sets the specified parameter from the given Java Object value.
void
PreparedStatement.setObject(int index, Object value, int sqlType, int scale)
This method sets the specified parameter from the given Java Object value.
void
void
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType)
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType, int scale)
This method sets the specified parameter from the given Java Object value.
void
ResultSet.updateObject(int columnIndex, Object value)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(int columnIndex, Object value, int scale)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(String columnName, Object value)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(String columnName, Object value, int scale)
This method updates the specified column to have an Object value.

Methods with return type java.lang.Object

Object
Returns the contents of this array.
Object
Array.getArray(Map> map)
Returns the contents of this array.
Object
Array.getArray(long start, int count)
Returns a portion of this array starting at start into the array and continuing for count elements.
Object
Array.getArray(long start, int count, Map> map)
This method returns a portion of this array starting at start into the array and continuing for count elements.
Object[]
This method returns the attributes of this SQL structured type.
Object[]
This method returns the attributes of this SQL structured type.
Object
Object
Ref.getObject(Map> map)
Object
This method returns the value of the specified parameter as a Java Object.
Object
ResultSet.getObject(int columnIndex)
This method returns the value of the specified column as a Java Object.
Object
CallableStatement.getObject(int index, Map> map)
This method returns the value of the specified parameter as a Java Object.
Object
ResultSet.getObject(int columnIndex, Map> map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
Object
This method returns the value of the specified parameter as a Java Object.
Object
This method returns the value of the specified column as a Java Object.
Object
This method returns the value of the specified parameter as a Java Object using the specified mapping for conversion from SQL to Java types.
Object
ResultSet.getObject(String columnName, Map> map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
Object
This method reads the next item from the stream a Java Object.

Uses in package java.nio.channels.spi

Classes derived from java.lang.Object

class
class
class
class
class

Methods with parameter type java.lang.Object

SelectionKey
Registers this channel with the given selector, returning a selection key.
SelectionKey
Registers a channel for the selection process.

Methods with return type java.lang.Object

Object
Retrieves the object upon which the configureBlocking and register methods synchronize.

Uses in package javax.net

Classes derived from java.lang.Object

class
A factory for server sockets.
class
A factory for client sockets.

Uses in package org.omg.IOP

Classes derived from java.lang.Object

class
The helper operations for the CORBA object CodecFactory.
class
A helper operations for th Component id.
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
A helper operations for the structure IOR.
class
A holder for the IOR.
class
A helper operations for the array of TaggedComponent (MultipleComponentProfile).
class
A holder for the sequence of TaggedComponent (MultipleComponentProfileHelper).
class
A helper operations for th Profile id.
class
The ServiceContext structure contains the service data, being passed in the CORBA message.
class
A helper operations for the structure ServiceContext.
class
A holder for the structure ServiceContext.
class
The helper operations for the CORBA object ServiceContext[].
class
A holder for the sequence of the ServiceContexts.
class
A helper operations for a context service id.
class
The tagged component in a part of the TaggedProfile.
class
A helper operations for the TaggedComponent.
class
A holder for the structure TaggedComponent.
class
The TaggedProfile if part of the IOR, defining a single specific aspect of the object related information.
class
A helper operations for the structure TaggedProfile.
class
A holder for the structure TaggedProfile.

Uses in package javax.security.auth.login

Classes derived from java.lang.Object

class
This is the base class for various account-related exceptions.
class
An exception that signals that an attempt was made to login to an account that has expired.
class
An exception indicating that an account is locked.
class
An exception indicating that an account was not found.
class
class
class
class
This is the base class for various credential-related exceptions.
class
An exception that signals an attempt to login with a credential that has expired.
class
An exception that indicates that a credential was not found.
class
An exception that signals that an attempt to login was unsuccessful.
class
class
A general exception during authentication and authorization.

Uses in package java.lang.reflect

Classes derived from java.lang.Object

class
This class is the superclass of various reflection classes, and allows sufficiently trusted code to bypass normal restrictions to do necessary things like invoke private methods outside of the class during Serialization.
class
Array holds static helper functions that allow you to create and manipulate arrays by reflection.
class
The Constructor class represents a constructor of a class.
class
The Field class represents a member variable of a class.
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 exception class is thrown when one of the reflection methods encountered an invalid parameterized type within the metadata of a class.
class
The Method class represents a member method of a class.
class
Modifier is a helper class with static methods to determine whether an int returned from getModifiers() represents static, public, protected, native, final, etc... and provides an additional method to print out all of the modifiers in an int in order.
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
This exception class is thrown by a Proxy instance if the invoke method of that instance's InvocationHandler attempts to throw an exception that not declared by the throws clauses of all of the interface methods that the proxy instance is implementing.

Methods with parameter type java.lang.Object

boolean
Compare two objects to see if they are semantically equivalent.
boolean
Compare two objects to see if they are semantically equivalent.
boolean
Compare two objects to see if they are semantically equivalent.
Object
Get the value of this Field.
Object
Array.get(Object array, int index)
Gets an element of an array.
boolean
Get the value of this boolean Field.
boolean
Array.getBoolean(Object array, int index)
Gets an element of a boolean array.
byte
Get the value of this byte Field.
byte
Array.getByte(Object array, int index)
Gets an element of a byte array.
char
Get the value of this Field as a char.
char
Array.getChar(Object array, int index)
Gets an element of a char array.
double
Get the value of this Field as a double.
double
Array.getDouble(Object array, int index)
Gets an element of a double array.
float
Get the value of this Field as a float.
float
Array.getFloat(Object array, int index)
Gets an element of a float array.
int
Get the value of this Field as an int.
int
Array.getInt(Object array, int index)
Gets an element of an int array.
InvocationHandler
Returns the invocation handler for the given proxy instance.

NOTE: We guarantee a non-null result if successful, but Sun allows the creation of a proxy instance with a null handler.

int
Gets the array length.
long
Get the value of this Field as a long.
long
Array.getLong(Object array, int index)
Gets an element of a long array.
short
Get the value of this Field as a short.
short
Array.getShort(Object array, int index)
Gets an element of a short array.
Object
Method.invoke(Object o, java.lang.Object... args)
Invoke the method.
Object
InvocationHandler.invoke(Object proxy, Method method, Object[] args)
When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave.
void
Array.set(Object array, int index, Object value)
Sets an element of an array.
void
Field.set(Object o, Object value)
Set the value of this Field.
void
Field.setBoolean(Object o, boolean value)
Set this boolean Field.
void
Array.setBoolean(Object array, int index, boolean value)
Sets an element of a boolean array.
void
Field.setByte(Object o, byte value)
Set this byte Field.
void
Array.setByte(Object array, int index, byte value)
Sets an element of a byte array.
void
Field.setChar(Object o, char value)
Set this char Field.
void
Array.setChar(Object array, int index, char value)
Sets an element of a char array.
void
Field.setDouble(Object o, double value)
Set this double Field.
void
Array.setDouble(Object array, int index, double value)
Sets an element of a double array.
void
Field.setFloat(Object o, float value)
Set this float Field.
void
Array.setFloat(Object array, int index, float value)
Sets an element of a float array.
void
Field.setInt(Object o, int value)
Set this int Field.
void
Array.setInt(Object array, int index, int value)
Sets an element of an int array.
void
Array.setLong(Object array, int index, long value)
Sets an element of a long array.
void
Field.setLong(Object o, long value)
Set this long Field.
void
Array.setShort(Object array, int index, short value)
Sets an element of a short array.
void
Field.setShort(Object o, short value)
Set this short Field.

Methods with return type java.lang.Object

Object
Get the value of this Field.
Object
Array.get(Object array, int index)
Gets an element of an array.
Object
If this method is an annotation method, returns the default value for the method.
Object
Method.invoke(Object o, java.lang.Object... args)
Invoke the method.
Object
InvocationHandler.invoke(Object proxy, Method method, Object[] args)
When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave.
Object
Array.newInstance(Class componentType, int length)
Creates a new single-dimensioned array.
Object
Array.newInstance(Class componentType, int[] dimensions)
Creates a new multi-dimensioned array.
Object
Proxy.newProxyInstance(ClassLoader loader, Class[] interfaces, InvocationHandler handler)
Combines several methods into one.

Uses in package org.omg.CORBA.portable

Classes derived from java.lang.Object

class
This expection is thrown if the application throws an exception, defined as a part of its remote method definition.
class
Specifies a vendor specific implementation of the Object methods.
class
This exception is thrown when reading from the ORBs input streams certain specific data layouts (object recursive references to itself).
class
This class is used to read CORBA IDL data types.
class
The basic implementation of the CORBA Object.
class
This class is used to write CORBA IDL data types.
class
This is exception is potentially thrown by the _invoke() method of the object implementation, requiring to write the method parameters repeatedly.
class
Together with supporting methods in ObjectImpl and Delegate, provides mechanism for direct calls of clients, running on the same virtual machine (collocated).
class
The wrapper of the arbitrary exception into the System exception.

Fields of type java.lang.Object

Object
The real servant, that can be casted to the expected type, later invoking the methods directly.

Methods with parameter type java.lang.Object

boolean
Check if this object is equal to another object.
boolean
Delegate.equals(Object self, Object other)
Compares two objects for equality.

Uses in package java.beans.beancontext

Classes derived from java.lang.Object

class
Support for creating a BeanContextChild.
class
Generic superclass for events fired by BeanContexts.
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
This is a helper class for implementing a bean context which supplies services.
class
class
class
class
This is a helper class for implementing a bean context.
class
class

Constructors with parameter type java.lang.Object

Create a new membership event.

Fields of type java.lang.Object

Object
The global lock on changing any BeanContext hierarchy.

Methods with parameter type java.lang.Object

boolean
Add a child to the bean context.
void
Called when a child is deserialized.
void
void
Revokes any services used by a child that has just been removed.
void
boolean
Tell whether the Object is one of the children added or removed.
boolean
Test whether this collection contains a given object as one of its elements.
boolean
BeanContextSupport.BCSChild
BeanContextSupport.BCSChild
void
Fire a property change.
void
Fire a vetoable property change.
BeanContextChild
Returns the BeanContextChild implementation for the given child.
BeanContextMembershipListener
Returns child as an instance of BeanContextMembershipListener, or null if child does not implement that interface.
BeanContextServicesListener
Returns child as an instance of BeanContextServicesListener, or null if child does not implement that interface.
PropertyChangeListener
Returns child as an instance of PropertyChangeListener, or null if child does not implement that interface.
Serializable
Returns child as an instance of Serializable, or null if child does not implement that interface.
VetoableChangeListener
Returns child as an instance of VetoableChangeListener, or null if child does not implement that interface.
Visibility
Returns child as an instance of Visibility, or null if child does not implement that interface.
Object
BeanContextServices.getService(BeanContextChild requestorChild, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener listener)
Get a service from this BeanContextServices.
Object
Retrieves the specified service.
Object
BeanContextServiceProvider.getService(BeanContextServices services, Object requestor, Class<T> serviceClass, Object serviceSelector)
Get a service.
Object
Get a service.
void
BeanContextServices.releaseService(BeanContextChild requestorChild, Object requestor, Object service)
Release your copy of this service.
void
Releases the reference to a service held by a BeanContextChild (or an arbitrary object associated with it).
void
Release the service.
void
Release the service.
boolean
Remove the specified child from the context.
boolean
BeanContextSupport.remove(Object targetChild, boolean callChildSetBC)
Removes a child from the bean context.
Object[]
Populates, then returns, the supplied array with the children of this BeanContext.
boolean
boolean

Methods with return type java.lang.Object

Object[]
Object
BeanContextServices.getService(BeanContextChild requestorChild, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener listener)
Get a service from this BeanContextServices.
Object
Retrieves the specified service.
Object
BeanContextServiceProvider.getService(BeanContextServices services, Object requestor, Class<T> serviceClass, Object serviceSelector)
Get a service.
Object
Get a service.
Object
Instantiate a Bean using this Bean's ClassLoader and this BeanContext as the parent.
Object
This is a convenience method for instantiating a bean inside this context.
Object
Object[]
An array of the children.
Object[]
Returns an array containing the children of this BeanContext.
Object[]
Populates, then returns, the supplied array with the children of this BeanContext.

Uses in package org.omg.CORBA_2_3.portable

Classes derived from java.lang.Object

class
Extends the previous version of the Delegate by one additional method, defined in CORBA 2_3 .
class
This class defines a new CDR input stream methods, added since CORBA 2.3.
class
Extends the previous version of the CORBA object by one additional method, defined in CORBA 2_3 .
class
This class defines a new CDR input stream methods, added since CORBA 2.3.

Methods with parameter type java.lang.Object

void
Writes an abstract interface to the stream.

Methods with return type java.lang.Object

Object
Read the abstract interface.
Object
Read the abstract interface, corresponding to the passed type.

Uses in package javax.swing.text.rtf

Classes derived from java.lang.Object

class
Provides support for RTF data for use in JEditorPanes.

Uses in package java.rmi.activation

Classes derived from java.lang.Object

class
A common ancestor for the implementations of the activatable objects.
class
Thrown when activation fails on a remote call to an activatable object.
class
Contains the information, necessary to activate the object.
class
General exception class for java.rmi.activation.
class
The entity that receives the request to activate object and activates it.
class
Contains information, necessary to create of recreate the activation objects.
class
Contains the startup options for the ActivationGroup implementations.
class
This identifier identifies the activation group inside the scope of its activation system.
class
A stub class for ActivationGroup implementations.
class
Denotes the object that can be activated over time.
class
Thrown when an ActivationGroupID parameter is invalid or unknown.
class
Thrown when an ActivationID parameter is invalid or unknown.

Methods with parameter type java.lang.Object

boolean
Compare this object with another activation description for equality.
boolean
Compare for the content equality.
boolean
Compare for content equality.
boolean
Copmare for equality, returns true if the passed object is also the activation group id and its activation system is the same.
boolean
Compares the activators for equality.

Uses in package java.awt.color

Classes derived from java.lang.Object

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.

Methods with return type java.lang.Object

Object
After deserializing we must determine if the class we want is really one of the more specialized ICC_ProfileRGB or ICC_ProfileGray classes.

Uses in package java.util

Classes derived from java.lang.Object

class
A basic implementation of most of the methods in the Collection interface to make it easier to create a collection.
class
A basic implementation of most of the methods in the List interface to make it easier to create a List based on a random-access data structure.
class
An abstract implementation of Map to make it easier to create your own implementations.
class
A class which implements Map.Entry.
class
A class containing an immutable key and value.
class
Abstract superclass to make it easier to implement the List interface when backed by a sequential-access store, such as a linked list.
class
An abstract implementation of Set to make it easier to create your own implementations.
class
An array-backed implementation of the List interface.
class
This class contains various static utility methods performing operations on arrays, and a method to provide a List "view" of an array to facilitate using arrays with Collection-based APIs.
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
Utility class consisting of static methods that operate on, or return Collections.
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
A Dictionary maps keys to values; how it does that is implementation-specific.
class
Thrown when the flags supplied to the Formatter.format() method of a Formatter contain duplicates.
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
class
class
An abstract wrapper for event listeners.
class
Represents Events fired by Objects.
class
Thrown when the flags supplied to the Formatter.format() method of a Formatter contains a flag that does not match the conversion character specified for it.
class
This class contains a set of flags used by the Formattable.formatTo() method.
class
A Java formatter for printf-style format strings, as seen in the C programming language.
class
The type of numeric output format for a BigDecimal.
class
Thrown when a method is called on a Formatter but it has already been closed.
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
Thrown when a Formatter receives a character with an invalid Unicode codepoint, as defined by Character.isValidCodePoint(int).
class
Thrown when the type of an argument supplied to the Formatter.format() method of a Formatter does not match the conversion character specified for it.
class
A general exception thrown when a format string is supplied to a Formatter that contains either invalid syntax or a mismatch between the format specification and the supplied arguments.
class
Thrown when the flags supplied to the Formatter.format() method of a Formatter form an illegal combination.
class
Thrown when the specified precision for a Formatter argument is illegal.
class
Thrown when the specified width for a Formatter argument is illegal.
class
Thrown when a Scanner instance encounters a mismatch between the input data and the pattern it is trying to match it against.
class
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
A ListResouceBundle provides an easy way, to create your own resource bundle.
class
Locales represent a specific country and culture.
class
Thrown when the a format specification for a Formatter refers to an argument that is non-existent, or an argument index references a non-existent argument.
class
Thrown when the a format specification for a Formatter does not include a width for a value where one is required.
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
This class represents an object which is observable.
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 is a concrete ResourceBundle that gets it resources from a property file.
class
This class generates pseudorandom numbers.
class
A resource bundle contains locale-specific data.
class
An error thrown when a problem occurs during the loading of a service provider by a ServiceLoader.
class
Facilities for loading service providers.
class
This class represents a simple time zone offset and handles daylight savings.
class
class
This class splits a string into tokens.
class
Timer that can run TimerTasks at a later time.
class
Task that can be run at a later time if given to a Timer.
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
Thrown when a Formatter is supplied with an unknown conversion.
class
Thrown when a Formatter is supplied with an unknown flag.
class
This class represents a 128-bit UUID value.
class
The Vector classes implements growable arrays of Objects.
class
A weak hash map has only weak references to the key.

Constructors with parameter type java.lang.Object

Constructs an EventObject with the specified source.

Fields of type java.lang.Object

Object
The source object; in other words, the object which this event takes place on.

Methods with parameter type java.lang.Object

boolean
Compares the given calendar with this.
boolean
Compares the given calendar with this.
int
Arrays.binarySearch(Object[] a, int low, int hi, Object key)
Perform a binary search of a range of an Object array for a key.
int
Perform a binary search of an Object array for a key, using the natural ordering of the elements.
boolean
Test whether this collection contains a given object.
boolean
Returns true iff element is in this ArrayList.
boolean
Test whether this collection contains a given object as one of its elements.
boolean
Test whether this collection contains a given object as one of its elements.
boolean
Returns true if the supplied element is in this Set.
boolean
Returns true if this Hashtable contains a value o, such that o.equals(value).
boolean
Returns true if the list contains the given object.
boolean
Test whether this list contains a given object as one of its elements.
boolean
Returns true if the set contains the specified element.
boolean
Returns true if this Set contains the supplied Object, false otherwise.
boolean
Returns true when elem is contained in this Vector.
boolean
Returns true if this contains a mapping for the given key.
boolean
boolean
Returns true if the supplied object equals() a key in this HashMap.
boolean
Returns true if the supplied object equals() a key in this Hashtable.
boolean
Tests whether the specified key is in this map.
boolean
Returns true if this contains a mapping for the given key.
boolean
Returns true if the map contains a mapping for the given key.
boolean
Tells if the map contains the given key.
boolean
Returns true if this contains at least one mapping with the given value.
boolean
boolean
Returns true if this HashMap contains a value o, such that o.equals(value).
boolean
Returns true if this Hashtable contains a value o, such that o.equals(value).
boolean
Returns true if this HashMap contains the value.
boolean
Returns true if this HashMap contains a value o, such that o.equals(value).
boolean
Returns true if this contains at least one mapping with the given value.
boolean
Returns true if the map contains at least one mapping to the given value.
boolean
Returns true if the map contains at least one key which points to the specified object as a value.
void
Copies the contents of the Vector into the provided array.
boolean
int
String
boolean
Test whether this list is equal to another object.
boolean
Compares the specified object with this map for equality.
boolean
Compares the specified object with this entry.
boolean
Tests whether the given object is equal to this Set.
boolean
Returns true if the obj is a bit set that contains exactly the same elements as this bit set, otherwise false.
boolean
Compares the given calendar with this.
boolean
Test whether this collection is equal to some object.
boolean
Return true if the object is equal to this object.
boolean
Compares two dates for equality.
boolean
boolean
Compares the given calendar with this.
boolean
Returns true if this Hashtable equals the supplied Object o.
boolean
Compares two maps for equality.
boolean
Test whether this list is equal to another object.
boolean
Compares two locales.
boolean
Compares the specified object with this map for equality.
boolean
Compares the specified object with this entry.
boolean
Check to see whether this object is the same as another PropertyPermission object; this is true if it has the same name and actions.
boolean
Compares the specified object to this for equality.
boolean
boolean
Compare a (UUID) object to this one
boolean
Compares this to the given object.
boolean
Arrays.equals(Object[] a1, Object[] a2)
Compare two Object arrays for equality.
void
Arrays.fill(Object[] a, int fromIndex, int toIndex, Object val)
Fill a range of an array with an Object value.
void
Arrays.fill(Object[] a, Object val)
Fill an array with an Object value.
int
Collections.frequency(Collection c, Object o)
Returns the frequency of the specified object within the supplied collection.
V
Returns the value mapped by the given key.
V
Returns the value associated with the supplied key, or null if no such value exists.
V
V
Return the value in this HashMap associated with the supplied key, or null if the key maps to nothing.
V
Return the value in this Hashtable associated with the supplied key, or null if the key maps to nothing.
V
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
V
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
V
Returns the value mapped by the given key.
V
Return the value in this TreeMap associated with the supplied key, or null if the key maps to nothing.
V
Gets the value the key is mapped to.
int
Returns the hashcode of an array of objects.
int
Obtain the first index at which a given object is to be found in this list.
int
Returns the lowest index at which element appears in this List, or -1 if it does not appear.
int
Returns the first index where the element is located in the list, or -1.
int
Obtain the first index at which a given object is to be found in this list.
int
Returns the first occurrence of elem in the Vector, or -1 if elem is not found.
int
Vector<T>.indexOf(Object e, int index)
Searches the vector starting at index for object elem and returns the index of the first occurrence of this Object.
int
Obtain the last index at which a given object is to be found in this list.
int
Returns the highest index at which element appears in this List, or -1 if it does not appear.
int
Returns the last index where the element is located in the list, or -1.
int
Obtain the last index at which a given object is to be found in this list.
int
Returns the last index of elem within this Vector, or -1 if the object is not within the Vector.
int
Vector<T>.lastIndexOf(Object e, int index)
Returns the index of the first occurrence of elem, when searching backwards from index.
void
If the Observable has actually changed then tell all Observers about it, then reset state to unchanged.
boolean
Remove a single instance of an object from this collection (optional operation).
V
Removes the mapping for this key if present (optional operation).
boolean
Remove a single occurrence of an object from this collection.
V
Removes from the Dictionary the value located by the given key.
V
boolean
Remove a single occurrence of an object from this collection.
V
Removes from the HashMap and returns the value which is mapped by the supplied key.
boolean
Removes the supplied Object from this Set if it is in the Set.
V
Removes from the table and returns the value which is mapped by the supplied key.
V
Removes from the HashMap and returns the value which is mapped by the supplied key.
boolean
Removes the entry at the lowest index in the list that matches the given object, comparing by o == null ?
boolean
Remove the first occurence of an object from this list (optional operation).
V
Removes the mapping for this key if present (optional operation).
boolean
boolean
Removes the specified element from this set (optional operation).
V
Removes from the TreeMap and returns the value which is mapped by the supplied key.
boolean
If the supplied Object is in this Set, it is removed, and true is returned; otherwise, false is returned.
boolean
Removes the given Object from the Vector.
V
Removes the key and the corresponding value from this map.
boolean
Removes the first (the lowest index) occurrence of the given object from the Vector.
boolean
Removes the first occurrence of the specified element from the list, when traversing the list from head to tail.
boolean
Removes the last occurrence of the specified element from the list, when traversing the list from head to tail.
int
Returns the position of an Object on the stack, with the top most Object being at position 1, and each Object deeper in the stack at depth + 1.
void
Sort an array of Objects according to their natural ordering.
void
Arrays.sort(Object[] a, int fromIndex, int toIndex)
Sort an array of Objects according to their natural ordering.
String
Returns a String representation of the argument array.
void
Observer.update(Observable observable, Object arg)
This method is called whenever the observable object changes, and has called notifyObservers.

Methods with return type java.lang.Object

Object
Create a shallow copy of this Map, no keys or values are copied.
Object
Creates a shallow copy of this ArrayList (elements are not cloned).
Object
Create a clone of this bit set, that is an instance of the same class and contains the same elements.
Object
Return a clone of this object.
Object
Returns a copy of this Date object.
Object
Returns a shallow clone of this HashMap.
Object
Returns a shallow copy of this Set.
Object
Returns a shallow clone of this Hashtable.
Object
Creates a shallow copy where keys and values are not cloned.
Object
Create a shallow copy of this LinkedList (the elements are not cloned).
Object
Does the same as Object.clone() but does not throw a CloneNotSupportedException.
Object
Returns a clone of this object.
Object
Returns a shallow clone of this TreeMap.
Object
Returns a shallow copy of this Set.
Object
Creates a new Vector with the same contents as this one.
Object[][]
Gets the key/value list.
Object
Get an object from this resource bundle.
Object
Returns the source of the event.
Object
Gets a resource for a given key.
Object
Called by getObject when a resource is needed.
Object
Override this method to provide the resource for a keys.
Object
This does the same as nextTokens.
Object
Adds the given key/value pair to this properties.
Object[]
Return an array containing the elements of this collection.
Object[]
Returns an Object array containing all of the elements in this ArrayList.
Object[]
Copy the current contents of this collection into an array.
Object[]
Returns an array which contains the elements of the list in order.
Object[]
Copy the current contents of this list into an array.
Object[]
Returns an array containing the elements of this set.
Object[]
Returns an Object array with the contents of this Vector, in the order they are stored within this Vector.

Uses in package java.awt.geom

Classes derived from java.lang.Object

class
This class represents an affine transformation between two coordinate spaces in 2 dimensions.
class
This class represents all arcs (segments of an ellipse in 2-D space).
class
This class implements an arc in double precision.
class
This class implements an arc in float precision.
class
The Area class represents any area for the purpose of Constructive Area Geometry (CAG) manipulations.
class
A two-dimensional curve that is parameterized with a cubic function.
class
A two-dimensional curve that is parameterized with a cubic function and stores coordinate values in double-precision floating-point format.
class
A two-dimensional curve that is parameterized with a cubic function and stores coordinate values in single-precision floating-point format.
class
This stores a dimension in 2-dimensional space - a width (along the x-axis) and height (along the y-axis).
class
Ellipse2D is the shape of an ellipse.
class
An Ellipse2D that stores its coordinates using double primitives.
class
An Ellipse2D that stores its coordinates using float primitives.
class
A PathIterator for approximating curved path segments by sequences of straight lines.
class
A general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.
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
Represents a directed line bewteen two points in (x,y) Cartesian space.
class
This class defines a point in double precision.
class
This class defines a point in float precision.
class
Thrown if an operation requires an inverse of an AffineTransform, but the transform is in a non-invertible state.
class
This class implements a generic point in 2D Cartesian space.
class
This class defines a point in double precision.
class
This class defines a point in float precision.
class
A two-dimensional curve that is parameterized with a quadratic function.
class
A two-dimensional curve that is parameterized with a quadratic function and stores coordinate values in double-precision floating-point format.
class
A two-dimensional curve that is parameterized with a quadratic function and stores coordinate values in single-precision floating-point format.
class
This class describes a rectangle by a point (x,y) and dimension (w x h).
class
This class defines a rectangle in double precision.
class
This class defines a rectangle in float precision.
class
This class provides a generic framework, and several helper methods, for subclasses which represent geometric objects inside a rectangular frame.
class
This class implements a rectangle with rounded corners.
class
A subclass of RoundRectangle which keeps its parameters as doubles.
class
A subclass of RoundRectangle which keeps its parameters as floats.

Methods with parameter type java.lang.Object

boolean
Compares two transforms for equality.
boolean
Compares two points for equality.
boolean
Tests this rectangle for equality against the specified object.

Methods with return type java.lang.Object

Object
Create a new transform of the same run-time type, with the same transforming properties as this one.
Object
Create a new area of the same run-time type with the same contents as this one.
Object
Create a new curve with the same contents as this one.
Object
Create a new dimension of the same run-time type with the same contents as this one.
Object
Creates a new shape of the same run-time type with the same contents as this one.
Object
Create a new line of the same run-time type with the same contents as this one.
Object
Create a new point of the same run-time type with the same contents as this one.
Object
Creates a new curve with the same contents as this one.
Object
Create a new shape of the same run-time type with the same contents as this one.

Uses in package java.util.zip

Classes derived from java.lang.Object

class
Computes Adler32 checksum for a stream of data.
class
InputStream that computes a checksum of the data being read using a supplied Checksum object.
class
OutputStream that computes a checksum of data being written using a supplied Checksum object.
class
Computes CRC32 data checksum of a data stream.
class
Exception thrown when compressed data is corrupt.
class
This is the Deflater class.
class
This is a special FilterOutputStream deflating the bytes that are written through it.
class
This filter stream is used to decompress a "GZIP" format stream.
class
This filter stream is used to compress a stream into a "GZIP" stream.
class
Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950.
class
This filter stream is used to decompress data compressed in the "deflate" format.
class
This class represents a member of a zip archive.
class
Thrown during the creation or input of a zip file.
class
This class represents a Zip archive.
class
This is a FilterInputStream that reads the files in an zip archive one after another.
class
This is a FilterOutputStream that writes the files into a zip archive one after another.

Methods with return type java.lang.Object

Object
Clones the entry.

Uses in package javax.xml.parsers

Classes derived from java.lang.Object

class
Convenience class for parsing an XML document into a W3C DOM object graph.
class
Factory for obtaining document builders.
class
An error occurred during configuration of the parser factory.
class
An exception occurred during configuration of the XML parser.
class
Convenience class for using or accessing a SAX version 1 or 2 parser.
class
Factory for obtaining SAX parsers.

Methods with parameter type java.lang.Object

void
Set the named attribute on the underlying implementation.
void
Sets the specified SAX2 parser property.

Methods with return type java.lang.Object

Object
Retrieves the named attribute value from the underlying implementation.
Object
Returns the value of the specified SAX2 parser property.

Uses in package javax.xml.transform

Classes derived from java.lang.Object

class
Constants for XSLT output attributes.
class
An XSL transformation.
class
An exception occurred during configuration of the transformer.
class
An exception occurred during the transformation process.
class
Factory for obtaining transformation contexts.
class
An error occurred during configuration of the transformer factory.

Methods with parameter type java.lang.Object

void
Set a named attribute on the underlying implementation.
void
Sets a parameter value for the transformation.

Methods with return type java.lang.Object

Object
Retrieve the specified named attribute value.
Object
Returns the specified parameter value.

Uses in package org.ietf.jgss

Classes derived from java.lang.Object

class
The GSS-API accommodates the concept of caller-provided channel binding information.
class
This exception is thrown whenever a fatal GSS-API error occurs including mechanism specific errors.
class
The GSSManager class is an abstract class that serves as a factory for three GSS interfaces: GSSName, GSSCredential, and GSSContext.
class
This is a utility class used within the per-message GSSContext methods to convey per-message properties.

When used with the GSSContext interface's GSSContext.wrap(byte[],int,int,MessageProp) and GSSContext.getMIC(byte[],int,int,MessageProp) methods, an instance of this class is used to indicate the desired QOP and to request if confidentiality services are to be applied to caller supplied data (wrap only).

class
This class represents Universal Object Identifiers (Oids) and their associated operations.

Oids are hierarchically globally-interpretable identifiers used within the GSS-API framework to identify mechanisms and name formats.

The structure and encoding of Oids is defined in ISOIEC-8824 and ISOIEC-8825.

Methods with parameter type java.lang.Object

boolean
Returns true if two channel bindings match.
boolean
Tests if this GSSCredential refers to the same entity as the supplied object.
boolean
A variation of the equals(GSSName) method that is provided to override the Object.equals(Object) method that the implementing class will inherit.
boolean

Uses in package javax.swing.plaf.multi

Classes derived from java.lang.Object

class
A UI delegate that that coordinates multiple ButtonUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ColorChooserUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ComboBoxUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple DesktopIconUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple DesktopPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple FileChooserUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple InternalFrameUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple LabelUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ListUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A look and feel that provides the ability to use auxiliary look and feels in addition to the primary look and feel.
class
A UI delegate that that coordinates multiple MenuBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple MenuItemUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple OptionPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple PanelUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple PopupMenuUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ProgressBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple RootPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ScrollBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ScrollPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple MultiSeparatorUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple SliderUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple SpinnerUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple SplitPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TabbedPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TableHeaderUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TableUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TextUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ToolBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ToolTipUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TreeUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ViewportUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).

Uses in package javax.accessibility

Classes derived from java.lang.Object

class
This is a convenience class that represents an accessible attribute sequence.
class
This serves as a base class for accessibility "enumerations".
class
The minimum information that all accessible objects return.
class
This object encapsulates actions associated with navigating hypertext.
class
The relation between one accessible object and one or more other objects.
class
Describes all relations of an accessible object.
class
This class is deprecated.
class
The role of an accessible object.
class
A state portion of an accessible object.
class
Describes all elements of an accessible object's state.
class
This is a convenience class that encapsulates a String and a range.

Constructors with parameter type java.lang.Object

Create a new relation with a locale independent key, and a single related object.
Create a new relation with a locale independent key, and the given related objects.

Methods with parameter type java.lang.Object

void
Fire an event to report property changes.
void
Set the target to a single object.
void
Set the target to an array of objects.

Methods with return type java.lang.Object

Object
Get the anchor appropriate for the link, or null if the index is out of bounds.
Object
Get the link location, or null if the index is out of bounds.
Object
Return the numbered key binding, which can then be cast in an implementation dependent way to the appropriate object type.
Object[][]
Returns the mapping between keys and display strings.
Object[]
Return the targets of this relation.

Uses in package javax.swing.undo

Classes derived from java.lang.Object

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 helper class for supporting UndoableEditListener.
class
A manager for providing an application’s undo/redo functionality.

Constructors with parameter type java.lang.Object

Constructs a new helper for broadcasting UndoableEditEvents.

Fields of type java.lang.Object

Object
The source of the broadcast UndoableEditEvents.

Uses in package javax.naming.directory

Classes derived from java.lang.Object

class
class
class
class
class
class
class
class
class
class
class
class
class
class
class

Constructors with parameter type java.lang.Object

BasicAttribute.BasicAttribute(String id, Object value, boolean ordered)
BasicAttributes.BasicAttributes(String attrID, Object val, boolean ignoreCase)
SearchResult.SearchResult(String name, Object obj, Attributes attrs, boolean isRelative)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative)

Methods with parameter type java.lang.Object

void
Attribute.add(int ix, Object attrVal)
void
BasicAttribute.add(int index, Object val)
boolean
Attribute.add(Object attrVal)
boolean
void
DirContext.bind(String name, Object obj, Attributes attrs)
void
void
DirContext.bind(Name name, Object obj, Attributes attrs)
void
boolean
boolean
boolean
Determine whether this Object is semantically equal to another Object.
boolean
Returns true if and only if the given Object is an instance of Attributes, the given attributes both do or don't ignore case for IDs and the collection of attributes is the same.
Attribute
Attributes.put(String attrID, Object val)
Attribute
void
void
void
DirContext.rebind(Name name, Object obj, Attributes attrs)
void
boolean
boolean
NamingEnumeration
DirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
InitialDirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
InitialDirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
Object
Attribute.set(int ix, Object attrVal)
Object
BasicAttribute.set(int index, Object val)

Methods with return type java.lang.Object

Object
Object
Object
This method may be called to create a new copy of the Object.
Object
Object
Object
Object
Attribute.get(int ix)
Object
BasicAttribute.get(int index)
Object
Attribute.remove(int ix)
Object
Object
Attribute.set(int ix, Object attrVal)
Object
BasicAttribute.set(int index, Object val)

Uses in package java.awt.im

Classes derived from java.lang.Object

class
Provides a context for controlling input methods and keyboard layouts.
class
This describes the highlight attributes of text composed in an input method.
class
Defines additional Unicode character blocks for use by input methods.

Methods with return type java.lang.Object

Object
Returns a control object from the current input method, or null.

Uses in package javax.swing.event

Classes derived from java.lang.Object

class
class
CaretEvent
class
An event used to signal a state change for an object.
class
EventType
class
A utility class for keeping track of EventListeners.
class
class
class
InternalFrameAdapter.
class
An event that indicates a change to a JInternalFrame component.
class
An event that contains information about a modification to the content of a list.
class
An event that indicates a change to a list selection, including the source of the change (a ListSelectionModel) and the range of items in the list that have potentially changed their selection status.
class
MenuDragMouseEvent
class
MenuEvent
class
MenuKeyEvent
class
MouseInputAdapter
class
PopupMenuEvent
class
Provides a mechanism for registering PropertyChangeListeners and forwarding PropertyChangeEvents to those listeners.
class
TableColumnModelEvent
class
An event that describes changes to a TableModel.
class
TreeExpansionEvent
class
TreeModelEvent
class
An event that carries information about a change to a TreeSelectionModel.
class
UndoableEditEvent

Constructors with parameter type java.lang.Object

CaretEvent constructor
Creates a new ChangeEvent instance for the specified source.
Creates a new HyperlinkEvent with the given arguments.
Creates a new HyperlinkEvent with the given arguments.
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element)
Creates a new HyperlinkEvent with the given arguments.
ListDataEvent.ListDataEvent(Object source, int type, int index0, int index1)
Creates a ListDataEvent object.
ListSelectionEvent.ListSelectionEvent(Object source, int firstIndex, int lastIndex, boolean isAdjusting)
Creates a new ListSelectionEvent.
Constructor MenuEvent
Constructor PopupMenuEvent
Creates a new instance.
Constructor TreeExpansionEvent
Constructor TreeModelEvent
TreeModelEvent.TreeModelEvent(Object source, Object[] path, int[] childIndices, Object[] children)
Constructor TreeModelEvent
Constructor TreeModelEvent
TreeModelEvent.TreeModelEvent(Object source, TreePath path, int[] childIndices, Object[] children)
Constructor TreeModelEvent
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
Creates a new TreeSelectionEvent.
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
Creates a new TreeSelectionEvent.
Constructor UndoableEditEvent

Fields of type java.lang.Object

Object[]
children
Object[]
An array with all currently registered listeners.

Methods with parameter type java.lang.Object

Object
Creates a shallow copy of this TreeSelectionEvent, replacing the source with source.

Methods with return type java.lang.Object

Object
Creates a shallow copy of this TreeSelectionEvent, replacing the source with source.
Object[]
getChildren
Object[]
Returns an array containing a sequence of listenerType/listener pairs, one for each listener.
Object[]
getPath

Uses in package java.awt

Classes derived from java.lang.Object

class
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 class is used to implement a chain of event handlers.
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
A general purpose Stroke implementation that can represent a wide variety of line styles for use with subclasses of Graphics2D.
class
This class implements a layout manager that positions components in certain sectors of the parent container.
class
A double-buffering capability descriptor.
class
A type-safe enumeration of buffer flipping results.
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 provides support for blitting offscreen surfaces to a component.
class
This class provides support for flipping component buffers.
class
Converts component changes into property changes.
class
Converts focus changes into property changes.
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
This class fires a PropertyChange listener, if registered, when children are added or removed from the enclosing accessible object.
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
class
This class enables Java application to access system commands to perform desktop oriented operations, like writing and sending emails, or surfing webpages with the system browser or editing/printing files with a default editor.
class
Represents an action type supported by a platform.
class
Dialog provides a top-level window normally used to receive user input in applications.
class
Accessibility support for Dialog.
class
This class holds a width and height value pair.
class
This encapsulates information about the display mode for a graphics device configuration.
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 manages a queue of AWTEvent objects that are posted to it.
class
This class implements a file selection dialog box widget.
class
This class implements a flow-based layout.
class
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
Accessibility support for Frame.
class
A paint object that can be used to color a region by blending two colors.
class
This is the abstract superclass of classes for drawing to graphics devices such as the screen or printers.
class
An abstract class defining a device independent two-dimensional vector graphics API.
class
This allows filtering an array of GraphicsConfigurations for the best one based on various requirements.
class
This class describes the configuration of various graphics devices, such as a monitor or printer.
class
This describes a graphics device available to the given environment.
class
This descibes the collection of GraphicsDevice and Font objects available on a given platform.
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 is the abstract superclass of all image objects in Java.
class
This class represents the capabilities of an image buffer.
class
This class represents the "margin" or space around a container.
class
Needs documentation...
class
class
class
class
class
class
The KeyboardFocusManager handles the focusing of windows for receiving keyboard events.
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
MouseInfo is a class containing utility functions for mouse information.
class
Missing Documentation
class
class
class
class
class
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
PointerInfo represents information about the mouse pointer, i.e. its GraphicsDevice and location.
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 abstract class represents a print job.
class
This class represents a rectangle and all the interesting things you might want to do with it.
class
A collection of (key, value) items that provide 'hints' for the Graphics2D rendering pipeline.
class
The base class used to represent keys.
class
The Robot class is used to simulate user interaction with graphical programs.
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 provides a way to fill a Shape with a texture that is specified by a BufferedImage.
class
The AWT system uses a set of native peer objects to implement its widgets.
class
This class represents a top-level window with no decorations.
class

Constructors with parameter type java.lang.Object

AWTEvent.AWTEvent(Object source, int id)
Create an event on the specified source object and id.
Event.Event(Object target, int id, Object arg)
Event.Event(Object target, long when, int id, int x, int y, int key, int modifiers)
Event.Event(Object target, long when, int id, int x, int y, int key, int modifiers, Object arg)
Creates a new collection containing a single (key, value) pair.

Fields of type java.lang.Object

Object
This variable is returned whenever a property that is not defined is requested.
Object
This value is for use with the KEY_ALPHA_INTERPOLATION key.
Object
This value is for use with the KEY_ALPHA_INTERPOLATION key.
Object
This value is for use with the KEY_ALPHA_INTERPOLATION key.
Object
This value is for use with the KEY_ANTIALIASING key.
Object
This value is for use with the KEY_ANTIALIASING key.
Object
This value is for use with the KEY_ANTIALIASING key.
Object
This value is for use with the KEY_COLOR_RENDERING key.
Object
This value is for use with the KEY_COLOR_RENDERING key.
Object
This value is for use with the KEY_COLOR_RENDERING key.
Object
This value is for use with the KEY_DITHERING key.
Object
This value is for use with the KEY_DITHERING key.
Object
This value is for use with the KEY_DITHERING key.
Object
This value is for use with the KEY_FRACTIONALMETRICS key.
Object
This value is for use with the KEY_FRACTIONALMETRICS key.
Object
This value is for use with the KEY_FRACTIONALMETRICS key.
Object
This value is for use with the KEY_INTERPOLATION key.
Object
This value is for use with the KEY_INTERPOLATION key.
Object
This value is for use with the KEY_INTERPOLATION key.
Object
This value is for use with the KEY_RENDERING key.
Object
This value is for use with the KEY_RENDERING key.
Object
This value is for use with the KEY_RENDERING key.
Object
This value is for use with the KEY_STROKE_CONTROL key.
Object
This value is for use with the KEY_STROKE_CONTROL key.
Object
This value is for use with the KEY_STROKE_CONTROL key.
Object
This value is for use with the KEY_TEXT_ANTIALIASING key.
Object
This value is for use with the KEY_TEXT_ANTIALIASING key.
Object
This value is for use with the KEY_TEXT_ANTIALIASING key.
Object
Object

Methods with parameter type java.lang.Object

boolean
AWT 1.0 ACTION_EVENT event handler.
void
Container.add(Component comp, Object constraints)
Adds the specified component to this container at the end of the component list.
void
Container.add(Component comp, Object constraints, int index)
Adds the specified component to this container at the specified index in the component list.
void
Container.addImpl(Component comp, Object constraints, int index)
This method is called by all the add() methods to perform the actual adding of the component.
void
ScrollPane.addImpl(Component component, Object constraints, int index)
Adds the specified child component to this container.
void
Adds a component to the layout in the specified constraint position, which must be one of the string constants defined in this class.
void
Add a new component to the layout.
void
void
Adds the specified component to the layout, with the specified constraints object.
boolean
Returns true if the collection of hints contains the specified key, and false otherwise.
boolean
Returns true if the collection of hints contains the specified value, and false otherwise.
boolean
Determine whether this Object is semantically equal to another Object.
boolean
Tests two keystrokes for equality.
boolean
Compares this BasicStroke for equality with an arbitrary object.
boolean
Tests this object for equality against the specified object.
boolean
Tests this object for equality against the specified object.
boolean
Tests whether or not the specified object is equal to this font.
boolean
Tests whether this object is equal to the specified object.
boolean
boolean
boolean
boolean
Tests whether or not this object is equal to the specified object.
boolean
Tests this rectangle for equality against the specified object.
boolean
Checks this collection for equality with an arbitrary object.
boolean
Checks this key for equality with an arbitrary object.
void
Component.firePropertyChange(String propertyName, Object oldValue, Object newValue)
Report a change in a bound property to any registered property listeners.
void
Fires a property change event as a response to a change to to the specified property.
void
Fires a property change event as a response to a vetoable change to to the specified property.
Object
Returns the value associated with the specified key, or null if there is no value defined for the key.
Component
Return the component at the specified location, which must be one of the absolute constants such as CENTER or SOUTH.
Component
Return the component at the indicated location, or null if no component is at that location.
boolean
AWT 1.0 GOT_FOCUS event handler.
boolean
Returns true if the specified value is compatible with this key, and false otherwise.
boolean
AWT 1.0 LOST_FOCUS event handler.
Object
Adds a (key, value) pair to the collection of hints (if the collection already contains the specified key, then the value is updated).
Object
Removes a hint from the collection.
void
void
Adds or updates a hint in the current rendering hints table.
void
Retarget the event, such as converting a heavyweight component to a lightweight child of the original.

Methods with return type java.lang.Object

Object
Clone this buffering capability descriptor.
Object
Create a copy of this object.
Object
Clone this image capability descriptor.
Object
Returns a copy of this object.
Object
Object
Object
Creates a clone of this instance.
Object
Returns the value associated with the specified key, or null if there is no value defined for the key.
Object
Return the constraint corresponding to a component in this layout.
Object
Object[]
Returns all media objects that have encountered errors during loading.
Object[]
Returns all media objects with the specified ID that have encountered an error.
Object
This method requests a named property for an object.
Object
Returns the current value of a rendering hint.
Object[]
Returns an array of length one containing the checkbox label if this checkbox is selected.
Object[]
Returns an array of length 1 with the menu item label for this object if the state is on.
Object[]
Returns an array with one row containing the selected item.
Object[]
Returns the list of objects that are selected in this component.
Object[]
Returns the list of items that are currently selected in this list as an array of type Object[] instead of String[].
Object
Returns the object used for synchronization locks on this component when performing tree and layout functions.
Object
Returns the object used for synchronization locks on this component when performing tree and layout functions.
Object
Object
Adds a (key, value) pair to the collection of hints (if the collection already contains the specified key, then the value is updated).
Object
Returns a cached version of the deserialized keystroke, if available.
Object
Removes a hint from the collection.

Uses in package javax.rmi.CORBA

Classes derived from java.lang.Object

class
This class is used to marshal java.lang.Class objects over IIOP.
class
A Stub descendants provide access to the object on the client side.
class
Provides utility methods used by stubs and ties to perform common operations.

Methods with parameter type java.lang.Object

Object
Util.copyObject(Object object, ORB orb)
Used by local stubs to create a copy of the object.
Object
Used by local stubs to create a copy of the object.
Object[]
Util.copyObjects(Object[] object, ORB orb)
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
Object[]
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
boolean
The stubs are equal if they point to the same remote object.
boolean
The objects stubs are equal if they refer the same remote object.
Object
Narrows the passed object to conform to the given interface or IDL type.
void
Write abstract interface to the CORBA output stream.
void
Write abstract interface to the CORBA output stream.
void
Util.writeAny(OutputStream output, Object object)
Write the passed java object to the output stream in the form of the CORBA Any.
void
Write the passed java object to the output stream in the form of the CORBA Any.
void
Write the passed parameter to the output stream as CORBA object.
void
Write the passed parameter to the output stream as CORBA object.

Methods with return type java.lang.Object

Object
Util.copyObject(Object object, ORB orb)
Used by local stubs to create a copy of the object.
Object
Used by local stubs to create a copy of the object.
Object[]
Util.copyObjects(Object[] object, ORB orb)
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
Object[]
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
Object
Narrows the passed object to conform to the given interface or IDL type.
Object
Read Any from the input stream.
Object
Read Any from the input stream.

Uses in package org.omg.PortableServer

Classes derived from java.lang.Object

class
The helper operations for the CORBA object Current.
class
This class is used for servants that support calling via server request.
class
This exception is raised by ServantManager to indicate that the invocation target has moved to another known location.
class
The helper operations for the exception ForwardRequest.
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
The helper operations for the CORBA object POA.
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
The servant is responsible for handling the method invocation on the target object.
class
The helper operations for the CORBA object ServantActivator.
class
This ServantActivator stub is an optional base for the servant activators.
class
The helper operations for the CORBA object ServantLocator.
class
The ServantLocator stub is an optional base for the servant locators.
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.

Methods with parameter type java.lang.Object

void
ServantLocatorOperations.postinvoke(byte[] Object_Id, POA poa, String operation, Object cookie, Servant servant)
If the POA has the USE_SERVANT_MANAGER and NON_RETAIN policies, it invokes this method whenever a servant completes a request.
void
_ServantLocatorStub.postinvoke(byte[] Object_id, POA poa, String method, Object cookie, Servant servant)
It is your responsibility to take the postinvoke actions, if any, by overriding this method.

Uses in package javax.transaction

Classes derived from java.lang.Object

class
class
class
class
class
class
class
class
class

Uses in package javax.sound.sampled.spi

Classes derived from java.lang.Object

class
This abstract class defines the interface to audio file readers.
class
This abstract class provides an API for writing audio files.
class
A format conversion provider supplies methods for converting between different audio formats.
class
This abstract class defines an interface to mixer providers.

Uses in package org.omg.DynamicAny

Classes derived from java.lang.Object

class
A helper operations for the array of Any.
class
The helper operations for DynAnyFactory.
class
The helper operations for DynAny.
class
A helper operations for the array of DynAny (DynAny[]).
class
The helper operations for DynArray.
class
The helper operations for DynEnum.
class
The helper operations for DynFixed.
class
The helper operations for DynSequence.
class
The helper operations for DynStruct.
class
The helper operations for DynUnion.
class
The helper operations for DynValue.
class
A helper for the FieldName.
class
Stores the named value, representing the name by string and the value by DynAny.
class
A helper operations for the structure NameDynAnyPair.
class
A helper operations for the array of NameDynAnyPair (NameDynAnyPair[]).
class
Holds the value, having the given name(id).
class
A helper operations for the structure NameValuePair.
class
A helper operations for the array of NameValuePair.
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.

Uses in package javax.security.sasl

Classes derived from java.lang.Object

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 SaslServer to determine whether one entity (identified by an authenticated authentication ID) can act on behalf of another entity (identified by an authorization ID).
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
A static class for creating SASL clients and servers.

This class defines the policy of how to locate, load, and instantiate SASL clients and servers.

For example, an application or library gets a SASL client instance by doing something like:

SaslClient sc =
      Sasl.createSaslClient(mechanisms, authorizationID, protocol,
                            serverName, props, callbackHandler);
 

It can then proceed to use the instance to create an authenticated connection.

Similarly, a server gets a SASL server instance by using code that looks as follows:

SaslServer ss =
      Sasl.createSaslServer(mechanism, protocol, serverName, props,
                            callbackHandler);
 
class
This class represents an error that has occurred when using SASL.

Methods with return type java.lang.Object

Object
Retrieves the negotiated property.
Object
Retrieves the negotiated property.

Uses in package java.nio

Classes derived from java.lang.Object

class
class
class
class
class
class
class
class
class
class
class
class
class
class

Methods with parameter type java.lang.Object

boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.

Uses in package java.lang.instrument

Classes derived from java.lang.Object

class
This class binds a class that will be redefined with a new class file.
class
class

Methods with parameter type java.lang.Object

long
Get the size of an object.

Uses in package org.omg.CORBA.TypeCodePackage

Classes derived from java.lang.Object

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.

Uses in package javax.management

Classes derived from java.lang.Object

class
Represents an MBean attribute, having the name and the assigned value.
class
Defines the notification used to let listeners know of an attribute change.
class
Performs filtering of AttributeChangeNotifications based on a list of attribute names.
class
Represents a list of MBean Attributes, with their names and values.
class
Thrown when a attribute is requested but can not be found.
class
Represents an attribute value being used as an argument to a relational constraint.
class
Thrown when the value of an a attribute passed to a query proves to be invalid.
class
Thrown when the expression passed to a method for constructing a query proves to be invalid.
class
Thrown when a string-based operation passed to a query proves to be invalid.
class
Maintains a list of the ClassLoader instances registered with the management servers, allowing it to be used to load classes.
class
Thrown when an attempt to register a bean is made, and the bean is already registered.
class
Thrown when an attempt to locate a bean is made, and the bean does not exist in the repository.
class
A general for all exceptions thrown during introspection operations on management beans.
class
Thrown when a query or attribute is applied to a management bean which is of the wrong class.
class
Thrown when a value is given for an attribute which is invalid.
class
A general superclass for all non-runtime management exceptions.
class
A general superclass for all runtime management exceptions.
class
Common static methods pertaining to the management API.
class
Thrown when a requested listener does not exist.
class
Thrown when a string used as an ObjectName is invalid.
class
Describes the attributes of a management bean.
class
Describes the constructors of a management bean.
class
Represents an arbitrary exception thrown by a management bean.
class
A general superclass for the description of features of management beans.
class
Describes the interface of a management bean.
class
Describes the notifications emitted by a management bean.
class
Describes the operations of a management bean.
class
Describes the parameters of a constructor or operation associated with a management bean.
class
Represents the permissions required to perform operations using the MBeanServer.
class
Represents an arbitrary exception thrown during registration of a management bean.
class
Constructs a default implementation of an MBeanServer.
class
Provides an implementation of a delegate bean, which is associated with a management server.
class
Creates and maintains a set of MBeanServer instances.
class
Provides a proxy for a management bean.
class
The notification emitted by a management server on a registration or de-registration event.
class
Represents the permissions required to perform operations provided by the MBeanServerFactory.
class
Represents the permission held by a trusted source of management beans.
class
Thrown when a management bean is passed to a method (e.g. to an MBean server to be registered) and it fails to comply with the specifications for such a bean.
class
A notification message that may be emitted by a bean.
class
Provides an implementation of the NotificationEmitter interface, which beans may utilise by extension.
class
Performs filtering of Notifications based on a list of type prefixes.
class
A simple class used to link a bean instance to its class name.
class
An ObjectName instance represents the name of a management bean, or a pattern which may match the name of one or more management beans.
class
A general superclass for all exceptions thrown by operations on management beans.
class
Provides static methods for constructing queries.
class
Represents the evaluation context of a MBeanServer query by retaining the server used on a thread-by-thread basis.
class
Represents one of the reflection exceptions thrown by a management bean.
class
Represents an arbitrary error thrown by a management bean.
class
Represents an arbitrary runtime exception thrown by a management bean.
class
Represents a runtime exception thrown by a management bean operation.
class
Thrown when a requested service is unsupported.
class
Provides a dynamic management bean by using reflection on an interface and an implementing class.
class
Represents a string being used as an argument to a relational constraint.

Constructors with parameter type java.lang.Object

Create the attribute with the given name and value.
AttributeChangeNotification.AttributeChangeNotification(Object source, long sequenceNumber, long timeStamp, String msg, String name, String type, Object oldVal, Object newVal)
Constructs a new AttributeChangeNotification with the specified source, sequence number, timestamp, message, and the attribute name, type, old value and new value.
Constructs a new BadAttributeValueExpException using the specified object to represent the invalid value.
Constructs a new InvalidApplicationException using the specified object to represent the invalid value.
Constructs a new MBeanServerNotification of the specified type for an event relating to the supplied bean, with the given source and sequence number.
Notification.Notification(String type, Object source, long sequenceNumber)
Creates a new Notification object with the specified type, source and sequence number.
Notification.Notification(String type, Object source, long sequenceNumber, String message)
Creates a new Notification object with the specified type, source, sequence number and message.
Notification.Notification(String type, Object source, long sequenceNumber, long timeStamp)
Creates a new Notification object with the specified type, source, sequence number and timestamp.
Notification.Notification(String type, Object source, long sequenceNumber, long timeStamp, String message)
Creates a new Notification object with the specified type, source, sequence number, timestamp and message.

Fields of type java.lang.Object

Object
The source of the notification.

Methods with parameter type java.lang.Object

void
Registers the specified listener as a new recipient of notifications from the delegate.
void
Registers the specified listener as a new recipient of notifications from this bean.
void
Registers the specified listener as a new recipient of notifications from this bean.
void
Registers the supplied listener with the specified management bean.
void
Registers the supplied listener with the specified management bean.
void
Registers the supplied listener with the specified management bean.
void
Registers the supplied listener with the specified management bean.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
boolean
Compares the attribute with another attribute.
boolean
Returns true if this descriptor is equivalent to the supplied object.
boolean
Compares this feature with the supplied object.
boolean
Compares this feature with the supplied object.
boolean
Compares this feature with the supplied object.
boolean
Compares this feature with the supplied object.
boolean
Compares this feature with the supplied object.
boolean
Compares this feature with the supplied object.
boolean
Compares this feature with the supplied object.
boolean
Returns true if the given object is also an MBeanPermission with the same name and actions.
boolean
Returns true if the given object is also an MBeanServerPermission with the same name.
boolean
Returns true if the supplied object is also an ObjectInstance with the same bean and class name.
boolean
Compares the specified object with this one.
MBeanConstructorInfo[]
Returns information on the constructors that will be used in the MBeanInfo instance.
void
Invoked by the notifying bean when a notification is to be delivered to the recipient.
void
This method is called on a per-listener basis, either from this thread or the supplied executor, and may be overridden by subclasses which wish to change how notifications are delivered.
Object
MBeanServer.instantiate(String name, Object[] params, String[] sig)
Creates an instance of the specified class using the list of class loaders from the Class Loader Repository.
Object
MBeanServer.instantiate(String name, ObjectName loaderName, Object[] params, String[] sig)
Creates an instance of the specified class using the supplied class loader.
Object
Called by the proxy class whenever a method is called.
Object
DynamicMBean.invoke(String name, Object[] params, String[] signature)
Invokes the specified action on the management bean using the supplied parameters.
Object
StandardMBean.invoke(String name, Object[] params, String[] signature)
Invokes the specified action on the management bean using the supplied parameters.
Object
MBeanServer.invoke(ObjectName bean, String name, Object[] params, String[] sig)
Invokes the supplied operation on the specified management bean.
Object
MBeanServerConnection.invoke(ObjectName bean, String name, Object[] params, String[] sig)
Invokes the supplied operation on the specified management bean.
ObjectInstance
Registers the supplied instance with the server, using the specified ObjectName.
void
Removes the specified listener from the list of recipients of notifications from this delegate.
void
Removes the specified listener from the list of recipients of notifications from this bean.
void
Removes the specified listener from the list of recipients of notifications from this bean.
void
Removes the specified listener from the list of recipients of notifications from the supplied bean.
void
Removes the specified listener from the list of recipients of notifications from the supplied bean.
void
Removes the specified listener from the list of recipients of notifications from the supplied bean.
void
Removes the specified listener from the list of recipients of notifications from the supplied bean.
void
Attempts to set the specified field to the supplied value.
void
Descriptor.setFields(String[] names, Object[] values)
Sets the field named in the first array to the corresponding value specified in the second.
void
Replaces the implementation of the interface used by this instance with the one specified.
void
Sets the source of this notification to the value specified.
void
Sets the additional user data associated with the notification to the specified value.

Methods with return type java.lang.Object

Object
Returns a clone of this descriptor, which can then be modified independently of this descriptor.
Object
Returns a clone of this instance.
Object
Returns a clone of this instance.
Object
Returns a shallow clone of the information.
Object
Returns a clone of this instance.
Object
Returns a clone of this instance.
Object
Returns a clone of this instance.
Object
Obtains the value of the specified attribute of the management bean.
Object
Obtains the value of the specified attribute of the management bean.
Object
Returns the value of the attribute by calling the MBeanServer.getAttribute(ObjectName) method of the server returned by QueryEval.getMBeanServer().
Object
Returns the value of the supplied attribute from the specified management bean.
Object
Returns the value of the supplied attribute from the specified management bean.
Object
Returns the value of the specified field, or null if no value is present for the given field name.
Object[]
Descriptor.getFieldValues(java.lang.String... names)
Returns the values corresponding to the fields named in the specified array, in the same order.
Object
Returns the instance that implements this bean.
Object
Returns the new value of the attribute.
Object
Returns the old value of the attribute.
Object
Returns the additional user data associated with the notification.
Object
Returns the attribute value.
Object
Creates an instance of the specified class using the list of class loaders from the Class Loader Repository.
Object
MBeanServer.instantiate(String name, Object[] params, String[] sig)
Creates an instance of the specified class using the list of class loaders from the Class Loader Repository.
Object
Creates an instance of the specified class using the supplied class loader.
Object
MBeanServer.instantiate(String name, ObjectName loaderName, Object[] params, String[] sig)
Creates an instance of the specified class using the supplied class loader.
Object
Called by the proxy class whenever a method is called.
Object
DynamicMBean.invoke(String name, Object[] params, String[] signature)
Invokes the specified action on the management bean using the supplied parameters.
Object
StandardMBean.invoke(String name, Object[] params, String[] signature)
Invokes the specified action on the management bean using the supplied parameters.
Object
MBeanServer.invoke(ObjectName bean, String name, Object[] params, String[] sig)
Invokes the supplied operation on the specified management bean.
Object
MBeanServerConnection.invoke(ObjectName bean, String name, Object[] params, String[] sig)
Invokes the supplied operation on the specified management bean.

Uses in package java.rmi.server

Classes derived from java.lang.Object

class
Thrown if an attempt to export a remote object fails.
class
class
Represents the object identifier, unique for the host that generated it.
class
This class was used with jdk 1.1 stubs and skeletons.
class
class
Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required.
class
A common superclass for the server implementations.
class
This is a base class for the automatically generated RMI stubs.
class
This class provides a set of public static utility methods for supporting network-based class loading in RMI.
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
Represents the unique identifier over time for the host which has generated it.
class
This class obtains stub that communicates with the remote object.

Methods with parameter type java.lang.Object

boolean
Compare for equality.
boolean
boolean
UID.equals(Object other)
Compare this UID with another UID for equality (not equal to other types of objects).
RemoteStub
Object
RemoteObjectInvocationHandler.invoke(Object proxyInstance, Method method, Object[] parameters)
Invoke the remote method.
Object
RemoteRef.invoke(Remote obj, Method method, Object[] params, long methodHash)
Invoke a method.

Methods with return type java.lang.Object

Object
Object
Object
Object
RemoteObjectInvocationHandler.invoke(Object proxyInstance, Method method, Object[] parameters)
Invoke the remote method.
Object
RemoteRef.invoke(Remote obj, Method method, Object[] params, long methodHash)
Invoke a method.

Uses in package org.omg.CosNaming.NamingContextExtPackage

Classes derived from java.lang.Object

class
Helper operations for address.
class
The exception is thrown if the passed address is empty or otherwise invalid.
class
The holder for exception InvalidAddress.
class
The holder for the exception InvalidAddress.
class
Helper operations for the string name.
class
Helper operations for the URL string name.

Uses in package java.util.spi

Classes derived from java.lang.Object

class
A CurrencyNameProvider provides localized versions of the symbols that represent a particular currency.
class
A LocaleNameProvider provides localized versions of the names that represent a particular locale.
class
This is the superclass of all the Locale service provider interfaces or SPIs.
class
A TimeZoneNameProvider provides localized versions of the names that represent a particular timezone.

Uses in package java.applet

Classes derived from java.lang.Object

class
This is the base applet class.
class
This class provides accessibility support for Applets, and is the runtime type returned by getAccessibleContext().

Uses in package org.xml.sax.helpers

Classes derived from java.lang.Object

class
Default implementation for AttributeList.
class
Default implementation of the Attributes interface.
class
Default base class for SAX2 event handlers.
class
Provide an optional convenience implementation of Locator.
class
Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.
class
Adapt a SAX1 Parser as a SAX2 XMLReader.
class
Java-specific class for dynamically loading SAX parsers.
class
Base class for deriving an XML filter.
class
Adapt a SAX2 XMLReader as a SAX1 Parser.
class
Factory for creating an XML reader.

Methods with parameter type java.lang.Object

void
Set a parser property.
void
Set the value of a property.

Methods with return type java.lang.Object

Object
Get a parser property.
Object
Look up the value of a property.

Uses in package java.awt.dnd

Classes derived from java.lang.Object

class
This class contains various constants used in drag-and-drop operations.
class
class
STUBBED
class
class
This class implements DragSourceListener and DragSourceMotionListener, and implements all methods with empty bodies.
class
class
class
class
class
class
class
This class implements DropTargetListener, and implements all methods with empty bodies.
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

Methods with parameter type java.lang.Object

Object[]
Gets an array representation of the List of events.

Methods with return type java.lang.Object

Object
Returns the data in the specified DataFlavor.
Object[]
Gets an array representation of the List of events.
Object[]
Gets an array representation of the List of events.

Uses in package javax.xml.datatype

Classes derived from java.lang.Object

class
A serious error during datatype configuration.
class
Basic data type constants.
class
Typesafe enumerated class representing the six fields of the Duration class.
class
Factory class to create new datatype objects mapping XML to and from Java objects.
class
An immutable time space as specified in XML Schema 1.0.
class
An XML Schema 1.0 date/time data type.

Methods with parameter type java.lang.Object

boolean
boolean

Methods with return type java.lang.Object

Object

Uses in package javax.xml.transform.sax

Classes derived from java.lang.Object

class
Specifies SAX handlers to be used as a result sink during a transformation.
class
Specifies a SAX XML source.
class
Specialized transformer factory with support for SAX-specific factory methods.

Uses in package org.w3c.dom.ls

Classes derived from java.lang.Object

class
Parser or write operations may throw an LSException if the processing is stopped.

Uses in package javax.xml.stream.util

Classes derived from java.lang.Object

class
Base class for event reader filters.
class
Base class for XML stream reader filters.

Methods with return type java.lang.Object

Object
Object
Object

Uses in package java.awt.image.renderable

Classes derived from java.lang.Object

class
class
class
class

Methods with parameter type java.lang.Object

ParameterBlock
ParameterBlock
ParameterBlock
ParameterBlock.set(Object o, int index)
ParameterBlock
ParameterBlock.setSource(Object source, int index)

Methods with return type java.lang.Object

Object
This method may be called to create a new copy of the Object.
Object
Object
Object
Object
Object
Object
Object

Uses in package org.omg.PortableServer.POAPackage

Classes derived from java.lang.Object

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 helper operations for the exception AdapterAlreadyExists.
class
The AdapterNonExistent is thrown if the parent POA cannot locate the required child POA.
class
The helper operations for the exception AdapterNonExistent.
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
The helper operations for the exception InvalidPolicy.
class
Raised when trying to get the default servant, when no default servant has been associated with POA.
class
The helper operations for the exception NoServant.
class
Raised in response to activate the already active object.
class
The helper operations for the exception ObjectAlreadyActive.
class
Raised in several cases when the operation would be applicable to the activated object, but the current object is not active.
class
The helper operations for the exception ObjectNotActive.
class
Raised in response to activate the already active object when the UNIQUE_ID (single ID per object, default) policy is active.
class
The helper operations for the exception ServantAlreadyActive.
class
Raised in several cases when the operation would be applicable to the activated servant, but the current object is not active.
class
The helper operations for the exception ServantNotActive.
class
Raised when invoking POA operations, requiring that the target object would be created by this POA, if this condition is not satisfied.
class
The helper operations for the exception WrongAdapter.
class
Raised when invoking the operation that is not allowed by the current combination of the used policies.
class
The helper operations for the exception WrongPolicy.

Uses in package java.security.acl

Classes derived from java.lang.Object

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.

Methods with parameter type java.lang.Object

boolean
This method tests whether or not a specified Permission (passed as an Object) is the same as this permission.

Methods with return type java.lang.Object

Object
This method returns a clone of this ACL entry

Uses in package javax.swing.plaf.basic

Classes derived from java.lang.Object

class
A button that displays an arrow (triangle) that points SwingConstants.NORTH, SwingConstants.SOUTH, SwingConstants.EAST or SwingConstants.WEST.
class
Provides various borders 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 JSplitPanes in the Basic look and feel.
class
A border for toggle buttons in the Basic look and feel.
class
class
A UI delegate for the JButton component.
class
DOCUMENT ME!
class
A UI delegate for the JCheckBox component.
class
This is the UI Class for the JColorChooser in the Basic Look and Feel.
class
This helper class handles property changes from the JColorChooser.
class
An editor used by the BasicComboBoxUI class.
class
A subclass of BasicComboBoxEditor that implements the BasicComboBoxEditor.UIResource interface.
class
A renderer for a JComboBox.
class
A subclass of BasicComboBoxRenderer that implements the UIResource interface.
class
A UI delegate for the JComboBox component.
class
A LayoutManager used to position the sub-components of the JComboBox.
class
Handles focus changes occuring in the combo box.
class
Handles ItemEvents fired by the JComboBox when its selected item changes.
class
KeyHandler handles key events occuring while JComboBox has focus.
class
Handles the changes occurring in the JComboBox's data model.
class
Handles PropertyChangeEvents fired by the JComboBox.
class
UI Delegate for ComboPopup
class
This class is not used anymore
class
InvocationMouseHandler is a listener that listens to mouse events occuring in the combo box.
class
InvocationMouseMotionListener is a mouse listener that listens to mouse dragging events occuring in the combo box.
class
ItemHandler is an item listener that listens to selection events occuring in the combo box.
class
This class is not used any more.
class
ListMouseHandler is a listener that listens to mouse events occuring in the combo box's list of items.
class
ListMouseMotionHandler listens to mouse motion events occuring in the combo box's list.
class
This class is not used anymore
class
This class listens to changes occuring in the bound properties of the combo box
class
This class acts as the UI delegate for JDesktopIcons for the Basic look and feel.
class
This helper class handles mouse events that occur on the JDesktopIcon.
class
This class is the UI delegate for JDesktopPane for the Basic look and feel.
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
Implements an AbstractListModel for directories where the source of the files is a JFileChooser object.
class
The UI class for JEditorPanes.
class
A UI delegate for the JFileChooser component under the BasicLookAndFeel.
class
A file filter that accepts all files.
class
Handles a user action to approve the dialog selection.
class
Provides presentation information about files and directories.
class
Handles an action to cancel the file chooser.
class
An action to handle changes to the parent directory (for example, via a click on the "up folder" button).
class
A mouse listener that handles double-click events.
class
An action that changes the file chooser to display the user's home directory.
class
An action that handles the creation of a new folder/directory.
class
A listener for selection events in the file list.
class
DOCUMENT ME!
class
class
A utility class providing commonly used drawing and measurement routines.
class
Provides support for HTML rendering to ComponentUI implementations.
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 class is responsible for handling property change events from the JInternalFrame and adjusting the Title Pane as necessary.
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
This class acts as the Layout Manager for the TitlePane.
class
This is the UI delegate for the Basic look and feel for JInternalFrames.
class
This is a helper class that listens to the JInternalFrame for InternalFrameEvents.
class
This helper class listens to the edges of the JInternalFrame and the TitlePane for mouse events.
class
This helper class listens to the JDesktopPane that parents this JInternalFrame and listens for resize events and resizes the JInternalFrame appropriately.
class
This helper class is used to listen to the JDesktopPane's glassPane for MouseEvents.
class
This helper class acts as the LayoutManager for JInternalFrames.
class
This helper class listens for PropertyChangeEvents from the JInternalFrame.
class
This is the Basic Look and Feel class for the JLabel.
class
The Basic Look and Feel UI delegate for the JList.
class
A helper class which listens for FocusEvents from the JList.
class
A helper class which listens for ListDataEvents generated by the JList's ListModel.
class
A helper class which listens for ListSelectionEvents from the JList's ListSelectionModel.
class
A helper class which listens for MouseEvents from the JList.
class
Helper class which listens to PropertyChangeEvents from the JList.
class
A basic implementation of Swing's Look and Feel framework.
class
UI Delegate for JMenuBar.
class
UI Delegate for JMenuItem.
class
This class handles mouse events occuring inside the menu item.
class
UI Delegate for JMenu
class
Obsolete as of JDK1.4.
class
This class is used by menus to handle mouse events occuring in the menu.
class
This class is the UI delegate for JOptionPane in the Basic Look and Feel.
class
This is a helper class that listens to the buttons located at the bottom of the JOptionPane.
class
This helper layout manager is responsible for the layout of the button area.
class
This helper class handles property change events from the JOptionPane.
class
A UI delegate for the JPanel component.
class
class
The Basic Look and Feel UI delegate for JPopupMenu.Separator.
class
UI Delegate for JPopupMenu
class
The Basic Look and Feel UI delegate for the JProgressBar.
class
A helper class that listens for ChangeEvents from the progressBar's model.
class
UI Delegator for JRadioButtonMenuItem
class
The BasicLookAndFeel UI implementation for JRadioButtons.
class
class
The Basic Look and Feel UI delegate for JScrollBar.
class
A helper class that listens to the two JButtons on each end of the JScrollBar.
class
A helper class that listens to the ScrollBar's model for ChangeEvents.
class
A helper class that listens to the ScrollBar's properties.
class
A helper class that listens for events from the timer that is used to move the thumb.
class
Helper class that listens for movement on the track.
class
A UI delegate for the JScrollPane component.
class
Listens for changes in the state of the horizontal scrollbar's model and updates the scrollpane accordingly.
class
Listens for mouse wheel events and update the scrollpane accordingly.
class
Listens for property changes on the scrollpane and update the view accordingly.
class
Listens for changes of the viewport's extent size and updates the scrollpane accordingly.
class
Listens for changes in the state of the vertical scrollbar's model and updates the scrollpane accordingly.
class
The Basic Look and Feel UI delegate for JSeparator.
class
BasicSliderUI.java This is the UI delegate in the Basic look and feel that paints JSliders.
class
This class is no longer used as of JDK1.3.
class
Helper class that listens to the JSlider's model for changes.
class
Helper class that listens for resize events.
class
Helper class that listens for focus events.
class
Helper class that listens for changes to the properties of the JSlider.
class
Helper class that listens to our swing timer.
class
Helper class that listens for mouse events.
class
A UI delegate for the JSpinner component.
class
The divider that separates the two parts of a JSplitPane in the Basic look and feel.
class
This helper class acts as the Layout Manager for the divider.
class
Performs the tasks associated with an ongoing drag operation.
class
The listener for handling mouse events from both the divider and the containing JSplitPane.
class
This is a helper class that controls dragging when the orientation is VERTICAL_SPLIT.
class
This is the Basic Look and Feel implementation of the SplitPaneUI class.
class
This Layout Manager controls the position and size of the components when the JSplitPane's orientation is HORIZONTAL_SPLIT.
class
This class is the Layout Manager for the JSplitPane when the orientation is VERTICAL_SPLIT.
class
This class handles FocusEvents from the JComponent.
class
This is a deprecated class.
class
This is a deprecated class.
class
This is a deprecated class.
class
This is a deprecated class.
class
This is a deprecated class.
class
This helper class handles PropertyChangeEvents from the JSplitPane.
class
This is the Basic Look and Feel's UI delegate for JTabbedPane.
class
A helper class that handles focus.
class
A helper class for determining if mouse presses occur inside tabs and sets the index appropriately.
class
This class handles PropertyChangeEvents fired from the JTabbedPane.
class
A LayoutManager responsible for placing all the tabs and the visible component inside the JTabbedPane.
class
This class handles ChangeEvents from the JTabbedPane.
class
Basic pluggable look and feel interface for JTableHeader.
class
Handles column movement and rearrangement by mouse.
class
class
class
Handles key events for the JTable.
class
class
class
class
class
The abstract base class from which the UI classes for Swings text components are derived.
class
A DefaultCaret that implements UIResource.
class
A DefaultHighlighter that implements UIResource.
class
A UI delegate for the JToggleButton component.
class
The Basic Look and Feel UI delegate for Separator.
class
This is the Basic Look and Feel UI class for JToolBar.
class
This is the MouseHandler class that allows the user to drag the JToolBar in and out of the parent and dock it if it can.
class
This is the window that appears when the JToolBar is being dragged around.
class
This helper class listens for Window events from the floatable window and if it is closed, returns the JToolBar to the last known good location.
class
This helper class listens for PropertyChangeEvents from the JToolBar.
class
This helper class listens for components added to and removed from the JToolBar.
class
DOCUMENT ME!
class
This is the Basic Look and Feel UI class for JToolTip.
class
A delegate providing the user interface for JTree according to the Basic look and feel.
class
Listener responsible for getting cell editing events and updating the tree accordingly.
class
Updates the preferred size when scrolling, if necessary.
class
Repaints the lead selection row when focus is lost/grained.
class
This is used to get multiple key down events to appropriately genereate events.
class
MouseListener is responsible for updating the selection based on mouse events.
class
MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with.
class
Class responsible for getting size of node, method is forwarded to BasicTreeUI method.
class
PropertyChangeListener for the tree.
class
Listener on the TreeSelectionModel, resets the row selection if any of the properties of the model change.
class
The action to cancel editing on this tree.
class
Updates the TreeState in response to nodes expanding/collapsing.
class
TreeHomeAction is used to handle end/home actions.
class
TreeIncrementAction is used to handle up/down actions.
class
Forwards all TreeModel events to the TreeState.
class
TreePageAction handles page up and page down events.
class
Listens for changes in the selection model and updates the display accordingly.
class
For the first selected row expandedness will be toggled.
class
TreeTraverseAction is the action used for left/right keys.
class
class
The LayoutManager that is used in PopupMenus.
class
Manages shared instances for UI defaults.

Methods with parameter type java.lang.Object

void
BasicOptionPaneUI.addButtonComponents(Container container, Object[] buttons, int initialIndex)
This method is messaged to add the buttons to the given container.
void
This method adds the component given to the JSplitPane.
void
BasicOptionPaneUI.addMessageComponents(Container container, GridBagConstraints cons, Object msg, int maxll, boolean internallyCreated)
This method creates the proper object (if necessary) to represent msg.
boolean
Returns whether a given (File) object is included in the list.
Action
Creates an Action that can play an auditory cue specified by the key.
Component
BasicComboBoxRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
Returns a component that has been configured to display the given value.
Rectangle
BasicTreeUI.NodeDimensionsHandler.getNodeDimensions(Object cell, int row, int depth, boolean expanded, Rectangle size)
Returns, by reference in bounds, the size and x origin to place value at.
int
Returns the index of an (java.io.File) object in the list.
void
Sets item that should be edited when any editing operation is performed by the user.

Methods with return type java.lang.Object

Object[]
This method returns the buttons for the JOptionPane.
Object
Returns the (java.io.File) object at an index in the list.
Object
Returns the text from the editor component.
Object
This method returns the message of the JOptionPane.

Uses in package javax.print.attribute

Classes derived from java.lang.Object

class
AttributeSetUtilities provides static methods for working with AttributeSets.
class
DateTimeSyntax is the abstract base class of all attribute classes having a date and a time as value.
class
EnumSyntax is the abstract base class of all enumeration classes in the Java Print Service API.
class
HashAttributeSet provides an implementation of AttributeSet.
class
HashDocAttributeSet provides an implementation of DocAttributeSet.
class
HashPrintJobAttributeSet provides an implementation of PrintJobAttributeSet.
class
HashPrintRequestAttributeSet provides an implementation of PrintRequestAttributeSet.
class
HashPrintServiceAttributeSet provides an implementation of PrintServiceAttributeSet.
class
IntegerSyntax is the abstract base class of all attribute classes having an integer as value.
class
ResolutionSyntax is the abstract base class of all attribute classes which provide a resolution as value (e.g. printer resolution).
class
SetOfIntegerSyntax is the abstract base class of all attribute classes which provide a set of non-negative integers as value (e.g. the page ranges to print) represented as single values or ranges of values.
class
Size2DSyntax is the abstract base class of all attribute classes which provide a two dimensional size as value (e.g. the size of a media like Letter or A4).
class
TextSyntax is the abstract base class of all attribute classes which provide a string as value (e.g. the location of the printer).
class
Exception which is thrown if an operation on an unmodifiable set is invoked.
class
URISyntax is the abstract base class of all attribute classes having an Uniform Resource Identifier URI as value.

Methods with parameter type java.lang.Object

boolean
Tests this set for equality with the given object.
boolean
Tests if the given object is equal to this one.
boolean
Tests this set for equality with the given object.
boolean
Tests if the given object is equal to this object.
boolean
Tests if the given object is equal to this object.
boolean
Tests if the given object is equal to this object.
boolean
Tests if the given object is equal to this object.
boolean
Tests if the given object is equal to this object.
boolean
Tests if the given object is equal to this object.
Class
Verifies that the given object is a Class that implements the given interface name and returns it casted.
Attribute
AttributeSetUtilities.verifyAttributeValue(Object object, Class interfaceName)
Verifies that the given object is an attribute of the given interface.

Methods with return type java.lang.Object

Object
Clones this object.
Object
Needed for singelton semantics during deserialisation.

Uses in package java.util.concurrent

Classes derived from java.lang.Object

class

Methods with parameter type java.lang.Object

boolean
Returns true iff element is in this ArrayList.
int
Returns the lowest index at which element appears in this List, or -1 if it does not appear.
int
Returns the highest index at which element appears in this List, or -1 if it does not appear.

Methods with return type java.lang.Object

Object
Creates a shallow copy of this ArrayList (elements are not cloned).
Object[]
Returns an Object array containing all of the elements in this ArrayList.

Uses in package javax.swing.tree

Classes derived from java.lang.Object

class
class AbstractLayoutCache
class
class NodeDimensions
class
A default implementation of the MutableTreeNode interface.
class
Participates in the tree cell editing.
class
The default text field, used in the editing sessions.
class
This container that appears on the tree during editing session.
class
A default implementation of the TreeCellRenderer interface.
class
DefaultTreeModel
class
The implementation of the default tree selection model.
class
ExpandVetoException
class
The fixed height tree layout.
class
A TreePath represents a sequence of tree elements that form a path starting from the root of a tree.
class
The fixed height tree layout.

Constructors with parameter type java.lang.Object

Creates a DefaultMutableTreeNode object with the given user object attached to it.
DefaultMutableTreeNode.DefaultMutableTreeNode(Object userObject, boolean allowsChildren)
Creates a DefaultMutableTreeNode object with the given user object attached to it.
Creates a new path from a single element.
Creates a path from the list of objects representing tree elements.
TreePath.TreePath(Object[] path, int length)
Creates a new tree path using the first length elements from the given array.
TreePath.TreePath(TreePath path, Object element)
Creates a new tree path by adding the specified element to the path.

Fields of type java.lang.Object

Object
userObject

Methods with parameter type java.lang.Object

void
DefaultTreeCellEditor.determineOffset(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
determineOffset
boolean
Tests this path for equality with an arbitrary object.
void
For performance reasons, this method is overridden to do nothing.
void
DefaultTreeModel.fireTreeNodesChanged(Object source, Object[] path, int[] childIndices, Object[] children)
Notifies all listeners that have registered interest for notification on this event type.
void
DefaultTreeModel.fireTreeNodesInserted(Object source, Object[] path, int[] childIndices, Object[] children)
fireTreeNodesInserted
void
DefaultTreeModel.fireTreeNodesRemoved(Object source, Object[] path, int[] childIndices, Object[] children)
fireTreeNodesRemoved
void
DefaultTreeModel.fireTreeStructureChanged(Object source, Object[] path, int[] childIndices, Object[] children)
fireTreeStructureChanged
Object
getChild
Object
TreeModel.getChild(Object parent, int index)
getChild
int
getChildCount
int
getChildCount
int
getIndexOfChild
int
getIndexOfChild
Rectangle
AbstractLayoutCache.getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds)
Get the node dimensions.
Rectangle
AbstractLayoutCache.NodeDimensions.getNodeDimensions(Object value, int row, int depth, boolean expanded, Rectangle bounds)
Get the node dimensions.
Component
DefaultTreeCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
Configures the editor.
Component
TreeCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
Returns a component that has been configured to edit one element (or node) in a JTree component.
Component
DefaultTreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object val, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
Returns a component (in fact this) that can be used to render a tree cell with the specified state.
Component
TreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
Returns a component that has been configured to display one element (or node) in a JTree component.
boolean
Returns if the specified node is a leaf or not.
boolean
isLeaf
void
DefaultTreeModel.nodesWereRemoved(TreeNode parent, int[] childIndices, Object[] removedChildren)
Invoke this method after you've removed some TreeNodes from node.
TreePath
Creates a new path that is equivalent to this path plus the specified element.
void
Sets the user object for this node
void
Sets a user object, the data represented by the node.
void
Messaged when the user has altered the value for the item identified by path to newValue.
void
valueForPathChanged

Methods with return type java.lang.Object

Object
Returns a clone of the node.
Object
Creates a clone of this DefaultTreeSelectionModel with the same selection.
Object
Returns the value currently being edited (requests it from the realEditor.
Object
getChild
Object
TreeModel.getChild(Object parent, int index)
getChild
Object
Returns the last object in the path.
Object[]
Returns an array containing the path elements.
Object
TreePath.getPathComponent(int position)
Returns the element at the specified position in the path.
Object
getRoot
Object
getRoot
Object
Returns the user object attached to this node.
Object[]
getUserObjectPath

Uses in package javax.naming.spi

Classes derived from java.lang.Object

class
class
class
Contains methods for creating contexts and objects referred to by location information.
class
Stores the partial resolution of the name.

Constructors with parameter type java.lang.Object

ResolveResult.ResolveResult(Object resolved, String remaining)
Create the initialised instance
ResolveResult.ResolveResult(Object resolved, Name remaining)
Create the initialised instance

Fields of type java.lang.Object

Object
The object, to that part of the name has been resolved.

Methods with parameter type java.lang.Object

ObjectFactory
ObjectFactoryBuilder.createObjectFactory(Object refInfo, Hashtable environment)
Create a new object using the supplied environment.
Object
NamingManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment)
Creates an object for the specified name context, environment and referencing context object.

If the builder factory is set by setObjectFactoryBuilder(ObjectFactoryBuilder), the call is delegated to that factory.

Object
ObjectFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable environment)
Creates the object, using the specified name and location information.
Object
DirectoryManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
Object
DirObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
Object
NamingManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
Get the object state for binding.
Object
StateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
Get the object state for binding.
DirStateFactory.Result
DirectoryManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
DirStateFactory.Result
DirStateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes inAttrs)
void
Set the object to that the part of the name has been resolved.

Methods with return type java.lang.Object

Object
Object
NamingManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment)
Creates an object for the specified name context, environment and referencing context object.

If the builder factory is set by setObjectFactoryBuilder(ObjectFactoryBuilder), the call is delegated to that factory.

Object
ObjectFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable environment)
Creates the object, using the specified name and location information.
Object
DirectoryManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
Object
DirObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
Object
Get the object to that the name was partially resolved
Object
NamingManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
Get the object state for binding.
Object
StateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
Get the object state for binding.

Uses in package javax.imageio.metadata

Classes derived from java.lang.Object

class
class
Represents metadata that describe an image or an image stream.
class
class

Methods with parameter type java.lang.Object

Object
void

Methods with return type java.lang.Object

Object
Object
Object
Object[]
Object[]
Object
Object
Object

Uses in package org.omg.PortableServer.POAManagerPackage

Classes derived from java.lang.Object

class
Raised when the current operation is not applicable for the system because the POA manager is in an inactive State.
class
The helper operations for the exception AdapterInactive.
class
Defines the possible states of the POA manager.

Uses in package javax.imageio.plugins.jpeg

Classes derived from java.lang.Object

class
The JPEGHuffmanTable class represents a Huffman table read from a JPEG image file.
class
The JPEGImageReadParam class is only used to set JPEG decoding tables for streams that do not provide their own tables.
class
The JPEGImageWriteParam class can be used to specify tables and settings used in the JPEG encoding process.
class
The JPEGQTable class represents a quantization table that can be used to encode or decode a JPEG stream.

Uses in package javax.activity

Classes derived from java.lang.Object

class
Exception wrapper for CORBA.ACTIVITY_COMPLETED.
class
Exception wrapper for CORBA.ACTIVITY_REQUIRED
class
Exception wrapper for CORBA.INVALID_ACTIVITY.

Uses in package org.omg.Dynamic

Classes derived from java.lang.Object

class
When representing the information about a request, defines a one of the arguments for the operation being invoked.

Uses in package java.nio.charset

Classes derived from java.lang.Object

class
class
class
class
class
class
class
class
class
class
class

Methods with parameter type java.lang.Object

boolean
Determine whether this Object is semantically equal to another Object.

Uses in package javax.net.ssl

Classes derived from java.lang.Object

class
Trust manager parameters for certification paths.
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
A URL connection that connects via the Secure Socket Layer (SSL) for HTTPS connections.
class
A class that creates key manager implementations based on a requested algorithm.
class
The Service Provider Interface (SPI) for key manager factories.
class
FIXME this class is currently a stub; it depends on an implementation of java.security.KeyStore.Builder.
class
A "meta-factory" for protocol-specific socket and server socket factories.
class
The Service Provider Interface (SPI) for SSLContext objects.
class
A class for low-level message wrapping and unwrapping of SSL messages.
class
A result from an SSLEngine wrap or unwrap operation.
class
An enumeration of possible handshake status states.
class
An enumeration of possible general states.
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
A server socket that allows clients to connect via the SSL protocol.
class
A server socket factory for Secure Socket Layer (SSL) server sockets.
class
An event raised by SSLSession objects when objects are bound to them.
class
A socket that communicates over the secure socket layer protocol.
class
A socket factory for creating Secure Socket Layer (SSL) sockets.
class
A factory for creating trust manager objects.
class
The service provider interface (SPI) for trust managers.
class
An extended X509KeyManager for use with SSLEngine.

Methods with parameter type java.lang.Object

void
Binds a value to this session, with the given name.

Methods with return type java.lang.Object

Object
Returns the object bound to the given name.

Uses in package org.omg.IOP.CodecFactoryPackage

Classes derived from java.lang.Object

class
The CodecFactoryOperations.create_codec(Encoding) raises UnknownEncoding if that factory cannot create a Codec of the given encoding.
class
The helper operations for the exception UnknownEncoding.

Uses in package java.io

Classes derived from java.lang.Object

class
This subclass of FilterInputStream buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
class
This class accumulates bytes written in a buffer instead of immediately writing the data to the underlying output sink.
class
This subclass of FilterReader buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
class
This class accumulates chars written in a buffer instead of immediately writing the data to the underlying output sink.
class
This class permits an array of bytes to be read as an input stream.
class
This class allows data to be written to a byte array buffer and and then retrieved by an application.
class
This class permits an array of chars to be read as an input stream.
class
This class allows data to be written to a char array buffer and and then retrieved by an application.
class
This exception is thrown to indicate that a problem occurred with an attempted character conversion.
class
This subclass of FilteredInputStream implements the DataInput interface that provides method for reading primitive Java data types from a stream.
class
This class provides a mechanism for writing primitive Java datatypes to an OutputStream in a portable way.
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 class represents an opaque file handle as a Java class.
class
This class is a stream that reads its bytes from a file.
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
This classes allows a stream of data to be written to a disk file or any open FileDescriptor.
class
class
This class provides a convenient way to set up a Reader to read from a file.
class
This is a convenience class for writing to files.
class
This is the common superclass of all standard classes that filter input.
class
This class is the common superclass of output stream classes that filter the output they write.
class
This is the common superclass of all standard classes that filter input.
class
This class is the common superclass of output character stream classes that filter the output they write.
class
This abstract class forms the base of the hierarchy of classes that read input as a stream of bytes.
class
This class reads characters from a byte input stream.
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 class functions like a standard InputStream except that it counts line numbers, and canonicalizes newline characters.
class
This class functions like a standard Reader except that it counts line numbers, and canonicalizes newline characters.
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 class allows a class to specify exactly which fields should be read, and what values should be read for these fields.
class
An ObjectOutputStream can be used to write objects as well as primitive data in a platform-independent manner to an OutputStream.
class
This class allows a class to specify exactly which fields should be written, and what values should be written for these fields.
class
class
This exception is thrown when a problem occurs during serialization.
class
This class intends to describe the field of a class for the serialization subsystem.
class
This exception is thrown when unexpected data appears in the input stream from which a serialized object is being read.
class
This abstract class forms the base of the hierarchy of classes that write output as a stream of bytes.
class
This class writes characters to an output stream that is byte oriented It converts the chars that are written to bytes using an encoding layer, which is specific to a particular encoding standard.
class
An input stream that reads its bytes from an output stream to which it is connected.
class
This class writes its bytes to a PipedInputStream to which it is connected.
class
An input stream that reads characters from a piped writer to which it is connected.
class
This class writes its chars to a PipedReader to which it is connected.
class
This class prints Java primitive values and object to a stream as text.
class
This class prints Java primitive values and objects to a stream as text.
class
This subclass of FilterInputStream provides the ability to unread data from a stream.
class
This subclass of FilterReader provides the ability to unread data from a stream.
class
This class allows reading and writing of files at random locations.
class
This abstract class forms the base of the hierarchy of classes that read input as a stream of characters.
class
This class merges a sequence of multiple InputStream's in order to form a single logical stream that can be read by applications that expect only one stream.
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
This class parses streams of characters into tokens.
class
This class permits a String to be read as an input stream.
class
This class permits a String to be read as a character input stream.
class
This class writes chars to an internal StringBuffer that can then be used to retrieve a String.
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.
class
This abstract class forms the base of the hierarchy of classes that write output as a stream of chars.

Constructors with parameter type java.lang.Object

Initializes a Reader that will use the specified Object for synchronization of critical code sections.
This method initializes a Writer that will synchronize on the specified Object.

Fields of type java.lang.Object

Object
This is the Object used for synchronizing critical code sections.
Object
This is the object used to synchronize criticial code sections for thread safety.

Methods with parameter type java.lang.Object

int
Compares this object to the given object.
boolean
This method tests two File objects for equality by comparing the path of the specified File against the path of this object.
boolean
Check two FilePermissions for semantic equality.
Object
void
This method prints an Object to the stream.
void
This method prints an Object to the stream.
void
This method prints an Object to the stream.
void
This method prints an Object to the stream.
void
Object
Allows subclasses to replace objects that are written to the stream with other objects to be written in their place.
Object
Allows subclasses to resolve objects that are read from the stream with other objects to be returned in their place.
void
This method writes a object instance to a stream.
void
Writes a representation of obj to the underlying output stream by writing out information about its class, then writing out each of the objects non-transient, non-static fields.
void
This method allows subclasses to override the default serialization mechanism provided by ObjectOutputStream.
void
Writes an object to the stream in the same manner as writeObject(Object), but without the use of references.

Methods with return type java.lang.Object

Object
Object
Reads an object instance and returns it.
Object
Returns the next deserialized object read from the underlying stream.
Object
This method allows subclasses to override the default de serialization mechanism provided by ObjectInputStream.
Object
Returns the next deserialized object read from the underlying stream in an unshared manner.
Object
Allows subclasses to replace objects that are written to the stream with other objects to be written in their place.
Object
Allows subclasses to resolve objects that are read from the stream with other objects to be returned in their place.

Uses in package javax.security.auth.x500

Classes derived from java.lang.Object

class
class
A pairing of a X509Certificate and its corresponding PrivateKey, with an optional keystore alias.

Methods with parameter type java.lang.Object

boolean
This method tests another Principal object for equality with this one.

Uses in package java.text

Classes derived from java.lang.Object

class
This class is used as a wrapper for a text attribute object.
class
Defines attribute keys that are used as text attributes.
class
This class models a String with attributes over various subranges of the string.
class
Bidirectional Algorithm implementation.
class
This class iterates over text elements such as words, lines, sentences, and characters.
class
This class allows a format to be specified based on a range of numbers.
class
This class walks through the character collation elements of a String as defined by the collation rules in an instance of RuleBasedCollator.
class
This class represents a pre-computed series of bits representing a String for under a particular Collator.
class
This class is the abstract superclass of classes which perform locale dependent String comparisons.
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
This class is a concrete implementation of NumberFormat used to format decimal numbers.
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 used by the java.text formatting classes to track field positions.
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
This class is used to keep track of the current position during parsing operations.
class
This class is a concrete subclass of Collator suitable for string collation in a wide variety of languages.
class
SimpleDateFormat provides convenient methods for parsing and formatting dates using Gregorian calendars (see java.util.GregorianCalendar).
class
This class iterates over a range of characters in a String.

Constructors with parameter type java.lang.Object

This method initializes a new instance of Annotation to wrapper the specified text attribute object.

Methods with parameter type java.lang.Object

void
Adds a new attribute that will cover the entire string.
void
Adds a new attribute that will cover the specified subrange of the string.
int
This method compares the two Object's and returns an integer indicating whether or not the first argument is less than, equal to, or greater than the second argument.
boolean
Tests this object for equality against the specified object.
boolean
This method tests this object for equality with the specified object.
boolean
This method tests the specified Object for equality with this object.
boolean
This method tests the specified object for equality against this object.
boolean
This method tests this object for equality against the specified object.
boolean
This method tests a specified object for equality against this object.
boolean
Tests this instance for equality with an arbitrary object.
boolean
This method this this object for equality against the specified object.
boolean
This method tests this object for equality against the specified object.
boolean
Overrides Format.equals(Object obj)
boolean
This method tests the specified object for equality against this object.
boolean
This method tests the specified object for equality with this object.
boolean
This method tests this object for equality against the specified object.
boolean
This methods tests whether the specified object is equal to this object.
boolean
This method tests this object for equality againt the specified object.
String
This method formats an Object into a String.
StringBuffer
This method formats the specified Object into a date string and appends it to the specified StringBuffer.
StringBuffer
Produce a formatted String representation of this object.
StringBuffer
This method formats an Object into a String and appends the String to a StringBuffer.
StringBuffer
MessageFormat.format(Object objectArray, StringBuffer appendBuf, FieldPosition fpos)
Returns the pattern with the formatted objects.
StringBuffer
AttributedCharacterIterator
Return an AttributedCharacterIterator as a result of the formatting of the passed Object.
AttributedCharacterIterator
AttributedCharacterIterator
A convinience method to format patterns.
AttributedCharacterIterator
void
Bidi.reorderVisually(byte[] levels, int levelOffset, Object[] objs, int objOffset, int count)
Reorder objects according to the levels passed in.

Methods with return type java.lang.Object

Object
Create a clone of this object.
Object
This method creates a copy of this CharacterIterator.
Object
This method returns a copy of this Collator object.
Object
This method returns a copy of this object.
Object
Returns a new copy of this object.
Object
Object
Object
Creates a copy of this object.
Object
Overrides Format.clone()
Object
This method creates a copy of this object.
Object
Returns a copy of this instance of SimpleDateFormat.
Object
This method creates a copy of this CharacterIterator.
Object
Returns the value of the specified attribute for the current character.
Object[]
This method returns the list of format strings in use.
Object
This method returns the text attribute object this Annotation instance is wrappering.
Object[]
Object[]
Parse a string sourceStr against the pattern specified to the MessageFormat constructor.
Object
This method parses a String and converts the parsed contents into an Object.
Object
This method is identical to parse(String, ParsePosition), but returns its result as an Object instead of a Date.
Object
This method parses a String and converts the parsed contents into an Object.
Object
Object
This method parses the specified string into an Object.
Object
Resolves an instance of AttributedCharacterIterator.Attribute that is being deserialized to one of the three pre-defined attribute constants.
Object
Object
invoked to resolve the true static constant by comparing the deserialized object to know name.
Object
This function is used by the deserializer to know which object to use when it encounters an encoded NumberFormat.Field in a serialization stream.

Uses in package org.omg.CORBA.DynAnyPackage

Classes derived from java.lang.Object

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.

Uses in package javax.security.cert

Classes derived from java.lang.Object

class
The base class for public-key certificates.

This class is deprecated in favor of the Certificate class.

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.

class
The base class of all X.509 certificates.

This class is deprecated in favor of the X509Certificate class.

Methods with parameter type java.lang.Object

boolean
Tests if this certificate equals another.

Uses in package java.lang.management

Classes derived from java.lang.Object

class
Provides information on a lock held by a thread.
class
Provides access to the system's management beans via a series of static methods.
class
Represents the permission to view or modify the data which forms part of the system management interfaces.
class
Represents the content of a notification emitted by the MemoryMXBean.
class
Enumerates the possible types of memory pools.
class
Retains information on the usage of a particular memory pool, or heap/non-heap memory as a whole.
class
Provides information on a monitor lock held by a thread.
class
A class which maintains information about a particular thread.

Uses in package javax.swing.text.html

Classes derived from java.lang.Object

class
class
Provides CSS attributes to be used by the HTML view classes.
class
class
The event fired on form submit.
class
The submit method.
class
A View that renders HTML form elements like buttons and input fields.
class
class
Implements HTML framesets.
class
HTML attribute and tag definitions.
class
Represents a HTML attribute.
class
Represents a HTML tag.
class
Represents an unknown HTML tag.
class
Represents the HTML document that is constructed by defining the text and other components (images, buttons, etc) in HTML language.
class
class
A reader to load an HTMLDocument with HTML structure.
class
An iterator over a particular type of tag.
class
RunElement represents a section of text that has a set of HTML character level attributes assigned to it.
class
class
class
Processes elements that make up forms: <input>, <textarea>, <select> and <option>.
class
This action indicates that the content between starting and closing HTML elements (like script - /script) should not be visible.
class
Handles <isindex> tags.
class
class
This action is performed when a <pre> tag is parsed.
class
Inserts the elements that are represented by ths single tag with attributes (only).
class
class
class
A ViewFactory that is able to create Views for the Elements that are supported.
class
Abstract Action class that helps inserting HTML into an existing document.
class
This class is used to insert a string of HTML into an existing document.
class
Fires the hyperlink events on the associated component when needed.
class
The abstract HTML parser declaration.
class
The "hook" that receives all information about the HTML document structure while parsing it.
class
HTMLFrameHyperlinkEvent transfers information about the link that was activated in a frame.
class
HTMLWriter, A Writer for HTMLDocuments.
class
A view, representing a single image, represented by the HTML IMG tag.
class
Renders HTML content (identified by HTML.Tag.CONTENT).
class
A View to render HTML lists, like the <ul> and <ol> tags.
class
MinimalHTMLWriter, A minimal AbstractWriter implementation for HTML.
class
A Style implementation that is able to multiplex between several other Styles.
class
A view for HTML <object> tags.
class
Value class for the combobox model that renders <option> elements.
class
Renders a paragraph in HTML.
class
This class adds support for defining the visual characteristics of HTML views being rendered.
class
This class carries out some of the duties of CSS formatting.
class
This class carries out some of the CSS list formatting duties.

Constructors with parameter type java.lang.Object

Creates a new hypertext link event.
Creates a new hypertext link event.
Creates a new hypertext link event.
Creates a new hypertext link event.

Fields of type java.lang.Object

Object
If the tag does not occurs in the html stream directly, but is supposed by parser, the tag attribute set contains this additional attribute, having value Boolean.True.

Methods with parameter type java.lang.Object

void
AttributeSet
Adds an attribute to the given set and returns a new set.
Element
HTMLDocument.getElement(Element e, Object attribute, Object value)
Gets the child element that contains the attribute with the value or null.
void
AttributeSet
Removes an attribute from the set.

Methods with return type java.lang.Object

Object
Creates a copy of the editor kit.

Uses in package java.rmi.registry

Classes derived from java.lang.Object

class

Uses in package java.awt.print

Classes derived from java.lang.Object

class
This class allows documents to be created with different paper types, page formatters, and painters.
class
This class contains information about the desired page format to use for printing a particular set of pages.
class
This class describes a particular type of paper.
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.
class
This class controls printing.

Methods with return type java.lang.Object

Object
This method returns a copy of this object.
Object
This method creates a copy of this object.

Uses in package javax.crypto.spec

Classes derived from java.lang.Object

class
This class is a transparent wrapper for DES-EDE (Triple-DES) keys, which are arrays of 24 bytes.
class
This class is a transparent wrapper for DES keys, which are arrays of 8 bytes.
class
This class represents the parameters needed for generating Diffie-Hellman parameters.
class
The base set of parameters necessary to perform Diffie-Hellman key exchange.
class
A wrapper for Diffie-Hellman private key data.
class
A wrapper for Diffie-Hellman public key data.
class
A wrapper for an initialization vector.
class
A wrapper for a password-based key, used for password-based encryption (PBE).
class
A wrapper for the parameters used in PKCS #5 - Password-Based Cryptography Standard.
class
A wrapper for parameters for the RC2 block cipher ("RC" means either "Rivest Cipher" or "Ron's Code", depending upon who you ask and when).
class
A wrapper for parameters to the RC5 block cipher.
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.

Methods with parameter type java.lang.Object

boolean
boolean
boolean

Uses in package java.awt.font

Classes derived from java.lang.Object

class
class
class
class
class
This class represents a graphic embedded in text.
class
This is an implementation of GraphicAttribute which draws images in a TextLayout.
class
class
class
This class handles numeric shaping.
class
This is an implementation of GraphicAttribute that draws shapes in a TextLayout.
class
Attributes (and associated values) that can be used to define an AttributedString.
class
class
class
Inner class describing a caret policy
class
TextMeasurer is a small utility class for measuring the length of laid-out text objects.
class
This class provides a mechanism for using an AffineTransform as an immutable attribute (for example, in the AttributedString class).

Methods with parameter type java.lang.Object

boolean
Determine whether this Object is semantically equal to another Object.
boolean
Compares this to the specified Object
boolean
boolean
Compares this ShapeGraphicAttribute to obj.
boolean
boolean

Methods with return type java.lang.Object

Object
Object
Clones the TextMeasurer object
Object
After deserialization, this method ensures that only one instance of each attribute is used.

Uses in package org.w3c.dom.events

Classes derived from java.lang.Object

class
Event operations may throw an EventException as specified in their method descriptions.

Uses in package javax.xml.namespace

Classes derived from java.lang.Object

class
An XML qualified name.

Methods with parameter type java.lang.Object

boolean

Uses in package org.w3c.dom.bootstrap

Classes derived from java.lang.Object

class
A factory that enables applications to obtain instances of DOMImplementation.

Uses in package java.util.logging

Classes derived from java.lang.Object

class
A ConsoleHandler publishes log records to System.err.
class
An ErrorManager deals with errors that a Handler encounters while logging.
class
A FileHandler publishes log records to a set of log files.
class
A Formatter supports handlers by localizing message texts and by subsituting parameter values for their placeholders.
class
A Handler publishes LogRecords to a sink, for example a file, the console or a network socket.
class
A class for indicating logging levels.
class
A Logger is used for logging information about events.
class
class
The LogManager maintains a hierarchical namespace of Logger objects and manages properties for configuring the logging framework.
class
A LogRecord contains the state for an individual event to be logged.
class
A MemoryHandler maintains a circular buffer of log records.
class
A SimpleFormatter formats log records into short human-readable messages, typically one or two lines.
class
A SocketHandler publishes log records to a TCP/IP socket.
class
A StreamHandler publishes LogRecords to a instances of java.io.OutputStream.
class
An XMLFormatter formats LogRecords into a standard XML format.

Methods with parameter type java.lang.Object

void
Logger.entering(String sourceClass, String sourceMethod, Object param)
void
Logger.entering(String sourceClass, String sourceMethod, Object[] params)
boolean
Checks whether this Level's integer value is equal to that of another object.
void
Logger.exiting(String sourceClass, String sourceMethod, Object result)
void
Logger.log(Level level, String message, Object param)
void
Logger.log(Level level, String message, Object[] params)
void
Logger.logp(Level level, String sourceClass, String sourceMethod, String message, Object param)
void
Logger.logp(Level level, String sourceClass, String sourceMethod, String message, Object[] params)
void
Logger.logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String message, Object param)
void
Logger.logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String message, Object[] params)
void
Sets the parameters to the log message.

Methods with return type java.lang.Object

Object[]
Returns the parameters to the log message.

Uses in package javax.xml.transform.stream

Classes derived from java.lang.Object

class
Specifies a stream to which to write the transformation result.
class
Specifies a stream from which to read the source XML data.

Uses in package org.w3c.dom

Classes derived from java.lang.Object

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).

Methods with parameter type java.lang.Object

boolean
Check if setting a parameter to a specific value is supported.
void
UserDataHandler.handle(short operation, String key, Object data, Node src, Node dst)
This method is called whenever the node for which this handler is registered is imported or cloned.
void
Set the value of a parameter.
Object
Associate an object to a key on this node.

Methods with return type java.lang.Object

Object
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
Object
Node.getFeature(String feature, String version)
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
Object
Return the value of a parameter if known.
Object
The related DOMError.type dependent data if any.
Object
The related platform dependent exception if any.
Object
Retrieves the object associated to a key on a this node.
Object
Associate an object to a key on this node.

Uses in package javax.xml

Classes derived from java.lang.Object

class
Repository for well-known XML constants.

Uses in package javax.swing.filechooser

Classes derived from java.lang.Object

class
The base class for filters that control the visibility of files in the JFileChooser component.
class
The base class providing a view of the file system for use by the JFileChooser component.
class
An abstract class that provides presentation information about files and directories. .

Uses in package javax.swing.plaf

Classes derived from java.lang.Object

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
An abstract base class for delegates that implement the pluggable look and feel for a JButton.
class
An abstract base class for delegates that implement the pluggable look and feel for a JColorChooser.
class
A Color that is marked as UIResource, which indicates that the color has been installed by a pluggable LookAndFeel.
class
An abstract base class for delegates that implement the pluggable look and feel for a JComboBox.
class
A ComponentInputMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
class
The abstract base class for all delegates that provide the pluggable look and feel for Swing components.
class
An abstract base class for delegates that implement the pluggable look and feel for a desktop icon.
class
An abstract base class for delegates that implement the pluggable look and feel for a JDesktopPane.
class
A Dimension that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.
class
An abstract base class for delegates that implement the pluggable look and feel for a JFileChooser.
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.
class
An abstract base class for delegates that implement the pluggable look and feel for a JInternalFrame.
class
An abstract base class for delegates that implement the pluggable look and feel for a JLabel.
class
An abstract base class for delegates that implement the pluggable look and feel for a JList.
class
An abstract base class for delegates that implement the pluggable look and feel for a JMenuBar.
class
An abstract base class for delegates that implement the pluggable look and feel for a JMenuItem.
class
An abstract base class for delegates that implement the pluggable look and feel for a JOptionPane.
class
An abstract base class for delegates that implement the pluggable look and feel for a JPanel.
class
An abstract base class for delegates that implement the pluggable look and feel for a JPopupMenu.
class
An abstract base class for delegates that implement the pluggable look and feel for a JProgressBar.
class
An abstract base class for delegates that implement the pluggable look and feel for a JRootPane.
class
An abstract base class for delegates that implement the pluggable look and feel for a JScrollBar.
class
An abstract base class for delegates that implement the pluggable look and feel for a JScrollPane.
class
An abstract base class for delegates that implement the pluggable look and feel for a JSeparator.
class
An abstract base class for delegates that implement the pluggable look and feel for a JSlider.
class
An abstract base class for delegates that implement the pluggable look and feel for a JSpinner.
class
An abstract base class for delegates that implement the pluggable look and feel for a JSplitPane.
class
An abstract base class for delegates that implement the pluggable look and feel for a JTabbedPane.
class
An abstract base class for delegates that implement the pluggable look and feel for a JTableHeader.
class
An abstract base class for delegates that implement the pluggable look and feel for a JTable.
class
An abstract base class for delegates that provide the user interface for text editors.
class
An abstract base class for delegates that implement the pluggable look and feel for a JToolBar.
class
An abstract base class for delegates that implement the pluggable look and feel for a JToolTip.
class
An abstract base class for delegates that provide the user interface for JTree.
class
An abstract base class for delegates that implement the pluggable look and feel for a JViewport.

Uses in package javax.print

Classes derived from java.lang.Object

class
DocFlavor provides a description of the format in which the print data will be supplied in a print job to the print service.
class
Predefined static DocFlavor objects for document types which use a byte array for the print data representation.
class
Predefined static DocFlavor objects for document types which use a char array for the print data representation.
class
Predefined static DocFlavor objects for document types which use an InputStream to retrieve the print data.
class
Predefined static DocFlavor objects for document types which use an Reader to retrieve the print data.
class
Predefined static DocFlavor objects for document types which use service formatted print data.
class
Predefined static DocFlavor objects for document types which use a String for the print data representation.
class
Predefined static DocFlavor objects for document types which have an URL where to retrieve the print data.
class
PrintException is used to report exceptions during the usage of a print service implementation.
class
PrintServiceLookup implementations provide a way to lookup print services based on different constraints.
class
ServiceUI provides a method to create a graphical print dialog.
class
ServiceUIFactory enables print services to provide additional user interface dialogs.
class
Simple implementation of the Doc interface capable of handling the predefined document flavors of DocFlavor.
class
StreamPrintService is a special print service capable of printing into a supplied output stream.
class
StreamPrintServiceFactory provides a static method to lookup registered factories to construct StreamPrintService instances.

Constructors with parameter type java.lang.Object

SimpleDoc.SimpleDoc(Object printData, DocFlavor flavor, DocAttributeSet attributes)
Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.

Methods with parameter type java.lang.Object

boolean
Checks if this doc flavor object is equal to the given object.
boolean
Determines if two services refer to the same underlying service.

Methods with return type java.lang.Object

Object
Determines and returns the default value for a given attribute category of this print service.
Object
Returns the print data of this doc object.
Object
Returns the print data of this doc object.
Object
PrintService.getSupportedAttributeValues(Attribute> category, DocFlavor flavor, AttributeSet attributes)
Determines and returns all supported attribute values of a given attribute category a client can use when setting up a print job for this print service.
Object
ServiceUIFactory.getUI(int role, String ui)
Returns an UI object which may be cast to the requested UI type.

Uses in package javax.swing.table

Classes derived from java.lang.Object

class
A base class that can be used to create implementations of the TableModel interface.
class
Class to display every cells.
class
class
A model that stores information about the columns used in a JTable.
class
A two dimensional data structure used to store Object instances, usually for display in a JTable component.
class
Represents the table header.
class
class
class
Represents the attributes of a column in a table, including the column index, width, minimum width, preferred width and maximum width.

Constructors with parameter type java.lang.Object

DefaultTableModel.DefaultTableModel(Object[] columnNames, int numRows)
Creates a new table with the specified column names and row count.
Creates a new table with the specified data values and column names.

Fields of type java.lang.Object

Object
The value for the column header.
Object
The identifier for the column.

Methods with parameter type java.lang.Object

void
Adds a column with the specified name to the table.
void
DefaultTableModel.addColumn(Object columnName, Object[] columnData)
Adds a column with the specified name and data values to the table.
void
DefaultTableModel.addColumn(Object columnName, Vector<T> columnData)
Adds a column with the specified name and data values to the table.
void
Adds a new row containing the specified data to the table and sends a TableModelEvent to all registered listeners.
Vector<T>
Converts the data array to a Vector.
Vector<T>
Converts the data array to a Vector of rows.
void
DefaultTableCellRenderer.firePropertyChange(String propertyName, Object oldValue, Object newValue)
Overriden for performance.
int
Returns the index of the TableColumn with the given identifier.
int
Returns the index of the TableColumn with the given identifier.
Component
TableCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
Get table cell editor component
Component
DefaultTableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
Get the string value of the object and pass it to setText().
Component
TableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
Get table cell renderer component
void
DefaultTableModel.insertRow(int row, Object[] rowData)
Inserts a new row into the table.
void
Sets the column identifiers, updates the data rows (truncating or padding each row with null values) to match the number of columns, and sends a TableModelEvent to all registered listeners.
void
DefaultTableModel.setDataVector(Object[][] data, Object[] columnNames)
Sets the data and column identifiers for the table.
void
Sets the header value and sends a PropertyChangeEvent (with the property name HEADER_VALUE_PROPERTY) to all registered listeners.
void
Sets the identifier for the column and sends a PropertyChangeEvent (with the property name 'identifier') to all registered listeners.
void
Sets the String for this cell.
void
AbstractTableModel.setValueAt(Object value, int rowIndex, int columnIndex)
Sets the value of the given cell.
void
DefaultTableModel.setValueAt(Object value, int row, int column)
Sets the value for the specified cell in the table and sends a TableModelEvent to all registered listeners.
void
TableModel.setValueAt(Object aValue, int rowIndex, int columnIndex)
Sets the value at a particular cell in the table.

Methods with return type java.lang.Object

Object
Returns the header value.
Object
Returns the identifier for the column, or getHeaderValue() if the identifier is null.
Object
DefaultTableModel.getValueAt(int row, int column)
Returns the value at the specified cell in the table.
Object
TableModel.getValueAt(int rowIndex, int columnIndex)
Returns the value (Object) at a particular cell in the table.

Uses in package javax.imageio.spi

Classes derived from java.lang.Object

class
class
An abstract superclass for service providers that perform image I/O.
class
An abstract superclass for service providers that create image input streams for a file, URL, byte array or any other source.
class
An abstract superclass for service providers that create image output streams for a file, URL, byte array or any other target.
class
class
An abstract superclass that contains the common parts of ImageReaderSpi and ImageWriterSpi.
class
An abstract superclass for service providers that create image metadata transcoders.
class
class
A registry for service providers.

Methods with parameter type java.lang.Object

boolean
boolean
Determines whether a provider has been registered with this registry.
ImageInputStream
ImageInputStream
ImageInputStreamSpi.createInputStreamInstance(Object input, boolean useCache, File cacheDir)
ImageOutputStream
ImageOutputStream
ImageOutputStreamSpi.createOutputStreamInstance(Object output, boolean useCache, File cacheDir)
ImageReader
ImageWriter
void
De-registers a provider from all service categories it implements.
boolean
Checks whether the specified service provider matches the constraints of this Filter.
void
Registers a provider under all service categories it implements.

Uses in package java.awt.im.spi

Methods with return type java.lang.Object

Object
Returns a control object from this input method, or null.

Uses in package javax.rmi.ssl

Classes derived from java.lang.Object

class
SslRMIClientSocketFactory This class implements an RMIClientSocketFactory for SSL sockets.
class
SslRMIServerSocketFactory This class implements an RMIServerSocketFactory for SSL sockets.

Methods with parameter type java.lang.Object

boolean
Compare two SslRMIServerSocketFactor instances
boolean
Compare two SslRMIServerSocketFactor instances

Uses in package java.security.spec

Classes derived from java.lang.Object

class
DSA Parameter class Specification.
class
DSA Private Key class Specification.
class
DSA Public Key class Specification.
class
Encoded Key Specification class which is used to store byte encoded keys.
class
Exception for an invalid key specification.
class
Exception for an invalid algorithm specification.
class
PKCS8 Encoded Key Specification class which is used to store "PKCS#8" byte encoded keys.
class
An implementation of AlgorithmParameterSpec for the RSA PSS encoding scheme.
class
This class generates a set of RSA Key parameters used in the generation of RSA keys.
class
This class represents an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
class
An in-memory representation of the RSA triplet (prime, exponent, and coefficient) inside a PKCS#1 v2.1 OtherPrimeInfo structure.
class
RSA Private Certificate Key class Specification.
class
RSA Private Key class Specification.
class
RSA Public Key class Specification.
class
X.509 Encoded Key Specification class which is used to store "X.509" byte encoded keys.

Uses in package org.omg.PortableServer.CurrentPackage

Classes derived from java.lang.Object

class
This exception may be thrown by methods in CurrentOperations if they are invoked outside the context of a POA-dispatched operation.
class
The helper operations for the exception NoContext.

Uses in package javax.transaction.xa

Classes derived from java.lang.Object

class

Uses in package javax.sound.midi

Classes derived from java.lang.Object

class
The abstract base class for all MIDI instruments.
class
This exception is thrown when we encounter bad MIDI data.
class
A system exclusive MIDI message.
class
A MIDI device descriptor object.
class
A MIDI event is the combination of a MIDI message and a timestamp specified in MIDI ticks.
class
Describe a MIDI file, including specifics about its type, length and timing.
class
The base class for all MIDI messages.
class
MidiSystem provides access to the computer system's MIDI resources, as well as utility routines for reading MIDI files and more.
class
This exception is thrown when MIDI resources are not available.
class
A Patch describes where an Instrument is loaded on a Synthesizer.
class
Objects of this type represent sequences of MIDI messages that can be played back by a Sequencer.
class
A SyncMode object represents the mechanism by which a MIDI sequencer synchronizes time with a master or slave device.
class
A short MIDI message that is no longer than 3 bytes long.
class
SoundbankResource objects represent audio data stored in a sound bank.
class
A system exclusive MIDI message.
class
A Track contains a list of timecoded MIDI events for processing by a Sequencer.
class
Objects of this type define the status of a Synthesizer voice.

Methods with parameter type java.lang.Object

boolean
This equals method only returns true if this object is the same as obj.
boolean
SyncMode objects are only equal when identical.

Methods with return type java.lang.Object

Object
This method may be called to create a new copy of the Object.
Object
Object
Object
This method may be called to create a new copy of the Object.
Object
Get the audio data for this resource.

Uses in package org.omg.DynamicAny.DynAnyFactoryPackage

Classes derived from java.lang.Object

class
The InconsistentTypeCode is thrown on the attempt to create an DynAny for Principal or native data types.
class
The helper operations for the exception InconsistentTypeCode.

Uses in package javax.sql

Classes derived from java.lang.Object

class
class

Methods with parameter type java.lang.Object

void
RowSet.setObject(int parameterIndex, Object x)
void
RowSet.setObject(int parameterIndex, Object x, int targetSqlType)
void
RowSet.setObject(int parameterIndex, Object x, int targetSqlType, int scale)

Methods with return type java.lang.Object

Object[]

Uses in package java.nio.channels

Classes derived from java.lang.Object

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

Methods with parameter type java.lang.Object

Object
Attaches obj to the key and returns the old attached object.
SelectionKey
Registers this channel with the given selector, returning a selection key.

Methods with return type java.lang.Object

Object
Attaches obj to the key and returns the old attached object.
Object
Returns the object attached to the key.
Object
Returns the lock of this channel.

Uses in package org.omg.PortableInterceptor.ORBInitInfoPackage

Classes derived from java.lang.Object

class
This exception is raised on an attempt to register a second org.omg.PortableInterceptor.Interceptor with the same name.
class
The helper operations for the exception DuplicateName.
class
This exception is raised by methods in ORBInitInfoOperations on the attempt to register or resolve an invalid name like empty string.
class
The helper operations for the exception InvalidName.
class
The Object Id is defined in OMG specification just as a narrow (not wide) string.

Uses in package javax.security.auth.kerberos

Classes derived from java.lang.Object

class
class
This class represents a Kerberos key.
class
This represents a Kerberos principal.
class
This class represents a Kerberos ticket.
class
This represents permission to access to a Kerberos service principal.

Methods with parameter type java.lang.Object

boolean
boolean

Uses in package java.lang.ref

Classes derived from java.lang.Object

class
A phantom reference is useful, to get notified, when an object got finalized.
class
This is the base class of all references.
class
This is the queue, where references can enqueue themselve on.
class
A soft reference will be cleared, if the object is only softly reachable and the garbage collection needs more memory.
class
A weak reference will be cleared, if the object is only weakly reachable.

Uses in package org.omg.CORBA.ORBPackage

Classes derived from java.lang.Object

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.

Uses in package javax.management.openmbean

Classes derived from java.lang.Object

class
The open type descriptor for arrays of open data values.
class
Provides an InvocationHandler</