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 which implements a series of accessor methods (those beginning with "get" or "is") using the content of a CompositeData object.
class
Provides an implementation of the CompositeData interface.
class
The open type descriptor for instances of the CompositeData class.
class
Thrown when an invalid key (a field name or row index) is passed to a method of the CompositeData or TabularData classes.
class
Thrown when a open data value has an erroneous open type.
class
Thrown when a key (a field name or row index) is passed to a method of the CompositeData or TabularData classes and it is found to already be in use.
class
Thrown when an instance of one of the open types, open data objects or open metadata information objects could not be created due to invalid construction parameters.
class
Describes an attribute of an open management bean.
class
Describes a constructor for an open management bean.
class
Describes an open management bean.
class
Describes a operation for an open management bean.
class
Describes the parameters of a constructor or operation associated with an open management bean.
class
The superclass of all open types, which describe the applicable data values for open MBeans.
class
The open type descriptor for data values that are members of one of the simple types (such as an integer or a string).
class
Provides an implementation of the TabularData interface using a HashMap.
class
The open type descriptor for instances of the TabularData class.

Constructors with parameter type java.lang.Object

Constructs a new CompositeDataSupport instance with the specified type using the supplied arrays of field names and values.

Methods with parameter type java.lang.Object

boolean
Returns true iff this instance of the TabularData class contains a CompositeData value at the specified index.
boolean
Returns true iff this instance of the TabularData class contains a CompositeData value at the specified index.
boolean
Returns true iff this instance of the TabularData class contains a CompositeData value at the specified index.
boolean
Returns true if this CompositeData instance has a value equal to that supplied.
boolean
Returns true if this CompositeData instance has a value equal to that supplied.
boolean
Returns true iff this instance of the TabularData class contains the specified CompositeData value.
boolean
Compares this array type with another object for equality.
boolean
Compares the specified object with this object for equality.
boolean
Compares the specified object with this object for equality.
boolean
Compares this composite data type with another object for equality.
boolean
Compares this attribute with the supplied object.
boolean
Compares this attribute with the supplied object.
boolean
Compares this attribute with the supplied object.
boolean
Compares this attribute with the supplied object.
boolean
Compares this attribute with the supplied object.
boolean
Compares this attribute with the supplied object.
boolean
Compares this attribute with the supplied object.
boolean
Compares this attribute with the supplied object.
boolean
Compares this parameter with the supplied object.
boolean
Compares this parameter with the supplied object.
boolean
Performs an equality test on this object and the one specified.
boolean
Compares this simple data type with another object for equality.
boolean
Compares the specified object with this object for equality.
boolean
Compares the specified object with this object for equality.
boolean
Compares this tabular data type with another object for equality.
Object
Retrieves the value for the specified key by simply calling get((Object[]) key).
CompositeData
Retrieves the CompositeData value for the specified key, or null if no such mapping exists.
CompositeData
Retrieves the CompositeData value for the specified key, or null if no such mapping exists.
Object
Called by the proxy class whenever a method is called.
boolean
Returns true if the specified object is a member of this array type.
boolean
Returns true if the specified object is a member of this composite type.
boolean
Returns true if the specified object is a valid value for this attribute.
boolean
Returns true if the specified object is a valid value for this parameter.
boolean
Returns true if the specified object is a valid value for this parameter.
boolean
Returns true if the specified object is a member of this type.
boolean
Returns true if the specified object is a member of this simple type.
boolean
Returns true if the specified object is a member of this tabular type.
Object
Adds the specified CompositeData value to the table, ignoring the supplied key, by simply calling put((CompositeData) val).
Object
Removes the value for the specified key by simply calling remove((Object[]) key).
CompositeData
Removes the CompositeData value located at the specified index.
CompositeData
Removes the CompositeData value located at the specified index.

Methods with return type java.lang.Object

Object[]
Calculates the index the specified CompositeData value would have, if it was to be added to this TabularData instance.
Object[]
Calculates the index the specified CompositeData value would have, if it was to be added to this TabularData instance.
Object
Returns a shallow clone of the information, as obtained by the Object implementation of Object.clone().
Object
Retrieves the value for the specified key by simply calling get((Object[]) key).
Object
Retrieves the value for the specified key.
Object
Retrieves the value for the specified key.
Object[]
Returns the appropriate value for each key in the given array, using the same ordering.
Object[]
Returns the appropriate value for each key in the given array, using the same ordering.
Object
Returns the default value of this attribute, or null if there is no default value.
Object
Returns the default value of this parameter, or null if there is no default value.
Object
Returns the default value of this parameter, or null if there is no default value.
Object
Called by the proxy class whenever a method is called.
Object
Adds the specified CompositeData value to the table, ignoring the supplied key, by simply calling put((CompositeData) val).
Object
Replaces instances of this class read from an ObjectInputStream with one of the predefined values.
Object
Removes the value for the specified key by simply calling remove((Object[]) key).

Uses in package java.beans

Classes derived from java.lang.Object

class
BeanDescriptor describes general information about a Bean, plus stores the Bean's Class and it's customizer's Class.

class
Beans provides some helper methods that allow the basic operations of Bean-ness.
class
DefaultPersistenceDelegate is a PersistenceDelegate implementation that can be used to serialize objects which adhere to the Java Beans naming convention.
class
class
EventHandler forms a bridge between dynamically created listeners and arbitrary properties and methods.

You can use this class to easily create listener implementations for some basic interactions between an event source and its target.

class
EventSetDescriptor describes the hookup between an event source class and an event listener class.
class
An Expression captures the execution of an object method that returns a value.

It stores an object, the method to call, and the arguments to pass to the method.

While this class can generally be used to describe method calls it is part of the XML serialization API.

class
FeatureDescriptor is the common superclass for all JavaBeans Descriptor classes.
class
This is like a PropertyChangeEvent, but also carries with it the index of the property which changed.
class
IndexedPropertyDescriptor describes information about a JavaBean indexed property, by which we mean an array-like property that has been exposed via a pair of get and set methods and another pair that allows you to get to the property by an index.

An example property would have four methods like this:

FooBar[] getFoo()
void setFoo(FooBar[])
FooBar getFoo(int)
void setFoo(int,FooBar)

The constraints put on get and set methods are:

  1. There must be at least a get(int) or a set(int,...) method.
class
IntrospectionException is thrown when the Introspector fails.
class
Introspector is the class that does the bulk of the design-time work in Java Beans.
class
MethodDescriptor describes information about a JavaBeans method.
class
ParameterDescriptor represents a single parameter to a method.
class
A PersistenceDelegate describes how a another object has to constructed and transformed in order to create a complete replicate.

For custom classes you will need to implement PersistenceDelegate in a way that is suitable for them.

class
PropertyChangeEvents are fired in the PropertyChange and VetoableChange event classes.
class
This class provides an extension to PropertyChangeListener - associating a name with the listener.
class
PropertyChangeSupport makes it easy to fire property change events and handle listeners.
class
PropertyDescriptor describes information about a JavaBean property, by which we mean a property that has been exposed via a pair of get and set methods.
class
PropertyEditorManager is used to find property editors for various types (not necessarily Beans).

It first checks to see if the property editor is already registered; if it is, that property editor is used.

class
PropertyEditorSupport helps with PropertyEditors, implementing base functionality that they usually must have but which is a pain to implement.
class
PropertyVetoException is thrown when a VetoableChangeListener doesn't like the proposed change.
class
SimpleBeanInfo is a class you may extend to more easily provide select information to the Introspector.
class
A Statement captures the execution of an object method.
class
This class provides an extension to VetoableChangeListener - associating a name with the listener.
class
VetoableChangeSupport makes it easy to fire vetoable change events and handle listeners.
class
The XMLDecoder reads XML data that is structured according to this DTD and creates objects according to the content.
class
This class uses the PersistenceDelegate and Encoder infrastructure to generate an XML representation of the objects it serializes.

Constructors with parameter type java.lang.Object

EventHandler.EventHandler(Object target, String action, String eventPropertyName, String listenerMethodName)
Creates a new EventHandler instance.
Expression.Expression(Object value, Object target, String methodName, Object[] arguments)
Constructor Constructs an Expression representing the invocation of object.methodName(arg[0], arg[1], ...); However, it will never be executed.
Expression.Expression(Object target, String methodName, Object[] arguments)
Constructor Constructs an Expression representing the invocation of object.methodName(arg[0], arg[1], ...);
IndexedPropertyChangeEvent.IndexedPropertyChangeEvent(Object source, String name, Object oldValue, Object newValue, int index)
Create a new IndexedPropertyChangeEvent.
PropertyChangeEvent.PropertyChangeEvent(Object source, String propertyName, Object oldVal, Object newVal)
Create a new PropertyChangeEvent.
Create a PropertyChangeSupport to work with a specific source bean.
Call this constructor when you are using PropertyEditorSupport as a helper object.
Statement.Statement(Object target, String methodName, Object[] arguments)
Constructs a statement representing the invocation of object.methodName(arg[0], arg[1], ...);

If the argument array is null it is replaced with an array of zero length.

Create a VetoableChangeSupport to work with a specific source bean.
Creates a XMLDecoder instance that parses the XML data of the given input stream.
XMLDecoder.XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener)
Creates a XMLDecoder instance that parses the XML data of the given input stream.
Creates a XMLDecoder instance that parses the XML data of the given input stream.

Methods with parameter type java.lang.Object

EventHandler.T create(Class listenerInterface, Object target, String action)
Constructs an implementation of listenerInterface to dispatch events.

You can use such an implementation to simply call a public no-argument method of an arbitrary target object or to forward the first argument of the listener method to the target method.

Call this method like: button.addActionListener((ActionListener) EventHandler.create(ActionListener.class, target, "dispose"));

to achieve the following behavior: button.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ae) { target.dispose(); } });

That means if you need a listener implementation that simply calls a a no-argument method on a given instance for each method of the listener interface.

Note: The action is interpreted as a method name.

EventHandler.T create(Class listenerInterface, Object target, String action, String eventPropertyName)
Constructs an implementation of listenerInterface to dispatch events.

Use this method if you want to create an implementation that retrieves a property value from the first argument of the listener method and applies it to the target's property or method.

EventHandler.T create(Class listenerInterface, Object target, String action, String eventPropertyName, String listenerMethodName)
Constructs an implementation of listenerInterface to dispatch events.

Besides the functionality described for create(Class, Object, String) and create(Class, Object, String, String) this method allows you to filter the listener method that should have an effect.

PropertyEditor
Instantiate a property editor using the property editor class.
boolean
Compares this PropertyDescriptor against the given object.
void
PropertyChangeSupport.fireIndexedPropertyChange(String name, int index, Object oldValue, Object newValue)
Fire an indexed property change event.
void
Fire a PropertyChangeEvent containing the old and new values of the property to all the global listeners, and to all the listeners for the specified property name.
void
Fire a PropertyChangeEvent containing the old and new values of the property to all the global listeners, and to all the listeners for the specified property name.
Object
Encoder.get(Object oldInstance)
Returns the replacement object which has been created by the encoder during the instantiation sequence or null if the object has not been processed yet.
Object
Beans.getInstanceOf(Object bean, Class newClass)
Returns the Bean as a different class type.
void
DefaultPersistenceDelegate.initialize(Class type, Object oldInstance, Object newInstance, Encoder out)
void
PersistenceDelegate.initialize(Class type, Object oldInstance, Object newInstance, Encoder out)
Expression
Expression
Object
EventHandler.invoke(Object proxy, Method method, Object[] arguments)
Invokes the EventHandler.
boolean
Beans.isInstanceOf(Object bean, Class newBeanClass)
Determines whether the Bean can be cast to a different class type.
boolean
boolean
PersistenceDelegate.mutatesTo(Object oldInstance, Object newInstance)
Object
Encoder.remove(Object oldInstance)
void
Set the object to Customize.
void
Sets the owner object which can be accessed from the parsed XML data.
void
void
Set the propagation ID.
void
Sets the bean that is used as the source of events when property changes occur.
void
Set the cached value to be returned by getValue()
void
Called by the RAD tool to set the value of this property for the PropertyEditor.
void
Sets the current value of the property and a property change event is fired to all registered PropertyChangeListener instances.
void
Set an arbitrary string-value pair with this feature.
void
void
void

Methods with return type java.lang.Object

Object
Encoder.get(Object oldInstance)
Returns the replacement object which has been created by the encoder during the instantiation sequence or null if the object has not been processed yet.
Object[]
Return the statement arguments.
Object
Beans.getInstanceOf(Object bean, Class newClass)
Returns the Bean as a different class type.
Object
Get the property's new value.
Object
Get the property's old value.
Object
Returns the owner object of the decoder.
Object
Object
Get the propagation ID.
Object
Returns the bean that is used as the source of events.
Object
Returns the target object.
Object
Return the statement object.
Object
Return the result of executing the method.
Object
Accessor method to get the current value the PropertyEditor is working with.
Object
Gets the current value of the property.
Object
Get an arbitrary value set with setValue().
Object
Creates a bean.
Object
Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext)
Creates a bean.
Object
Beans.instantiate(ClassLoader cl, String beanName, BeanContext beanContext, AppletInitializer initializer)
Instantiates a bean according to Beans 1.0.
Object
EventHandler.invoke(Object proxy, Method method, Object[] arguments)
Invokes the EventHandler.
Object
Returns the next available decoded object.
Object
Encoder.remove(Object oldInstance)

Uses in package org.omg.CORBA_2_3

Classes derived from java.lang.Object

class
This class should provide the ORB) ORB extensions, defined in the OMG CORBA version 2.3 specification.

Methods with parameter type java.lang.Object

void
This method is called by RMI-IIOP Tie.orb(ORB), passing this as parameter.

Uses in package java.rmi

Classes derived from java.lang.Object

class
Thrown to indicate that the caller does not have permission to access certain data, such as bind in an ActivationSystem.
class
Thrown on an attempt to bind an object in the registry that is already bound.
class
Thrown if a connection is refused for a remote call.
class
Wraps an I/O Exception thrown while connecting for a remote call.
class
Thrown if an exception occurs while marshalling data to send in a remote call.
class
A MarshalledObject consists of a serialized object which is marshalled according to the RMI specification.
class
The Naming class handles interactions with RMI registries.
class
Thrown on an attempt to invoke a call on an object that no longer exists in the remote Virtual Machine.
class
Thrown on an attempt to lookup or unbind a registry name that has no associated binding.
class
The superclass of exceptions related to RMI (remote method invocation).
class
Never thrown, but originally intended to wrap a SecurityException in the case of RMI.
class
class
Wraps any error thrown while processing the server of a remote call.
class
Wraps any exception thrown while processing the server of a remote call.
class
Wraps any runtime exception thrown while processing the server of a remote call.
class
Thrown if a valid stub class is not found for an object when it is exported.
class
Thrown if an unexpected checked exception was received in a remote procedure call.
class
Thrown if a java.net.UnknownHostException occurs during a remote procedure call.
class
Thrown if an exception occurs while unmarshalling parameters or results of a remote method call.

Constructors with parameter type java.lang.Object

Constructs a MarshalledObject from the given object.

Methods with parameter type java.lang.Object

boolean
Checks if the given object is equal to this marshalled object.

Methods with return type java.lang.Object

Object
Constructs and returns a copy of the internal serialized object.

Uses in package java.util.regex

Classes derived from java.lang.Object

class
Instance of a regular expression applied to a char sequence.
class
Compiled regular expression ready to be applied.
class
Indicates illegal pattern for regular expression.

Uses in package org.xml.sax.ext

Classes derived from java.lang.Object

class
SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
class
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
class
SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.

Uses in package javax.crypto

Classes derived from java.lang.Object

class
This exception is thrown during decryption when the decrypted input does not have the proper padding bytes that are expected by the padding mechanism.
class
This class implements a cryptographic cipher for transforming data.

Ciphers cannot be instantiated directly; rather one of the getInstance must be used to instantiate a given transformation, optionally with a specific provider.

A transformation is of the form:

  • algorithm/mode/padding, or
  • algorithm

where algorithm is the base name of a cryptographic cipher (such as "AES"), mode is the abbreviated name of a block cipher mode (such as "CBC" for cipher block chaining mode), and padding is the name of a padding scheme (such as "PKCS5Padding").

class
This is an InputStream that filters its data through a Cipher before returning it.
class
A filtered output stream that transforms data written to it with a Cipher before sending it to the underlying output stream.
class
This class represents the Service Provider Interface (SPI) for cryptographic ciphers.

Providers of cryptographic ciphers must subclass this for every cipher they implement, implementing the abstract methods as appropriate, then provide an entry that points to the subclass in their implementation of Provider.

CipherSpi objects are instantiated along with Ciphers when the Cipher.getInstance(String) methods are invoked.

class
An implementation of the EncryptedPrivateKeyInfo ASN.1 type as specified in PKCS #8 - Private-Key Information Syntax Standard.
class
An exemption mechanism, which will conditionally allow cryptography where it is not normally allowed, implements things such as key recovery, key weakening, or key escrow.
class
Signals a general exception in an ExemptionMechanism.
class
The Service Provider Interface (SPI) for the ExemptionMechanism class.
class
This exception is thrown when finishing encryption without padding or decryption and the input is not a multiple of the cipher's block size.
class
Key agreement is a method in which two or more parties may agree on a secret key for symmetric cryptography or message authentication without transmitting any secrets in the clear.
class
This is the Service Provider Interface (SPI) for the KeyAgreement class.
class
A generic producer of keys for symmetric cryptography.
class
The Service Provider Interface (SPI) for the KeyGenerator class.
class
This class implements a "message authentication code" (MAC), a method to ensure the integrity of data transmitted between two parties who share a common secret key.
class
This is the Service Provider Interface (SPI) for the Mac class.
class
This exception is thrown when a particular padding scheme is requested but is not available.
class
Trivial subclass of Cipher that implements the identity transformation, where the input is always copied to the output unchanged.
class
This class allows any Serializable object to be stored in an encrypted form.
class
A secret key factory translates SecretKey objects to and from KeySpec objects, and can translate between different vendors' representations of SecretKey objects (for security or semantics; whichever applies).
class
The Service Provider Interface (SPI) for the SecretKeyFactory class.
class
This exception is thrown on an attempt to transform bytes into a buffer that is too short to contain the data.

Methods with return type java.lang.Object

Object
Clone this instance, if the underlying implementation supports it.
Object
Returns a clone of this instance if cloning is supported.
Object
Unseal and deserialize this sealed object with the specified key.
Object
SealedObject.getObject(Key key, String provider)
Unseal and deserialize this sealed object with the specified key, using a cipher from the named provider.
Object
Unseal and deserialize this sealed object with a specified (already initialized) cipher.

Uses in package java.awt.datatransfer

Classes derived from java.lang.Object

class
This class allows data to be transferred using a cut and paste type mechanism.
class
This class represents a particular data format used for transferring data via the clipboard.
class
Event indicating a Clipboard has different flavors available.
class
MIME string couldn't be parsed correctly.
class
This class transfers a string as plain text using the clipboard.
class
This class maps between native platform type names and DataFlavors.
class
The data flavor requested is not supported for the transfer data.

Methods with parameter type java.lang.Object

boolean
This method test the specified Object for equality against this object.
Transferable
Returns the contents of the clipboard.

Methods with return type java.lang.Object

Object
Returns a copy of this object.
Object
Object
This method returns the data in the requested format.
Object
Returns the data in the specified DataFlavor.

Uses in package javax.xml.xpath

Classes derived from java.lang.Object

class
XPath constants.
class
A generic XPath exception.
class
An exception in an XPath expression.
class
Factory for creating XPath environments.
class
A configuration exception in an XPath factory environment.
class
An exception in an XPath function.

Methods with parameter type java.lang.Object

String
Evaluates this expression against the specified context, returning the result as a string.
Object
XPathExpression.evaluate(Object item, QName returnType)
Evaluates this expression against the specified context.
String
XPath.evaluate(String expression, Object item)
Evaluates an expression and returns the result as a string.
Object
XPath.evaluate(String expression, Object item, QName returnType)
Evaluates an expression.

Methods with return type java.lang.Object

Object
XPathExpression.evaluate(Object item, QName returnType)
Evaluates this expression against the specified context.
Object
XPath.evaluate(String expression, Object item, QName returnType)
Evaluates an expression.
Object
XPath.evaluate(String expression, InputSource source, QName returnType)
Evaluates an expression.
Object
Evaluate the function with the specified arguments.
Object
Evaluates this expression against the specified context.
Object

Uses in package javax.xml.stream.events

Methods with return type java.lang.Object

Object
Returns an implementation-specific representation of the DTD, or null if no such representation is available.

Uses in package org.omg.stub.java.rmi

Classes derived from java.lang.Object

class
Provides a stub for Remote type.

Uses in package javax.swing.plaf.metal

Classes derived from java.lang.Object

class
The default theme for the MetalLookAndFeel.
class
A factory class that creates borders for the different Swing components.
class
A border used for JButton components.

This Border implementation can handle only instances of AbstractButton and their subclasses.

If the Metal Look and Feel's current theme is 'Ocean' the border will be painted with a special highlight when the mouse cursor if over the button (ie. the property rollover of the button's model is true) and is not a direct child of a JToolBar.

class
A simple 3D border.
class
A border used for the JInternalFrame component.
class
A border used for JMenuBar components.
class
A border used for JMenu and JMenuItem components.
class
A border used for JInternalFrame components that are presented as dialogs (by the JOptionPane class).
class
A border used for a JInternalFrame when it is being used as a palette.
class
A border implementation for popup menus.
class
A button border that is only visible when the mouse pointer is within the button's bounds.
class
A border for JScrollPane components.
class
A border for table header cells.
class
A border used for the JTextField component.
class
A border used for the JToggleButton component.
class
A border used for the JToolBar component.
class
A UI delegate for the JButton component.
class
An Icon used by the MetalCheckBoxUI class.
class
A UI delegate for the JCheckBox component.
class
A button used by the MetalComboBoxUI class.
class
An editor used by the MetalComboBoxUI class.
class
A subclass of MetalComboBoxEditor that implements the UIResource interface.
class
An icon used by the MetalComboBoxUI class.
class
A UI delegate for the JComboBox component.
class
A layout manager that arranges the editor component (if active) and the button that make up the combo box.
class
A popup menu for the combo-box.
class
A listener used to handle property changes in the JComboBox component, to ensure that the UI delegate accurately reflects the current state in the rendering onscreen.
class
A UI delegate for the JInternalFrame.JDesktopIcon component.
class
A UI delegate for the JFileChooser component.
class
Handles changes to the selection in the directory combo box.
class
A combo box model containing the selected directory and all its parent directories.
class
A renderer for the files and directories in the file chooser.
class
A combo box model for the file selection filters.
class
A renderer for the items in the file filter combo box.
class
A mouse listener for the JFileChooser.
class
Creates icons for the MetalLookAndFeel.
class
An icon representing a file (drawn as a piece of paper with the top-right corner turned down).
class
An icon representing a folder.
class
An icon used by the MetalInternalFrameUI class when the frame is displayed as a palette.
class
A tree control icon.
class
A tree folder icon.
class
A tree leaf icon.
class
class
A UI delegate for the JInternalFrame component.
class
A UI delegate for the JLabel component.
class
A custom look and feel that is designed to look similar across different operating systems.
class
A UI implementation for MenuBar in the Metal Look & Feel.
class
A UI delegate for the JPopupMenu.Separator component.
class
A UI delegate for the JProgressBar component.
class
A UI delegate for the JRadioButton component.
class
A UI delegate for the JRootPane component.
class
A UI delegate for the JScrollBar component.
class
A button used by the MetalScrollBarUI.
class
A UI delegate for the JScrollPane component.
class
A UI delegate for the JSeparator component.
class
A UI delegate for the JSlider component.
class
A property change handler that updates the rendered component in response to specific property change events.
class
A UI delegate for the JSplitPane component.
class
A UI delegate for the JTabbedPane component.
class
A LayoutManager responsible for placing all the tabs and the visible component inside the JTabbedPane.
class
A UI delegate for the JTextField component.
class
The base class for themes used by the MetalLookAndFeel.
class
A UI delegate for the JToggleButton component.
class
A UI delegate for the JToolBar component.
class
A listener (no longer used) that responds when components are added to or removed from the 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
A listener (no longer used) that responds to property change events in a JToolBar component.
class
A UI delegate for the JToolTip component.
class
A UI delegate for the JTree component.
class
A modern theme for the Metal Look & Feel.

Methods with parameter type java.lang.Object

void
This function converts between the string passed into the client property and the internal representation (currently an int).
Component
MetalFileChooserUI.FileRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
Returns a component that can render the specified value.
Component
MetalFileChooserUI.FilterComboBoxRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
Returns a component that can be used to paint the given value within the list.
void
Sets the selected item.
void
Sets the selected filter.

Methods with return type java.lang.Object

Object
Returns the item at the specified index.
Object
Returns the item at the specified index.
Object
Returns the selected item, or null if no item is selected.
Object
Returns the selected file filter.

Uses in package javax.print.attribute.standard

Classes derived from java.lang.Object

class
The Chromaticity printing attribute specifies if print data should be printed in monochrome or color.
class
The ColorSupported printing attribute specifies if a printing device is capable of color printing.
class
The Compression printing attribute specifies if and how the supplied print data is compressed.
class
The Copies printing attribute specifies the number of copies to be printed.
class
The CopiesSupported attribute specifies the supported value or range of values for the Copies attribute.
class
The DateTimeAtCompleted attribute specifies the date and the time at which a print job completed (or was canceled or aborted).
class
The DateTimeAtCreation attribute specifies the date and the time at which a print job was created.
class
The DateTimeAtProcessing attribute specifies the date and the time at which a print job started processing.
class
The Destination attribute provides a URI for an alternate destination of the printing output.
class
The DocumentName printing attribute specifies a document name.
class
The Fidelity attribute specifies how a print job is handled if the supplied attributes are not fully supported.
class
The Finishings attribute specifies the finishing operations that the Printer applies to every copy of each printed document in the Job.
class
The JobHoldUntil attribute specifies the date and the time at which a print job must become a candidate for printing.
class
The JobImpressions printing attribute specifies the total size in number of impressions of the documents of a a print job.
class
The JobImpressionsCompleted printing attribute reports the number of impressions already processed.
class
The JobImpressionsSupported printing attribute specifies the supported range of values for the JobImpressions attribute.
class
The JobKOctets printing attribute specifies the total size of all the documents of a print job in K octets.
class
The JobKOctetsProcessed printing attribute reports the total number of octets already processed in K octets units.
class
The JobKOctetsSupported printing attribute specifies the supported range of values for the JobKOctets attribute.
class
The JobMediaSheets printing attribute specifies the total number of media sheets needed by a job.
class
The JobMediaSheetsCompleted printing attribute reports the number of media sheets already processed.
class
The JobMediaSheetsSupported printing attribute specifies the supported range of values for the JobMediaSheets attribute.
class
The JobMessageFromOperator printing attribute provides a message from an operator or a system administrator related to the print job.
class
The JobName printing attribute provides the name of a print job for identification.
class
The JobOriginatingUserName attribute specifies the name of the user which submitted the print job.
class
The JobPriority printing attribute specifies the priority for scheduling a job on the print service.
class
The JobPrioritySupported printing attribute provides the supported values for the JobPriority attribute.
class
The JobSheets printing attribute specifies if a job start/end sheets should be printed.
class
The JobState printing attribute reports the current state of a job.
class
The JobStateReason attribute provides additional information about the current state of a job.
class
The JobStateReasons attribute provides the set of additional informations available about the current state of a print job.
class
The Media printing attribute specifies which type of media should be used for printing.
class
MediaName is a subclass of the Media printing attribute and provides selection of media to be used by the means of defined names.
class
The MediaPrintableArea attribute specifies the area of a media sheet which is available for printing.
class
The MediaSize printing attribute class specifies the size of a printing media.
class
Container class for predefined US Engineering media sizes.
class
Container class for predefined ISO media sizes.
class
Container class for predefined Japanese JIS media sizes.
class
Container class for predefined North American media sizes.
class
Container class for miscellaneous media sizes.
class
MediaSizeName is a subclass of the Media printing attribute and provides selection of media to be used by the means of defined size names.
class
MediaTray is a subclass of the Media printing attribute and provides selection of media to be used by the means of the input tray of the printer.
class
The MultipleDocumentHandling printing attribute controls how certain printing attributes affect printing in case of multiple documents in a print job.
class
The NumberOfDocuments printing attribute specifies the number of documents in a job.
class
The NumberOfInterveningJobs printing attribute provides the number of jobs ahead in the print service queue before the requested job.
class
The NumberUp printing attribute specifies the number of pages to be arranged upon a single media sheet.
class
The NumberUpSupported printing attribute specifies the supported value or range of values for the NumberUp attribute.
class
The OrientationRequested printing attribute specifies the desired orientation of the print data on the media sheet.
class
The OutputDeviceAssigned printing attribute specifies the output printer device assigned by a print service to a print job.
class
The PageRanges printing attribute specifies the range(s) of pages to be printed in a print job.
class
The PagesPerMinute printing attribute specifies the nominal number of pages per minute which may be printed by the printer.
class
The PagesPerMinuteColor printing attribute specifies the nominal number of pages per minute which may be printed in color by the printer.
class
The PDLOverrideSupported printing attribute specifies if a print services is capable of attempting to override document data instructions with IPP attributesc.
class
The PresentationDirection attribute specifies a value to be used together with the NumberUp attribute to indicate the layout of multiple pages on a single media sheet.
class
The PrinterInfo printing attribute provides informations about a printer device.
class
The PrinterIsAcceptingJobs printing attribute signals if a print services is currently accepting jobs.
class
The PrinterLocation printing attribute provides the location of a printer device.
class
The PrinterMakeAndModel printing attribute provides the name of the maker and the model of the printer.
class
The PrinterMessageFromOperator printing attribute provides a message from an operator or a system administrator related to the printer.
class
The PrinterMoreInfo attribute provides a URI that can be used to obtain more information about the printer.
class
The PrinterMoreInfoManufacturer attribute provides a URI that can be used to obtain more information about the printer device type and its manufacturer.
class
The PrinterName printing attribute provides the name of a print service.
class
The PrinterResolution printing attribute specifies a resolution supported by a print service or to be used by a print job.
class
The PrinterState printing attribute reports the current state of the printer device.
class
The PrinterStateReason attribute provides additional information about the current state of the printer device.
class
The PrinterStateReasons attribute provides the set of additional informations available about the current state of the printer device.
class
The PrinterURI attribute provides the URI of a printer.
class
The PrintQuality printing attribute specifies the print quality that should be used by the print services for a job.
class
The QueuedJobCount printing attribute reports the number of jobs currently in the queue.
class
The ReferenceUriSchemesSupported attribute provides the supported URI schemes (e.g. ftp) which are supported by the printer service to be used as uri reference for document data.
class
The RequestingUserName attribute provides the name of the user which requests the printing of the given job.
class
The Severity printing attribute specifies the severity for a PrinterStateReason attribute.
class
The SheetCollate printing attribute specifies whether or not the sheets of each copy in a print job have to be in sequence.
class
The Sides printing attribute specifies how consecutive printing pages are arranged on the media sheet.

Methods with parameter type java.lang.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.
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.
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.
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.
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.
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.
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.
boolean
Tests if the given object is equal to this object.
boolean
Tests if the given object is equal to this object.

Uses in package java.awt.event

Classes derived from java.lang.Object

class
This event is generated when an action on a component (such as a button press) occurs.
class
This class represents an event that is generated when an adjustable value is changed.
class
This class allows adding an AWTEventListener which only pays attention to a specific event mask.
class
This class implements ComponentListener and implements all methods with empty bodies.
class
This class is for events generated when a component is moved, resized, hidden, or shown.
class
This class implements ContainerListener and implements all methods with empty bodies.
class
This event is generated when a component is added or removed from a container.
class
This class implements FocusListener and implements all methods with empty bodies.
class
This class represents an event generated when a focus change occurs for a component.
class
This class implements HierarchyBoundsListener and implements all methods with empty bodies.
class
This class represents an event generated for an ancestor component which may affect this component.
class
This is the common superclass for all component input classes.
class
This class is for event generated by change in a text input method.
class
This event executes Runnable.run() of a target object when it is dispatched.
class
This event is generated when a selection item changes state.
class
This class implements KeyListener and implements all methods with empty bodies.
class
This event is generated when a key is pressed or released.
class
This class implements MouseListener and implements all methods with empty bodies.
class
This event is generated for a mouse event.
class
This class implements MouseMotionListener and implements all methods with empty bodies.
class
This event is generated for a mouse wheel rotation.
class
This event is generated when an area of the screen needs to be painted.
class
This event is generated when a text box changes contents.
class
This class implements WindowListener, WindowStateListener, and WindowFocusListener, and implements all methods with empty bodies.
class
This event is generated when there is a change in a window.

Constructors with parameter type java.lang.Object

ActionEvent.ActionEvent(Object source, int id, String command)
Initializes a new instance of ActionEvent with the specified source, id, and command.
ActionEvent.ActionEvent(Object source, int id, String command, int modifiers)
Initializes a new instance of ActionEvent with the specified source, id, command, and modifiers.
ActionEvent.ActionEvent(Object source, int id, String command, long when, int modifiers)
Initializes a new instance of ActionEvent with the specified source, id, command, and modifiers, and timestamp.
InvocationEvent.InvocationEvent(Object source, int id, Runnable runnable, Object notifier, boolean catchExceptions)
Initializes a new instance of InvocationEvent with the specified source, runnable, and notifier.
Initializes a new instance of InvocationEvent with the specified source and runnable.
InvocationEvent.InvocationEvent(Object source, Runnable runnable, Object notifier, boolean catchExceptions)
Initializes a new instance of InvocationEvent with the specified source, runnable, and notifier.
ItemEvent.ItemEvent(ItemSelectable source, int id, Object item, int stateChange)
Initializes a new instance of ItemEvent with the specified source, id, and state change constant.
TextEvent.TextEvent(Object source, int id)
Initializes a new instance of TextEvent with the specified source and id.

Fields of type java.lang.Object

Object
This is the object to call notifyAll() on when the call to run() returns, or null if no object is to be notified.

Methods with return type java.lang.Object

Object
Returns the item affected by this state change.

Uses in package javax.swing.border

Classes derived from java.lang.Object

class
An invisible zero-width border, serving as a base class for implementing more interesting borders.
class
A rectangular, two pixel thick border that causes the enclosed area to appear as if it was raising out of or lowered into the screen.
class
A Border that is composed of an interior and an exterior border, where the interior border is tightly nested into the exterior.
class
A border for leaving a specifiable number of pixels empty around the enclosed component.
class
A border that looks like an engraving etched into the background surface, or (in its raised variant) coming out of the surface plane.
class
A border that consists of a line whose thickness and color can be specified.
class
A border that is filled with either a solid color or with repeated icon tiles.
class
A rectangular, three pixel thick border that looks like a BevelBorder with slightly softened corners.
class
A border that paints a title on top of another border.

Uses in package javax.naming.ldap

Classes derived from java.lang.Object

class
class
class
class
class
class

Constructors with parameter type java.lang.Object

Uses in package java.security.cert

Classes derived from java.lang.Object

class
The Certificate class is an abstract class used to manage identity certificates.
class
Certificate.CertificateRep is an inner class used to provide an alternate storage mechanism for serialized Certificates.
class
Exception for a Certificate Encoding.
class
Exception for a Certificate.
class
Exception for a Certificate Expiring.
class
This class implements the CertificateFactory class interface used to generate certificates, certificate revocation lists (CRLs), and certificate paths objects from their encoded forms.
class
CertificateFactorySpi is the abstract class Service Provider Interface (SPI) for the CertificateFactory class.
class
Exception for a Certificate that is not yet valid.
class
Exception for parsing a DER-encoded Certificate.
class
This class represents an immutable sequence, or path, of security certificates.
class
The serialized representation of a path.
class
This class builds certificate paths (also called certificate chains), which can be used to establish trust for a particular certificate by building a path from a trusted certificate (a trust anchor) to the untrusted certificate.
class
Indicates a problem while using a CertPathBuilder, wrapping the lower exception.
class
The CertPathBuilder Service Provider Interface (SPI).
class
Generic interface to classes that validate certificate paths.
class
Indicates a problem while validating a certification path.
class
The service provider interface (SPI) for the CertPathValidator class.
class
A CertStore is a read-only repository for certificates and certificate revocation lists.
class
Indicates a problem while retrieving certificates and CRLs from CertStore, wrapping the lower exception.
class
The service provider interface (SPI) for the CertStore class.
class
An implementation of CertStoreParameters with a simple, in-memory Collection of certificates and certificate revocation list.
class
Certificate Revocation List class for managing CRLs that have different formats but the same general use.
class
Exception for a Certificate Revocation List.
class
Parameters for CertStores that are retrieved via the lightweight directory access protocol (LDAP).
class
Parameters for building certificate paths using the PKIX algorithm.
class
The result of calling the CertPathBuilder.build(CertPathParameters) method of PKIX CertPathBuilders.
class
A validator for X.509 certificates when approving certificate chains.
class
class
Parameters for verifying certificate paths using the PKIX (Public-Key Infrastructure (X.509)) algorithm.
class
The PolicyQualifierInfo X.509 certificate extension.
class
An ultimately-trusted certificate to serve as the root of a certificate chain.
class
X509Certificate is the abstract class for X.509 certificates.
class
A concrete implementation of CertSelector for X.509 certificates, which allows a number of criteria to be set when accepting certificates, from validity dates, to issuer and subject distinguished names, to some of the various X.509 extensions.
class
The X509CRL class is the abstract class used to manage X.509 Certificate Revocation Lists.
class
Abstract class for entries in the CRL (Certificate Revocation List).
class
A class for matching X.509 certificate revocation lists by criteria.

Methods with parameter type java.lang.Object

boolean
Compares this Certificate to other.
boolean
Compares this path to another for semantic equality.
boolean
Compares this X509CRL to other.
boolean
Compares this X509CRLEntry to other.

Methods with return type java.lang.Object

Object
Creates a copy of this builder result.
Object
Makes a copy of this CertPathParameters instance.
Object
Returns a copy of this validator result.
Object
Returns a copy of this CertSelector.
Object
Create a copy of these parameters.
Object
Object
Returns a clone of this instance.
Object
Object
This method may be called to create a new copy of the Object.
Object
Returns a copy of this object.
Object
Returns a copy of these parameters.
Object
Object
Returns a copy of this object.
Object
Deserialize this certificate replacement into the appropriate certificate object.
Object
Decode the data into an actual CertPath upon deserialization.
Object
Returns a replacement for this certificate to be serialized.
Object
Serializes the path in its encoded form, to ensure reserialization with the appropriate factory object without worrying about list implementation.

Uses in package java.net

Classes derived from java.lang.Object

class
This abstract class provides a model for obtaining authentication information (in the form of a username and password) required by some network operations (such as hitting a password protected web site).
class
This exception indicates that an error occurred while attempting to bind socket to a particular port.
class
This exception indicates that an error occurred while attempting to connect to a remote host.
class
This is an abstract class that is the superclass for classes that read objects from URL's.
class
This class models a packet of data that is to be sent across the network using a connectionless protocol such as UDP.
class
This class models a connectionless datagram socket that sends individual packets of data across the network.
class
This abstract class models a datagram socket implementation.
class
This class provides a common abstract implementation for those URL connection classes that will connect using the HTTP protocol.
class
class
class
This class models an Internet address.
class
InetSocketAddress instances represent socket addresses in the java.nio package.
class
This abstract class represents a common superclass for implementations of jar URL's.
class
This exception indicates that a URL passed to an object was not in a valid format.
class
This class models a multicast UDP socket.
class
This class is used to model miscellaneous network permissions.
class
This class models a network interface on the host computer.
class
This exception indicates that there is no TCP/IP route to the requested host.
class
This class serves a container for username/password pairs.
class
This exception signals that an ICMP port unreachable datagram has been received.
class
This exception indicates that some sort of low level protocol exception occurred.
class
Defines a proxy setting.
class
Represents the proxy type.
class
Class for handling proxies for different connections.
class
This class models server side sockets.
class
This class models a client site socket.
class
Abstract base class for InetSocketAddress.
class
This exception indicates that a generic error occurred related to an operation on a socket.
class
This abstract class serves as the parent class for socket implementations.
class
This class models a specific set of permssions for connecting to a host.
class
This exception signals that a socket read or accept timed out.
class
This exception indicates that an attempt was made to reference a hostname or IP address that is not valid.
class
Contrary to what you might think, this does not indicate that the TCP/IP service name specified was invalid.
class
A URI instance represents that defined by RFC3986, with some deviations.
class
This exception is thrown when a String cannot be parsed as a URI.
class
This final class represents an Internet Uniform Resource Locator (URL).
class
A secure class loader that can load classes and resources from multiple locations.
class
This class models a connection that retrieves the information pointed to by a URL object.
class
This utility class contains static methods that converts a string encoded in the x-www-form-urlencoded format to the original text.
class
This utility class contains static methods that converts a string into a fully encoded URL string in x-www-form-urlencoded format.
class
This class is the superclass of all URL protocol handlers.

Methods with parameter type java.lang.Object

boolean
Compare the current Inet4Address instance with obj
boolean
Compares this object against the specified object
boolean
Tests this address for equality against another InetAddress.
boolean
Test if obj is a InetSocketAddress and has the same address and port
boolean
Checks if the current instance is equal to obj
boolean
Compares the given object with this object.
boolean
Tests this object for equality against another.
boolean
Compares the URI with the given object for equality.
boolean
Test another URL for equality with this one.
void
SocketOptions.setOption(int optionId, Object val)
Sets the specified option on a socket to the passed in object.

Methods with return type java.lang.Object

Object
Returns the contents of this URL as an object by first opening a connection, then calling the getContent() method against the connection
Object
This method returns the content of the document pointed to by the URL as an Object.
Object
URL.getContent(Class<T>[] classes)
Gets the contents of this URL
Object
Retrieves the content of this URLConnection
Object
This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.
Object
This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an Object represening the content.
Object
SocketOptions.getOption(int optionId)
Returns the current setting of the specified option.

Uses in package javax.swing

Classes derived from java.lang.Object

class
A base class for implementing the Action interface.
class
Provides an abstract implementation of common button behaviour, data model and look & feel.
class
A Java Accessibility extension of the AbstractButton.
class
An extension of ChangeListener to be serializable.
class
An abstract superclass for table and tree cell editors.
class
Provides standard implementations of some methods in ListModel.
class
Provides standard implementations for some of the methods in SpinnerModel.
class
Maps arbitrary keys (usually Strings) to Action instances.
class
A factory for commonly used borders.
class
A component that uses a BoxLayout as Layout Manager.
class
Provides accessibility support for Boxes.
class
A component that servers as a filler in BoxLayout controlled containers.
class
Provides accessibility support for Box.Filler.
class
A layout that stacks the children of a container in a Box, either horizontally or vertically.
class
Logically groups a set of buttons, so that only one of the buttons in a ButtonGroup can be selected at the same time.
class
Paints the cells of JList, JTable and JTree.
class
Provides accessibility support for CellRendererPanes.
class
An InputMap that is associated with a particular JComponent.
class
An extension of Graphics that can be used for debugging custom Swing widgets.
class
The default implementation of BoundedRangeModel.
class
The default implementation of ButtonModel.
class
The default implementation of TableCellEditor and TreeCellEditor.
class
This changeable module access the editor component in the component specific way.
class
A model that stores a list of elements and a selected item (which may be null).
class
The default implementation of DesktopManager for Swing.
class
This class has been obsoleted by the new KeyboardFocusManager and DefaultKeyboardFocusManager API.
class
The default implementation ListCellRenderer.
class
Subclasses DefaultListCellRenderers and implements UIResource.
class
The default implementation of AbstractListModel, used by JList and similar objects as the model of a list of values.
class
The default implementation of ListSelectionModel, which is used by JList and similar classes to manage the selection status of a number of data elements.
class
The default implementation of SingleSelectionModel, used in JTabbedPane, JMenuBar and JPopupMenu.
class
This class has been obsoleted by the new KeyboardFocusManager and DefaultKeyboardFocusManager API.
class
Produces grayscale images out of colored images.
class
An Icon implementation that is backed by an Image.
class
Provides the accessibility features for the ImageIcon class.
class
Maps KeyStrokes to arbitrary objects, usually Strings.
class
Verifies the user input on a component before the focus is shifted.
class
A FocusTraversalPolicy that provides the additional capability to determine a JInternalFrame's initially focused component when it is selected.
class
A top-level container that is usually used in web browsers.
class
Provides accessibility support for JApplet.
class
A general purpose push button.
class
Accessibility support for JButtons.
class
A small box that displays a check or not, depending on it's selected state.
class
Provides accessibility support for JCheckBox.
class
A menu item that displays a checkbox.
class
Provides the accessibility features for the JCheckBoxMenuItem component.
class
A Swing widget that offers users different ways to select a color.
class
Accessibility support for JColorChooser.
class
A component that allows a user to select any item in its list and displays the selected item to the user.
class
Accessibility support for JComboBox.
class
The base class of all Swing components.
class
Basic accessibility support for JComponent derived widgets.
class
Receives notification if there are child components are added or removed from the JComponent and fires appropriate PropertyChangeEvents to interested listeners on the AccessibleJComponent.
class
Receives notification if the focus on the JComponent changes and fires appropriate PropertyChangeEvents to listeners registered with the AccessibleJComponent.
class
JDesktopPane is a container (usually for JInternalFrames) that simulates a desktop.
class
Provides the accessibility features for the JDesktopPane component.
class
A dialog window.
class
Provides accessibility support for JDialogs.
class
A powerful text editor component that can handle different types of content.
class
Provides accessibility support for JEditorPane.
class
Provides accessibility support for JEditorPanes, when the editor kit is an instance of HTMLEditorKit.
class
This is the accessible text that is returned by JEditorPane.AccessibleJEditorPaneHTML.getAccessibleText().
class
The accessible representation of a HTML link.
class
A component that provides the user a dialog box to browse through a filesystem and choose one or more files or directories.
class
Provides the accessibility features for the JFileChooser component.
class
A text field that makes use of a formatter to display and edit a specific type of data.
class
An abstract base implementation for a formatter that can be used by a JTextField.
class
Delivers instances of an JFormattedTextField.AbstractFormatter for a specific value type for a JFormattedTextField.
class
A window that supports window decorations (titlebar and borders).
class
Provides accessibility support for JFrames.
class
This class implements a Swing widget that looks and acts like a native frame.
class
Provides the accessibility features for the JInternalFrame component.
class
This class represents the JInternalFrame while it is iconified.
class
Provides the accessibility features for the JDesktopIcon component.
class
A component that displays a static text message and/or an icon.
class
Provides the accessibility features for the JLabel component.
class
A container that adds depth to the usual Container semantics.
class
Provides accessibility support for JLayeredPane.
class
This class is a facade over three separate objects: ListModel, ListSelectionModel and ListUI.
class
Provides accessibility support for JList.
class
Provides accessibility support for list elements in JLists.
class
This class represents a menu that can be added to a menu bar or can be a submenu in some other menu.
class
Implements support for assisitive technologies for JMenu.
class
class
JMenuBar is a container for menu's.
class
Provides accessibility support for JMenuBar.
class
JMenuItem represents element in the menu.
class
Provides the accessibility features for the JMenuItem component.
class
This class creates different types of JDialogs and JInternalFrames that can ask users for input or pass on information.
class
Provides the accessibility features for the JOptionPane component.
class
An instance of JPanel can be added to a panel, frame etc
class
Provides accessibility support for JPanel.
class
class JPasswordField
class
AccessibleJPasswordField
class
JPopupMenu is a container that is used to display popup menu's menu items.
class
class
This is the separator that can be used in popup menu.
class
A component that displays a visual indicator of the progress of a task.
class
Provides the accessibility features for the JProgressBar component.
class
The JRadioButton component provides a visually selectable button with mutually exclusive behaviour within a ButtonGroup.
class
This class provides accessibility support for the toggle button.
class
This class represents JRadioButtonMenuItem.
class
Provides the accessibility features for the JRadioButtonMenuItem component.
class
This class is where JComponents are added to.
class
class
class
The JScrollBar.
class
Provides the accessibility features for the JScrollBar component.
class
A component that embeds another component and enables it to be scrolled both in horizontal and vertical direction.
class
Provides accessibility support for the JScrollPane.
class
class
The JSeparator.
class
Provides the accessibility features for the JSeparator component.
class
A visual component that allows selection of a value within a range by adjusting a thumb in a track.
class
Provides the accessibility features for the JSlider component.
class
A JSpinner is a component that displays a single value from a sequence of values, and provides a convenient means for selecting the previous and next values in the sequence.
class
An editor class for a JSpinner that is used for displaying and editing dates (e.g. that uses SpinnerDateModel as model).
class
The base class for the editor used by the JSpinner component.
class
A JSpinner editor used for the SpinnerListModel.
class
A panel containing a JFormattedTextField that is configured for displaying and editing numbers.
class
This class implements JSplitPane.
class
Provides the accessibility features for the JSplitPane component.
class
This is a container for components where only one component is displayed at a given time and the displayed component can be switched by clicking on tabs.
class
Accessibility support for JTabbedPane.
class
A helper class that listens for changes to the model.
class
The table component, displaying information, organized in rows and columns.
class
Provides accessibility support for JTable.
class
Provides accessibility support for table cells.
class
class
The JTextArea component provides a multi-line area for displaying and editing plain text.
class
Provides accessibility support for JTextArea.
class
class
AccessibleJTextField
class
A powerful text component that supports styled content as well as embedding images and components.
class
The JToggleButton component provides a stateful button, which can be either selected or unselected.
class
This class provides accessibility support for the toggle button.
class
The model handles the storage and maintenance of the state of the toggle button.
class
JToolBar is a component that provides a toolbar to Swing programs.
class
Provides the accessibility features for the JToolBar component.
class
This is an extension of JSeparator used in toolbars.
class
This class is used to display ToolTips.
class
Provides the accessibility features for the JToolTip component.
class
class
This class implements accessibility support for the JTree class.
class
class
A TreeModel that does not allow anything to be selected.
class
Listens to the model of the JTree and updates the property expandedState if nodes are removed or changed.
class
This redirects TreeSelectionEvents and rewrites the source of it to be this JTree.
class
This class implements accessibility support for the JTree child.
class
                                                     _
   +-------------------------------+    ...........Y1 \
   |  view                         |                .  
class
Provides accessibility support for JViewport.
class
A ComponentListener that listens for changes of the view's size.
class
Unlike JComponent derivatives, JWindow inherits from java.awt.Window.
class
Provides accessibility support for JWindow.
class
class
class
A look-and-feel controls most aspects of the appearance and operation of user interface components in javax.swing.
class
This class manages current menu selectection.
class
A layout manager that lays out the components of a container one over another.
class
Manages a popup window that displays a Component on top of everything else.
class
A factory for Popup objects.
class
Using this class you can easily monitor tasks where you cannot estimate the duration exactly.

A ProgressMonitor instance waits until the first time setProgress is called.

class
An input stream with a ProgressMonitor.
class
The repaint manager holds a set of dirty regions, invalid components, and a double buffer surface.
class
ScrollPaneLayout
class
class
This class calculates information about the size and position requirements of components.
class
A sequence of values that represent the dimensions (widths or heights) of some collection of items (for example, the widths of the columns in a table).
class
class
A date model used by the JSpinner component.
class
An implementation of SpinnerModel which uses the values contained within a list or an array.
class
A model used by the JSpinner component.
class
Calculates the space between component edges, that are layed out by SpringLayout.
class
A very flexible layout manager.
class
The constraints that define the relationships between components.
class
A number of static utility functions which are useful when drawing swing components, dispatching events, or calculating regions which need painting.
class
Fires one or more action events after the specified delay.
class
This class is responsible for the registration of JToolTips to Components and for displaying them when appropriate.
class
This ActionListener is associated with the Timer that listens to whether it is time for the JToolTip to be displayed after the mouse has entered the JComponent.
class
This Actionlistener is associated with the Timer that listens to whether the mouse cursor has re-entered the JComponent in time for an immediate redisplay of the JToolTip.
class
This ActionListener is associated with the Timer that listens to whether the JToolTip can be hidden after four seconds.
class
class
UIDefaults is a database where all settings and interface bindings are stored into.
class
class
class
Manages the current LookAndFeel and any auxiliary LookAndFeel instances.
class
Represents the basic information about a LookAndFeel (LAF), so that a list of installed LAFs can be presented without actually loading the LAF class(es).
class
Thrown by the UIManager.setLookAndFeel(LookAndFeel) method when the specified look and feel is not supported on the current platform.
class
The default layout for JViewport.

Constructors with parameter type java.lang.Object

Creates a new model and initializes its item list to the values in the given array.
JComboBox.JComboBox(Object[] itemArray)
Constructs JComboBox with specified list of items.
Creates a JFormattedTextField with the specified value.
Creates a JFormattedTextField with the specified formatter factory and initial value.
JList.JList(Object[] items)
Creates a new JList object.
Creates a new JOptionPane object using the given message using the PLAIN_MESSAGE type and DEFAULT_OPTION.
JOptionPane.JOptionPane(Object message, int messageType)
Creates a new JOptionPane object using the given message and messageType and DEFAULT_OPTION.
JOptionPane.JOptionPane(Object message, int messageType, int optionType)
Creates a new JOptionPane object using the given message, messageType and optionType.
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon)
Creates a new JOptionPane object using the given message, messageType, optionType and icon.
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options)
Creates a new JOptionPane object using the given message, messageType, optionType, icon and options.
JOptionPane.JOptionPane(Object message, int messageType, int optionType, Icon icon, Object[] options, Object initialValue)
Creates a new JOptionPane object using the given message, messageType, optionType, icon, options and initialValue.
JTable.JTable(Object[][] data, Object[] columnNames)
Creates a new JTable instance, storing the given data array and heaving the given column names.
JTree.JTree(Object[] value)
Creates a new JTree object.
ProgressMonitor.ProgressMonitor(Component component, Object message, String note, int minimum, int maximum)
Creates a new ProgressMonitor instance.
Creates a new ProgressMonitorInputStream.
Constructs a SpinnerListModel using the supplied array.
Constructs a new UIDefaults instance and loads the specified entries.

Fields of type java.lang.Object

Object
The value returned when the inputValue is uninitialized.
Object
Object
The initial selected value in the input component.
Object
The object that is initially selected for options.
Object
The value the user inputs.
Object
The message displayed in the dialog/internal frame.
Object[]
The options (usually buttons) aligned at the bottom for the user to select.
Object
This field is reference to the current selection of the combo box.
Object[]
The input values the user can select.
Object
The object value (updated when getting and setting the value).
Object
The value returned by selecting an option.

Methods with parameter type java.lang.Object

void
DefaultListModel.add(int index, Object element)
Inserts an element at a particular index in the list.
void
JTabbedPane.add(Component component, Object constraints)
This method adds a tab to the JTabbedPane.
void
JTabbedPane.add(Component component, Object constraints, int index)
This method adds a tab to the JTabbedPane.
void
Adds an element to the model's item list and sends a ListDataEvent to all registered listeners.
void
Inserts an element at the end of the list.
void
This method adds given object to its data model.
void
AbstractButton.addImpl(Component comp, Object constraints, int index)
Adds the specified component to this AbstractButton.
void
CellRendererPane.addImpl(Component c, Object constraints, int index)
Overridden to check if a component is already a child of this Container.
void
JApplet.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
JDialog.addImpl(Component comp, Object constraints, int index)
This method is called when a component is added to the the JDialog.
void
JFrame.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
JInternalFrame.addImpl(Component comp, Object constraints, int index)
This method adds Components to this Container.
void
JLayeredPane.addImpl(Component comp, Object layerConstraint, int index)
Overrides the default implementation from Container such that layerConstraint is interpreted as an Integer, specifying the layer to which the component will be added (at the bottom position).
void
JRootPane.addImpl(Component comp, Object constraints, int index)
DOCUMENT ME!
void
JSplitPane.addImpl(Component comp, Object constraints, int index)
This method adds a component to the JSplitPane.
void
JToolBar.addImpl(Component component, Object constraints, int index)
This method overrides Container's addImpl method.
void
JViewport.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
JWindow.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
This method adds given element to this JComboBox.
void
Adds a component to the layout.
void
DOCUMENT ME!
void
This method is not used in this layout manager.
void
Adds a layout component and a constraint object to this layout.
void
This method initializes specified ComboBoxEditor to display given item.
boolean
Determines whether a particular element is a member of the list.
String
JTree.convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
Converts the specified value to a String.
void
Copies the list into a provided array.
void
TreeModel
Creates a new TreeModel object.
void
AbstractListModel.fireContentsChanged(Object source, int startIndex, int endIndex)
void
AbstractListModel.fireIntervalAdded(Object source, int startIndex, int endIndex)
void
AbstractListModel.fireIntervalRemoved(Object source, int startIndex, int endIndex)
void
AbstractAction.firePropertyChange(String propertyName, Object oldValue, Object newValue)
Sends a PropertyChangeEvent for the named property to all registered listeners.
void
DefaultListCellRenderer.firePropertyChange(String propertyName, Object oldValue, Object newValue)
void
UIDefaults.firePropertyChange(String property, Object oldValue, Object newValue)
Fires a PropertyChangeEvent.
void
JComponent.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
Call VetoableChangeListener.vetoableChange(PropertyChangeEvent) on all listeners registered to listen to a given property.
Action
Returns an action associated with an object.
Object
Returns the entry for the specified key in the default locale.
Object
Returns an object from the UIDefaults table for the current LookAndFeel.
Object
Returns the entry for the specified key in the Locale loc.
Object
UIManager.get(Object key, Locale locale)
Returns an object from the UIDefaults table for the current LookAndFeel.
boolean
Returns a boolean entry for the default locale.
boolean
Returns a boolean value from the defaults table.
boolean
Returns a boolean entry for a specic locale.
boolean
Returns a boolean value from the defaults table.
Border
Returns a border entry for the default locale.
Border
Returns a border from the defaults table.
Border
Returns a border entry for a specic locale.
Border
Returns a border from the defaults table.
Object
Get a client property associated with this component and a particular key.
Color
Returns a color entry for the default locale.
Color
Returns a drawing color from the defaults table.
Color
Returns a color entry for a specic locale.
Color
Returns a drawing color from the defaults table.
TableColumn
JTable.getColumn(Object identifier)
Get table column with the given identified.
Object
LookAndFeel.getDesktopPropertyValue(String systemPropertyName, Object fallbackValue)
Returns the value of Toolkit.getDefaultToolkit() .getDesktopProperty(systemPropertyName), or fallbackValue if no such property is defined.
Dimension
Returns a dimension entry for the default locale.
Dimension
Returns a dimension from the defaults table.
Dimension
Returns a dimension entry for a specic locale.
Dimension
Returns a dimension from the defaults table.
Font
Returns a font entry for the default locale.
Font
Retrieves a font from the defaults table of the current LookAndFeel.
Font
Returns a font entry for a specic locale.
Font
Retrieves a font from the defaults table of the current LookAndFeel.
Icon
Returns an icon entry for the default locale.
Icon
Returns an icon from the defaults table.
Icon
Returns an icon entry for a specic locale.
Icon
Returns an icon from the defaults table.
int
Returns the index of the specified element in the model's item list.
Insets
Returns an insets entry for the default locale.
Insets
Returns an Insets object from the defaults table.
Insets
Returns an insets entry for a specic locale.
Insets
Returns an Insets object from the defaults table.
int
Returns an integer entry for the default locale.
int
Returns the integer value of the Integer associated with the given key.
int
Returns an integer entry for a specic locale.
int
UIManager.getInt(Object key, Locale locale)
Returns the integer value of the Integer associated with the given key.
Component
DefaultListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
getListCellRendererComponent
Component
ListCellRenderer.getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
String
Returns a string entry for the default locale.
String
Returns the String associated with the given key.
String
Returns a string entry for a specic locale.
String
Returns the String associated with the given key.
Component
DefaultCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
Get the cell editor component that will perform the editing session.
Component
DefaultCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
Sets an initial value for the editor.
int
Gets the first index of a particular element in the list.
int
DefaultListModel.indexOf(Object element, int startIndex)
Gets the first index of a particular element in a list which occurs at or after a particular index.
void
Adds an element at the specified index in the model's item list and sends a ListDataEvent to all registered listeners.
void
Inserts an element at a particular index in the list.
void
This method inserts givent element to the data model, at the specified index.
void
JComboBox.insertItemAt(Object element, int index)
Inserts given element at the specified index to this JComboBox.
void
This methods installs a UI property if it hasn't already been set by an application.
int
Gets the last index of a particular element in the list.
int
DefaultListModel.lastIndexOf(Object element, int endIndex)
Gets the last index of a particular element in a list which occurs at or before a particular index.
void
Loads the bindings in keys into retMap.
ComponentInputMap
Creates a ComponentInputMap from keys.
InputMap
Creates a InputMap from keys.
JTextComponent.KeyBinding[]
Convenience method for building lists of KeyBindings.
boolean
SwingUtilities.notifyAction(Action action, KeyStroke ks, KeyEvent event, Object sender, int modifiers)
Object
UIDefaults.put(Object key, Object value)
Puts a key and value into this UIDefaults object.
In contrast to Hashtables null-values are accepted here and treated like #remove(key).
Object
UIManager.put(Object key, Object value)
Stores an object in the defaults table.
void
ActionMap.put(Object key, Action action)
Puts a new Action into the ActionMap.
void
Puts a new entry into the InputMap.
void
InputMap.put(KeyStroke keystroke, Object actionMapKey)
Puts a new entry into the InputMap.
void
Add a client property value to this component, associated with key.
void
Puts a set of key-value pairs into the map.
void
Sets the value associated with the specified key and sends a PropertyChangeEvent to all registered listeners.
void
Sets the value associated with the specified key and sends a PropertyChangeEvent to all registered listeners.
void
This method initializes from a stream.
void
Remove an entry from the ActionMap.
void
Removes an element from the model's item list and sends a ListDataEvent to all registered listeners.
boolean
Removes the first occurrence of a particular element in the list.
void
This method removes given element from the data model
void
This method removes given element from this JComboBox.
Object
DefaultListModel.set(int index, Object element)
Sets the list element at a particular index.
void
DefaultListModel.setElementAt(Object element, int index)
Sets the list element at a particular index.
void
This method changes the initial selection property.
void
This method changes the initial value property.
void
This method changes the inputValue property.
void
Sets item that should be editted when any editting operation is performed by the user.
void
JList.setListData(Object[] listData)
Sets the model property of the list to a new anonymous AbstractListModel subclass which accesses the provided Object array directly.
void
This method changes the message property.
void
This method changes the options property.
void
Set the prototypeCellValue property.
void
Sets the object that is assumed to be the displayed item when calculating the preferred size for the combo box.
void
Sets the selected item in the combo box.
void
Sets the selected item for the model and sends a ListDataEvent to all registered listeners.
void
Forces combo box to select given item
void
JList.setSelectedValue(Object obj, boolean scroll)
Sets the selection to cover only the specified value, if it exists in the model.
void
This method changes the selectionValues property.
void
Set the value for the editor component.
void
Sets the value that will be formatted and displayed.
void
This method sets the value has been selected out of options.
void
Sets the value in the model.
void
Sets the current date and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
void
Sets the current value of the model to be the one supplied.
void
Sets the current value of the model to that specified.
void
Sets the current value and, if the new value is different to the old value, sends a ChangeEvent to all registered listeners.
void
Renderer.setValue(Object value, boolean selected)
setValue
void
JTable.setValueAt(Object value, int row, int column)
Set value for the cell at the given position.
int
JOptionPane.showConfirmDialog(Component parentComponent, Object message)
This method shows a confirmation dialog with the title "Select an Option" and displays the given message.
int
JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType)
This method shows a confirmation dialog with the given message, optionType and title.
int
JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType)
This method shows a confirmation dialog with the given message, title, messageType and optionType.
int
JOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon)
This method shows a confirmation dialog with the given message, title, optionType, messageType and icon.
String
JOptionPane.showInputDialog(Component parentComponent, Object message)
This method will show a QUESTION_MESSAGE input dialog with the given message.
String
JOptionPane.showInputDialog(Component parentComponent, Object message, Object initialSelectionValue)
This method will show a QUESTION_MESSAGE type input dialog with the given message and initialSelectionValue.
String
JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType)
This method displays a new input dialog with the given message, title and messageType.
Object
JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
This method shows an input dialog with the given message, title, messageType, icon, selectionValues, and initialSelectionValue.
String
This method shows a QUESTION_MESSAGE type input dialog.
String
JOptionPane.showInputDialog(Object message, Object initialSelectionValue)
This method shows a QUESTION_MESSAGE type input dialog.
int
This method shows an internal confirmation dialog with the given message.
int
JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType)
This method shows an internal confirmation dialog with the given message, optionType and title.
int
JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType)
This method shows an internal confirmation dialog with the given message, title, optionTypes and icon for the given message type.
int
JOptionPane.showInternalConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon)
This method shows an internal confirmation dialog with the given message, title, option type, message type, and icon.
String
This method shows an internal input dialog with the given message.
String
JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType)
This method shows an internal input dialog with the given message, title and message type.
Object
JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
This method shows an internal input dialog with the given message, title message type, icon, selection value list and initial selection value.
void
This method shows an internal message dialog with the given message.
void
JOptionPane.showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType)
This method shows an internal message dialog with the given message, title and message type.
void
JOptionPane.showInternalMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon)
This method shows an internal message dialog with the given message, title, message type and icon.
int
JOptionPane.showInternalOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue)
This method displays an internal option dialog with the given message, title, option type, message type, icon, option list, and initial option value.
void
JOptionPane.showMessageDialog(Component parentComponent, Object message)
This method shows an INFORMATION_MESSAGE type message dialog.
void
JOptionPane.showMessageDialog(Component parentComponent, Object message, String title, int messageType)
This method shows a message dialog with the given message, title and messageType.
void
JOptionPane.showMessageDialog(Component parentComponent, Object message, String title, int messageType, Icon icon)
This method shows a message dialog with the given message, title, messageType and icon.
int
JOptionPane.showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue)
This method shows an option dialog with the given message, title, optionType, messageType, icon, options and initialValue.
String
Returns a String to be displayed, based on the Object value.

Methods with return type java.lang.Object

Object[]
Returns all keys of entries in this ActionMap and all its parents.
Object
Returns a clone of the action.
Object
Returns a clone of this object.
Object
Clones the AbstractFormatter and removes the association to any particular JFormattedTextField.
Object
Object
Object
Object
Object
Gets an element of the list at the provided index.
Object
Gets the first element in the list.
Object
DefaultListModel.get(int index)
Gets the list element at a particular index.
Object
Returns the entry for the specified key in the default locale.
Object
Returns an object from the UIDefaults table for the current LookAndFeel.
Object
Returns the entry for the specified key in the Locale loc.
Object
UIManager.get(Object key, Locale locale)
Returns an object from the UIDefaults table for the current LookAndFeel.
Object
InputMap.get(KeyStroke keystroke)
Returns the binding for the specified keystroke, if there is one.
Object
Returns an object that represents the link anchor.
Object
Returns an URL object, that represents the action at action index i.
Object
Returns the current value for the CellEditor.
Object
Get the value, currently being displayed by the editor component.
Object
Get the value for the editor component.
Object
Get a client property associated with this component and a particular key.
Object
LookAndFeel.getDesktopPropertyValue(String systemPropertyName, Object fallbackValue)
Returns the value of Toolkit.getDefaultToolkit() .getDesktopProperty(systemPropertyName), or fallbackValue if no such property is defined.
Object
Returns the element at the specified index in the model's item list.
Object
Gets the list element at a particular index.
Object
Retrieves a data element at a specified index.
Object
This method returns the value initially selected from the list of values the user can input.
Object
This method returns the value that is focused from the list of options.
Object
This method returns the value that the user input.
Object
This method returns item that is currently editable.
Object
JComboBox.getItemAt(int index)
Returns elements located in the combo box at the given index.
Object[]
Returns an array of the keys for the property values that have been defined via the putValue(String,Object) method (or the class constructor).
Object
Object
This method returns the message displayed.
Object
Gets the next value without changing the current value.
Object
Returns the next date in the sequence, or null if the next date is past the upper limit (if one is specified).
Object
Returns the next value from the list, which is the same as the element stored at the current index + 1.
Object
Returns the next value from the model.
Object
Returns the next value, or null if adding the step size to the current value results in a value greater than the maximum value.
Object[]
This method returns the options.
Object
Gets the previous value without changing the current value.
Object
Returns the previous date in the sequence, or null if the previous date is prior to the lower limit (if one is specified).
Object
Returns the previous value from the list, which is the same as the element stored at the current index - 1.
Object
Returns the previous value from the model.
Object
Returns the previous value, or null if subtracting the step size from the current value results in a value less than the minimum value.
Object
Returns the current value of the prototypeCellValue property.
Object
Returns an object that is used as the display value when calculating the preferred size for the combo box.
Object
Returns the currently selected item in the combo box.
Object
Returns the selected item.
Object
Returns currently selected item in the combo box.
Object[]
Returns an single-element array containing the "text" property of the button if the "selected" property of the button's model is true, otherwise returns null.
Object[]
Return null.
Object[]
This method returns array containing label of this menu item if it is selected and null otherwise.
Object[]
Returns Object array of size 1 containing currently selected element in the JComboBox.
Object
Returns the first value in the list's model property which is selected, according to the list's selectionModel property.
Object[]
Returns all the values in the list's model property which are selected, according to the list's selectionModel property.
Object[]
This method returns the selection values.
Object
Returns the last valid value.
Object
This method returns the value that the user selected out of options.
Object
Gets the current value of the spinner, according to the underly model, not the UI.
Object
Returns the current date in the sequence (this method returns the same as getDate()).
Object
Returns the current value of the model.
Object
Returns the current value of the model.
Object
Returns the current value, which for this class is always an instance of Number.
Object
Returns the value associated with the specified key.
Object
Returns the value associated with the specified key.
Object
JTable.getValueAt(int row, int column)
Get the cell value at the given position.
Object[]
Returns all keys of entries in this ActionMap.
Object
Gets the last element in the list.
Object
LookAndFeel.makeIcon(Class baseClass, String gifFile)
Utility method that creates a UIDefaults.LazyValue that creates an ImageIcon UIResource for the specified gifFile filename.
Object
UIDefaults.put(Object key, Object value)
Puts a key and value into this UIDefaults object.
In contrast to Hashtables null-values are accepted here and treated like #remove(key).
Object
UIManager.put(Object key, Object value)
Stores an object in the defaults table.
Object
Removes the element at a particular index from the list.
Object
DefaultListModel.set(int index, Object element)
Sets the list element at a particular index.
Object
JOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
This method shows an input dialog with the given message, title, messageType, icon, selectionValues, and initialSelectionValue.
Object
JOptionPane.showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
This method shows an internal input dialog with the given message, title message type, icon, selection value list and initial selection value.
Object
Parses text to return a corresponding Object.
Object[]
Gets an array containing the elements of the list.

Uses in package javax.imageio.plugins.bmp

Classes derived from java.lang.Object

class
A class to encode images in the BMP format.

Uses in package javax.rmi

Classes derived from java.lang.Object

class
An utility class for RMI/IDL server side object implementations.

Methods with parameter type java.lang.Object

Object
PortableRemoteObject.narrow(Object object, Class<T> narrowToInstaceOf)
Narrows the passed object to conform to the given interface or IDL type.

Methods with return type java.lang.Object

Object
PortableRemoteObject.narrow(Object object, Class<T> narrowToInstaceOf)
Narrows the passed object to conform to the given interface or IDL type.

Uses in package org.omg.Messaging

Classes derived from java.lang.Object

class
A helper operations for synchronization scope as an alias of short.

Uses in package java.nio.charset.spi

Classes derived from java.lang.Object

class
This class allows an implementor to provide additional character sets.

Uses in package javax.sound.sampled

Classes derived from java.lang.Object

class
This describes an audio file, including information about its length, the format of the audio data, and other things.
class
An instance of this type describes a standard audio file format.
class
This class describes an audio format, including its encoding, the number of channels, its frame rate, etc.
class
This describes a given audio format encoding.
class
This is an InputStream which is specialized for reading audio files.
class
This represents the permission to use an audio device.
class
This clas is the primary interface to the audio system.
class
A BooleanControl is a Control which has two states.
class
A Type specialized to represent a boolean control.
class
A compound control provides control over several other controls.
class
This describes a single compound control.
class
A control provides the ability to affect some attribute of a line, for instance its volume.
class
This describes a single control.
class
This class extends Line.Info with information specific to DataLine.
class
An EnumControl is a Control which can take one of a specified set of values.
class
This Type describes an EnumControl.
class
class
An instance of this class describes a particular floating point control.
class
An object of this type holds information about a Line.
class
This class holds information about a state change of a Line.
class
This class represents the kinds of state changes that can occur to a Line.
class
class
An Info object describes a mixer.
class
This describes a single port.
class
This represents a reverb effect which can be applied to an audio signal.
class
An exception of this type is thrown when an operation is attempted on a file whose format is unrecognized.

Constructors with parameter type java.lang.Object

Create a new enumerated control given its Type, the range of valid values, and its initial value.

Methods with parameter type java.lang.Object

boolean
boolean
boolean
boolean
Determine whether this Object is semantically equal to another Object.
boolean
boolean
boolean
void
Set the value of this control.

Methods with return type java.lang.Object

Object
Return the value of a property defined in this format.
Object
Given a key, return a property associated with this format; or null if this property is not set.
Object
Return the current value of this control.
Object[]
Return the valid values for this control.

Uses in package org.omg.IOP.CodecPackage

Classes derived from java.lang.Object

class
This exception is raised by CodecOperations.decode(byte[]) or CodecOperations.decode_value(byte[],TypeCode) when the data in the octet sequence cannot be decoded into Any.
class
The helper operations for the exception FormatMismatch.
class
This exception is raised by CodecOperations.encode(Any) or CodecOperations.encode_value(Any) when the type is not valid for the encoding.
class
The helper operations for the exception InvalidTypeForEncoding.
class
The TypeMismatch may be thrown by various methods in org.omg.DynamicAny package when the operation is not applicable due unexpected TypeCode.
class
The helper operations for the exception TypeMismatch.

Uses in package javax.security.auth.callback

Classes derived from java.lang.Object

class
Underlying security services instantiate and pass a ChoiceCallback to the handle() method of a CallbackHandler to display a list of choices and to retrieve the selected choice(s).
class
Underlying security services instantiate and pass a ConfirmationCallback to the handle() method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
class
Underlying security services instantiate and pass a LanguageCallback to the handle() method of a CallbackHandler to retrieve the Locale used for localizing text.
class
Underlying security services instantiate and pass a NameCallback to the handle() method of a CallbackHandler to retrieve name information.
class
Underlying security services instantiate and pass a PasswordCallback to the handle() method of a CallbackHandler to retrieve password information.
class
Underlying security services instantiate and pass a TextInputCallback to the handle() method of a CallbackHandler to retrieve generic text information.
class
Underlying security services instantiate and pass a TextOutputCallback to the handle() method of a CallbackHandler to display information messages, warning messages and error messages.
class
Signals that a CallbackHandler does not recognize a particular Callback.

Uses in package java.text.spi

Classes derived from java.lang.Object

class
A BreakIteratorProvider provides localized instances of BreakIterator.
class
A CollatorProvider provides localized instances of Collator.
class
A DateFormatProvider provides localized instances of DateFormat.
class
A DateFormatSymbolsProvider provides localized instances of DateFormatSymbols.
class
A DecimalFormatSymbolsProvider provides localized instances of DecimalFormatSymbols.
class
A NumberFormatProvider provides localized instances of NumberFormat.

Uses in package org.omg.PortableInterceptor

Classes derived from java.lang.Object

class
A helper operations for the adapter manager id.
class
Provides static helper methods for working with the adapter name helper.
class
A helper operations for the adapter state.
class
The helper operations for the CORBA object Current.
class
The ForwardRequest is thrown by interceptors to forward the request to another target.
class
The helper operations for the exception ForwardRequest.
class
The InvalidSlot is thrown when the slot identifier, passed in one of the methods, related to Current, does not define a valid slot.
class
The helper operations for the exception InvalidSlot.
class
The helper operations for the CORBA object IORInterceptor_3_0.
class
A holder for the object IORInterceptor_3_0.
class
The Object Id of this package is defined in OMG specification as a byte array.
class
The helper operations for the CORBA object ObjectReferenceFactory.
class
A holder for the object ObjectReferenceFactory.
class
The helper operations for the CORBA object ObjectReferenceTemplate.
class
A holder for the object ObjectReferenceTemplate.
class
Provides static helper methods for working with the array of object reference templates.
class
A holder for the array of ObjectReferenceTemplates.
class
The ORB Id is defined in OMG specification just as a narrow (not wide) string.
class
The Server Id is defined in OMG specification just as a narrow (not wide) string.

Uses in package javax.security.auth

Classes derived from java.lang.Object

class
A permission controlling access to authentication service.
class
An exception thrown when the Destroyable.destroy() method fails for a credential.
class
class
A permission governing access to a private credential.
class
A signal that a call to Refreshable.refresh() failed.
class
class

Methods with parameter type java.lang.Object

boolean
Check to see if this object equals obj.
boolean

Methods with return type java.lang.Object

Object
Run a method as another subject.
Object
Run a method as another subject.
Object
Run a method as another subject.
Object
Run a method as another subject.

Uses in package java.lang.annotation

Classes derived from java.lang.Object

class
Thrown when an annotation found in a class file is malformed.
class
Thrown when accessing an element within an annotation for which the type has changed, since compilation or serialization took place.
class
class
Thrown when accessing an element within an annotation which was added since compilation or serialization took place, and does not have a default value.
class
This enum is used to control the lifetime of an annotation.

Methods with parameter type java.lang.Object

boolean
Returns true if the supplied object is equivalent to this annotation.

Uses in package java.util.jar

Classes derived from java.lang.Object

class
Represents attribute name/value pairs from a Manifest as a Map.
class
Represents a name of a Manifest Attribute.
class
Extension to a ZipEntry that contains manifest attributes and certificates.
class
This exception is thrown to indicate an problem with a jar file.
class
Representation of a jar file.
class
InputStream for reading jar files.
class
OutputStream for writing jar files.
class
Reads, writes and manipulaties jar manifest files.

Methods with parameter type java.lang.Object

boolean
Checks to see if there is an attribute with the specified name.
boolean
Checks to see if there is an attribute name with the specified value.
boolean
Checks to see if two Attributes are equal.
boolean
Checks if another object is equal to this Name object.
boolean
Checks if another object is equal to this Manifest object.
Object
Attributes.get(Object attrName)
Gets the value of a specified attribute name.
Object
Attributes.put(Object name, Object value)
Adds or replaces a attribute name/value pair.
Object
Remove a attribute name/value pair.

Methods with return type java.lang.Object

Object
Return a clone of this attribute map.
Object
Makes a deep copy of the main attributes, but a shallow copy of the other entries.
Object
Attributes.get(Object attrName)
Gets the value of a specified attribute name.
Object
Attributes.put(Object name, Object value)
Adds or replaces a attribute name/value pair.
Object
Remove a attribute name/value pair.

Uses in package org.omg.CORBA

Classes derived from java.lang.Object

class
The ACTIVITY_COMPLETED indicates that the Activity context in which the method call was made has been completed due to a timeout of either the Activity itself or a transaction that encompasses the Activity.
class
The ACTIVITY_REQUIRED system exception indicates that an Activity context was necessary to perform the invoked operation, but one was not found associated with the calling thread.
class
A container that can store a value of either user defined or primitive IDL type.
class
A holder for storing an instance of Any.
class
Provides static helper methods for working with the array of the type Any (not with the "any array").
class
A sequence holder for CORBA AnySeq that is mapped into java Any[].
class
Means that the operation is invoked by a client but the passed context has no values required by this operation.
class
Means that the caller has invoked operations in the wrong order.
class
Means that the object exists but does not support the operation that was invoked on it.
class
The exception thrown when a parameter passed to a call is considered illegal.
class
The BAD_QOS is raised when the object cannot support the quality of service required by an invocation parameter.
class
Means that the some TypeCode has been realized to be invalid (for example, has an invalid TCKind value).
class
A holder for CORBA boolean that is mapped into java boolean.
class
Provides static helper methods for working with CORBA sequence of boolean (BooleanSeq).
class
A sequence holder for CORBA BooleanSeq that is mapped into java boolean[].
class
Thrown when a parameter is outside the bounds for a particular object a method is trying to access.
class
A holder for CORBA octet that is mapped into java byte.
class
A holder for CORBA char that is mapped into java char.
class
Provides static helper methods for working with CORBA sequence of char (CharSeq).
class
A sequence holder for CORBA CharSeq that is mapped into java char[].
class
Defines the method completion status, usually for the time moment, when the exception has been thrown.
class
Provides static helper methods for working with CompletionStatus.
class
This class holds the list of the named properties.
class
Stores a modifiable list of String objects representing the property names.
class
Raised when client and server are unable to reach any consensus on which code set should be used to represent the characters.
class
Means that the communication has been lost while an operation was in progress
class
The helper operations for the CORBA object Current.
class
A holder for the object Current.
class
Means that the ORB cannot convert between the marshalled and native data representation.
class
This class indicates the kind of the definition, stored in the interface repository.
class
A helper operations for the definition kind.
class
A holder for CORBA double that is mapped into java double.
class
Provides static helper methods for working with CORBA sequence of double (DoubleSeq).
class
A sequence holder for CORBA DoubleSeq that is mapped into java double[].
class
This class was probably originally thinked as a base of all CORBA object implementations.
class
A container for an exception, that has been thrown by the method of the CORBA object.
class
Stores exceptions that can be thrown when invoking a method of an CORBA Object.
class
A formal helper for the CORBA FieldName that is identical to the narrow string.
class
A holder for CORBA fixed that is mapped into java BigDecimal.
class
A holder for CORBA float that is mapped into java float.
class
Provides static helper methods for working with CORBA sequence of float (FloatSeq).
class
A sequence holder for CORBA FloatSeq that is mapped into java float[].
class
Means errors, related to freeing the allocated memory.
class
A formal helper for the CORBA Identifier that is identical to the narrow string.
class
A helper operations for the IDL type.
class
Means that the server has reached some implementation limit (too many clients, too many references, too long parameters and so on).
class
A holder for CORBA long that is mapped into java int.
class
Means that the server cannot be initialized because of the some reason.
class
Means an internal failure in the ORB.
class
Means errors, related to the interface repository.
class
Raised when the transaction or Activity is resumed in a different context than from which it was suspended.
class
Means that request carried an invalid transaction context.
class
Means invalid flag, passed during operation.
class
Means that some IDL identifier has a wrong syntax.
class
Means that some object reference is internally malformed.
class
This exception is thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation.
class
An object, formally implementing the CORBA Object, but actually handling all invocations locally.
class
A holder for CORBA long long that is mapped into java long.
class
Provides static helper methods for working with CORBA sequence of long (LongLongSeq).
class
A sequence holder for CORBA LongLongSeq that is mapped into java long[].
class
Provides static helper methods for working with CORBA sequence of int (LongSeq).
class
A sequence holder for CORBA LongSeq that is mapped into java int[].
class
Means that some request or reply from the network has a wrong size or is structurally invalid.
class
The class is used to describe a call parameter, having name, value and the passing mode flags (ARG_IN, ARG_OUT or ARG_INOUT.
class
Holds the value, having the given name(id).
class
The helper operations for NameValuePair.
class
Means that while the operation being invoked does exists, no implementation for it exists.
class
Means that the server has runned out of memory.
class
Means that the caller has no rights to invoke the operation.
class
Means that the ORB has reached some general resource limitation like maximal number of the opened connections.
class
Means that the client attempts to retrieve the result that is not yet available.
class
The named value list, used to define the parameters in the Request.
class
The helper operations for the binding list.
class
A holder for CORBA Object that is mapped into java org.omg.CORBA.Object.
class
Means an attempt to perform some operation on a deleted object.
class
This exception typically indicates an administrative mismatch.
class
Provides static helper methods for working with CORBA sequence of byte (OctetSeq).
class
A sequence holder for CORBA OctetSeq that is mapped into java byte[].
class
A central class in CORBA implementation, responsible for sending and handling remote invocations.
class
Defines the parameter modes (the ways in that a method parameter is used during invocation).
class
A helper operations for a method parameter modes.
class
The holder for ParameterMode.
class
Indicates a persistent storage failure like database crash.
class
The exception is thrown when a policy error occurs.
class
A helper operations for the policy error code as an alias of short.
class
The helper operations for the exception PolicyError.
class
A holder for the exception PolicyError.
class
The helper operations for the CORBA object Policy.
class
A holder for the object Policy.
class
The helper operations for the CORBA object Policy[].
class
A holder for the object Policy[].
class
A helper operations for the policy type.
class
This class was used to store the client identity in the past.
class
A holder for storing an instance of Principal.
class
A formal helper for the CORBA Repository Id that is identical to the narrow string.
class
An object, containing the information, needed to invoke the method of the local or remote CORBA object.
class
Raised on the failure of the requested or implied attempt to rebind an object reference.
class
This class was expected to be part of the dynamic skeleton interface, but it is almost never used in the code, generated by IDL to java compiler.
class
An object, representing one of the additional details about the particular ORB service.
class
The helper operations on the Service Detail.
class
Stores information about the CORBA service, available from some ORB.
class
Helper operations for the service information.
class
A holder for the service information.
class
Defines the instruction, how the newly specified policies can be taken into consideration.
class
A helper operations for the definition kind.
class
A holder for CORBA short that is mapped into java short.
class
Provides static helper methods for working with CORBA sequence of short (ShortSeq).
class
A sequence holder for CORBA ShortSeq that is mapped into java short[].
class
A holder for CORBA string that is mapped into java String.
class
Provides static helper methods for working with CORBA string array.
class
A sequence holder for CORBA string[] that is mapped into java String[].
class
Provides helper operations for the String value type, treating a String as a CORBA value type rather than as a primitive type.
class
The component, describing the member of CORBA IDL struct.
class
Defines a helper operations for StructMember.
class
The root class for all CORBA standard exceptions.
class
The basic constants, used in java to IDL mapping.
class
Raised when no delivery has been made during the specified timeout duration.
class
Raised when the TransactionPolicy in the IOR is not the same as the current transaction mode.
class
Means that request carried a null transaction context, but an active transaction is required.
class
Means that transaction associated with the request has already been rolled back or marked to roll back.
class
Raised in response to the abnormal termination of the transaction service.
class
Means that the ORB cannot reach the object.
class
An information about a CORBA data type.
class
A holder for CORBA TypeCode that is mapped into java TypeCode.
class
Provides static helper methods for working with CORBA sequence of long (ULongLongSeq).
class
A sequence holder for CORBA ULongLongSeq that is mapped into java long[].
class
Provides static helper methods for working with CORBA sequence of int (ULongSeq).
class
A sequence holder for CORBA ULongSeq that is mapped into java int[].
class
The component, describing the member of CORBA IDL union.
class
A helper operations for the union member.
class
A wrapper against an unknown user exception that has been thrown on remote side and returned by the server.
class
The helper operations for the exception UnknownUserException.
class
A holder for the exception UnknownUserException.
class
Means that the operation implementation has thrown a non-CORBA exception.
class
The root class for CORBA IDL-defined user exceptions.
class
Provides static helper methods for working with CORBA sequence of short (UShortSeq).
class
A sequence holder for CORBA UShortSeq that is mapped into java short[].
class
A helper operations for the value base type (ValueBase).
class
A holder to store a ValueBase that is handled as Serializable here.
class
The class, defining properties of the value member.
class
The helper operations for the value member.
class
A formal helper for the CORBA VersionSpec that is identical to the narrow string.
class
A helper operations for a Visibility that is mapped into java and CORBA short.
class
Provides static helper methods for working with CORBA sequence of char (WCharSeq).
class
A sequence holder for CORBA WCharSeq that is mapped into java char[].
class
Thrown when the transaction scope mismatches.
class
The helper operations for the exception WrongTransaction.
class
A holder for the exception WrongTransaction.
class
Provides static helper methods for working with CORBA wstring array.
class
A sequence holder for CORBA wstring[] that is mapped into java String[].
class
Provides helper operations for the Wide String value type, treating a Wide String as a CORBA value type rather than as a primitive type.
class
The stub for the IDL type.
class
The Policy stub (proxy), used on the client side.

Methods with parameter type java.lang.Object

void
Write abstract interface to the output stream.

Methods with return type java.lang.Object

Object
Read abstract interface.

Uses in package javax.swing.text.html.parser

Classes derived from java.lang.Object

class
Stores the attribute information, obtained by parsing SGML (DTD) tag <!
class
A representation of the element content.
class
A simple error-tolerant HTML parser that uses a DTD document to access data on the possible tokens, arguments and syntax.

The parser reads an HTML content from a Reader and calls various notifying methods (which should be overridden in a subclass) when tags or data are encountered.

Some HTML elements need no opening or closing tags.

class
Representation or the SGML DTD document.
class
Stores the element information, obtained by parsing SGML DTD tag <!
class
Stores information, obtained by parsing SGML DTL <!
class
A simple error-tolerant HTML parser that uses a DTD document to access data on the possible tokens, arguments and syntax.

The parser reads an HTML content from a Reader and calls various notifying methods (which should be overridden in a subclass) when tags or data are encountered.

Some HTML elements need no opening or closing tags.

class
This class instantiates and starts the working instance of html parser, being responsible for providing the default DTD.
class
The SGML element, defining a single html tag.

Constructors with parameter type java.lang.Object

ContentModel.ContentModel(int a_type, Object a_content, ContentModel a_next)
Create a content model, involving binary expression of the given type.

Fields of type java.lang.Object

Object
The document content, containing either Element or the enclosed content model (that would be in the parentheses in BNF expression).
Object
A field to store additional user data for this Element.

Methods with parameter type java.lang.Object

ContentModel
DTD.defContentModel(int type, Object content, ContentModel next)
Creates a new content model.
boolean
Checks if this object can potentially be the first token in the ContenModel list.

Uses in package java.rmi.dgc

Classes derived from java.lang.Object

class
A lease object is used to request and grant leases for the remote objects.
class
An identifier that is unique accross the all virtual machines.

Methods with parameter type java.lang.Object

boolean
Returns true if the passed parameter is also VMID and it is equal to this VMID.

Uses in package org.omg.CosNaming.NamingContextPackage

Classes derived from java.lang.Object

class
The exception is thrown in response to bind the same object into the same context repeatedly under the different name.
class
The helper operations for the AlreadyBound user exception.
class
The holder for class AlreadyBound exception.
class
The exception is raised when the naming service has given up for some reason.
class
The helper operations for CannotProceed.
class
The holder for exception CannotProceed.
class
The exception is thrown if the name has the zero length or is otherwise invalid.
class
The helper operations for the InvalidName
class
The holder for exception InvalidName.
class
This exception is thrown in response to the attemt to destroy the non tempty context.
class
The helper operations for the NotEmpty.
class
The holder for exception NotEmpty.
class
The exception is thrown when the binding being searched does not exist or has the wrong type
class
The helper operations for NotFound.
class
The holder for the NotFound exception.
class
Represents the reason (explanation), why the binding cannot be found.
class
The helper operations for NotFoundReason
class
The holder for class NotFoundReason.

Uses in package java.math

Classes derived from java.lang.Object

class
class
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and "Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
class
Immutable objects describing settings such as rounding mode and digit precision for numerical operations such as those in the BigDecimal class.
class
An enum to specify rounding behaviour for numerical operations that may discard precision.

Methods with parameter type java.lang.Object

boolean
Determine whether this Object is semantically equal to another Object.
boolean
boolean
Returns true if x is a MathContext and has the same precision setting and rounding mode as this MathContext.

Uses in package org.omg.CosNaming

Classes derived from java.lang.Object

class
Defines the binding with the given name and type.
class
The helper operations for Binding.
class
A holder for the binding type.
class
The helper operations for BindingIterator
class
The holder to store the binding iterator.
class
The binding iterator servant, used in POA-based naming service implementations.
class
The helper operations for the binding list.
class
A class to hold the binding list.
class
Specifies the binding type (how the binding has been created).
class
A helper operations of the BindingType
class
Holds the binding type.
class
"Istring" was a "placeholder for a future IDL internationalized string data type" in the original specification.
class
The name component, a node in the multi-comonent name.
class
A helper classes for the name component.
class
The name component holder.
class
The helper operations for the name that is defined as an array of the name components.
class
The holder for the name that is defined as an array of the name components.
class
The helper operations for the extended naming context.
class
A holder for the extended naming context, added since 1.4.
class
The extended naming service servant.
class
The helper operations for the naming context.
class
A holder for the naming context.
class
The naming service servant.
class
The binding iterator implementation base.
class
The binding interator stub (proxy), used on the client side.
class
The extended naming context implementation base.
class
The extended naming context stub (proxy), used on the client side.
class
The naming context implementation base.
class
The naming context stub (proxy), used on the client side.

Methods with parameter type java.lang.Object

boolean
Returns true if both name and kind are equal.

Uses in package java.lang

Classes derived from java.lang.Object

class
An AbstractMethodError is thrown when an application attempts to access an abstract method.
class
Thrown when a math error has occured, such as trying to divide an integer by zero.
class
Thrown when attempting to access a position outside the valid range of an array.
class
Thrown when trying to store an object of the wrong runtime type in an array.
class
An assertion error normally occurs as a result of the assert statement added in JDK 1.4, to indicate that an assertion failed.
class
Instances of class Boolean represent primitive boolean values.
class
Instances of class Byte represent primitive byte values.
class
Wrapper class for the primitive char data type.
class
A subset of Unicode blocks.
class
A family of character subsets in the Unicode specification.
class
A Class represents a Java type.
class
Thrown when an attempt is made to cast an object which is not of the appropriate runtime type.
class
A ClassCircularityError is thrown when a circular dependency has been detected while initializing a class.
class
A ClassFormatError is thrown when a Java Virtual Machine unable to read a class file because the file is corrupted or cannot be interpreted as a class file.
class
The ClassLoader is a way of customizing the way Java gets its classes and loads them into memory.
class
Thrown when a class is requested by reflection, but the class definition cannot be found.
class
Thrown to indicate an object should not or could not be cloned.
class
The Compiler class is a placeholder for a JIT compiler implementation, and does nothing unless there is such a compiler.
class
Instances of class Double represent primitive double values.
class
This class represents a Java enumeration.
class
An exception of this type is thrown when a symbolic reference is made to an enum constant which does not exist.
class
Applications should not try to catch errors since they indicate abnormal conditions.
class
The root class of all exceptions worth catching in a program.
class
An ExceptionInInitializerError is thrown when an uncaught exception has occurred in a static initializer or the initializer for a static variable.
class
Instances of class Float represent primitive float values.
class
An IllegalAccessError is thrown when an attempt is made to call a method, or access or modify a field that the application does not have access to.
class
Thrown whenever a reflective method tries to do something that the compiler would not allow.
class
Thrown when a method is passed an illegal or inappropriate argument.
class
Thrown when a thread attempts to wait or notify on a monitor that it does not own (ie. it has not synchronized on the object).
class
Thrown when a method is invoked at an illegal or inappropriate time.
class
Thrown When trying to manipulate a Thread which is in an inappropriate state.
class
An IncompatibleClassChangeError is thrown when the definition of a class used by the currently executing method has changed in an incompatible way.
class
This exception can be thrown to indicate an attempt to access an index which is out of bounds on objects like String, Array, or Vector.
class
A ThreadLocal whose value is inherited by child Threads.
class
An InstantiationError is thrown when an attempt is made to create an instance of an abstract class or an interface.
class
Thrown when an attempt is made to use reflection to build a non-instantiable class (an interface or abstract class).
class
Instances of class Integer represent primitive int values.
class
An InternalError is thrown when a mystical error has occurred in the Java Virtual Machine.
class
Thrown when a thread interrupts another thread which was previously sleeping, waiting, or paused in some other way.
class
Subclasses of LinkageError are thrown to indicate that two classes which were compatible at separate compilation times cannot be linked to one another.
class
Instances of class Long represent primitive long values.
class
Helper class containing useful mathematical functions and constants.
class
Thrown when an attempt is made to create an array with a negative size.
class
A NoClassDefFoundError is thrown when a classloader or the Java Virtual Machine tries to load a class and no definition of the class can be found.
class
A NoSuchFieldError is thrown if an application attempts to access a field of a class, and that class no longer has that field.
class
Thrown to indicate the class does not have the specified field.
class
A NoSuchMethodError is thrown if an application attempts to access a method of a class, and that class no longer has that method.
class
Thrown to indicate the class does not have the specified method.
class
Thrown when attempting to use null where an object is required.
class
Number is a generic superclass of all the numeric classes, including the wrapper classes Byte, Short, Integer, Long, Float, and Double.
class
Can be thrown when attempting to convert a String to one of the numeric types, but the operation fails because the string has the wrong format.
class
Thrown when the Java Virtual Machine is unable to allocate an object because it is out of memory and no more memory could be made available by the garbage collector.
class
Everything you ever wanted to know about a package.
class
An instance of a subclass of Process is created by the Runtime.exec methods.
class
This class is used to construct new operating system processes.
class
Runtime represents the Virtual Machine.
class
All exceptions which are subclasses of RuntimeException can be thrown at any time during the execution of a Java virtual machine.
class
A RuntimePermission contains a permission name, but no actions list.
class
The security manager will throw this exception to indicate a security violation.
class
SecurityManager is a class you can extend to create your own Java security policy.
class
Instances of class Short represent primitive short values.
class
A StackOverflowError is thrown when the execution stack overflow occurs.
class
One function call or stack trace element.
class
Helper class containing useful mathematical functions and constants.
class
Strings represent an immutable set of characters.
class
StringBuffer represents a changeable String.
class
StringBuilder represents a changeable String.
class
This exception can be thrown to indicate an attempt to access an index which is out of bounds of a String.
class
System represents system-wide resources; things that represent the general environment.
class
Thread represents a single thread of execution in the VM.
class
Represents the current state of a thread, according to the VM rather than the operating system.
class
ThreadDeath is thrown in a thread when someone calls stop() on that thread.
class
ThreadGroup allows you to group Threads together.
class
ThreadLocal objects have a different state associated with every Thread that accesses them.
class
Throwable is the superclass of all exceptions that can be raised.
class
Thrown when a type is accessed using a String-based representation, but no definition of the supplied type is found.
class
An UnknownError is thrown when a serious but unknown problem has occurred in the Java Virtual Machine.
class
A UnsatisfiedLinkError is thrown if an appropriate native language definition of a method declared native cannot be found by the Java Virtual Machine.
class
An UnsupportedClassVersionError is thrown when the Java Virtual Machine determines it does not support the major and minor version numbers in the class file it is attempting to read.
class
This exception is thrown by an object when an operation is requested of it that it does not support.
class
A VerifyError is thrown if there is a security problem or internal inconsistency in a class file as detected by the "verifier."
class
A VirtualMachineError or its subclasses are thrown to indicate there is something wrong with the Java Virtual Machine or that it does not have the resources needed for it to continue execution.
class
Void is a placeholder class so that the variable Void.TYPE (also available as void.class) can be supported for reflection return types.

Constructors with parameter type java.lang.Object

Construct an AssertionError with the string conversion of the given object as its error message.

Methods with parameter type java.lang.Object

StringBuffer
Append the String value of the argument to this StringBuffer.
StringBuilder
Append the String value of the argument to this StringBuilder.
void
System.arraycopy(Object src, int srcStart, Object dest, int destStart, int len)
Copy one array onto another from src[srcStart] ...
T
Returns the specified object, cast to this Class' type.
void
SecurityManager.checkConnect(String host, int port, Object context)
Check if the current thread is allowed to connect to a given host on a given port, using the given security context.
void
Check if the current thread is allowed to perform an operation that requires the specified Permission.
void
SecurityManager.checkRead(String filename, Object context)
Check if the current thread is allowed to read the given file. using the given security context.
boolean
Check if the current thread is allowed to create a top-level window.
Object
This method examines the argument and performs an operation according to the compilers documentation.
boolean
If the obj is an instance of Boolean and has the same primitive value as this object then true is returned.
boolean
Returns true if obj is an instance of Byte and represents the same byte value.
boolean
Determines if an object is equal to this object.
boolean
Compares two Subsets for equality.
boolean
Returns true if obj is an instance of Double and represents the same double value.
boolean
Returns true if this enumeration is equivalent to the supplied object, o.
boolean
Returns true if obj is an instance of Float and represents the same float value.
boolean
Returns true if obj is an instance of Integer and represents the same int value.
boolean
Returns true if obj is an instance of Long and represents the same long value.
boolean
Determine whether this Object is semantically equal to another Object.
boolean
Returns true if obj is an instance of Short and represents the same short value.
boolean
Returns true if the given object is also a StackTraceElement and all attributes, except the native flag, are equal (either the same attribute between the two elments are null, or both satisfy Object.equals).
boolean
String.equals(Object anObject)
Predicate which compares anObject to this.
boolean
Checks whether the current thread holds the monitor on a given object.
int
Get a hash code computed by the VM for the Object.
StringBuffer
StringBuffer.insert(int offset, Object obj)
Insert the String value of the argument into this StringBuffer.
StringBuilder
StringBuilder.insert(int offset, Object obj)
Insert the String value of the argument into this StringBuilder.
boolean
Discover whether an Object is an instance of this Class.
void
ClassLoader.setSigners(Class c, Object[] signers)
Helper to set the signers of a class.
String
Returns a String representation of an Object.

Methods with return type java.lang.Object

Object
Cloning of enumeration constants is prevented, to maintain their singleton status.
Object
This method may be called to create a new copy of the Object.
Object
This method examines the argument and performs an operation according to the compilers documentation.
Object
Get an implementation-dependent Object that contains enough information about the current environment to be able to perform standard security checks later.
Object[]
Get the signers of this class.

Uses in package org.xml.sax

Classes derived from java.lang.Object

class
Default base class for handlers.
class
A single input source for an XML entity.
class
Encapsulate a general SAX error or warning.
class
Exception class for an unrecognized identifier.
class
Exception class for an unsupported operation.
class
Encapsulate an XML parse error or warning.

Methods with parameter type java.lang.Object

void
Set the value of a property.

Methods with return type java.lang.Object

Object
Look up the value of a property.

Uses in package javax.xml.validation

Classes derived from java.lang.Object

class
An immutable grammar.
class
Factory for obtaining schemata.
class
API compatibility class.
class
Provides access to the PSVI type info supplied by ValidatorHandler.
class
A processor that validates a document against a schema.
class
A streaming validator that operates on a SAX event stream.

Methods with parameter type java.lang.Object

void
void
void

Methods with return type java.lang.Object

Object
Object
Object

Uses in package org.w3c.dom.xpath

Classes derived from java.lang.Object

class
A new exception has been created for exceptions specific to these XPath interfaces.

Methods with parameter type java.lang.Object

Object
XPathEvaluator.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
Object
XPathExpression.evaluate(Node contextNode, short type, Object result)
Evaluates this XPath expression and returns a result.

Methods with return type java.lang.Object

Object
XPathEvaluator.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)
Evaluates an XPath expression string and returns a result of the specified type if possible.
Object
XPathExpression.evaluate(Node contextNode, short type, Object result)
Evaluates this XPath expression and returns a result.

Uses in package java.awt.image

Classes derived from java.lang.Object

class
AffineTransformOp performs matrix-based transformations (translations, scales, flips, rotations, and shears).
class
This filter should produce images which do not have image artifacts like broken lines which were originally unbroken.
class
Filter Raster pixels by applying a matrix.
class
A sample model that reads each sample value from a separate band in the DataBuffer.
class
A buffered image always starts at coordinates (0, 0).
class
The BufferedImageFilter class wraps BufferedImageOp objects in a Filter.
class
This class describes a strategy for managing image buffering resources on a Canvas or Window.
class
ByteLookupTable represents translation arrays for pixel values.
class
ColorConvertOp is a filter for converting images or rasters between colorspaces, either through a sequence of colorspaces or just from source to destination.
class
A color model operates with colors in several formats:
  • normalized: component samples are in range [0.0, 1.0].
  • color model pixel value: all the color component samples for a sigle pixel packed/encoded in a way natural for the color model.
  • color model pixel int value: only makes sense if the natural encoding of a single pixel can fit in a single int value.
  • array of transferType containing a single pixel: the pixel is encoded in the natural way of the color model, taking up as many array elements as needed.
  • sRGB pixel int value: a pixel in sRGB color space, encoded in default 0xAARRGGBB format, assumed not alpha premultiplied.
  • single [0, 255] scaled int samples from default sRGB color space.
class
class
ComponentSampleModel supports a flexible organization of pixel samples in memory, permitting pixel samples to be interleaved by band, by scanline, and by pixel.
class
Convolution filter.
class
Currently this filter does almost nothing and needs to be implemented.
class
Class that manages arrays of data elements.
class
A DataBuffer that uses an array of byte primitives to represent each of its banks.
class
A DataBuffer that uses an array of double primitives to represent each of its banks.
class
A DataBuffer that uses an array of float primitives to represent each of its banks.
class
A DataBuffer that uses an array of int primitives to represent each of its banks.
class
A DataBuffer that uses an array of short primitives to represent each of its banks.
class
A DataBuffer that uses an array of short primitives to represent each of its banks.
class
class
class
The ImageFilter class is a base class which can be extended to provide different types of filters for an image.
class
This exception is thrown when BufferedImageOp or RasterOp filters cannot process an image.
class
Color model similar to pseudo visual in X11.
class
Kernel represents an image processing kernel.
class
LookupOp is a filter that converts each pixel using a lookup table.
class
LookupTable represents translation arrays for pixel values.
class
An image producer that delivers image data from an array.
class
MultiPixelPackedSampleModel provides a single band model that supports multiple pixels in a single unit.
class
class
PixelGrabber is an ImageConsumer that extracts a rectangular region of pixels from an Image.
class
A SampleModel that uses exactly one element of the raster’s DataBuffer per pixel, holds all bands in a single bank, and stores band data in pixel-interleaved manner.
class
A rectangular collection of pixels composed from a DataBuffer which stores the pixel values, and a SampleModel which is used to retrieve the pixel values.
class
This exception is thrown when there is invalid layout information in Raster
class
This filter should be used for fast scaling of images where the result does not need to ensure straight lines are still straight, etc.
class
RescaleOp is a filter that changes each pixel by a scaling factor and offset.
class
A filter designed to filter images in the default RGBColorModel regardless of the ImageProducer's ColorModel.
class
A SampleModel is used to access pixel data from a DataBuffer.
class
ShortLookupTable represents translation arrays for pixel values.
class
A SampleModel used when all samples are stored in a single data element in the DataBuffer, and each data element contains samples for one pixel only.
class
VolatileImage represents a hardware-accelerated graphics buffer.
class
A raster with methods to support updating pixel values.

Fields of type java.lang.Object

Object

Methods with parameter type java.lang.Object

boolean
boolean
boolean
Tests this sample model for equality with an arbitrary object.
boolean
Tests this sample model for equality with an arbitrary object.
boolean
Determine whether this Object is semantically equal to another Object.
boolean
Tests this sample model for equality with an arbitrary object.
int
int
int
int
int
int
int[]
ColorModel.getComponents(Object pixel, int[] components, int offset)
Fills an array with the unnormalized component samples from an array of transferType containing a single pixel.
int[]
ComponentColorModel.getComponents(Object pixel, int[] components, int offset)
int[]
DirectColorModel.getComponents(Object pixel, int[] components, int offset)
Object
ColorModel.getDataElements(float[] components, int offset, Object obj)
Converts the normalized component samples from an array to an array of TransferType values.
Object
Raster.getDataElements(int x, int y, int w, int h, Object outData)
Object
SampleModel.getDataElements(int x, int y, int w, int h, Object obj, DataBuffer data)
Object
Raster.getDataElements(int x, int y, Object outData)
Object
BandedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
Extract all samples of one pixel and return in an array of transfer type.
Object
Returns the samples for the pixel at location (x, y) in a primitive array (the array type is determined by the data type for this model).
Object
Extract one pixel and return in an array of transfer type.
Object
SampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
This method is provided as a faster alternative to getPixel(), that can be used when there is no need to decode the pixel into separate sample values.
Object
Object
Converts an sRGB pixel int value to an array containing a single pixel of the color space of the color model.
Object
Object
Converts a normalized pixel int value in the sRGB color space to an array containing a single pixel of the color space of the color model.
Object
ColorModel.getDataElements(int[] components, int offset, Object obj)
Object
ComponentColorModel.getDataElements(int[] components, int offset, Object obj)
Object
DirectColorModel.getDataElements(int[] components, int offset, Object obj)
int
int
int
float[]
ColorModel.getNormalizedComponents(Object pixel, float[] normComponents, int normOffset)
Convert unnormalized components to normalized components.
int
Converts a pixel in the given array of the color space of the color model to an sRGB pixel int value.
int
int
int
Converts pixel in the given array to sRGB and extract blue int sample scaled to range [0-255].
int
int
void
WritableRaster.setDataElements(int x, int y, int w, int h, Object inData)
void
SampleModel.setDataElements(int x, int y, int w, int h, Object obj, DataBuffer data)
void
WritableRaster.setDataElements(int x, int y, Object inData)
void
BandedSampleModel.setDataElements(int x, int y, Object obj, DataBuffer data)
Set the pixel at x, y to the value in the first element of the primitive array obj.
void
Sets the samples for the pixel at location (x, y) from the supplied primitive array (the array type must be consistent with the data type for this model).
void
Set the pixel at x, y to the value in the first element of the primitive array obj.
void
SampleModel.setDataElements(int x, int y, Object obj, DataBuffer data)
void

Methods with return type java.lang.Object

Object
By default, returns a shallow copy of the object created by Object.clone()
Object
Returns a clone of this kernel.
Object
ColorModel.getDataElements(float[] components, int offset, Object obj)
Converts the normalized component samples from an array to an array of TransferType values.
Object
Raster.getDataElements(int x, int y, int w, int h, Object outData)
Object
SampleModel.getDataElements(int x, int y, int w, int h, Object obj, DataBuffer data)
Object
Raster.getDataElements(int x, int y, Object outData)
Object
BandedSampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
Extract all samples of one pixel and return in an array of transfer type.
Object
Returns the samples for the pixel at location (x, y) in a primitive array (the array type is determined by the data type for this model).
Object
Extract one pixel and return in an array of transfer type.
Object
SampleModel.getDataElements(int x, int y, Object obj, DataBuffer data)
This method is provided as a faster alternative to getPixel(), that can be used when there is no need to decode the pixel into separate sample values.
Object
Object
Converts an sRGB pixel int value to an array containing a single pixel of the color space of the color model.
Object
Object
Converts a normalized pixel int value in the sRGB color space to an array containing a single pixel of the color space of the color model.
Object
ColorModel.getDataElements(int[] components, int offset, Object obj)
Object
ComponentColorModel.getDataElements(int[] components, int offset, Object obj)
Object
DirectColorModel.getDataElements(int[] components, int offset, Object obj)
Object
Object
Returns the value of the specified property, or Image.UndefinedProperty if the property is not defined.
Object
Object
This method requests a named property for an object.

Uses in package javax.xml.transform.dom

Classes derived from java.lang.Object

class
Output result specified as a W3C DOM object graph.
class
An XML source specified as a W3C DOM node context.

Uses in package java.security

Classes derived from java.lang.Object

class
AccessControlContext makes system resource access decsion based on permission rights.
class
This exception is thrown when the AccessController denies an attempt to perform an operation.
class
Access control context and permission checker.
class
AlgorithmParameterGenerator is used to generate algorithm parameters for specified algorithms.
class
AlgorithmParameterGeneratorSpi is the Service Provider Interface for the AlgorithmParameterGenerator class.
class
AlgorithmParameters is an Algorithm Parameters class which provides an interface through which the user can manage the parameters of an Algorithm.
class
AlgorithmParametersSpi is the Service Provider Interface for the Algorithm Parameters class.
class
This class is a permission that implies all other permissions.
class
This class implements a simple model for named permissions without an associated action list.
class
This class represents a location from which code is loaded (as represented by a URL), and the list of certificates that are used to check the signatures of signed code loaded from this source.
class
This exception indicates that a generic message digest exception has occurred.
class
DigestInputStream is a class that ties an InputStream with a MessageDigest.
class
DigestOutputStream is a class that ties an OutputStream with a MessageDigest.
class
This class is the common superclass of all security exceptions.
class
This class is an object that is guarded by a Guard object.
class
The Identity class is used to represent people and companies that can be authenticated using public key encryption.
class
IdentityScope represents a scope of an identity.
class
Thrown for an invalid security algorithm parameter.
class
Thrown for an invalid key.
class
Thrown when an invalid parameter is passed to a method of the JCA/JCE engine classes.
class
This exception is thrown when there is a problem with a key.
class
Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material).
class
KeyFactorySpi is the Service Provider Interface (SPI) for the KeyFactory class.
class
This exception is thrown whenever a problem related to the management of security keys is encountered.
class
KeyPair serves as a simple container for public and private keys.
class
KeyPairGenerator is a class used to generate key-pairs for a security algorithm.
class
KeyPairGeneratorSpi is the interface used to generate key pairs for security algorithms.
class
Keystore represents an in-memory collection of keys and certificates.
class
Indicates a problem with the key store.
class
KeyStoreSpi is the Service Provider Interface (SPI) for the KeyStore class.
class
Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length hash value.
class
This is the Service Provider Interface (SPI) for MessageDigest class in java.security.
class
This exception is thrown when the requested security algorithm is not available
class
This exception is thrown when the requested security provider is not available.
class
This class is the abstract superclass of all classes that implement the concept of a permission.
class
This class models a group of Java permissions.
class
This class is a heterogeneous collection of permissions.
class
Policy is an abstract class for managing the system security policy for the Java application environment.
class
This exception is thrown when an exception is thrown during a privileged action being performed with the AccessController.doPrivileged() method.
class
This class represents a group of classes, along with their granted permissions.
class
This class represents a Java security architecture service provider.
class
This exception indicates that a runtime problem was encounterd with a security provider.
class
A Secure Class Loader for loading classes with additional support for specifying code source and permissions when they are retrieved by the system policy handler.
class
An interface to a cryptographically secure pseudo-random number generator (PRNG).
class
SecureRandomSpi is the Service Provider Interface for SecureRandom providers.
class
This class centralizes all security properties and common security methods.
class
This class provides a mechanism for specified named permissions related to the Java security framework.
class
Signature is used to provide an interface to digital signature algorithms.
class
This exception is thrown when a problem is encountered with a digital signature.
class
SignatureSpi defines the Service Provider Interface (SPI) for the Signature class.
class
SignedObject is used for storing runtime objects whose integrity cannot be compromised without being detected.
class
Signer is a subclass of Identity.
class
This exception is thrown when a key cannot be recovered from the key store.
class
This class is used to hold instances of all permissions that cannot be resolved to available permission classes when the security Policy object is instantiated.

Constructors with parameter type java.lang.Object

This method initializes a new instance of GuardedObject that protects the specified Object using the specified Guard.

Methods with parameter type java.lang.Object

void
This method tests whether or not access is allowed to the specified guarded object.
void
This method implements the Guard interface for this class.
void
Sets the specified algorithm parameter to the specified value.
boolean
Checks if two AccessControlContexts are equal.
boolean
Checks an object for equality.
boolean
This method tests to see if this object is equal to the specified Object.
boolean
This method tests the specified Object for equality with this object.
boolean
Checks for equality between this Identity and a specified object.
boolean
Check to see if this object equals obj.
boolean
This method tests another Principal object for equality with this one.
boolean
This method tests this permission for equality against the specified Object.
Object
Return the value in this Hashtable associated with the supplied key, or null if the key maps to nothing.
Object
Provider.put(Object key, Object value)
Maps a key property to a designated value.
Object
This method removes the specified key entry (and its associated value) from the property mapping collection.
void
Sets the specified algorithm parameter to the specified value.

Methods with return type java.lang.Object

Object
We override clone here to make it accessible for use by DummyKeyPairGenerator.
Object
Returns a clone of this instance if cloning is supported.
Object
Returns a clone of this class.
Object
Returns a clone of this instance.
Object
Returns a clone of this instance.
Object
Returns the value for the specified algorithm parameter.
Object
Return the value in this Hashtable associated with the supplied key, or null if the key maps to nothing.
Object
This method first call the checkGuard method on the Guard object protecting the guarded object.
Object
Returns the encapsulated object.
Object
Returns the value for the specified algorithm parameter.
Object
Provider.put(Object key, Object value)
Maps a key property to a designated value.
Object
This method removes the specified key entry (and its associated value) from the property mapping collection.

Uses in package org.w3c.dom.ranges

Classes derived from java.lang.Object

class
Range operations may throw a RangeException as specified in their method descriptions.

Uses in package javax.swing.text

Classes derived from java.lang.Object

class
An abstract base implementation for the Document interface.
class
An abstract base implementation of the Element interface.
class
An implementation of Element to represent composite Elements that contain other Elements.
class
Stores the changes when a Document is beeing modified.
class
class
An implementation of Element that represents a leaf in the document structure.
class
This is an abstract base class for writing Document instances to a Writer.
class
A View implementation that lays out its child views in a box, either vertically or horizontally.
class
Manages the effective position of child views.
class
Represents the layout state of a child view.
class
Indicates that an invalid location within a Document has been accessed.
class
An implementation of CompositeView that arranges its children in a box along one axis.
class
The exception is thrown when the document charset is changed.
class
A View implementation that is able to render arbitrary Components.
class
An abstract base implementation of View that manages child Views.
class
DateFormatter is an InternationalFormatter that implements value to string and string to value conversion via an instance of DateFormat.
class
The default implementation of the Caret interface.
class
The default implementation of EditorKit.
class
Creates a beep on the PC speaker.
class
Copies the selected content into the system clipboard.
class
Copies the selected content into the system clipboard and deletes the selection.
class
This action is executed as default action when a KEY_TYPED event is received and no keymap entry exists for that.
class
This action inserts a newline character into the document of the text component.
class
Places content into the associated editor.
class
Inserts a TAB character into the text editor.
class
Copies content from the system clipboard into the editor.
class
The DefaultFormatter is a concrete formatter for use in JFormattedTextFields.
class
This class is Swing's only concrete implementation of JFormattedTextField.AbstractFormatterFactory.
class
The default highlight for Swing text components.
class
class
The default implementation of StyledDocument.
class
An UndoableEdit that can undo attribute changes to an element.
class
Performs all structural changes to the Element hierarchy.
class
Carries specification information for new Elements that should be created in DefaultStyledDocument.ElementBuffer.
class
An element type for sections.
class
This class is deprecated and should not be used anymore.
class
class
class
class
This class can be used to iterate over the Element tree of a Document or an Element.
class
class
A View that can flows it's children into it's layout space.
class
A strategy for translating the logical views of a FlowView into the real views.
class
This implementation of AbstractDocument.Content uses a gapped buffer.
class
Renders a run of styled text.
class
An abstract base implementation for a glyph painter for GlyphView.
class
A View that can render an icon.
class
This extends DefaultFormatter so that the value to string conversion is done via a Format object.
class
class
AccessibleJTextComponent implements accessibility hooks for JTextComponent.
class
class
A GlyphView that caches the textattributes for most effective rendering.
class
class
class
This is a queue which holds Runnable objects.
class
class
class
class
NumberFormatter is an InternationalFormatter that implements value to string and string to value conversion via an instance of NumberFormat.
class
A FlowView that flows it's children horizontally and boxes the rows vertically.
class
class
A simple document class which maps lines to Elements.
class
class
class
A text fragment represented by a sequence of characters stored in an array.
class
A set of attributes.
class
An implementation of the AbstractDocument.Content interface useful for small documents or debugging.
class
Represents standard attribute keys.
class
A set of keys for attributes that apply to characters.
class
A set of keys for attributes that relate to colors.
class
A set of keys for attributes that apply to fonts.
class
A set of keys for attributes that apply to paragraphs.
class
class
class
class
An EditorKit that supports editing styled text.
class
Sets the alignment attribute on the selected text.
class
Toggles the bold attribute for the selected text.
class
Sets the font family attribute on the selected text.
class
Sets the font size attribute on the selected text.
class
Sets the foreground color attribute on the selected text.
class
Toggles the italic attribute for the selected text.
class
The abstract superclass of all styled TextActions.
class
Toggles the underline attribute for the selected text.
class
A View implementation for rendering tables inside styled text.
class
This class is deprecated and not used anymore.
class
A view implementation that renders a row of a TableView.
class
A set of tab stops.
class
Represents a tab position in some text.
class
TextAction
class
A set of utilities to deal with text.
class
class
class
A View implementation that delays loading of sub views until they are needed for display or internal transformations.

Constructors with parameter type java.lang.Object

Fields of type java.lang.Object

Object
Object
A key for the alignment paragraph attribute.
Object
Object
Object
A key for the background color attribute.
Object
Object
A key for the bidi level character attribute.
Object
Object
Object
A key for the bold font attribute.
Object
Object
A key for the component character attribute.
Object
Object
Object
Object
A key for the family font attribute.
Object
Object
A key for the first line indentation paragraph attribute.
Object
Object
Object
Object
Object
A key for the foreground color attribute.
Object
Object
A key for the icon character attribute.
Object
Object
A key for the italic character attribute.
Object
A key for the italic font attribute.
Object
Object
A key for the left indentation paragraph attribute.
Object
Object
A key for the line spacing paragraph attribute.
Object
Object
Key of the attribute that is used to describe the name of an AttributeSet.
Object
Object
Object
A key for the orientation paragraph attribute.
Object
Key of the attribute that is used to identify the resolving parent of an AttributeSet.
Object
Object
Object
A key for the right indentation paragraph attribute.
Object
Object
Object
A key for the size font attribute.
Object
Object
A key for the 'space above' paragraph attribute.
Object
Object
A key for the 'space below' paragraph attribute.
Object
Object
A key for the strike through character attribute.
Object
Object
A key for the subscript character attribute.
Object
Object
A key for the superscript character attribute.
Object
Object
A key for the tabset paragraph attribute.
Object
Object
A key for the underline character attribute.

Methods with parameter type java.lang.Object

void
Adds an attribute to this element.
void
Adds an attribute with the given name and value to the set.
void
Adds an attribute with the given name and value to the set.
void
AttributeSet
Returns an AttributeSet that contains the attributes of old plus the new attribute specified by name and value.
AttributeSet
Returns an AttributeSet that contains the attributes of old plus the new attribute specified by name and value.
void
DefaultHighlighter.changeHighlight(Object tag, int n0, int n1)
void
Highlighter.changeHighlight(Object tag, int p0, int p1)
boolean
Returns true if this element contains the specified attribute.
boolean
Returns true if this AttributeSet contains an attribute with the specified name and value, false otherwise.
boolean
Returns true if the given name and value represent an attribute found either in this AttributeSet or in its resolve parent hierarchy.
boolean
boolean
boolean
Checks this set for equality with an arbitrary object.
boolean
boolean
Tests this TabSet for equality with an arbitrary object.
boolean
Tests this TabStop for equality with an arbitrary object.
Object
Returns the attribute value with the specified key.
Object
Returns the attribute with the specified key or null if no such attribute is defined in this AttributeSet and its resolving parents.
Object
Returns the value of the specified attribute, or null if there is no attribute with that name.
Object
Object
Object
Returns a property from this Document's property list.
Object
Returns a document property with the specified key.
Object
Gets the object previously registered with registerStaticAttributeKey.
Object
Returns the String that key will be registered with registerStaticAttributeKey.
boolean
Returns true if an attribute with the specified name is defined in this element, false otherwise.
boolean
Returns true if an attribute with the specified name is defined locally in this AttributeSet, without resolving through the resolving parents.
boolean
Returns true if the given attribute is defined in this set, and false otherwise.
boolean
boolean
void
Stores a property in this Document's property list.
void
Sets a document property.
void
JTextComponent.read(Reader input, Object streamDescription)
Read and set the content this component.
void
Registers an attribute key as a well-known keys.
void
Removes an attribute from this element.
void
Removes the attribute with the specified name, if this attribute is defined.
void
Removes the attribute with the specified name, if this attribute is defined.
void
AttributeSet
Returns a AttributeSet that has the attribute with the specified name removed from old.
AttributeSet
Returns a AttributeSet that has the attribute with the specified name removed from old.
void
void
void
GapContent.replace(int position, int rmSize, Object addItems, int addSize)
Replaces a portion of the storage with the specified items.
String
Converts a value object into a String.
String
Converts a value object into a String.
String
Returns a String representation of the Object value based on the mask.

Methods with return type java.lang.Object

Object
Object
Object
Allocates an array of the specified length that can then be used as buffer.
Object
Creates and returns a clone of this DefaultFormatter.
Object
This method may be called to create a new copy of the Object.
Object
Returns a new ElementIterator which is a clone of this ElementIterator.
Object
Creates and returns a shallow clone of this GlyphView.
Object
This creates and returns a clone of this Formatter.
Object
Clones the segment (note that the underlying character array is not cloned, just the reference to it).
Object
Returns a clone of the attribute set.
Object
Object
Creates an exact copy of this StyledEditorKit.
Object
Returns the allocated buffer array.
Object
Returns the attribute value with the specified key.
Object
Returns the attribute with the specified key or null if no such attribute is defined in this AttributeSet and its resolving parents.
Object
Returns the value of the specified attribute, or null if there is no attribute with that name.
Object
Object
Object
Returns a property from this Document's property list.
Object
Returns a document property with the specified key.
Object
Gets the object previously registered with registerStaticAttributeKey.
Object
Returns the String that key will be registered with registerStaticAttributeKey.
Object
Converts a String (from the JFormattedTextField input) to a value.
Object
Converts a String (from the JFormattedTextField input) to a value.
Object
Parses the text using the mask, valid characters, and invalid characters to determine the appropriate Object to return.

Uses in package javax.xml.stream

Classes derived from java.lang.Object

class
Error indicating that a factory could not be configured.
class
Factory for XML events.
class
Factory for creating stream and event readers from various kinds of input source.
class
Factory for obtaining XML stream and event writers for various kinds of output sink.
class
Exception indicating an XML stream processing error.

Methods with parameter type java.lang.Object

void
XMLReporter.report(String message, String errorType, Object relatedInformation, Location location)
Reports an error.
void
Sets the implementation-specific property of the given name.
void
Sets the implementation-specific property of the given name.

Methods with return type java.lang.Object

Object
Returns the implementation-specific feature or property of the given name.
Object
Returns the implementation-specific property of the given name.
Object
Returns the implementation-specific property of the given name.
Object
Returns the implementation-specific feature or property of the given name.
Object
Returns the implementation-specific feature or property of the given name.
Object
XMLResolver.resolveEntity(String publicID, String systemID, String baseURI, String namespace)
Returns an input source from which the specified external entity can be read.

Uses in package java.util.prefs

Classes derived from java.lang.Object

class
Partial implementation of a Preference node.
class
Chained exception thrown when backing store fails.
class
Indicates reading prefs from stream failed.
class
ObjectEvent fired when a Preference node is added/removed.
class
ObjectEvent fired when a Preferences entry changes.
class
Preference node containing key value entries and subnodes.

Fields of type java.lang.Object

Object
Object used to lock this preference node.

Uses in package javax.swing.plaf.synth

Classes derived from java.lang.Object

class
A typesafe enumeration of color types.
class
Describes a region of a component or the complete component.
class
Contains some contextual information about a region.
class
Wrapper for graphics primitives used in Synth.
class
A look and feel that can be customized either by providing a file to load(InputStream,Class) or by setting a SynthStyleFactory using setStyleFactory(SynthStyleFactory).
class
The abstract definition of a delegate that takes the responsibility of painting for the components.
class
A set of style properties that can be installed on a component.
class

Methods with parameter type java.lang.Object

void
SynthGraphicsUtils.drawLine(SynthContext ctx, Object paintKey, Graphics g, int x1, int y1, int x2, int y2)
Draws a line from (x1,y1) to (x2,y2).
Object
boolean
SynthStyle.getBoolean(SynthContext ctx, Object key, boolean defaultValue)
A convenience method to fetch an integer property.
Icon
A convenience method to fetch an Icon-valued property.
int
SynthStyle.getInt(SynthContext ctx, Object key, int defaultValue)
A convenience method to fetch an integer property.
String
SynthStyle.getString(SynthContext ctx, Object key, String defaultValue)
A convenience method to fetch a String property.

Methods with return type java.lang.Object

Object

Uses in package javax.print.event

Classes derived from java.lang.Object

class
Superclass of all events in the Java Print Service API.
class
Adapter class for implementing PrintJobListener classes.
class
PrintJobAttributeEvents are generated by a PrintService to inform registered listeners that attributes associated with a DocPrintJob instance have changed.
class
PrintJobEvents are generated by a print job during print job processing to inform registered listeners about the state of processing.
class
PrintServiceAttributeEvents are generated by a PrintService to inform registered listeners that its associated attributes have changed.

Constructors with parameter type java.lang.Object

Constructs a PrintEvent object.

Uses in package javax.swing.colorchooser

Classes derived from java.lang.Object

class
AbstractColorChooserPanel
class
ColorChooserComponentFactory
class
This is the default implementation of the ColorSelectionModel interface that JColorChoosers use.

Uses in package javax.naming.event

Classes derived from java.lang.Object

class
class

Constructors with parameter type java.lang.Object

NamingEvent.NamingEvent(EventContext source, int type, Binding newBd, Binding oldBd, Object changeInfo)

Fields of type java.lang.Object

Object

Methods with parameter type java.lang.Object

void
void

Methods with return type java.lang.Object

Object