Uses of Class
java.lang.Object

Packages that useObject 
PackageDescription
com.sun.jarsigner
This package comprises the interfaces and classes used to define the signing mechanism used by thejarsigner tool.
com.sun.java.accessibility.util
Provides a collection of interfaces and classes that compose the Java Accessibility Utilities.
com.sun.jdi
This is the core package of the Java Debug Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities.
com.sun.jdi.connect
This package defines connections between the virtual machine using the JDI and the target virtual machine.
com.sun.jdi.connect.spi
This package comprises the interfaces and classes used to develop newTransportService implementations.
com.sun.jdi.request
This package is used to request that a JDI event be sent under specified conditions.
com.sun.management
This package contains the JDK's extension to the standard implementation of thejava.lang.management API and also defines the management interface for some other components of the platform.
com.sun.net.httpserver
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers.
com.sun.net.httpserver.spi
Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations.
com.sun.nio.sctp
A Java API for Stream Control Transport Protocol.
com.sun.security.auth
Provides implementations ofPrincipal.
com.sun.security.auth.callback
Provides an implementation ofCallbackHandler.
com.sun.security.auth.login
Provides an implementation ofConfiguration.
com.sun.security.auth.module
Provides implementations ofLoginModule.
com.sun.security.jgss
This package defines classes and interfaces for the JDK extensions to the GSS-API.
com.sun.source.tree
Provides interfaces to represent source code as abstract syntax trees (AST).
com.sun.source.util
Provides utilities for operations on abstract syntax trees (AST).
com.sun.tools.attach
Provides the API to attach to a Java™ virtual machine.
com.sun.tools.attach.spi
Only developers who are defining new attach providers should need to make direct use of this package.
com.sun.tools.javac
This package provides a legacy entry point for thejavac tool.
com.sun.tools.jconsole
This package contains the JConsole API.
java.applet
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
java.awt
Contains all of the classes for creating user interfaces and for painting graphics and images.
java.awt.color
Provides classes for color spaces.
java.awt.datatransfer
Provides interfaces and classes for transferring data between and within applications.
java.awt.desktop
Provides interfaces and classes for interaction with various desktop capabilities.
java.awt.dnd
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
java.awt.event
Provides interfaces and classes for dealing with different types of events fired by AWT components.
java.awt.font
Provides classes and interface relating to fonts.
java.awt.geom
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
java.awt.im
Provides classes and interfaces for the input method framework.
java.awt.im.spi
Provides interfaces that enable the development of input methods that can be used with any Java runtime environment.
java.awt.image
Provides classes for creating and modifying images.
java.awt.image.renderable
Provides classes and interfaces for producing rendering-independent images.
java.awt.print
Provides classes and interfaces for a general printing API.
java.beans
Contains classes related to developingbeans -- components based on the JavaBeans™ architecture.
java.beans.beancontext
Provides classes and interfaces relating to bean context.
java.io
Provides for system input and output through data streams, serialization and the file system.
java.lang
Provides classes that are fundamental to the design of the Java programming language.
java.lang.annotation
Provides library support for the Java programming language annotation facility.
java.lang.constant
Classes and interfaces to representnominal descriptors for run-time entities such as classes or method handles, and classfile entities such as constant pool entries orinvokedynamic call sites.
java.lang.instrument
Provides services that allow Java programming language agents to instrument programs running on the JVM.
java.lang.invoke
Thejava.lang.invoke package provides low-level primitives for interacting with the Java Virtual Machine.
java.lang.management
Provides the management interfaces for monitoring and management of theJava virtual machine and other components in the Java runtime.
java.lang.module
Classes to support module descriptors and creating configurations of modules by means of resolution and service binding.
java.lang.ref
Provides reference-object classes, which support a limited degree of interaction with the garbage collector.
java.lang.reflect
Provides classes and interfaces for obtaining reflective information about classes and objects.
java.math
Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
java.net
Provides the classes for implementing networking applications.
java.net.http
HTTP Client and WebSocket APIs
java.net.spi
Service-provider classes for thejava.net package.
java.nio
Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
java.nio.channels
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
java.nio.channels.spi
Service-provider classes for thejava.nio.channels package.
java.nio.charset
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
java.nio.charset.spi
Service-provider classes for thejava.nio.charset package.
java.nio.file
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
java.nio.file.attribute
Interfaces and classes providing access to file and file system attributes.
java.nio.file.spi
Service-provider classes for thejava.nio.file package.
java.rmi
Provides the RMI package.
java.rmi.activation
Provides support for RMI Object Activation.
java.rmi.dgc
Provides classes and interface for RMI distributed garbage-collection (DGC).
java.rmi.registry
Provides a class and two interfaces for the RMI registry.
java.rmi.server
Provides classes and interfaces for supporting the server side of RMI.
java.security
Provides the classes and interfaces for the security framework.
java.security.acl
The classes and interfaces in this package have been deprecated.
java.security.cert
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
java.security.spec
Provides classes and interfaces for key specifications and algorithm parameter specifications.
java.sql
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java™ programming language.
java.text
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
java.text.spi
Service provider classes for the classes in the java.text package.
java.time
The main API for dates, times, instants, and durations.
java.time.chrono
Generic API for calendar systems other than the default ISO.
java.time.format
Provides classes to print and parse dates and times.
java.time.temporal
Access to date and time using fields and units, and date time adjusters.
java.time.zone
Support for time-zones and their rules.
java.util
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
java.util.concurrent
Utility classes commonly useful in concurrent programming.
java.util.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
java.util.function
Functional interfaces provide target types for lambda expressions and method references.
java.util.jar
Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
java.util.logging
Provides the classes and interfaces of the Java™ 2 platform's core logging facilities.
java.util.prefs
This package allows applications to store and retrieve user and system preference and configuration data.
java.util.regex
Classes for matching character sequences against patterns specified by regular expressions.
java.util.spi
Service provider classes for the classes in the java.util package.
java.util.stream
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
java.util.zip
Provides classes for reading and writing the standard ZIP and GZIP file formats.
javax.accessibility
Defines a contract between user-interface components and an assistive technology that provides access to those components.
javax.annotation.processing
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
javax.crypto
Provides the classes and interfaces for cryptographic operations.
javax.crypto.spec
Provides classes and interfaces for key specifications and algorithm parameter specifications.
javax.imageio
The main package of the Java Image I/O API.
javax.imageio.metadata
A package of the Java Image I/O API dealing with reading and writing metadata.
javax.imageio.plugins.bmp
Package containing the public classes used by the built-in BMP plug-in.
javax.imageio.plugins.jpeg
Classes supporting the built-in JPEG plug-in.
javax.imageio.plugins.tiff
Public classes used by the built-in TIFF plug-ins.
javax.imageio.spi
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
javax.imageio.stream
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
javax.lang.model
Classes and hierarchies of packages used to model the Java programming language.
javax.lang.model.element
Interfaces used to model elements of the Java programming language.
javax.lang.model.type
Interfaces used to model Java programming language types.
javax.lang.model.util
Utilities to assist in the processing ofprogram elements andtypes.
javax.management
Provides the core classes for the Java Management Extensions.
javax.management.loading
Provides the classes which implement advanced dynamic loading.
javax.management.modelmbean
Provides the definition of the ModelMBean classes.
javax.management.monitor
Provides the definition of the monitor classes.
javax.management.openmbean
Provides the open data types and Open MBean descriptor classes.
javax.management.relation
Provides the definition of the Relation Service.
javax.management.remote
Interfaces for remote access to JMX MBean servers.
javax.management.remote.rmi
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
javax.management.timer
Provides the definition of the Timer MBean.
javax.naming
Provides the classes and interfaces for accessing naming services.
javax.naming.directory
Extends thejavax.naming package to provide functionalityfor accessing directory services.
javax.naming.event
Provides support for event notification when accessing naming anddirectory services.
javax.naming.ldap
Provides support for LDAPv3 extended operations and controls.
javax.naming.ldap.spi 
javax.naming.spi
Provides the means for dynamically plugging in support for accessingnaming and directory services through thejavax.namingand related packages.
javax.net
Provides classes for networking applications.
javax.net.ssl
Provides classes for the secure socket package.
javax.print
Provides the principal classes and interfaces for the Java™ Print Service API.
javax.print.attribute
Provides classes and interfaces that describe the types of Java™ Print Service attributes and how they can be collected into attribute sets.
javax.print.attribute.standard
Packagejavax.print.attribute.standard contains classes for specific printing attributes.
javax.print.event
Packagejavax.print.event contains event classes and listener interfaces.
javax.rmi.ssl
Provides implementations ofRMIClientSocketFactory andRMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
javax.script
The scripting API consists of interfaces and classes that defineJava™ Scripting Engines and providesa framework for their use in Java applications.
javax.security.auth
This package provides a framework for authentication and authorization.
javax.security.auth.callback
This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).
javax.security.auth.kerberos
This package contains utility classes related to the Kerberos network authentication protocol.
javax.security.auth.login
This package provides a pluggable authentication framework.
javax.security.auth.x500
This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in aSubject.
javax.security.cert
Provides classes for public key certificates.
javax.security.sasl
Contains class and interfaces for supporting SASL.
javax.smartcardio
Java™ Smart Card I/O API.
javax.sound.midi
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
javax.sound.midi.spi
Supplies interfaces for service providers to implement when offering new MIDI devices, MIDI file readers and writers, or sound bank readers.
javax.sound.sampled
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
javax.sound.sampled.spi
Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters.
javax.sql
Provides the API for server side data source access and processing from the Java™ programming language.
javax.sql.rowset
Standard interfaces and base classes for JDBCRowSet implementations.
javax.sql.rowset.serial
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
javax.sql.rowset.spi
The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
javax.swing
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
javax.swing.border
Provides classes and interface for drawing specialized borders around a Swing component.
javax.swing.colorchooser
Contains classes and interfaces used by theJColorChooser component.
javax.swing.event
Provides for events fired by Swing components.
javax.swing.filechooser
Contains classes and interfaces used by theJFileChooser component.
javax.swing.plaf
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
javax.swing.plaf.basic
Provides user interface objects built according to the Basic look and feel.
javax.swing.plaf.metal
Provides user interface objects built according to the Java look and feel (once codenamedMetal), which is the default look and feel.
javax.swing.plaf.multi
Provides user interface objects that combine two or more look and feels.
javax.swing.plaf.nimbus
Provides user interface objects built according to the cross-platform Nimbus look and feel.
javax.swing.plaf.synth
Synth is a skinnable look and feel in which all painting is delegated.
javax.swing.table
Provides classes and interfaces for dealing withjavax.swing.JTable.
javax.swing.text
Provides classes and interfaces that deal with editable and noneditable text components.
javax.swing.text.html
Provides the classHTMLEditorKit and supporting classes for creating HTML text editors.
javax.swing.text.html.parser
Provides the default HTML parser, along with support classes.
javax.swing.text.rtf
Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.
javax.swing.tree
Provides classes and interfaces for dealing withjavax.swing.JTree.
javax.swing.undo
Allows developers to provide support for undo/redo in applications such as text editors.
javax.tools
Provides interfaces for tools which can be invoked from a program, for example, compilers.
javax.transaction.xa
Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions.
javax.xml
Defines constants for XML processing.
javax.xml.catalog
Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.
javax.xml.crypto
Common classes for XML cryptography.
javax.xml.crypto.dom
DOM-specific classes for thejavax.xml.crypto package.
javax.xml.crypto.dsig
Classes for generating and validating XML digital signatures.
javax.xml.crypto.dsig.dom
DOM-specific classes for thejavax.xml.crypto.dsig package.
javax.xml.crypto.dsig.keyinfo
Classes for parsing and processingKeyInfo elements and structures.
javax.xml.crypto.dsig.spec
Parameter classes for XML digital signatures.
javax.xml.datatype
Defines XML/Java Type Mappings.
javax.xml.namespace
Defines XML Namespace processing.
javax.xml.parsers
Provides the classes for processing XML documents with a SAX (Simple API for XML) parser or a DOM (Document Object Model) Document builder.
javax.xml.stream
Defines interfaces and classes for the Streaming API for XML (StAX).
javax.xml.stream.events
Defines event interfaces for the Streaming API for XML (StAX).
javax.xml.stream.util
Provides utility classes for the Streaming API for XML (StAX).
javax.xml.transform
Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
javax.xml.transform.dom
Provides DOM specific transformation classes.
javax.xml.transform.sax
Provides SAX specific transformation classes.
javax.xml.transform.stax
Provides StAX specific transformation classes.
javax.xml.transform.stream
Provides stream and URI specific transformation classes.
javax.xml.validation
Provides an API for validation of XML documents.
javax.xml.xpath
Provides anobject-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
jdk.dynalink
Contains interfaces and classes that are used to link aninvokedynamic call site.
jdk.dynalink.beans
Contains the linker for ordinary Java objects.
jdk.dynalink.linker
Contains interfaces and classes needed by language runtimes to implement their own language-specific object models and type conversions.
jdk.dynalink.linker.support
Contains classes that make it more convenient for language runtimes to implement their own language-specific object models and type conversions by providing basic implementations of some classes as well as various utilities.
jdk.dynalink.support
Contains classes that make using Dynalink more convenient by providing basic implementations of some classes as well as various utilities.
jdk.internal.event 
jdk.javadoc.doclet
The Doclet API provides an environment which, in conjunction with the Language Model API and Compiler Tree API, allows clients to inspect the source-level structures of programs and libraries, including API comments embedded in the source.
jdk.jfr
This package provides classes to create events and control Flight Recorder.
jdk.jfr.consumer
This package contains classes for consuming Flight Recorder data.
jdk.jfr.internal 
jdk.jshell
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.
jdk.jshell.execution
Provides implementation support for building JShell execution engines.
jdk.jshell.spi
Defines the Service Provider Interface for pluggable JShell execution engines.
jdk.management.jfr
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
jdk.nashorn.api.scripting
This package provides thejavax.script integration, which is the preferred way to use Nashorn.
jdk.nashorn.api.tree
Nashorn parser API provides interfaces to represent ECMAScript source code as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
jdk.net
Platform specific socket options for thejava.net andjava.nio.channels socket classes.
jdk.nio
Defines JDK-specificchannel APIs.
jdk.security.jarsigner
This package defines APIs for signing jar files.
netscape.javascript
Provides Java code the ability to access the JavaScript engine and the HTML DOM in the web browser.
org.ietf.jgss
This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API.
org.w3c.dom
Provides the interfaces for the Document Object Model (DOM).
org.w3c.dom.bootstrap
Provides a factory for obtaining instances ofDOMImplementation.
org.w3c.dom.events
Provides interfaces for DOM Level 2 Events.
org.w3c.dom.ls
Provides interfaces for DOM Level 3 Load and Save.
org.w3c.dom.ranges
Provides interfaces for DOM Level 2 Range.
org.w3c.dom.xpath
Provides interfaces for DOM Level 3 XPath Specification.
org.xml.sax
Provides the core SAX APIs.
org.xml.sax.ext
Provides interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
org.xml.sax.helpers
Provides helper classes, including support for bootstrapping SAX-based applications.
  • Uses ofObject incom.sun.jarsigner

    Subclasses ofObject incom.sun.jarsigner 
    Modifier and TypeClassDescription
    class ContentSigner
    Deprecated.
    This class has been deprecated.
  • Uses ofObject incom.sun.java.accessibility.util

    Subclasses ofObject incom.sun.java.accessibility.util 
    Modifier and TypeClassDescription
    class AccessibilityEventMonitor
    AccessibilityEventMonitor implements a PropertyChange listener on every UI object that implements interfaceAccessible in the Java Virtual Machine.
    class AccessibilityListenerList
    TheAccessibilityListenerList is a copy of the SwingEventListerList class.
    class AWTEventMonitor
    TheAWTEventMonitor implements a suite of listeners that are conditionally installed on every AWT component instance in the Java Virtual Machine.
    class EventID
    EventID contains integer constants that map to event support in AWT and Swing.
    class EventQueueMonitor
    TheEventQueueMonitor class provides key core functionality for Assistive Technologies (and other system-level technologies that need some of the same things that Assistive Technology needs).
    class SwingEventMonitor
    SwingEventMonitor extendsAWTEventMonitor by adding a suite of listeners conditionally installed on every Swing component instance in the Java Virtual Machine.
    class Translator
    TheTranslator class provides a translation to interfaceAccessible for objects that do not implement interfaceAccessible.
    Fields incom.sun.java.accessibility.util declared asObject 
    Modifier and TypeFieldDescription
    protectedObject[]AccessibilityListenerList.listenerList
    The list of listener type, listener pairs
    protectedObjectTranslator.source
    The source object needing translating.
    Methods incom.sun.java.accessibility.util that returnObject 
    Modifier and TypeMethodDescription
    Object[]AccessibilityListenerList.getListenerList()
    Passes back the event listener list as an array of listener type, listener pairs.
    ObjectTranslator.getSource()
    Get the sourceObject of theTranslator.
    Methods incom.sun.java.accessibility.util with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanTranslator.equals​(Object o)
    Returns true if this object is the same as the one passed in.
    staticAccessibleTranslator.getAccessible​(Object o)
    Obtain an object that implements interfaceAccessible.
    voidTranslator.setSource​(Object o)
    Set the source object of theTranslator.
    Constructors incom.sun.java.accessibility.util with parameters of typeObject 
    ConstructorDescription
    Translator​(Object o)
    Create a newTranslator with the source object o.
  • Uses ofObject incom.sun.jdi

    Subclasses ofObject incom.sun.jdi 
    Modifier and TypeClassDescription
    class AbsentInformationException
    Thrown to indicate line number or variable information is not available.
    class Bootstrap
    Initial class that provides access to the default implementation of JDI interfaces.
    class ClassNotLoadedException
    Thrown to indicate that the requested class has not yet been loaded through the appropriate class loader.
    class ClassNotPreparedException
    Thrown to indicate that the requested operation cannot be completed because the specified class has not yet been prepared.
    class IncompatibleThreadStateException
    Thrown to indicate that the requested operation cannot be completed while the specified thread is in its current state.
    class InconsistentDebugInfoException
    Thrown to indicate that there is an inconistency in the debug information provided by the target VM.
    class InternalException
    Thrown to indicate that an unexpected internal error has occurred.
    class InvalidCodeIndexException
    Deprecated.
    This exception is no longer thrown
    class InvalidLineNumberException
    Deprecated.
    This exception is no longer thrown
    class InvalidModuleException
    Thrown to indicate that the requested module is invalid or became invalid after the module was unloaded.
    class InvalidStackFrameException
    Thrown to indicate that the requested operation cannot be completed because the specified stack frame is no longer valid.
    class InvalidTypeException
    Thrown to indicate a type mismatch in setting the value of a field or variable, or in specifying the return value of a method.
    class InvocationException
    Thrown to indicate an exception occurred in an invoked method within the target VM.
    class JDIPermission
    TheJDIPermission class represents access rights to theVirtualMachineManager.
    class NativeMethodException
    Thrown to indicate an operation cannot be completed because it is not valid for a native method.
    class ObjectCollectedException
    Thrown to indicate that the requested operation cannot be completed because the specified object has been garbage collected.
    class VMCannotBeModifiedException
    Thrown to indicate that the operation is invalid because it would modify the VM and the VM is read-only.
    class VMDisconnectedException
    Unchecked exception thrown to indicate that the requested operation cannot be completed because there is no longer a connection to the target VM.
    class VMMismatchException
    Thrown to indicate that the requested operation cannot be completed because the a mirror from one target VM is being combined with a mirror from another target VM.
    class VMOutOfMemoryException
    Thrown to indicate that the requested operation cannot be completed because the target VM has run out of memory.
    Methods incom.sun.jdi with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanBooleanValue.equals​(Object obj)
    Compares the specified Object with this BooleanValue for equality.
    booleanByteValue.equals​(Object obj)
    Compares the specified Object with this ByteValue for equality.
    booleanCharValue.equals​(Object obj)
    Compares the specified Object with this CharValue for equality.
    booleanDoubleValue.equals​(Object obj)
    Compares the specified Object with this DoubleValue for equality.
    booleanField.equals​(Object obj)
    Compares the specified Object with this field for equality.
    booleanFloatValue.equals​(Object obj)
    Compares the specified Object with this FloatValue for equality.
    booleanIntegerValue.equals​(Object obj)
    Compares the specified Object with this IntegerValue for equality.
    booleanLocalVariable.equals​(Object obj)
    Compares the specified Object with this LocalVariable for equality.
    booleanLocation.equals​(Object obj)
    Compares the specified Object with this Location for equality.
    booleanLongValue.equals​(Object obj)
    Compares the specified Object with this LongValue for equality.
    booleanMethod.equals​(Object obj)
    Compares the specified Object with this method for equality.
    booleanObjectReference.equals​(Object obj)
    Compares the specified Object with this ObjectReference for equality.
    booleanReferenceType.equals​(Object obj)
    Compares the specified Object with this ReferenceType for equality.
    booleanShortValue.equals​(Object obj)
    Compares the specified Object with this ShortValue for equality.
    booleanVoidValue.equals​(Object obj)
    Compares the specified Object with this VoidValue for equality.
  • Uses ofObject incom.sun.jdi.connect

    Subclasses ofObject incom.sun.jdi.connect 
    Modifier and TypeClassDescription
    class IllegalConnectorArgumentsException
    Thrown to indicate an invalid argument or inconsistent passed to aConnector.
    class TransportTimeoutException
    This exception may be thrown as a result of a timeout when attaching to a target VM, or waiting to accept a connection from a target VM.
    class VMStartException
    A target VM was successfully launched, but terminated with an error before a connection could be established.
  • Uses ofObject incom.sun.jdi.connect.spi

    Subclasses ofObject incom.sun.jdi.connect.spi 
    Modifier and TypeClassDescription
    class ClosedConnectionException
    This exception may be thrown as a result of an asynchronous close of aConnection while an I/O operation is in progress.
    class Connection
    A connection between a debugger and a target VM which it debugs.
    class TransportService
    A transport service for connections between a debugger and a target VM.
    static class TransportService.Capabilities
    The transport service capabilities.
    static class TransportService.ListenKey
    Alisten key.
  • Uses ofObject incom.sun.jdi.request

    Subclasses ofObject incom.sun.jdi.request 
    Modifier and TypeClassDescription
    class DuplicateRequestException
    Thrown to indicate a duplicate event request.
    class InvalidRequestStateException
    Thrown to indicate that the requested event cannot be modified because it is enabled.
    Methods incom.sun.jdi.request that returnObject 
    Modifier and TypeMethodDescription
    ObjectEventRequest.getProperty​(Object key)
    Returns the value of the property with the specified key.
    Methods incom.sun.jdi.request with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectEventRequest.getProperty​(Object key)
    Returns the value of the property with the specified key.
    voidEventRequest.putProperty​(Object key,Object value)
    Add an arbitrary key/value "property" to this request.
  • Uses ofObject incom.sun.management

    Subclasses ofObject incom.sun.management 
    Modifier and TypeClassDescription
    class GarbageCollectionNotificationInfo
    The information about a garbage collection
    class GcInfo
    Garbage collection information.
    class VMOption
    Information about a VM option including its value and where the value came from which is referred as itsorigin.
  • Uses ofObject incom.sun.net.httpserver

    Subclasses ofObject incom.sun.net.httpserver 
    Modifier and TypeClassDescription
    class Authenticator
    Authenticator represents an implementation of an HTTP authentication mechanism.
    static class Authenticator.Failure
    Indicates an authentication failure.
    static class Authenticator.Result
    Base class for return type from authenticate() method
    static class Authenticator.Retry
    Indicates an authentication must be retried.
    static class Authenticator.Success
    Indicates an authentication has succeeded and the authenticated user principal can be acquired by calling getPrincipal().
    class BasicAuthenticator
    BasicAuthenticator provides an implementation of HTTP Basic authentication.
    class Filter
    A filter used to pre- and post-process incoming requests.
    static class Filter.Chain
    a chain of filters associated with a HttpServer.
    class Headers
    HTTP request and response headers are represented by this class which implements the interfaceMap<String,List <String>>.
    class HttpContext
    HttpContext represents a mapping between the root URI path of an application to aHttpHandler which is invoked to handle requests destined for that path on the associated HttpServer or HttpsServer.
    class HttpExchange
    This class encapsulates a HTTP request received and a response to be generated in one exchange.
    class HttpPrincipal
    Represents a user authenticated by HTTP Basic or Digest authentication.
    class HttpsConfigurator
    This class is used to configure the https parameters for each incoming https connection on a HttpsServer.
    class HttpServer
    This class implements a simple HTTP server.
    class HttpsExchange
    This class encapsulates a HTTPS request received and a response to be generated in one exchange and defines the extensions to HttpExchange that are specific to the HTTPS protocol.
    class HttpsParameters
    Represents the set of parameters for each https connection negotiated with clients.
    class HttpsServer
    This class is an extension ofHttpServer which provides support for HTTPS.
    Methods incom.sun.net.httpserver that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectHttpExchange.getAttribute​(String name)
    Filter modules may store arbitrary objects with HttpExchange instances as an out-of-band communication mechanism.
    Methods incom.sun.net.httpserver that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    abstractMap<String,​Object>HttpContext.getAttributes()
    returns a mutable Map, which can be used to pass configuration and other data to Filter modules and to the context's exchange handler.
    Methods incom.sun.net.httpserver with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanHttpPrincipal.equals​(Object another)
    Compares two HttpPrincipal.
    abstract voidHttpExchange.setAttribute​(String name,Object value)
    Filter modules may store arbitrary objects with HttpExchange instances as an out-of-band communication mechanism.
  • Uses ofObject incom.sun.net.httpserver.spi

    Subclasses ofObject incom.sun.net.httpserver.spi 
    Modifier and TypeClassDescription
    class HttpServerProvider
    Service provider class for HttpServer.
  • Uses ofObject incom.sun.nio.sctp

    Subclasses ofObject incom.sun.nio.sctp 
    Modifier and TypeClassDescription
    class AbstractNotificationHandler<T>
    A skeletal handler that consumes notifications and continues.
    class Association
    A class that represents an SCTP association.
    class AssociationChangeNotification
    Notification emitted when an association has either opened or closed.
    class IllegalReceiveException
    Unchecked exception thrown when an attempt is made to invoke thereceive method ofSctpChannel orSctpMultiChannel from a notification handler.
    class IllegalUnbindException
    Unchecked exception thrown when an attempt is made to remove an address that is not bound to the channel, or remove an address from a channel that has only one address bound to it.
    class InvalidStreamException
    Unchecked exception thrown when an attempt is made to send a message to an invalid stream.
    class MessageInfo
    TheMessageInfo class provides additional ancillary information about messages.
    class PeerAddressChangeNotification
    Notification emitted when a destination address on a multi-homed peer encounters a change.
    class SctpChannel
    A selectable channel for message-oriented connected SCTP sockets.
    class SctpMultiChannel
    A selectable channel for message-oriented SCTP sockets.
    class SctpServerChannel
    A selectable channel for message-oriented listening SCTP sockets.
    class SctpStandardSocketOptions
    SCTP channels supports the socket options defined by this class (as well as those listed in the particular channel class) and may support additional Implementation specific socket options.
    static class SctpStandardSocketOptions.InitMaxStreams
    This class is used to set the maximum number of inbound/outbound streams used by the local endpoint during association initialization.
    class SendFailedNotification
    Notification emitted when a send failed notification has been received.
    class ShutdownNotification
    Notification emitted when a peers shutdowns an the association.
    Methods incom.sun.nio.sctp with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanSctpStandardSocketOptions.InitMaxStreams.equals​(Object obj)
    Returns true if the specified object is anotherInitMaxStreams instance with the same number of in and out bound streams.
  • Uses ofObject incom.sun.security.auth

    Subclasses ofObject incom.sun.security.auth 
    Modifier and TypeClassDescription
    class LdapPrincipal
    A principal identified by a distinguished name as specified byRFC 2253.
    class NTDomainPrincipal
    This class implements thePrincipal interface and represents the name of the Windows NT domain into which the user authenticated.
    class NTNumericCredential
    This class abstracts an NT security token and provides a mechanism to do same-process security impersonation.
    class NTSid
    This class implements thePrincipal interface and represents information about a Windows NT user, group or realm.
    class NTSidDomainPrincipal
    This class extendsNTSid and represents a Windows NT user's domain SID.
    class NTSidGroupPrincipal
    This class extendsNTSid and represents one of the groups to which a Windows NT user belongs.
    class NTSidPrimaryGroupPrincipal
    This class extendsNTSid and represents a Windows NT user's primary group SID.
    class NTSidUserPrincipal
    This class extendsNTSid and represents a Windows NT user's SID.
    class NTUserPrincipal
    This class implements thePrincipal interface and represents a Windows NT user.
    class UnixNumericGroupPrincipal
    This class implements thePrincipal interface and represents a user's Unix group identification number (GID).
    class UnixNumericUserPrincipal
    This class implements thePrincipal interface and represents a user's Unix identification number (UID).
    class UnixPrincipal
    This class implements thePrincipal interface and represents a Unix user.
    class UserPrincipal
    A user principal identified by a username or account name.
    Methods incom.sun.security.auth with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanLdapPrincipal.equals​(Object object)
    Compares this principal to the specified object.
    booleanNTDomainPrincipal.equals​(Object o)
    Compares the specified Object with thisNTDomainPrincipal for equality.
    booleanNTNumericCredential.equals​(Object o)
    Compares the specified Object with thisNTNumericCredential for equality.
    booleanNTSid.equals​(Object o)
    Compares the specified Object with thisNTSid for equality.
    booleanNTSidDomainPrincipal.equals​(Object o)
    Compares the specified Object with thisNTSidDomainPrincipal for equality.
    booleanNTSidGroupPrincipal.equals​(Object o)
    Compares the specified Object with thisNTSidGroupPrincipal for equality.
    booleanNTSidPrimaryGroupPrincipal.equals​(Object o)
    Compares the specified Object with thisNTSidPrimaryGroupPrincipal for equality.
    booleanNTSidUserPrincipal.equals​(Object o)
    Compares the specified Object with thisNTSidUserPrincipal for equality.
    booleanNTUserPrincipal.equals​(Object o)
    Compares the specified Object with thisNTUserPrincipal for equality.
    booleanUnixNumericGroupPrincipal.equals​(Object o)
    Compares the specified Object with thisUnixNumericGroupPrincipal for equality.
    booleanUnixNumericUserPrincipal.equals​(Object o)
    Compares the specified Object with thisUnixNumericUserPrincipal for equality.
    booleanUnixPrincipal.equals​(Object o)
    Compares the specified Object with thisUnixPrincipal for equality.
    booleanUserPrincipal.equals​(Object object)
    Compares this principal to the specified object.
  • Uses ofObject incom.sun.security.auth.callback

    Subclasses ofObject incom.sun.security.auth.callback 
    Modifier and TypeClassDescription
    class TextCallbackHandler
    Prompts and reads from the command line for answers to authentication questions.
  • Uses ofObject incom.sun.security.auth.login

    Subclasses ofObject incom.sun.security.auth.login 
    Modifier and TypeClassDescription
    class ConfigFile
    This class represents a default implementation forjavax.security.auth.login.Configuration.
  • Uses ofObject incom.sun.security.auth.module

    Subclasses ofObject incom.sun.security.auth.module 
    Modifier and TypeClassDescription
    class JndiLoginModule
    The module prompts for a username and password and then verifies the password against the password stored in a directory service configured under JNDI.
    class KeyStoreLoginModule
    Provides a JAAS login module that prompts for a key store alias and populates the subject with the alias's principal and credentials.
    class Krb5LoginModule
    ThisLoginModule authenticates users using Kerberos protocols.
    class LdapLoginModule
    ThisLoginModule performs LDAP-based authentication.
    class NTLoginModule
    ThisLoginModule renders a user's NT security information as some number ofPrincipals and associates them with aSubject.
    class NTSystem
    This class implementation retrieves and makes available NT security information for the current user.
    class UnixLoginModule
    ThisLoginModule imports a user's UnixPrincipal information (UnixPrincipal,UnixNumericUserPrincipal, andUnixNumericGroupPrincipal) and associates them with the currentSubject.
    class UnixSystem
    This class implementation retrieves and makes available Unix UID/GID/groups information for the current user.
  • Uses ofObject incom.sun.security.jgss

    Subclasses ofObject incom.sun.security.jgss 
    Modifier and TypeClassDescription
    class AuthorizationDataEntry
    Kerberos 5 AuthorizationData entry.
    class GSSUtil
    GSS-API Utilities for using in conjunction with Sun Microsystem's implementation of Java GSS-API.
    class InquireSecContextPermission
    This class is used to protect various attributes of an established GSS security context that can be accessed using theExtendedGSSContext.inquireSecContext(com.sun.security.jgss.InquireType) method.
    Methods incom.sun.security.jgss that returnObject 
    Modifier and TypeMethodDescription
    ObjectExtendedGSSContext.inquireSecContext​(InquireType type)
    Return the mechanism-specific attribute associated withtype.
  • Uses ofObject incom.sun.source.tree

    Methods incom.sun.source.tree that returnObject 
    Modifier and TypeMethodDescription
    ObjectLiteralTree.getValue()
    Returns the value of the literal expression.
  • Uses ofObject incom.sun.source.util

    Subclasses ofObject incom.sun.source.util 
    Modifier and TypeClassDescription
    class DocTreePath
    A path of tree nodes, typically used to represent the sequence of ancestor nodes of a tree node up to the top level DocCommentTree node.
    class DocTreePathScanner<R,​P>
    A DocTreeVisitor that visits all the child tree nodes, and provides support for maintaining a path for the parent nodes.
    class DocTrees
    Provides access to syntax trees for doc comments.
    class DocTreeScanner<R,​P>
    A TreeVisitor that visits all the child tree nodes.
    class JavacTask
    Provides access to functionality specific to the JDK Java Compiler, javac.
    class SimpleDocTreeVisitor<R,​P>
    A simple visitor for tree nodes.
    class SimpleTreeVisitor<R,​P>
    A simple visitor for tree nodes.
    class TaskEvent
    Provides details about work that has been done by the JDK Java Compiler, javac.
    class TreePath
    A path of tree nodes, typically used to represent the sequence of ancestor nodes of a tree node up to the top level CompilationUnitTree node.
    class TreePathScanner<R,​P>
    A TreeVisitor that visits all the child tree nodes, and provides support for maintaining a path for the parent nodes.
    class Trees
    Bridges JSR 199, JSR 269, and the Tree API.
    class TreeScanner<R,​P>
    A TreeVisitor that visits all the child tree nodes.
    Fields incom.sun.source.util declared asObject 
    Modifier and TypeFieldDescription
    protectedRSimpleDocTreeVisitor.DEFAULT_VALUE
    The default value, returned by thedefault action.
    protectedRSimpleTreeVisitor.DEFAULT_VALUE
    The default value, returned by thedefault action.
  • Uses ofObject incom.sun.tools.attach

    Subclasses ofObject incom.sun.tools.attach 
    Modifier and TypeClassDescription
    class AgentInitializationException
    The exception thrown when an agent fails to initialize in the target Java virtual machine.
    class AgentLoadException
    The exception thrown when an agent cannot be loaded into the target Java virtual machine.
    class AttachNotSupportedException
    Thrown byVirtualMachine.attach when attempting to attach to a Java virtual machine for which a compatibleAttachProvider does not exist.
    class AttachOperationFailedException
    Exception type to signal that an attach operation failed in the target VM.
    class AttachPermission
    When aSecurityManager set, this is the permission which will be checked when code invokesVirtualMachine.attach to attach to a target virtual machine.
    class VirtualMachine
    A Java virtual machine.
    class VirtualMachineDescriptor
    Describes a Java virtual machine.
    Methods incom.sun.tools.attach with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanVirtualMachine.equals​(Object ob)
    Tests this VirtualMachine for equality with another object.
    booleanVirtualMachineDescriptor.equals​(Object ob)
    Tests this VirtualMachineDescriptor for equality with another object.
  • Uses ofObject incom.sun.tools.attach.spi

    Subclasses ofObject incom.sun.tools.attach.spi 
    Modifier and TypeClassDescription
    class AttachProvider
    Attach provider class for attaching to a Java virtual machine.
  • Uses ofObject incom.sun.tools.javac

    Subclasses ofObject incom.sun.tools.javac 
    Modifier and TypeClassDescription
    class Main
    A legacy programmatic interface for the Java Programming Language compiler, javac.
  • Uses ofObject incom.sun.tools.jconsole

    Subclasses ofObject incom.sun.tools.jconsole 
    Modifier and TypeClassDescription
    class JConsolePlugin
    A JConsole plugin class.
  • Uses ofObject injava.applet

    Subclasses ofObject injava.applet 
    Modifier and TypeClassDescription
    class Applet
    Deprecated.
    The Applet API is deprecated, no replacement.
    protected class Applet.AccessibleApplet
    Deprecated.
    This class implements accessibility support for theApplet class.
  • Uses ofObject injava.awt

    Subclasses ofObject injava.awt 
    Modifier and TypeClassDescription
    class AlphaComposite
    TheAlphaComposite class implements basic alpha compositing rules for combining source and destination colors to achieve blending and transparency effects with graphics and images.
    class AWTError
    Thrown when a serious Abstract Window Toolkit error has occurred.
    class AWTEvent
    The root event class for all AWT events.
    class AWTEventMulticaster
    AWTEventMulticaster implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in thejava.awt.event package.
    class AWTException
    Signals that an Abstract Window Toolkit exception has occurred.
    class AWTKeyStroke
    AnAWTKeyStroke represents a key action on the keyboard, or equivalent input device.
    class AWTPermission
    This class is for AWT permissions.
    class BasicStroke
    TheBasicStroke class defines a basic set of rendering attributes for the outlines of graphics primitives, which are rendered with aGraphics2D object that has its Stroke attribute set to thisBasicStroke.
    class BorderLayout
    A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
    class BufferCapabilities
    Capabilities and properties of buffers.
    static class BufferCapabilities.FlipContents
    A type-safe enumeration of the possible back buffer contents after page-flipping
    class Button
    This class creates a labeled button.
    protected class Button.AccessibleAWTButton
    This class implements accessibility support for theButton class.
    class Canvas
    ACanvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
    protected class Canvas.AccessibleAWTCanvas
    This class implements accessibility support for theCanvas class.
    class CardLayout
    ACardLayout object is a layout manager for a container.
    class Checkbox
    A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
    protected class Checkbox.AccessibleAWTCheckbox
    This class implements accessibility support for theCheckbox class.
    class CheckboxGroup
    TheCheckboxGroup class is used to group together a set ofCheckbox buttons.
    class CheckboxMenuItem
    This class represents a check box that can be included in a menu.
    protected class CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
    Inner class of CheckboxMenuItem used to provide default support for accessibility.
    class Choice
    TheChoice class presents a pop-up menu of choices.
    protected class Choice.AccessibleAWTChoice
    This class implements accessibility support for theChoice class.
    class Color
    TheColor class is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by aColorSpace.
    class Component
    Acomponent is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
    protected class Component.AccessibleAWTComponent
    Inner class of Component used to provide default support for accessibility.
    protected class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
    Fire PropertyChange listener, if one is registered, when shown/hidden..
    protected class Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
    Fire PropertyChange listener, if one is registered, when focus events happen
    protected class Component.BltBufferStrategy
    Inner class for blitting offscreen surfaces to a component.
    protected class Component.FlipBufferStrategy
    Inner class for flipping buffers on a component.
    class ComponentOrientation
    The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text.
    class Container
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
    protected class Container.AccessibleAWTContainer
    Inner class of Container used to provide default support for accessibility.
    protected class Container.AccessibleAWTContainer.AccessibleContainerHandler
    FirePropertyChange listener, if one is registered, when children are added or removed.
    class ContainerOrderFocusTraversalPolicy
    A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
    class Cursor
    A class to encapsulate the bitmap representation of the mouse cursor.
    class DefaultFocusTraversalPolicy
    A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
    class DefaultKeyboardFocusManager
    The default KeyboardFocusManager for AWT applications.
    class Desktop
    TheDesktop class allows interact with various desktop capabilities.
    class Dialog
    A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.
    protected class Dialog.AccessibleAWTDialog
    This class implements accessibility support for theDialog class.
    class Dimension
    TheDimension class encapsulates the width and height of a component (in integer precision) in a single object.
    class DisplayMode
    TheDisplayMode class encapsulates the bit depth, height, width, and refresh rate of aGraphicsDevice.
    class Event
    Deprecated.
    It is recommended thatAWTEvent and its subclasses be used instead
    class EventQueue
    EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
    class FileDialog
    TheFileDialog class displays a dialog window from which the user can select a file.
    class FlowLayout
    A flow layout arranges components in a directional flow, much like lines of text in a paragraph.
    class FocusTraversalPolicy
    A FocusTraversalPolicy defines the order in which Components with a particular focus cycle root are traversed.
    class Font
    TheFont class represents fonts, which are used to render text in a visible way.
    class FontFormatException
    Thrown by method createFont in theFont class to indicate that the specified font is bad.
    class FontMetrics
    TheFontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.
    class Frame
    AFrame is a top-level window with a title and a border.
    protected class Frame.AccessibleAWTFrame
    This class implements accessibility support for theFrame class.
    class GradientPaint
    TheGradientPaint class provides a way to fill aShape with a linear color gradient pattern.
    class Graphics
    TheGraphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
    class Graphics2D
    ThisGraphics2D class extends theGraphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
    class GraphicsConfigTemplate
    TheGraphicsConfigTemplate class is used to obtain a validGraphicsConfiguration.
    class GraphicsConfiguration
    TheGraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
    class GraphicsDevice
    TheGraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
    class GraphicsEnvironment
    TheGraphicsEnvironment class describes the collection ofGraphicsDevice objects andFont objects available to a Java(tm) application on a particular platform.
    class GridBagConstraints
    TheGridBagConstraints class specifies constraints for components that are laid out using theGridBagLayout class.
    class GridBagLayout
    TheGridBagLayout class is a flexible layout manager that aligns components vertically, horizontally or along their baseline without requiring that the components be of the same size.
    class GridBagLayoutInfo
    TheGridBagLayoutInfo is an utility class forGridBagLayout layout manager.
    class GridLayout
    TheGridLayout class is a layout manager that lays out a container's components in a rectangular grid.
    class HeadlessException
    Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse.
    class IllegalComponentStateException
    Signals that an AWT component is not in an appropriate state for the requested operation.
    class Image
    The abstract classImage is the superclass of all classes that represent graphical images.
    class ImageCapabilities
    Capabilities and properties of images.
    class Insets
    AnInsets object is a representation of the borders of a container.
    class JobAttributes
    A set of attributes which control a print job.
    static class JobAttributes.DefaultSelectionType
    A type-safe enumeration of possible default selection states.
    static class JobAttributes.DestinationType
    A type-safe enumeration of possible job destinations.
    static class JobAttributes.DialogType
    A type-safe enumeration of possible dialogs to display to the user.
    static class JobAttributes.MultipleDocumentHandlingType
    A type-safe enumeration of possible multiple copy handling states.
    static class JobAttributes.SidesType
    A type-safe enumeration of possible multi-page impositions.
    class KeyboardFocusManager
    The KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner.
    class Label
    ALabel object is a component for placing text in a container.
    protected class Label.AccessibleAWTLabel
    This class implements accessibility support for theLabel class.
    class LinearGradientPaint
    TheLinearGradientPaint class provides a way to fill aShape with a linear color gradient pattern.
    class List
    TheList component presents the user with a scrolling list of text items.
    protected class List.AccessibleAWTList
    This class implements accessibility support for theList class.
    protected class List.AccessibleAWTList.AccessibleAWTListChild
    This class implements accessibility support for List children.
    class MediaTracker
    TheMediaTracker class is a utility class to track the status of a number of media objects.
    class Menu
    AMenu object is a pull-down menu component that is deployed from a menu bar.
    protected class Menu.AccessibleAWTMenu
    Inner class of Menu used to provide default support for accessibility.
    class MenuBar
    TheMenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
    protected class MenuBar.AccessibleAWTMenuBar
    Inner class of MenuBar used to provide default support for accessibility.
    class MenuComponent
    The abstract classMenuComponent is the superclass of all menu-related components.
    protected class MenuComponent.AccessibleAWTMenuComponent
    Inner class ofMenuComponent used to provide default support for accessibility.
    class MenuItem
    All items in a menu must belong to the classMenuItem, or one of its subclasses.
    protected class MenuItem.AccessibleAWTMenuItem
    Inner class of MenuItem used to provide default support for accessibility.
    class MenuShortcut
    TheMenuShortcut class represents a keyboard accelerator for a MenuItem.
    class MouseInfo
    MouseInfo provides methods for getting information about the mouse, such as mouse pointer location and the number of mouse buttons.
    class MultipleGradientPaint
    This is the superclass for Paints which use a multiple color gradient to fill in their raster.
    class PageAttributes
    A set of attributes which control the output of a printed page.
    static class PageAttributes.ColorType
    A type-safe enumeration of possible color states.
    static class PageAttributes.MediaType
    A type-safe enumeration of possible paper sizes.
    static class PageAttributes.OrientationRequestedType
    A type-safe enumeration of possible orientations.
    static class PageAttributes.OriginType
    A type-safe enumeration of possible origins.
    static class PageAttributes.PrintQualityType
    A type-safe enumeration of possible print qualities.
    class Panel
    Panel is the simplest container class.
    protected class Panel.AccessibleAWTPanel
    This class implements accessibility support for thePanel class.
    class Point
    A point representing a location in(x,y) coordinate space, specified in integer precision.
    class PointerInfo
    A class that describes the pointer position.
    class Polygon
    ThePolygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
    class PopupMenu
    A class that implements a menu which can be dynamically popped up at a specified position within a component.
    protected class PopupMenu.AccessibleAWTPopupMenu
    Inner class of PopupMenu used to provide default support for accessibility.
    class PrintJob
    An abstract class which initiates and executes a print job.
    class RadialGradientPaint
    TheRadialGradientPaint class provides a way to fill a shape with a circular radial color gradient pattern.
    class Rectangle
    ARectangle specifies an area in a coordinate space that is enclosed by theRectangle object's upper-left point(x,y) in the coordinate space, its width, and its height.
    class RenderingHints
    TheRenderingHints class defines and manages collections of keys and associated values which allow an application to provide input into the choice of algorithms used by other classes which perform rendering and image manipulation services.
    static class RenderingHints.Key
    Defines the base type of all keys used along with theRenderingHints class to control various algorithm choices in the rendering and imaging pipelines.
    class Robot
    This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed.
    class Scrollbar
    TheScrollbar class embodies a scroll bar, a familiar user-interface object.
    protected class Scrollbar.AccessibleAWTScrollBar
    This class implements accessibility support for theScrollbar class.
    class ScrollPane
    A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
    protected class ScrollPane.AccessibleAWTScrollPane
    This class implements accessibility support for theScrollPane class.
    class ScrollPaneAdjustable
    This class represents the state of a horizontal or vertical scrollbar of aScrollPane.
    class SplashScreen
    The splash screen can be displayed at application startup, before the Java Virtual Machine (JVM) starts.
    class SystemColor
    A class to encapsulate symbolic colors representing the color of native GUI objects on a system.
    class SystemTray
    TheSystemTray class represents the system tray for a desktop.
    class Taskbar
    TheTaskbar class allows a Java application to interact with the system task area (taskbar, Dock, etc.).
    class TextArea
    ATextArea object is a multi-line region that displays text.
    protected class TextArea.AccessibleAWTTextArea
    This class implements accessibility support for theTextArea class.
    class TextComponent
    TheTextComponent class is the superclass of any component that allows the editing of some text.
    protected class TextComponent.AccessibleAWTTextComponent
    This class implements accessibility support for theTextComponent class.
    class TextField
    ATextField object is a text component that allows for the editing of a single line of text.
    protected class TextField.AccessibleAWTTextField
    This class implements accessibility support for theTextField class.
    class TexturePaint
    TheTexturePaint class provides a way to fill aShape with a texture that is specified as aBufferedImage.
    class Toolkit
    This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.
    class TrayIcon
    ATrayIcon object represents a tray icon that can be added to thesystem tray.
    class Window
    AWindow object is a top-level window with no borders and no menubar.
    protected class Window.AccessibleAWTWindow
    This class implements accessibility support for theWindow class.
    Fields injava.awt declared asObject 
    Modifier and TypeFieldDescription
    ObjectEvent.arg
    Deprecated.
    An arbitrary argument of the event.
    ObjectEvent.target
    Deprecated.
    The target component.
    staticObjectImage.UndefinedProperty
    TheUndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
    staticObjectRenderingHints.VALUE_ALPHA_INTERPOLATION_DEFAULT
    Alpha interpolation hint value -- alpha blending algorithms are chosen by the implementation for a good tradeoff of performance vs. quality.
    staticObjectRenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY
    Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for precision and visual quality.
    staticObjectRenderingHints.VALUE_ALPHA_INTERPOLATION_SPEED
    Alpha interpolation hint value -- alpha blending algorithms are chosen with a preference for calculation speed.
    staticObjectRenderingHints.VALUE_ANTIALIAS_DEFAULT
    Antialiasing hint value -- rendering is done with a default antialiasing mode chosen by the implementation.
    staticObjectRenderingHints.VALUE_ANTIALIAS_OFF
    Antialiasing hint value -- rendering is done without antialiasing.
    staticObjectRenderingHints.VALUE_ANTIALIAS_ON
    Antialiasing hint value -- rendering is done with antialiasing.
    staticObjectRenderingHints.VALUE_COLOR_RENDER_DEFAULT
    Color rendering hint value -- perform color conversion calculations as chosen by the implementation to represent the best available tradeoff between performance and accuracy.
    staticObjectRenderingHints.VALUE_COLOR_RENDER_QUALITY
    Color rendering hint value -- perform the color conversion calculations with the highest accuracy and visual quality.
    staticObjectRenderingHints.VALUE_COLOR_RENDER_SPEED
    Color rendering hint value -- perform the fastest color conversion to the format of the output device.
    staticObjectRenderingHints.VALUE_DITHER_DEFAULT
    Dithering hint value -- use a default for dithering chosen by the implementation.
    staticObjectRenderingHints.VALUE_DITHER_DISABLE
    Dithering hint value -- do not dither when rendering geometry.
    staticObjectRenderingHints.VALUE_DITHER_ENABLE
    Dithering hint value -- dither when rendering geometry, if needed.
    staticObjectRenderingHints.VALUE_FRACTIONALMETRICS_DEFAULT
    Font fractional metrics hint value -- character glyphs are positioned with accuracy chosen by the implementation.
    staticObjectRenderingHints.VALUE_FRACTIONALMETRICS_OFF
    Font fractional metrics hint value -- character glyphs are positioned with advance widths rounded to pixel boundaries.
    staticObjectRenderingHints.VALUE_FRACTIONALMETRICS_ON
    Font fractional metrics hint value -- character glyphs are positioned with sub-pixel accuracy.
    staticObjectRenderingHints.VALUE_INTERPOLATION_BICUBIC
    Interpolation hint value -- the color samples of 9 nearby integer coordinate samples in the image are interpolated using a cubic function in bothX andY to produce a color sample.
    staticObjectRenderingHints.VALUE_INTERPOLATION_BILINEAR
    Interpolation hint value -- the color samples of the 4 nearest neighboring integer coordinate samples in the image are interpolated linearly to produce a color sample.
    staticObjectRenderingHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR
    Interpolation hint value -- the color sample of the nearest neighboring integer coordinate sample in the image is used.
    staticObjectRenderingHints.VALUE_RENDER_DEFAULT
    Rendering hint value -- rendering algorithms are chosen by the implementation for a good tradeoff of performance vs. quality.
    staticObjectRenderingHints.VALUE_RENDER_QUALITY
    Rendering hint value -- rendering algorithms are chosen with a preference for output quality.
    staticObjectRenderingHints.VALUE_RENDER_SPEED
    Rendering hint value -- rendering algorithms are chosen with a preference for output speed.
    staticObjectRenderingHints.VALUE_RESOLUTION_VARIANT_BASE
    Image resolution variant hint value -- the standard resolution of an image is always used.
    staticObjectRenderingHints.VALUE_RESOLUTION_VARIANT_DEFAULT
    Image resolution variant hint value -- an image resolution variant is chosen based on a default heuristic which may depend on the policies of the platform
    staticObjectRenderingHints.VALUE_RESOLUTION_VARIANT_DPI_FIT
    Image resolution variant hint value -- an image resolution variant is chosen based only on the DPI of the screen.
    staticObjectRenderingHints.VALUE_RESOLUTION_VARIANT_SIZE_FIT
    Image resolution variant hint value -- an image resolution variant is chosen based on the DPI of the screen and the transform in the Graphics2D context.
    staticObjectRenderingHints.VALUE_STROKE_DEFAULT
    Stroke normalization control hint value -- geometry may be modified or left pure depending on the tradeoffs in a given implementation.
    staticObjectRenderingHints.VALUE_STROKE_NORMALIZE
    Stroke normalization control hint value -- geometry should be normalized to improve uniformity or spacing of lines and overall aesthetics.
    staticObjectRenderingHints.VALUE_STROKE_PURE
    Stroke normalization control hint value -- geometry should be left unmodified and rendered with sub-pixel accuracy.
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_DEFAULT
    Text antialiasing hint value -- text rendering is done according to theRenderingHints.KEY_ANTIALIASING hint or a default chosen by the implementation.
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_GASP
    Text antialiasing hint value -- text rendering is requested to use information in the font resource which specifies for each point size whether to applyRenderingHints.VALUE_TEXT_ANTIALIAS_ON orRenderingHints.VALUE_TEXT_ANTIALIAS_OFF.
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HBGR
    Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of B,G,R such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HBGR).
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HRGB
    Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixels in order from display left to right of R,G,B such that the horizontal subpixel resolution is three times that of the full pixel horizontal resolution (HRGB).
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_LCD_VBGR
    Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of B,G,R such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VBGR).
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_LCD_VRGB
    Text antialiasing hint value -- request that text be displayed optimised for an LCD display with subpixel organisation from display top to bottom of R,G,B such that the vertical subpixel resolution is three times that of the full pixel vertical resolution (VRGB).
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_OFF
    Text antialiasing hint value -- text rendering is done without any form of antialiasing.
    staticObjectRenderingHints.VALUE_TEXT_ANTIALIAS_ON
    Text antialiasing hint value -- text rendering is done with some form of antialiasing.
    Fields injava.awt with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedMap<String,​Object>Toolkit.desktopProperties
    The desktop properties.
    Methods injava.awt that returnObject 
    Modifier and TypeMethodDescription
    ObjectBufferCapabilities.clone() 
    ObjectGridBagConstraints.clone()
    Creates a copy of this grid bag constraint.
    ObjectImageCapabilities.clone() 
    ObjectInsets.clone()
    Create a copy of this object.
    ObjectJobAttributes.clone()
    Creates and returns a copy of thisJobAttributes.
    ObjectPageAttributes.clone()
    Creates and returns a copy of this PageAttributes.
    ObjectRenderingHints.clone()
    Creates a clone of thisRenderingHints object that has the same contents as thisRenderingHints object.
    ObjectRenderingHints.get​(Object key)
    Returns the value to which the specified key is mapped.
    ObjectBorderLayout.getConstraints​(Component comp)
    Gets the constraints for the specified component
    ObjectToolkit.getDesktopProperty​(String propertyName)
    Obtains a value for the specified desktop property.
    Object[]MediaTracker.getErrorsAny()
    Returns a list of all media that have encountered an error.
    Object[]MediaTracker.getErrorsID​(int id)
    Returns a list of media with the specified ID that have encountered an error.
    abstractObjectImage.getProperty​(String name,ImageObserver observer)
    Gets a property of this image by name.
    abstractObjectGraphics2D.getRenderingHint​(RenderingHints.Key hintKey)
    Returns the value of a single preference for the rendering algorithms.
    Object[]Checkbox.getSelectedObjects()
    Returns an array (length 1) containing the checkbox label or null if the checkbox is not selected.
    Object[]CheckboxMenuItem.getSelectedObjects()
    Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
    Object[]Choice.getSelectedObjects()
    Returns an array (length 1) containing the currently selected item.
    Object[]ItemSelectable.getSelectedObjects()
    Returns the selected items ornull if no items are selected.
    Object[]List.getSelectedObjects()
    Gets the selected items on this scrolling list in an array of Objects.
    ObjectComponent.getTreeLock()
    Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
    protectedObjectMenuComponent.getTreeLock()
    Gets this component's locking object (the object that owns the thread synchronization monitor) for AWT component-tree and layout operations.
    protectedObjectToolkit.lazilyLoadDesktopProperty​(String name)
    An opportunity to lazily evaluate desktop property values.
    ObjectRenderingHints.put​(Object key,Object value)
    Maps the specifiedkey to the specifiedvalue in thisRenderingHints object.
    protectedObjectAWTKeyStroke.readResolve()
    Returns a cached instance ofAWTKeyStroke (or a subclass ofAWTKeyStroke) which is equal to this instance.
    ObjectRenderingHints.remove​(Object key)
    Removes the key and its corresponding value from thisRenderingHints object.
    Methods injava.awt that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Set<Map.Entry<Object,​Object>>RenderingHints.entrySet()
    Returns aSet view of the mappings contained in thisRenderingHints.
    Set<Map.Entry<Object,​Object>>RenderingHints.entrySet()
    Returns aSet view of the mappings contained in thisRenderingHints.
    Set<Object>RenderingHints.keySet()
    Returns aSet view of the Keys contained in thisRenderingHints.
    Collection<Object>RenderingHints.values()
    Returns aCollection view of the values contained in thisRenderingHints.
    Methods injava.awt with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanComponent.action​(Event evt,Object what)
    Deprecated.
    As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
    voidContainer.add​(Component comp,Object constraints)
    Adds the specified component to the end of this container.
    voidContainer.add​(Component comp,Object constraints,int index)
    Adds the specified component to this container with the specified constraints at the specified index.
    protected voidContainer.addImpl​(Component comp,Object constraints,int index)
    Adds the specified component to this container at the specified index.
    protected voidScrollPane.addImpl​(Component comp,Object constraints,int index)
    Adds the specified component to this scroll pane container.
    voidBorderLayout.addLayoutComponent​(Component comp,Object constraints)
    Adds the specified component to the layout, using the specified constraint object.
    voidCardLayout.addLayoutComponent​(Component comp,Object constraints)
    Adds the specified component to this card layout's internal table of names.
    voidGridBagLayout.addLayoutComponent​(Component comp,Object constraints)
    Adds the specified component to the layout, using the specifiedconstraints object.
    voidLayoutManager2.addLayoutComponent​(Component comp,Object constraints)
    Adds the specified component to the layout, using the specified constraint object.
    booleanRenderingHints.containsKey​(Object key)
    Returnstrue if thisRenderingHints contains a mapping for the specified key.
    booleanRenderingHints.containsValue​(Object value)
    Returns true if this RenderingHints maps one or more keys to the specified value.
    booleanAlphaComposite.equals​(Object obj)
    Determines whether the specified object is equal to thisAlphaComposite.
    booleanAWTKeyStroke.equals​(Object anObject)
    Returns true if this object is identical to the specified object.
    booleanBasicStroke.equals​(Object obj)
    Tests if a specified object is equal to thisBasicStroke by first testing if it is aBasicStroke and then comparing its width, join, cap, miter limit, dash, and dash phase attributes with those of thisBasicStroke.
    booleanColor.equals​(Object obj)
    Determines whether another object is equal to thisColor.
    booleanDimension.equals​(Object obj)
    Checks whether two dimension objects have equal values.
    booleanFont.equals​(Object obj)
    Compares thisFont object to the specifiedObject.
    booleanInsets.equals​(Object obj)
    Checks whether two insets objects are equal.
    booleanJobAttributes.equals​(Object obj)
    Determines whether two JobAttributes are equal to each other.
    booleanMenuShortcut.equals​(Object obj)
    Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
    booleanPageAttributes.equals​(Object obj)
    Determines whether two PageAttributes are equal to each other.
    booleanPoint.equals​(Object obj)
    Determines whether or not two points are equal.
    booleanRectangle.equals​(Object obj)
    Checks whether two rectangles are equal.
    booleanRenderingHints.equals​(Object o)
    Compares the specifiedObject with thisRenderingHints for equality.
    booleanRenderingHints.Key.equals​(Object o)
    The equals method for all Key objects will return the same result as the equality operator '=='.
    protected voidComponent.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes for Object properties.
    protected voidKeyboardFocusManager.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Fires a PropertyChangeEvent in response to a change in a bound property.
    protected voidKeyboardFocusManager.fireVetoableChange​(String propertyName,Object oldValue,Object newValue)
    Fires a PropertyChangeEvent in response to a change in a vetoable property.
    ObjectRenderingHints.get​(Object key)
    Returns the value to which the specified key is mapped.
    ComponentBorderLayout.getLayoutComponent​(Container target,Object constraints)
    Returns the component that corresponds to the given constraint location based on the targetContainer's component orientation.
    ComponentBorderLayout.getLayoutComponent​(Object constraints)
    Gets the component that was added using the given constraint
    booleanComponent.gotFocus​(Event evt,Object what)
    Deprecated.
    As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
    abstract booleanRenderingHints.Key.isCompatibleValue​(Object val)
    Returns true if the specified object is a valid value for this Key.
    booleanComponent.lostFocus​(Event evt,Object what)
    Deprecated.
    As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
    ObjectRenderingHints.put​(Object key,Object value)
    Maps the specifiedkey to the specifiedvalue in thisRenderingHints object.
    ObjectRenderingHints.remove​(Object key)
    Removes the key and its corresponding value from thisRenderingHints object.
    protected voidToolkit.setDesktopProperty​(String name,Object newValue)
    Sets the named desktop property to the specified value and fires a property change event to notify any listeners that the value has changed.
    abstract voidGraphics2D.setRenderingHint​(RenderingHints.Key hintKey,Object hintValue)
    Sets the value of a single preference for the rendering algorithms.
    voidAWTEvent.setSource​(Object newSource)
    Retargets an event to a new source.
    Constructors injava.awt with parameters of typeObject 
    ConstructorDescription
    AWTEvent​(Object source,int id)
    Constructs an AWTEvent object with the specified source object and type.
    Event​(Object target,int id,Object arg)
    Deprecated.
    NOTE: TheEvent class is obsolete and is available only for backwards compatibility.
    Event​(Object target,long when,int id,int x,int y,int key,int modifiers)
    Deprecated.
    NOTE: TheEvent class is obsolete and is available only for backwards compatibility.
    Event​(Object target,long when,int id,int x,int y,int key,int modifiers,Object arg)
    Deprecated.
    NOTE: TheEvent class is obsolete and is available only for backwards compatibility.
    RenderingHints​(RenderingHints.Key key,Object value)
    Constructs a new object with the specified key/value pair.
  • Uses ofObject injava.awt.color

    Subclasses ofObject injava.awt.color 
    Modifier and TypeClassDescription
    class CMMException
    This exception is thrown if the native CMM returns an error.
    class ColorSpace
    This abstract class is used to serve as a color space tag to identify the specific color space of aColor object or, via aColorModel object, of anImage, aBufferedImage, or aGraphicsDevice.
    class ICC_ColorSpace
    TheICC_ColorSpace class is an implementation of the abstractColorSpace class.
    class ICC_Profile
    A representation of color profile data for device independent and device dependent color spaces based on the International Color Consortium Specification ICC.1:2001-12, File Format for Color Profiles, (see http://www.color.org).
    class ICC_ProfileGray
    TheICC_ProfileGray class is a subclass of theICC_Profile class that represents profiles which meet the following criteria: the color space type of the profile isTYPE_GRAY and the profile includes thegrayTRCTag andmediaWhitePointTag tags.
    class ICC_ProfileRGB
    TheICC_ProfileRGB class is a subclass of theICC_Profile class that represents profiles which meet the following criteria: the profile's color space type is RGB, and the profile includes theredColorantTag,greenColorantTag,blueColorantTag,redTRCTag,greenTRCTag,blueTRCTag,mediaWhitePointTag tags.
    class ProfileDataException
    This exception is thrown when an error occurs in accessing or processing anICC_Profile object.
    Methods injava.awt.color that returnObject 
    Modifier and TypeMethodDescription
    protectedObjectICC_Profile.readResolve()
    Resolves instances being deserialized into instances registered with CMM.
  • Uses ofObject injava.awt.datatransfer

    Subclasses ofObject injava.awt.datatransfer 
    Modifier and TypeClassDescription
    class Clipboard
    A class that implements a mechanism to transfer data using cut/copy/paste operations.
    class DataFlavor
    ADataFlavor provides meta information about data.
    class FlavorEvent
    FlavorEvent is used to notify interested parties that availableDataFlavors have changed in theClipboard (the event source).
    class MimeTypeParseException
    A class to encapsulate MimeType parsing related exceptions.
    class StringSelection
    ATransferable which implements the capability required to transfer aString.
    class SystemFlavorMap
    The SystemFlavorMap is a configurable map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types.
    class UnsupportedFlavorException
    Signals that the requested data is not supported in this flavor.
    Methods injava.awt.datatransfer that returnObject 
    Modifier and TypeMethodDescription
    ObjectDataFlavor.clone()
    Returns a clone of thisDataFlavor.
    ObjectClipboard.getData​(DataFlavor flavor)
    Returns an object representing the current contents of this clipboard in the specifiedDataFlavor.
    ObjectStringSelection.getTransferData​(DataFlavor flavor)
    Returns theTransferable's data in the requestedDataFlavor if possible.
    ObjectTransferable.getTransferData​(DataFlavor flavor)
    Returns an object which represents the data to be transferred.
    Methods injava.awt.datatransfer with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanDataFlavor.equals​(Object o)
    Indicates whether some other object is "equal to" this one.
    TransferableClipboard.getContents​(Object requestor)
    Returns a transferable object representing the current contents of the clipboard.
  • Uses ofObject injava.awt.desktop

    Subclasses ofObject injava.awt.desktop 
    Modifier and TypeClassDescription
    class AboutEvent
    Event sent when the application is asked to open its about window.
    class AppEvent
    AppEvents are sent to listeners and handlers installed on theDesktop instance of the current desktop context.
    class AppForegroundEvent
    Event sent when the application has become the foreground app, and when it is no longer the foreground app.
    class AppHiddenEvent
    Event sent when the application has been hidden or shown.
    class AppReopenedEvent
    Event sent when the application is asked to re-open itself.
    class FilesEvent
    Auxiliary event containing a list of files.
    class OpenFilesEvent
    Event sent when the app is asked to open a list of files.
    class OpenURIEvent
    Event sent when the app is asked to open aURI.
    class PreferencesEvent
    Event sent when the application is asked to open its preferences window.
    class PrintFilesEvent
    Event sent when the app is asked to print a list of files.
    class QuitEvent
    Event sent when the application is asked to quit.
    class ScreenSleepEvent
    Event sent when the displays attached to the system enter and exit power save sleep.
    class SystemSleepEvent
    Event sent when the system enters and exits power save sleep.
    class UserSessionEvent
    Event sent when the user session has been changed.
  • Uses ofObject injava.awt.dnd

    Subclasses ofObject injava.awt.dnd 
    Modifier and TypeClassDescription
    class DnDConstants
    This class contains constant values representing the type of action(s) to be performed by a Drag and Drop operation.
    class DragGestureEvent
    ADragGestureEvent is passed toDragGestureListener's dragGestureRecognized() method when a particularDragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on theComponent that it is tracking.
    class DragGestureRecognizer
    TheDragGestureRecognizer is an abstract base class for the specification of a platform-dependent listener that can be associated with a particularComponent in order to identify platform-dependent drag initiating gestures.
    class DragSource
    TheDragSource is the entity responsible for the initiation of the Drag and Drop operation, and may be used in a number of scenarios: 1 default instance per JVM for the lifetime of that JVM.
    class DragSourceAdapter
    An abstract adapter class for receiving drag source events.
    class DragSourceContext
    TheDragSourceContext class is responsible for managing the initiator side of the Drag and Drop protocol.
    class DragSourceDragEvent
    TheDragSourceDragEvent is delivered from theDragSourceContextPeer, via theDragSourceContext, to theDragSourceListener registered with thatDragSourceContext and with its associatedDragSource.
    class DragSourceDropEvent
    TheDragSourceDropEvent is delivered from theDragSourceContextPeer, via theDragSourceContext, to thedragDropEnd method ofDragSourceListeners registered with thatDragSourceContext and with its associatedDragSource.
    class DragSourceEvent
    This class is the base class forDragSourceDragEvent andDragSourceDropEvent.
    class DropTarget
    TheDropTarget is associated with aComponent when thatComponent wishes to accept drops during Drag and Drop operations.
    protected static class DropTarget.DropTargetAutoScroller
    this protected nested class implements autoscrolling
    class DropTargetAdapter
    An abstract adapter class for receiving drop target events.
    class DropTargetContext
    ADropTargetContext is created whenever the logical cursor associated with a Drag and Drop operation coincides with the visible geometry of aComponent associated with aDropTarget.
    protected class DropTargetContext.TransferableProxy
    TransferableProxy is a helper inner class that implementsTransferable interface and serves as a proxy for anotherTransferable object which represents data transfer for a particular drag-n-drop operation.
    class DropTargetDragEvent
    TheDropTargetDragEvent is delivered to aDropTargetListener via its dragEnter() and dragOver() methods.
    class DropTargetDropEvent
    TheDropTargetDropEvent is delivered via theDropTargetListener drop() method.
    class DropTargetEvent
    TheDropTargetEvent is the base class for both theDropTargetDragEvent and theDropTargetDropEvent.
    class InvalidDnDOperationException
    This exception is thrown by various methods in the java.awt.dnd package.
    class MouseDragGestureRecognizer
    This abstract subclass ofDragGestureRecognizer defines aDragGestureRecognizer for mouse-based gestures.
    Methods injava.awt.dnd that returnObject 
    Modifier and TypeMethodDescription
    ObjectDropTargetContext.TransferableProxy.getTransferData​(DataFlavor df)
    Returns an object which represents the data provided by the encapsulated transferable for the requested data flavor.
    Object[]DragGestureEvent.toArray()
    Returns anObject array of the events comprising the drag gesture.
    Object[]DragGestureEvent.toArray​(Object[] array)
    Returns an array of the events comprising the drag gesture.
    Methods injava.awt.dnd with parameters of typeObject 
    Modifier and TypeMethodDescription
    Object[]DragGestureEvent.toArray​(Object[] array)
    Returns an array of the events comprising the drag gesture.
  • Uses ofObject injava.awt.event

    Subclasses ofObject injava.awt.event 
    Modifier and TypeClassDescription
    class ActionEvent
    A semantic event which indicates that a component-defined action occurred.
    class AdjustmentEvent
    The adjustment event emitted by Adjustable objects likeScrollbar andScrollPane.
    class AWTEventListenerProxy
    A class which extends theEventListenerProxy specifically for adding anAWTEventListener for a specific event mask.
    class ComponentAdapter
    An abstract adapter class for receiving component events.
    class ComponentEvent
    A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
    class ContainerAdapter
    An abstract adapter class for receiving container events.
    class ContainerEvent
    A low-level event which indicates that a container's contents changed because a component was added or removed.
    class FocusAdapter
    An abstract adapter class for receiving keyboard focus events.
    class FocusEvent
    A low-level event which indicates that a Component has gained or lost the input focus.
    class HierarchyBoundsAdapter
    An abstract adapter class for receiving ancestor moved and resized events.
    class HierarchyEvent
    An event which indicates a change to theComponent hierarchy to whichComponent belongs.
    class InputEvent
    The root event class for all component-level input events.
    class InputMethodEvent
    Input method events contain information about text that is being composed using an input method.
    class InvocationEvent
    An event which executes therun() method on aRunnable when dispatched by the AWT event dispatcher thread.
    class ItemEvent
    A semantic event which indicates that an item was selected or deselected.
    class KeyAdapter
    An abstract adapter class for receiving keyboard events.
    class KeyEvent
    An event which indicates that a keystroke occurred in a component.
    class MouseAdapter
    An abstract adapter class for receiving mouse events.
    class MouseEvent
    An event which indicates that a mouse action occurred in a component.
    class MouseMotionAdapter
    An abstract adapter class for receiving mouse motion events.
    class MouseWheelEvent
    An event which indicates that the mouse wheel was rotated in a component.
    class PaintEvent
    The component-level paint event.
    class TextEvent
    A semantic event which indicates that an object's text changed.
    class WindowAdapter
    An abstract adapter class for receiving window events.
    class WindowEvent
    A low-level event that indicates that a window has changed its status.
    Fields injava.awt.event declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectInvocationEvent.notifier
    The (potentially null) Object whose notifyAll() method will be called immediately after the Runnable.run() method has returned or thrown an exception or after the event was disposed.
    Methods injava.awt.event that returnObject 
    Modifier and TypeMethodDescription
    ObjectItemEvent.getItem()
    Returns the item affected by the event.
    Constructors injava.awt.event with parameters of typeObject 
    ConstructorDescription
    ActionEvent​(Object source,int id,String command)
    Constructs anActionEvent object.
    ActionEvent​(Object source,int id,String command,int modifiers)
    Constructs anActionEvent object with modifier keys.
    ActionEvent​(Object source,int id,String command,long when,int modifiers)
    Constructs anActionEvent object with the specified modifier keys and timestamp.
    InvocationEvent​(Object source,int id,Runnable runnable,Object notifier,boolean catchThrowables)
    Constructs anInvocationEvent with the specified source and ID which will execute the runnable'srun() method when dispatched.
    InvocationEvent​(Object source,Runnable runnable)
    Constructs anInvocationEvent with the specified source which will execute the runnable'srun() method when dispatched.
    InvocationEvent​(Object source,Runnable runnable,Object notifier,boolean catchThrowables)
    Constructs anInvocationEvent with the specified source which will execute the runnable'srun() method when dispatched.
    InvocationEvent​(Object source,Runnable runnable,Runnable listener,boolean catchThrowables)
    Constructs anInvocationEvent with the specified source which will execute the runnable'srun() method when dispatched.
    ItemEvent​(ItemSelectable source,int id,Object item,int stateChange)
    Constructs anItemEvent object.
    TextEvent​(Object source,int id)
    Constructs aTextEvent object.
  • Uses ofObject injava.awt.font

    Subclasses ofObject injava.awt.font 
    Modifier and TypeClassDescription
    class FontRenderContext
    TheFontRenderContext class is a container for the information needed to correctly measure text.
    class GlyphJustificationInfo
    TheGlyphJustificationInfo class represents information about the justification properties of a glyph.
    class GlyphMetrics
    TheGlyphMetrics class represents information for a single glyph.
    class GlyphVector
    AGlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which theGlyphVector is ultimately displayed.
    class GraphicAttribute
    This class is used with the CHAR_REPLACEMENT attribute.
    class ImageGraphicAttribute
    TheImageGraphicAttribute class is an implementation ofGraphicAttribute which draws images in aTextLayout.
    class LayoutPath
    LayoutPath provides a mapping between locations relative to the baseline and points in user space.
    class LineBreakMeasurer
    TheLineBreakMeasurer class allows styled text to be broken into lines (or segments) that fit within a particular visual advance.
    class LineMetrics
    TheLineMetrics class allows access to the metrics needed to layout characters along a line and to layout of a set of lines.
    class NumericShaper
    TheNumericShaper class is used to convert Latin-1 (European) digits to other Unicode decimal digits.
    class ShapeGraphicAttribute
    TheShapeGraphicAttribute class is an implementation ofGraphicAttribute that draws shapes in aTextLayout.
    class TextAttribute
    TheTextAttribute class defines attribute keys and attribute values used for text rendering.
    class TextHitInfo
    TheTextHitInfo class represents a character position in a text model, and abias, or "side," of the character.
    class TextLayout
    TextLayout is an immutable graphical representation of styled character data.
    static class TextLayout.CaretPolicy
    Defines a policy for determining the strong caret location.
    class TextMeasurer
    TheTextMeasurer class provides the primitive operations needed for line break: measuring up to a given advance, determining the advance of a range of characters, and generating aTextLayout for a range of characters.
    class TransformAttribute
    TheTransformAttribute class provides an immutable wrapper for a transform so that it is safe to use as an attribute.
    Methods injava.awt.font that returnObject 
    Modifier and TypeMethodDescription
    protectedObjectTextLayout.clone()
    Creates a copy of thisTextLayout.
    ObjectFontRenderContext.getAntiAliasingHint()
    Return the text anti-aliasing rendering mode hint used in thisFontRenderContext.
    ObjectFontRenderContext.getFractionalMetricsHint()
    Return the text fractional metrics rendering mode hint used in thisFontRenderContext.
    protectedObjectTextAttribute.readResolve()
    Resolves instances being deserialized to the predefined constants.
    Methods injava.awt.font with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanFontRenderContext.equals​(Object obj)
    Return true if obj is an instance of FontRenderContext and has the same transform, antialiasing, and fractional metrics values as this.
    booleanImageGraphicAttribute.equals​(Object rhs)
    Compares thisImageGraphicAttribute to the specifiedObject.
    booleanNumericShaper.equals​(Object o)
    Returnstrue if the specified object is an instance ofNumericShaper and shapes identically to this one, regardless of the range representations, the bit mask or the enum.
    booleanShapeGraphicAttribute.equals​(Object rhs)
    Compares thisShapeGraphicAttribute to the specifiedObject.
    booleanTextHitInfo.equals​(Object obj)
    Returnstrue if the specifiedObject is aTextHitInfo and equals thisTextHitInfo.
    booleanTransformAttribute.equals​(Object rhs)
    Returnstrue if rhs is aTransformAttribute whose transform is equal to thisTransformAttribute's transform.
    Constructors injava.awt.font with parameters of typeObject 
    ConstructorDescription
    FontRenderContext​(AffineTransform tx,Object aaHint,Object fmHint)
    Constructs aFontRenderContext object from an optionalAffineTransform and twoObject values that determine if the newly constructed object has anti-aliasing or fractional metrics.
  • Uses ofObject injava.awt.geom

    Subclasses ofObject injava.awt.geom 
    Modifier and TypeClassDescription
    class AffineTransform
    TheAffineTransform class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.
    class Arc2D
    Arc2D is the abstract superclass for all objects that store a 2D arc defined by a framing rectangle, start angle, angular extent (length of the arc), and a closure type (OPEN,CHORD, orPIE).
    static class Arc2D.Double
    This class defines an arc specified indouble precision.
    static class Arc2D.Float
    This class defines an arc specified infloat precision.
    class Area
    AnArea object stores and manipulates a resolution-independent description of an enclosed area of 2-dimensional space.
    class CubicCurve2D
    TheCubicCurve2D class defines a cubic parametric curve segment in(x,y) coordinate space.
    static class CubicCurve2D.Double
    A cubic parametric curve segment specified withdouble coordinates.
    static class CubicCurve2D.Float
    A cubic parametric curve segment specified withfloat coordinates.
    class Dimension2D
    TheDimension2D class is to encapsulate a width and a height dimension.
    class Ellipse2D
    TheEllipse2D class describes an ellipse that is defined by a framing rectangle.
    static class Ellipse2D.Double
    TheDouble class defines an ellipse specified indouble precision.
    static class Ellipse2D.Float
    TheFloat class defines an ellipse specified infloat precision.
    class FlatteningPathIterator
    TheFlatteningPathIterator class returns a flattened view of anotherPathIterator object.
    class GeneralPath
    TheGeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
    class IllegalPathStateException
    TheIllegalPathStateException represents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to aGeneralPath without an initial moveto.
    class Line2D
    ThisLine2D represents a line segment in(x,y) coordinate space.
    static class Line2D.Double
    A line segment specified with double coordinates.
    static class Line2D.Float
    A line segment specified with float coordinates.
    class NoninvertibleTransformException
    TheNoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of anAffineTransform object but theAffineTransform is in a non-invertible state.
    class Path2D
    ThePath2D class provides a simple, yet flexible shape which represents an arbitrary geometric path.
    static class Path2D.Double
    TheDouble class defines a geometric path with coordinates stored in double precision floating point.
    static class Path2D.Float
    TheFloat class defines a geometric path with coordinates stored in single precision floating point.
    class Point2D
    ThePoint2D class defines a point representing a location in(x,y) coordinate space.
    static class Point2D.Double
    TheDouble class defines a point specified indouble precision.
    static class Point2D.Float
    TheFloat class defines a point specified in float precision.
    class QuadCurve2D
    TheQuadCurve2D class defines a quadratic parametric curve segment in(x,y) coordinate space.
    static class QuadCurve2D.Double
    A quadratic parametric curve segment specified withdouble coordinates.
    static class QuadCurve2D.Float
    A quadratic parametric curve segment specified withfloat coordinates.
    class Rectangle2D
    TheRectangle2D class describes a rectangle defined by a location(x,y) and dimension(w x h).
    static class Rectangle2D.Double
    TheDouble class defines a rectangle specified in double coordinates.
    static class Rectangle2D.Float
    TheFloat class defines a rectangle specified in float coordinates.
    class RectangularShape
    RectangularShape is the base class for a number ofShape objects whose geometry is defined by a rectangular frame.
    class RoundRectangle2D
    TheRoundRectangle2D class defines a rectangle with rounded corners defined by a location(x,y), a dimension(w x h), and the width and height of an arc with which to round the corners.
    static class RoundRectangle2D.Double
    TheDouble class defines a rectangle with rounded corners all specified indouble coordinates.
    static class RoundRectangle2D.Float
    TheFloat class defines a rectangle with rounded corners all specified infloat coordinates.
    Methods injava.awt.geom that returnObject 
    Modifier and TypeMethodDescription
    ObjectAffineTransform.clone()
    Returns a copy of thisAffineTransform object.
    ObjectArea.clone()
    Returns an exact copy of thisArea object.
    ObjectCubicCurve2D.clone()
    Creates a new object of the same class as this object.
    ObjectDimension2D.clone()
    Creates a new object of the same class as this object.
    ObjectLine2D.clone()
    Creates a new object of the same class as this object.
    abstractObjectPath2D.clone()
    Creates a new object of the same class as this object.
    ObjectPath2D.Double.clone()
    Creates a new object of the same class as this object.
    ObjectPath2D.Float.clone()
    Creates a new object of the same class as this object.
    ObjectPoint2D.clone()
    Creates a new object of the same class and with the same contents as this object.
    ObjectQuadCurve2D.clone()
    Creates a new object of the same class and with the same contents as this object.
    ObjectRectangularShape.clone()
    Creates a new object of the same class and with the same contents as this object.
    Methods injava.awt.geom with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAffineTransform.equals​(Object obj)
    Returnstrue if thisAffineTransform represents the same affine coordinate transform as the specified argument.
    booleanArc2D.equals​(Object obj)
    Determines whether or not the specifiedObject is equal to thisArc2D.
    booleanEllipse2D.equals​(Object obj)
    Determines whether or not the specifiedObject is equal to thisEllipse2D.
    booleanPoint2D.equals​(Object obj)
    Determines whether or not two points are equal.
    booleanRectangle2D.equals​(Object obj)
    Determines whether or not the specifiedObject is equal to thisRectangle2D.
    booleanRoundRectangle2D.equals​(Object obj)
    Determines whether or not the specifiedObject is equal to thisRoundRectangle2D.
  • Uses ofObject injava.awt.im

    Subclasses ofObject injava.awt.im 
    Modifier and TypeClassDescription
    class InputContext
    Provides methods to control text input facilities such as input methods and keyboard layouts.
    class InputMethodHighlight
    An InputMethodHighlight is used to describe the highlight attributes of text being composed.
    class InputSubset
    Defines additional Unicode subsets for use by input methods.
    Methods injava.awt.im that returnObject 
    Modifier and TypeMethodDescription
    ObjectInputContext.getInputMethodControlObject()
    Returns a control object from the current input method, or null.
  • Uses ofObject injava.awt.im.spi

    Methods injava.awt.im.spi that returnObject 
    Modifier and TypeMethodDescription
    ObjectInputMethod.getControlObject()
    Returns a control object from this input method, or null.
  • Uses ofObject injava.awt.image

    Subclasses ofObject injava.awt.image 
    Modifier and TypeClassDescription
    class AbstractMultiResolutionImage
    This class provides default implementations of severalImage methods for classes that want to implement theMultiResolutionImage interface.
    class AffineTransformOp
    This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image orRaster to 2D coordinates in the destination image orRaster.
    class AreaAveragingScaleFilter
    An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
    class BandCombineOp
    This class performs an arbitrary linear combination of the bands in aRaster, using a specified matrix.
    class BandedSampleModel
    This class represents image data which is stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
    class BaseMultiResolutionImage
    This class is an array-based implementation of theAbstractMultiResolutionImage class.
    class BufferedImage
    TheBufferedImage subclass describes anImage with an accessible buffer of image data.
    class BufferedImageFilter
    TheBufferedImageFilter class subclasses anImageFilter to provide a simple means of using a single-source/single-destination image operator (BufferedImageOp) to filter aBufferedImage in the Image Producer/Consumer/Observer paradigm.
    class BufferStrategy
    TheBufferStrategy class represents the mechanism with which to organize complex memory on a particularCanvas orWindow.
    class ByteLookupTable
    This class defines a lookup table object.
    class ColorConvertOp
    This class performs a pixel-by-pixel color conversion of the data in the source image.
    class ColorModel
    TheColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
    class ComponentColorModel
    AColorModel class that works with pixel values that represent color and alpha information as separate samples and that store each sample in a separate data element.
    class ComponentSampleModel
    This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
    class ConvolveOp
    This class implements a convolution from the source to the destination.
    class CropImageFilter
    An ImageFilter class for cropping images.
    class DataBuffer
    This class exists to wrap one or more data arrays.
    class DataBufferByte
    This class extendsDataBuffer and stores data internally as bytes.
    class DataBufferDouble
    This class extendsDataBuffer and stores data internally indouble form.
    class DataBufferFloat
    This class extendsDataBuffer and stores data internally infloat form.
    class DataBufferInt
    This class extendsDataBuffer and stores data internally as integers.
    class DataBufferShort
    This class extendsDataBuffer and stores data internally as shorts.
    class DataBufferUShort
    This class extendsDataBuffer and stores data internally as shorts.
    class DirectColorModel
    TheDirectColorModel class is aColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.
    class FilteredImageSource
    This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.
    class ImageFilter
    This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
    class ImagingOpException
    TheImagingOpException is thrown if one of theBufferedImageOp orRasterOp filter methods cannot process the image.
    class IndexColorModel
    TheIndexColorModel class is aColorModel class that works with pixel values consisting of a single sample that is an index into a fixed colormap in the default sRGB color space.
    class Kernel
    TheKernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.
    class LookupOp
    This class implements a lookup operation from the source to the destination.
    class LookupTable
    This abstract class defines a lookup table object.
    class MemoryImageSource
    This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image.
    class MultiPixelPackedSampleModel
    TheMultiPixelPackedSampleModel class represents one-banded images and can pack multiple one-sample pixels into one data element.
    class PackedColorModel
    ThePackedColorModel class is an abstractColorModel class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
    class PixelGrabber
    The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image.
    class PixelInterleavedSampleModel
    This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
    class Raster
    A class representing a rectangular array of pixels.
    class RasterFormatException
    TheRasterFormatException is thrown if there is invalid layout information in theRaster.
    class ReplicateScaleFilter
    An ImageFilter class for scaling images using the simplest algorithm.
    class RescaleOp
    This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale factor and then adding an offset.
    class RGBImageFilter
    This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
    class SampleModel
    This abstract class defines an interface for extracting samples of pixels in an image.
    class ShortLookupTable
    This class defines a lookup table object.
    class SinglePixelPackedSampleModel
    This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data data array element holds samples for only one pixel.
    class VolatileImage
    VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the application (e.g., situations caused by the operating system or by other applications).
    class WritableRaster
    This class extends Raster to provide pixel writing capabilities.
    Fields injava.awt.image declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectReplicateScaleFilter.outpixbuf
    Abyte array initialized with a size ofReplicateScaleFilter.destWidth and used to deliver a row of pixel data to theImageConsumer.
    Methods injava.awt.image that returnObject 
    Modifier and TypeMethodDescription
    ObjectImageFilter.clone()
    Clones this object.
    ObjectKernel.clone()
    Clones this object.
    ObjectBandedSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectColorModel.getDataElements​(float[] normComponents,int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alpha components.
    ObjectColorModel.getDataElements​(int[] components,int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alpha components.
    ObjectColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in the default RGB color model.
    ObjectComponentColorModel.getDataElements​(float[] normComponents,int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alpha components.
    ObjectComponentColorModel.getDataElements​(int[] components,int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alpha components.
    ObjectComponentColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in the default RGB color model.
    ObjectComponentSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    ObjectDirectColorModel.getDataElements​(int[] components,int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alpha components.
    ObjectDirectColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in the default RGB color model.
    ObjectIndexColorModel.getDataElements​(int[] components,int offset,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel given an array of unnormalized color/alpha components.
    ObjectIndexColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
    ObjectMultiPixelPackedSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectRaster.getDataElements​(int x,int y,int w,int h,Object outData)
    Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
    ObjectRaster.getDataElements​(int x,int y,Object outData)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectSampleModel.getDataElements​(int x,int y,int w,int h,Object obj,DataBuffer data)
    Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
    abstractObjectSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectSinglePixelPackedSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectPixelGrabber.getPixels()
    Get the pixel buffer.
    ObjectAbstractMultiResolutionImage.getProperty​(String name,ImageObserver observer)
    This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getProperty(name, observer).
    ObjectBufferedImage.getProperty​(String name)
    Returns a property of the image by name.
    ObjectBufferedImage.getProperty​(String name,ImageObserver observer)
    Returns a property of the image by name.
    ObjectRenderedImage.getProperty​(String name)
    Gets a property from the property set of this image.
    Methods injava.awt.image with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanColorModel.equals​(Object obj)
    This method simply delegates to the default implementation inObject which is identical to an== test since this class cannot enforce the issues of a proper equality test among multiple independent subclass branches.
    booleanComponentColorModel.equals​(Object obj)
    Tests if the specifiedObject is an instance ofComponentColorModel and equals thisComponentColorModel.
    booleanIndexColorModel.equals​(Object obj)
    Tests if the specifiedObject is an instance ofIndexColorModel and if it equals thisIndexColorModel
    booleanPackedColorModel.equals​(Object obj)
    Tests if the specifiedObject is an instance ofPackedColorModel and equals thisPackedColorModel.
    intColorModel.getAlpha​(Object inData)
    Returns the alpha component for the specified pixel, scaled from 0 to 255.
    intComponentColorModel.getAlpha​(Object inData)
    Returns the alpha component for the specified pixel, scaled from 0 to 255.
    intDirectColorModel.getAlpha​(Object inData)
    Returns the alpha component for the specified pixel, scaled from 0 to 255.
    intColorModel.getBlue​(Object inData)
    Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    intComponentColorModel.getBlue​(Object inData)
    Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    intDirectColorModel.getBlue​(Object inData)
    Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    int[]ColorModel.getComponents​(Object pixel,int[] components,int offset)
    Returns an array of unnormalized color/alpha components given a pixel in thisColorModel.
    int[]ComponentColorModel.getComponents​(Object pixel,int[] components,int offset)
    Returns an array of unnormalized color/alpha components given a pixel in thisColorModel.
    int[]DirectColorModel.getComponents​(Object pixel,int[] components,int offset)
    Returns an array of unnormalized color/alpha components given a pixel in thisColorModel.
    int[]IndexColorModel.getComponents​(Object pixel,int[] components,int offset)
    Returns an array of unnormalized color/alpha components for a specified pixel in thisColorModel.
    ObjectBandedSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectColorModel.getDataElements​(float[] normComponents,int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alpha components.
    ObjectColorModel.getDataElements​(int[] components,int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alpha components.
    ObjectColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in the default RGB color model.
    ObjectComponentColorModel.getDataElements​(float[] normComponents,int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alpha components.
    ObjectComponentColorModel.getDataElements​(int[] components,int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alpha components.
    ObjectComponentColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in the default RGB color model.
    ObjectComponentSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    ObjectDirectColorModel.getDataElements​(int[] components,int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alpha components.
    ObjectDirectColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in the default RGB color model.
    ObjectIndexColorModel.getDataElements​(int[] components,int offset,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel given an array of unnormalized color/alpha components.
    ObjectIndexColorModel.getDataElements​(int rgb,Object pixel)
    Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
    ObjectMultiPixelPackedSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectRaster.getDataElements​(int x,int y,int w,int h,Object outData)
    Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
    ObjectRaster.getDataElements​(int x,int y,Object outData)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectSampleModel.getDataElements​(int x,int y,int w,int h,Object obj,DataBuffer data)
    Returns the pixel data for the specified rectangle of pixels in a primitive array of type TransferType.
    abstractObjectSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    ObjectSinglePixelPackedSampleModel.getDataElements​(int x,int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of type TransferType.
    intColorModel.getGreen​(Object inData)
    Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    intComponentColorModel.getGreen​(Object inData)
    Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    intDirectColorModel.getGreen​(Object inData)
    Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    float[]ColorModel.getNormalizedComponents​(Object pixel,float[] normComponents,int normOffset)
    Returns an array of all of the color/alpha components in normalized form, given a pixel in thisColorModel.
    float[]ComponentColorModel.getNormalizedComponents​(Object pixel,float[] normComponents,int normOffset)
    Returns an array of all of the color/alpha components in normalized form, given a pixel in thisColorModel.
    intColorModel.getRed​(Object inData)
    Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    intComponentColorModel.getRed​(Object inData)
    Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB ColorSpace, sRGB.
    intDirectColorModel.getRed​(Object inData)
    Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGBColorSpace, sRGB.
    intColorModel.getRGB​(Object inData)
    Returns the color/alpha components for the specified pixel in the default RGB color model format.
    intComponentColorModel.getRGB​(Object inData)
    Returns the color/alpha components for the specified pixel in the default RGB color model format.
    intDirectColorModel.getRGB​(Object inData)
    Returns the color/alpha components for the specified pixel in the default RGB color model format.
    voidBandedSampleModel.setDataElements​(int x,int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
    voidComponentSampleModel.setDataElements​(int x,int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specifiedDataBuffer from a primitive array of typeTransferType.
    voidMultiPixelPackedSampleModel.setDataElements​(int x,int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specifiedDataBuffer from a primitive array of type TransferType.
    voidSampleModel.setDataElements​(int x,int y,int w,int h,Object obj,DataBuffer data)
    Sets the data for a rectangle of pixels in the specified DataBuffer from a primitive array of type TransferType.
    abstract voidSampleModel.setDataElements​(int x,int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
    voidSinglePixelPackedSampleModel.setDataElements​(int x,int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specified DataBuffer from a primitive array of type TransferType.
    voidWritableRaster.setDataElements​(int x,int y,int w,int h,Object inData)
    Sets the data for a rectangle of pixels from a primitive array of type TransferType.
    voidWritableRaster.setDataElements​(int x,int y,Object inData)
    Sets the data for a single pixel from a primitive array of type TransferType.
  • Uses ofObject injava.awt.image.renderable

    Subclasses ofObject injava.awt.image.renderable 
    Modifier and TypeClassDescription
    class ParameterBlock
    AParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.
    class RenderableImageOp
    This class handles the renderable aspects of an operation with help from its associated instance of a ContextualRenderedImageFactory.
    class RenderableImageProducer
    An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage.
    class RenderContext
    A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage.
    Fields injava.awt.image.renderable with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedVector<Object>ParameterBlock.parameters
    A Vector of non-source parameters, stored as arbitrary Objects.
    protectedVector<Object>ParameterBlock.sources
    A Vector of sources, stored as arbitrary Objects.
    Methods injava.awt.image.renderable that returnObject 
    Modifier and TypeMethodDescription
    ObjectParameterBlock.clone()
    Creates a copy of aParameterBlock.
    ObjectRenderContext.clone()
    Makes a copy of a RenderContext.
    ObjectParameterBlock.getObjectParameter​(int index)
    Gets a parameter as an object.
    ObjectContextualRenderedImageFactory.getProperty​(ParameterBlock paramBlock,String name)
    Gets the appropriate instance of the property specified by the name parameter.
    ObjectRenderableImage.getProperty​(String name)
    Gets a property from the property set of this image.
    ObjectRenderableImageOp.getProperty​(String name)
    Gets a property from the property set of this image.
    ObjectParameterBlock.getSource​(int index)
    Returns a source as a general Object.
    ObjectParameterBlock.shallowClone()
    Creates a shallow copy of aParameterBlock.
    Methods injava.awt.image.renderable that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Vector<Object>ParameterBlock.getParameters()
    Returns the entire Vector of parameters.
    Vector<Object>ParameterBlock.getSources()
    Returns the entire Vector of sources.
    Methods injava.awt.image.renderable with parameters of typeObject 
    Modifier and TypeMethodDescription
    ParameterBlockParameterBlock.add​(Object obj)
    Adds an object to the list of parameters.
    ParameterBlockParameterBlock.addSource​(Object source)
    Adds an image to end of the list of sources.
    ParameterBlockParameterBlock.set​(Object obj,int index)
    Replaces an Object in the list of parameters.
    ParameterBlockParameterBlock.setSource​(Object source,int index)
    Replaces an entry in the list of source with a new source.
    Method parameters injava.awt.image.renderable with type arguments of typeObject 
    Modifier and TypeMethodDescription
    voidParameterBlock.setParameters​(Vector<Object> parameters)
    Sets the entire Vector of parameters to a given Vector.
    voidParameterBlock.setSources​(Vector<Object> sources)
    Sets the entire Vector of sources to a given Vector.
    Constructor parameters injava.awt.image.renderable with type arguments of typeObject 
    ConstructorDescription
    ParameterBlock​(Vector<Object> sources)
    Constructs aParameterBlock with a given Vector of sources.
    ParameterBlock​(Vector<Object> sources,Vector<Object> parameters)
    Constructs aParameterBlock with a given Vector of sources and Vector of parameters.
  • Uses ofObject injava.awt.print

    Subclasses ofObject injava.awt.print 
    Modifier and TypeClassDescription
    class Book
    TheBook class provides a representation of a document in which pages may have different page formats and page painters.
    class PageFormat
    ThePageFormat class describes the size and orientation of a page to be printed.
    class Paper
    ThePaper class describes the physical characteristics of a piece of paper.
    class PrinterAbortException
    ThePrinterAbortException class is a subclass ofPrinterException and is used to indicate that a user or application has terminated the print job while it was in the process of printing.
    class PrinterException
    ThePrinterException class and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
    class PrinterIOException
    ThePrinterIOException class is a subclass ofPrinterException and is used to indicate that an IO error of some sort has occurred while printing.
    class PrinterJob
    ThePrinterJob class is the principal class that controls printing.
    Methods injava.awt.print that returnObject 
    Modifier and TypeMethodDescription
    ObjectPageFormat.clone()
    Makes a copy of thisPageFormat with the same contents as thisPageFormat.
    ObjectPaper.clone()
    Creates a copy of thisPaper with the same contents as thisPaper.
  • Uses ofObject injava.beans

    Subclasses ofObject injava.beans 
    Modifier and TypeClassDescription
    class BeanDescriptor
    A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
    class Beans
    This class provides some general purpose beans control methods.
    class DefaultPersistenceDelegate
    TheDefaultPersistenceDelegate is a concrete implementation of the abstractPersistenceDelegate class and is the delegate used by default for classes about which no information is available.
    class Encoder
    AnEncoder is a class which can be used to create files or streams that encode the state of a collection of JavaBeans in terms of their public APIs.
    class EventHandler
    TheEventHandler class provides support for dynamically generating event listeners whose methods execute a simple statement involving an incoming event object and a target object.
    class EventSetDescriptor
    An EventSetDescriptor describes a group of events that a given Java bean fires.
    class Expression
    AnExpression object represents a primitive expression in which a single method is applied to a target and a set of arguments to return a result - as in"a.getFoo()".
    class FeatureDescriptor
    The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
    class IndexedPropertyChangeEvent
    An "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans™ specification (a "bean") changes a bound indexed property.
    class IndexedPropertyDescriptor
    An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
    class IntrospectionException
    Thrown when an exception happens during Introspection.
    class Introspector
    The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.
    class MethodDescriptor
    A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
    class ParameterDescriptor
    The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.Method class.
    class PersistenceDelegate
    The PersistenceDelegate class takes the responsibility for expressing the state of an instance of a given class in terms of the methods in the class's public API.
    class PropertyChangeEvent
    A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
    class PropertyChangeListenerProxy
    A class which extends theEventListenerProxy specifically for adding aPropertyChangeListener with a "bound" property.
    class PropertyChangeSupport
    This is a utility class that can be used by beans that support bound properties.
    class PropertyDescriptor
    A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
    class PropertyEditorManager
    The PropertyEditorManager can be used to locate a property editor for any given type name.
    class PropertyEditorSupport
    This is a support class to help build property editors.
    class PropertyVetoException
    A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
    class SimpleBeanInfo
    This is a support class to make it easier for people to provide BeanInfo classes.
    class Statement
    AStatement object represents a primitive statement in which a single method is applied to a target and a set of arguments - as in"a.setFoo(b)".
    class VetoableChangeListenerProxy
    A class which extends theEventListenerProxy specifically for adding aVetoableChangeListener with a "constrained" property.
    class VetoableChangeSupport
    This is a utility class that can be used by beans that support constrained properties.
    class XMLDecoder
    TheXMLDecoder class is used to read XML documents created using theXMLEncoder and is used just like theObjectInputStream.
    class XMLEncoder
    TheXMLEncoder class is a complementary alternative to theObjectOutputStream and can used to generate a textual representation of aJavaBean in the same way that theObjectOutputStream can be used to create binary representation ofSerializable objects.
    Methods injava.beans that returnObject 
    Modifier and TypeMethodDescription
    ObjectEncoder.get​(Object oldInstance)
    Returns a tentative value foroldInstance in the environment created by this stream.
    Object[]Statement.getArguments()
    Returns the arguments for the method to invoke.
    staticObjectBeans.getInstanceOf​(Object bean,Class<?> targetType)
    From a given bean, obtain an object representing a specified type view of that source object.
    ObjectPropertyChangeEvent.getNewValue()
    Gets the new value for the property, expressed as an Object.
    ObjectPropertyChangeEvent.getOldValue()
    Gets the old value for the property, expressed as an Object.
    ObjectXMLDecoder.getOwner()
    Gets the owner of this decoder.
    ObjectXMLEncoder.getOwner()
    Gets the owner of this encoder.
    ObjectPropertyChangeEvent.getPropagationId()
    The "propagationId" field is reserved for future use.
    ObjectPropertyEditorSupport.getSource()
    Returns the bean that is used as the source of events.
    ObjectEventHandler.getTarget()
    Returns the object to which this event handler will send a message.
    ObjectStatement.getTarget()
    Returns the target object of this statement.
    ObjectExpression.getValue()
    If the value property of this instance is not already set, this method dynamically finds the method with the specified methodName on this target with these arguments and calls it.
    ObjectFeatureDescriptor.getValue​(String attributeName)
    Retrieve a named attribute with this feature.
    ObjectPropertyEditor.getValue()
    Gets the property value.
    ObjectPropertyEditorSupport.getValue()
    Gets the value of the property.
    staticObjectBeans.instantiate​(ClassLoader cls,String beanName)
    Instantiate a JavaBean.
    staticObjectBeans.instantiate​(ClassLoader cls,String beanName,BeanContext beanContext)
    Instantiate a JavaBean.
    staticObjectBeans.instantiate​(ClassLoader cls,String beanName,BeanContext beanContext,AppletInitializer initializer)
    Deprecated.
    It is recommended to useBeans.instantiate(ClassLoader, String, BeanContext), because the Applet API is deprecated.
    ObjectEventHandler.invoke​(Object proxy,Method method,Object[] arguments)
    Extract the appropriate property value from the event and pass it to the action associated with thisEventHandler.
    ObjectXMLDecoder.readObject()
    Reads the next object from the underlying input stream.
    ObjectEncoder.remove​(Object oldInstance)
    Removes the entry for this instance, returning the old entry.
    Methods injava.beans with parameters of typeObject 
    Modifier and TypeMethodDescription
    static <T> TEventHandler.create​(Class<T> listenerInterface,Object target,String action)
    Creates an implementation oflistenerInterface in whichall of the methods in the listener interface apply the handler'saction to thetarget.
    static <T> TEventHandler.create​(Class<T> listenerInterface,Object target,String action,String eventPropertyName)
    /** Creates an implementation oflistenerInterface in whichall of the methods pass the value of the event expression,eventPropertyName, to the final method in the statement,action, which is applied to thetarget.
    static <T> TEventHandler.create​(Class<T> listenerInterface,Object target,String action,String eventPropertyName,String listenerMethodName)
    Creates an implementation oflistenerInterface in which the method namedlistenerMethodName passes the value of the event expression,eventPropertyName, to the final method in the statement,action, which is applied to thetarget.
    staticDefaultHandlerXMLDecoder.createHandler​(Object owner,ExceptionListener el,ClassLoader cl)
    Creates a new handler for SAX parser that can be used to parse embedded XML archives created by theXMLEncoder class.
    PropertyEditorPropertyDescriptor.createPropertyEditor​(Object bean)
    Constructs an instance of a property editor using the current property editor class.
    booleanIndexedPropertyDescriptor.equals​(Object obj)
    Compares thisPropertyDescriptor against the specified object.
    booleanPropertyDescriptor.equals​(Object obj)
    Compares thisPropertyDescriptor against the specified object.
    voidPropertyChangeSupport.fireIndexedPropertyChange​(String propertyName,int index,Object oldValue,Object newValue)
    Reports a bound indexed property update to listeners that have been registered to track updates of all properties or a property with the specified name.
    voidPropertyChangeSupport.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Reports a bound property update to listeners that have been registered to track updates of all properties or a property with the specified name.
    voidVetoableChangeSupport.fireVetoableChange​(String propertyName,Object oldValue,Object newValue)
    Reports a constrained property update to listeners that have been registered to track updates of all properties or a property with the specified name.
    ObjectEncoder.get​(Object oldInstance)
    Returns a tentative value foroldInstance in the environment created by this stream.
    staticObjectBeans.getInstanceOf​(Object bean,Class<?> targetType)
    From a given bean, obtain an object representing a specified type view of that source object.
    protected voidDefaultPersistenceDelegate.initialize​(Class<?> type,Object oldInstance,Object newInstance,Encoder out)
    This default implementation of theinitialize method assumes all state held in objects of this type is exposed via the matching pairs of "setter" and "getter" methods in the order they are returned by the Introspector.
    protected voidPersistenceDelegate.initialize​(Class<?> type,Object oldInstance,Object newInstance,Encoder out)
    Produce a series of statements with side effects onnewInstance so that the new instance becomesequivalent tooldInstance.
    protectedExpressionDefaultPersistenceDelegate.instantiate​(Object oldInstance,Encoder out)
    This default implementation of theinstantiate method returns an expression containing the predefined method name "new" which denotes a call to a constructor with the arguments as specified in theDefaultPersistenceDelegate's constructor.
    protected abstractExpressionPersistenceDelegate.instantiate​(Object oldInstance,Encoder out)
    Returns an expression whose value isoldInstance.
    ObjectEventHandler.invoke​(Object proxy,Method method,Object[] arguments)
    Extract the appropriate property value from the event and pass it to the action associated with thisEventHandler.
    static booleanBeans.isInstanceOf​(Object bean,Class<?> targetType)
    Check if a bean can be viewed as a given target type.
    protected booleanDefaultPersistenceDelegate.mutatesTo​(Object oldInstance,Object newInstance)
    If the number of arguments in the specified constructor is non-zero and the class ofoldInstance explicitly declares an "equals" method this method returns the value ofoldInstance.equals(newInstance).
    protected booleanPersistenceDelegate.mutatesTo​(Object oldInstance,Object newInstance)
    Returns true if anequivalent copy ofoldInstance may be created by applying a series of statements tonewInstance.
    ObjectEncoder.remove​(Object oldInstance)
    Removes the entry for this instance, returning the old entry.
    voidCustomizer.setObject​(Object bean)
    Set the object to be customized.
    voidXMLDecoder.setOwner​(Object owner)
    Sets the owner of this decoder toowner.
    voidXMLEncoder.setOwner​(Object owner)
    Sets the owner of this encoder toowner.
    voidPropertyChangeEvent.setPropagationId​(Object propagationId)
    Sets the propagationId object for the event.
    voidPropertyEditorSupport.setSource​(Object source)
    Sets the source bean.
    voidExpression.setValue​(Object value)
    Sets the value of this expression tovalue.
    voidFeatureDescriptor.setValue​(String attributeName,Object value)
    Associate a named attribute with this feature.
    voidPropertyEditor.setValue​(Object value)
    Set (or change) the object that is to be edited.
    voidPropertyEditorSupport.setValue​(Object value)
    Set (or change) the object that is to be edited.
    protected voidEncoder.writeObject​(Object o)
    Write the specified object to the output stream.
    voidPersistenceDelegate.writeObject​(Object oldInstance,Encoder out)
    ThewriteObject is a single entry point to the persistence and is used by anEncoder in the traditional mode of delegation.
    voidXMLEncoder.writeObject​(Object o)
    Write an XML representation of the specified object to the output.
    Constructors injava.beans with parameters of typeObject 
    ConstructorDescription
    EventHandler​(Object target,String action,String eventPropertyName,String listenerMethodName)
    Creates a newEventHandler object; you generally use one of thecreate methods instead of invoking this constructor directly.
    Expression​(Object value,Object target,String methodName,Object[] arguments)
    Creates a newExpression object with the specified value for the specified target object to invoke the method specified by the name and by the array of arguments.
    Expression​(Object target,String methodName,Object[] arguments)
    Creates a newExpression object for the specified target object to invoke the method specified by the name and by the array of arguments.
    IndexedPropertyChangeEvent​(Object source,String propertyName,Object oldValue,Object newValue,int index)
    Constructs a newIndexedPropertyChangeEvent object.
    PropertyChangeEvent​(Object source,String propertyName,Object oldValue,Object newValue)
    Constructs a newPropertyChangeEvent.
    PropertyChangeSupport​(Object sourceBean)
    Constructs aPropertyChangeSupport object.
    PropertyEditorSupport​(Object source)
    Constructs aPropertyEditorSupport object.
    Statement​(Object target,String methodName,Object[] arguments)
    Creates a newStatement object for the specified target object to invoke the method specified by the name and by the array of arguments.
    VetoableChangeSupport​(Object sourceBean)
    Constructs aVetoableChangeSupport object.
    XMLDecoder​(InputStream in,Object owner)
    Creates a new input stream for reading archives created by theXMLEncoder class.
    XMLDecoder​(InputStream in,Object owner,ExceptionListener exceptionListener)
    Creates a new input stream for reading archives created by theXMLEncoder class.
    XMLDecoder​(InputStream in,Object owner,ExceptionListener exceptionListener,ClassLoader cl)
    Creates a new input stream for reading archives created by theXMLEncoder class.
  • Uses ofObject injava.beans.beancontext

    Subclasses ofObject injava.beans.beancontext 
    Modifier and TypeClassDescription
    class BeanContextChildSupport
    This is a general support class to provide support for implementing the BeanContextChild protocol.
    class BeanContextEvent
    BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, aBeanContext.
    class BeanContextMembershipEvent
    ABeanContextMembershipEvent encapsulates the list of children added to, or removed from, the membership of a particularBeanContext.
    class BeanContextServiceAvailableEvent
    This event type is used by the BeanContextServicesListener in order to identify the service being registered.
    class BeanContextServiceRevokedEvent
    This event type is used by theBeanContextServiceRevokedListener in order to identify the service being revoked.
    class BeanContextServicesSupport
    This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
    protected class BeanContextServicesSupport.BCSSChild 
    protected class BeanContextServicesSupport.BCSSProxyServiceProvider 
    protected static class BeanContextServicesSupport.BCSSServiceProvider
    subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.
    class BeanContextSupport
    This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.
    protected class BeanContextSupport.BCSChild 
    protected static class BeanContextSupport.BCSIterator
    protected final subclass that encapsulates an iterator but implements a noop remove() method.
    Fields injava.beans.beancontext declared asObject 
    Modifier and TypeFieldDescription
    staticObjectBeanContext.globalHierarchyLock
    This global lock is used by bothBeanContext andBeanContextServices implementors to serialize changes in aBeanContext hierarchy and any service requests etc.
    Fields injava.beans.beancontext with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedHashMap<Object,​BeanContextSupport.BCSChild>BeanContextSupport.children
    all accesses to theprotected HashMap children field shall be synchronized on that object.
    protectedHashMap<Object,​BeanContextServicesSupport.BCSSServiceProvider>BeanContextServicesSupport.services
    all accesses to theprotected transient HashMap services field should be synchronized on that object
    Methods injava.beans.beancontext that returnObject 
    Modifier and TypeMethodDescription
    protectedObject[]BeanContextSupport.copyChildren()
    Gets a copy of the this BeanContext's children.
    ObjectBeanContextServiceProvider.getService​(BeanContextServices bcs,Object requestor,Class<?> serviceClass,Object serviceSelector)
    Invoked byBeanContextServices, this method requests an instance of a service from thisBeanContextServiceProvider.
    ObjectBeanContextServices.getService​(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    ABeanContextChild, or any arbitrary object associated with aBeanContextChild, may obtain a reference to a currently registered service from its nestingBeanContextServices via invocation of this method.
    ObjectBeanContextServicesSupport.getService​(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    obtain a service which may be delegated
    ObjectBeanContext.instantiateChild​(String beanName)
    Instantiate the javaBean named as a child of thisBeanContext.
    ObjectBeanContextSupport.instantiateChild​(String beanName)
    The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into aBeanContext.
    Object[]BeanContextMembershipEvent.toArray()
    Gets the array of children affected by this event.
    Object[]BeanContextSupport.toArray()
    Gets all JavaBean orBeanContext instances currently nested in this BeanContext.
    Object[]BeanContextSupport.toArray​(Object[] arry)
    Gets an array containing all children of thisBeanContext that match the types contained in arry.
    Methods injava.beans.beancontext that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Iterator<Object>BeanContextServicesSupport.getCurrentServiceClasses() 
    Iterator<Object>BeanContextSupport.iterator()
    Gets all JavaBean orBeanContext instances currently nested in thisBeanContext.
    Methods injava.beans.beancontext with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanBeanContextSupport.add​(Object targetChild)
    Adds/nests a child within thisBeanContext.
    protected voidBeanContextSupport.childDeserializedHook​(Object child,BeanContextSupport.BCSChild bcsc)
    Called by readObject with the newly deserialized child and BCSChild.
    protected voidBeanContextSupport.childJustAddedHook​(Object child,BeanContextSupport.BCSChild bcsc)
    subclasses may override this method to simply extend add() semantics after the child has been added and before the event notification has occurred.
    protected voidBeanContextServicesSupport.childJustRemovedHook​(Object child,BeanContextSupport.BCSChild bcsc)
    called from superclass child removal operations after a child has been successfully removed. called with child synchronized.
    protected voidBeanContextSupport.childJustRemovedHook​(Object child,BeanContextSupport.BCSChild bcsc)
    subclasses may override this method to simply extend remove() semantics after the child has been removed and before the event notification has occurred.
    booleanBeanContextMembershipEvent.contains​(Object child)
    Is the child specified affected by the event?
    booleanBeanContextSupport.contains​(Object o)
    Determines whether or not the specified object is currently a child of thisBeanContext.
    booleanBeanContextSupport.containsKey​(Object o)
    Determines whether or not the specified object is currently a child of thisBeanContext.
    protectedBeanContextSupport.BCSChildBeanContextServicesSupport.createBCSChild​(Object targetChild,Object peer)
    Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
    protectedBeanContextSupport.BCSChildBeanContextSupport.createBCSChild​(Object targetChild,Object peer)
    Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.
    voidBeanContextChildSupport.firePropertyChange​(String name,Object oldValue,Object newValue)
    Report a bound property update to any registered listeners.
    voidBeanContextChildSupport.fireVetoableChange​(String name,Object oldValue,Object newValue)
    Report a vetoable property update to any registered listeners.
    protected staticBeanContextChildBeanContextSupport.getChildBeanContextChild​(Object child)
    Gets the BeanContextChild (if any) of the specified child
    protected staticBeanContextMembershipListenerBeanContextSupport.getChildBeanContextMembershipListener​(Object child)
    Gets the BeanContextMembershipListener (if any) of the specified child
    protected staticBeanContextServicesListenerBeanContextServicesSupport.getChildBeanContextServicesListener​(Object child)
    Gets theBeanContextServicesListener (if any) of the specified child.
    protected staticPropertyChangeListenerBeanContextSupport.getChildPropertyChangeListener​(Object child)
    Gets the PropertyChangeListener (if any) of the specified child
    protected staticSerializableBeanContextSupport.getChildSerializable​(Object child)
    Gets the Serializable (if any) associated with the specified Child
    protected staticVetoableChangeListenerBeanContextSupport.getChildVetoableChangeListener​(Object child)
    Gets the VetoableChangeListener (if any) of the specified child
    protected staticVisibilityBeanContextSupport.getChildVisibility​(Object child)
    Gets the Component (if any) associated with the specified child.
    ObjectBeanContextServiceProvider.getService​(BeanContextServices bcs,Object requestor,Class<?> serviceClass,Object serviceSelector)
    Invoked byBeanContextServices, this method requests an instance of a service from thisBeanContextServiceProvider.
    ObjectBeanContextServices.getService​(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    ABeanContextChild, or any arbitrary object associated with aBeanContextChild, may obtain a reference to a currently registered service from its nestingBeanContextServices via invocation of this method.
    ObjectBeanContextServicesSupport.getService​(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    obtain a service which may be delegated
    voidBeanContextServiceProvider.releaseService​(BeanContextServices bcs,Object requestor,Object service)
    Invoked byBeanContextServices, this method releases a nestedBeanContextChild's (or any arbitrary object associated with aBeanContextChild) reference to the specified service.
    voidBeanContextServices.releaseService​(BeanContextChild child,Object requestor,Object service)
    Releases aBeanContextChild's (or any arbitrary object associated with a BeanContextChild) reference to the specified service by calling releaseService() on the underlyingBeanContextServiceProvider.
    voidBeanContextServicesSupport.releaseService​(BeanContextChild child,Object requestor,Object service)
    release a service
    booleanBeanContextSupport.remove​(Object targetChild)
    Removes a child from this BeanContext.
    protected booleanBeanContextSupport.remove​(Object targetChild,boolean callChildSetBC)
    internal remove used when removal caused by unexpectedsetBeanContext or byremove() invocation.
    Object[]BeanContextSupport.toArray​(Object[] arry)
    Gets an array containing all children of thisBeanContext that match the types contained in arry.
    protected booleanBeanContextSupport.validatePendingAdd​(Object targetChild)
    Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being added to the BeanContext.
    protected booleanBeanContextSupport.validatePendingRemove​(Object targetChild)
    Subclasses of this class may override, or envelope, this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being removed from the BeanContext.
    Constructors injava.beans.beancontext with parameters of typeObject 
    ConstructorDescription
    BeanContextMembershipEvent​(BeanContext bc,Object[] changes)
    Contruct a BeanContextMembershipEvent
  • Uses ofObject injava.io

    Subclasses ofObject injava.io 
    Modifier and TypeClassDescription
    class BufferedInputStream
    ABufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support themark andreset methods.
    class BufferedOutputStream
    The class implements a buffered output stream.
    class BufferedReader
    Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
    class BufferedWriter
    Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
    class ByteArrayInputStream
    AByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
    class ByteArrayOutputStream
    This class implements an output stream in which the data is written into a byte array.
    class CharArrayReader
    This class implements a character buffer that can be used as a character-input stream.
    class CharArrayWriter
    This class implements a character buffer that can be used as an Writer.
    class CharConversionException
    Base class for character conversion exceptions.
    class Console
    Methods to access the character-based console device, if any, associated with the current Java virtual machine.
    class DataInputStream
    A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
    class DataOutputStream
    A data output stream lets an application write primitive Java data types to an output stream in a portable way.
    class EOFException
    Signals that an end of file or end of stream has been reached unexpectedly during input.
    class File
    An abstract representation of file and directory pathnames.
    class FileDescriptor
    Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
    class FileInputStream
    AFileInputStream obtains input bytes from a file in a file system.
    class FileNotFoundException
    Signals that an attempt to open the file denoted by a specified pathname has failed.
    class FileOutputStream
    A file output stream is an output stream for writing data to aFile or to aFileDescriptor.
    class FilePermission
    This class represents access to a file or directory.
    class FileReader
    Reads text from character files using a default buffer size.
    class FileWriter
    Writes text to character files using a default buffer size.
    class FilterInputStream
    AFilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
    class FilterOutputStream
    This class is the superclass of all classes that filter output streams.
    class FilterReader
    Abstract class for reading filtered character streams.
    class FilterWriter
    Abstract class for writing filtered character streams.
    class InputStream
    This abstract class is the superclass of all classes representing an input stream of bytes.
    class InputStreamReader
    An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specifiedcharset.
    class InterruptedIOException
    Signals that an I/O operation has been interrupted.
    class InvalidClassException
    Thrown when the Serialization runtime detects one of the following problems with a Class.
    class InvalidObjectException
    Indicates that one or more deserialized objects failed validation tests.
    class IOError
    Thrown when a serious I/O error has occurred.
    class IOException
    Signals that an I/O exception of some sort has occurred.
    class LineNumberInputStream
    Deprecated.
    This class incorrectly assumes that bytes adequately represent characters.
    class LineNumberReader
    A buffered character-input stream that keeps track of line numbers.
    class NotActiveException
    Thrown when serialization or deserialization is not active.
    class NotSerializableException
    Thrown when an instance is required to have a Serializable interface.
    static class ObjectInputFilter.Config
    A utility class to set and get the system-wide filter or create a filter from a pattern string.
    class ObjectInputStream
    An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
    static class ObjectInputStream.GetField
    Provide access to the persistent fields read from the input stream.
    class ObjectOutputStream
    An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
    static class ObjectOutputStream.PutField
    Provide programmatic access to the persistent fields to be written to ObjectOutput.
    class ObjectStreamClass
    Serialization's descriptor for classes.
    class ObjectStreamException
    Superclass of all exceptions specific to Object Stream classes.
    class ObjectStreamField
    A description of a Serializable field from a Serializable class.
    class OptionalDataException
    Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.
    class OutputStream
    This abstract class is the superclass of all classes representing an output stream of bytes.
    class OutputStreamWriter
    An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specifiedcharset.
    class PipedInputStream
    A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
    class PipedOutputStream
    A piped output stream can be connected to a piped input stream to create a communications pipe.
    class PipedReader
    Piped character-input streams.
    class PipedWriter
    Piped character-output streams.
    class PrintStream
    APrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
    class PrintWriter
    Prints formatted representations of objects to a text-output stream.
    class PushbackInputStream
    APushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" bytes, by storing pushed-back bytes in an internal buffer.
    class PushbackReader
    A character-stream reader that allows characters to be pushed back into the stream.
    class RandomAccessFile
    Instances of this class support both reading and writing to a random access file.
    class Reader
    Abstract class for reading character streams.
    class SequenceInputStream
    ASequenceInputStream represents the logical concatenation of other input streams.
    class SerializablePermission
    This class is for Serializable permissions.
    class StreamCorruptedException
    Thrown when control information that was read from an object stream violates internal consistency checks.
    class StreamTokenizer
    TheStreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
    class StringBufferInputStream
    Deprecated.
    This class does not properly convert characters into bytes.
    class StringReader
    A character stream whose source is a string.
    class StringWriter
    A character stream that collects its output in a string buffer, which can then be used to construct a string.
    class SyncFailedException
    Signals that a sync operation has failed.
    class UncheckedIOException
    Wraps anIOException with an unchecked exception.
    class UnsupportedEncodingException
    The Character Encoding is not supported.
    class UTFDataFormatException
    Signals that a malformed string inmodified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
    class WriteAbortedException
    Signals that one of the ObjectStreamExceptions was thrown during a write operation.
    class Writer
    Abstract class for writing to character streams.
    Fields injava.io declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectReader.lock
    The object used to synchronize operations on this stream.
    protectedObjectWriter.lock
    The object used to synchronize operations on this stream.
    Methods injava.io that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectObjectInputStream.GetField.get​(String name,Object val)
    Get the value of the named Object field from the persistent field.
    ObjectObjectInput.readObject()
    Read and return an object.
    ObjectObjectInputStream.readObject()
    Read an object from the ObjectInputStream.
    protectedObjectObjectInputStream.readObjectOverride()
    This method is called by trusted subclasses of ObjectInputStream that + constructed ObjectInputStream using the protected no-arg constructor.
    ObjectObjectInputStream.readUnshared()
    Reads an "unshared" object from the ObjectInputStream.
    protectedObjectObjectOutputStream.replaceObject​(Object obj)
    This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
    protectedObjectObjectInputStream.resolveObject​(Object obj)
    This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
    Methods injava.io with parameters of typeObject 
    Modifier and TypeMethodDescription
    intObjectStreamField.compareTo​(Object obj)
    Compare this field with anotherObjectStreamField.
    booleanFile.equals​(Object obj)
    Tests this abstract pathname for equality with the given object.
    booleanFilePermission.equals​(Object obj)
    Checks two FilePermission objects for equality.
    ConsoleConsole.format​(String fmt,Object... args)
    Writes a formatted string to this console's output stream using the specified format string and arguments.
    PrintStreamPrintStream.format​(String format,Object... args)
    Writes a formatted string to this output stream using the specified format string and arguments.
    PrintStreamPrintStream.format​(Locale l,String format,Object... args)
    Writes a formatted string to this output stream using the specified format string and arguments.
    PrintWriterPrintWriter.format​(String format,Object... args)
    Writes a formatted string to this writer using the specified format string and arguments.
    PrintWriterPrintWriter.format​(Locale l,String format,Object... args)
    Writes a formatted string to this writer using the specified format string and arguments.
    abstractObjectObjectInputStream.GetField.get​(String name,Object val)
    Get the value of the named Object field from the persistent field.
    voidPrintStream.print​(Object obj)
    Prints an object.
    voidPrintWriter.print​(Object obj)
    Prints an object.
    ConsoleConsole.printf​(String format,Object... args)
    A convenience method to write a formatted string to this console's output stream using the specified format string and arguments.
    PrintStreamPrintStream.printf​(String format,Object... args)
    A convenience method to write a formatted string to this output stream using the specified format string and arguments.
    PrintStreamPrintStream.printf​(Locale l,String format,Object... args)
    A convenience method to write a formatted string to this output stream using the specified format string and arguments.
    PrintWriterPrintWriter.printf​(String format,Object... args)
    A convenience method to write a formatted string to this writer using the specified format string and arguments.
    PrintWriterPrintWriter.printf​(Locale l,String format,Object... args)
    A convenience method to write a formatted string to this writer using the specified format string and arguments.
    voidPrintStream.println​(Object x)
    Prints an Object and then terminate the line.
    voidPrintWriter.println​(Object x)
    Prints an Object and then terminates the line.
    abstract voidObjectOutputStream.PutField.put​(String name,Object val)
    Put the value of the named Object field into the persistent field.
    StringConsole.readLine​(String fmt,Object... args)
    Provides a formatted prompt, then reads a single line of text from the console.
    char[]Console.readPassword​(String fmt,Object... args)
    Provides a formatted prompt, then reads a password or passphrase from the console with echoing disabled.
    protectedObjectObjectOutputStream.replaceObject​(Object obj)
    This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
    protectedObjectObjectInputStream.resolveObject​(Object obj)
    This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
    voidObjectOutput.writeObject​(Object obj)
    Write an object to the underlying storage or stream.
    voidObjectOutputStream.writeObject​(Object obj)
    Write the specified object to the ObjectOutputStream.
    protected voidObjectOutputStream.writeObjectOverride​(Object obj)
    Method used by subclasses to override the default writeObject method.
    voidObjectOutputStream.writeUnshared​(Object obj)
    Writes an "unshared" object to the ObjectOutputStream.
    Constructors injava.io with parameters of typeObject 
    ConstructorDescription
    Reader​(Object lock)
    Creates a new character-stream reader whose critical sections will synchronize on the given object.
    Writer​(Object lock)
    Creates a new character-stream writer whose critical sections will synchronize on the given object.
  • Uses ofObject injava.lang

    Subclasses ofObject injava.lang 
    Modifier and TypeClassDescription
    class AbstractMethodError
    Thrown when an application tries to call an abstract method.
    class ArithmeticException
    Thrown when an exceptional arithmetic condition has occurred.
    class ArrayIndexOutOfBoundsException
    Thrown to indicate that an array has been accessed with an illegal index.
    class ArrayStoreException
    Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
    class AssertionError
    Thrown to indicate that an assertion has failed.
    class Boolean
    The Boolean class wraps a value of the primitive typeboolean in an object.
    class BootstrapMethodError
    Thrown to indicate that aninvokedynamic instruction or a dynamic constant failed to resolve its bootstrap method and arguments, or forinvokedynamic instruction the bootstrap method has failed to provide acall site with atarget of the correctmethod type, or for a dynamic constant the bootstrap method has failed to provide a constant value of the required type.
    class Byte
    TheByte class wraps a value of primitive typebyte in an object.
    class Character
    TheCharacter class wraps a value of the primitive typechar in an object.
    static class Character.Subset
    Instances of this class represent particular subsets of the Unicode character set.
    static class Character.UnicodeBlock
    A family of character subsets representing the character blocks in the Unicode specification.
    class Class<T>
    Instances of the classClass represent classes and interfaces in a running Java application.
    class ClassCastException
    Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
    class ClassCircularityError
    Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
    class ClassFormatError
    Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
    class ClassLoader
    A class loader is an object that is responsible for loading classes.
    class ClassNotFoundException
    Thrown when an application tries to load in a class through its string name using: TheforName method in classClass.
    class ClassValue<T>
    Lazily associate a computed value with (potentially) every type.
    class CloneNotSupportedException
    Thrown to indicate that theclone method in classObject has been called to clone an object, but that the object's class does not implement theCloneable interface.
    class Compiler
    Deprecated, for removal: This API element is subject to removal in a future version.
    JIT compilers and their technologies vary too widely to be controlled effectively by a standardized interface.
    class Double
    TheDouble class wraps a value of the primitive typedouble in an object.
    class Enum<E extendsEnum<E>>
    This is the common base class of all Java language enumeration types.
    static class Enum.EnumDesc<E extendsEnum<E>>
    Anominal descriptor for anenum constant.
    class EnumConstantNotPresentException
    Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name.
    class Error
    AnError is a subclass ofThrowable that indicates serious problems that a reasonable application should not try to catch.
    class Exception
    The classException and its subclasses are a form ofThrowable that indicates conditions that a reasonable application might want to catch.
    class ExceptionInInitializerError
    Signals that an unexpected exception has occurred in a static initializer.
    class Float
    TheFloat class wraps a value of primitive typefloat in an object.
    class IllegalAccessError
    Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
    class IllegalAccessException
    An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
    class IllegalArgumentException
    Thrown to indicate that a method has been passed an illegal or inappropriate argument.
    class IllegalCallerException
    Thrown to indicate that a method has been called by an inappropriate caller.
    class IllegalMonitorStateException
    Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
    class IllegalStateException
    Signals that a method has been invoked at an illegal or inappropriate time.
    class IllegalThreadStateException
    Thrown to indicate that a thread is not in an appropriate state for the requested operation.
    class IncompatibleClassChangeError
    Thrown when an incompatible class change has occurred to some class definition.
    class IndexOutOfBoundsException
    Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
    class InheritableThreadLocal<T>
    This class extendsThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values.
    class InstantiationError
    Thrown when an application tries to use the Javanew construct to instantiate an abstract class or an interface.
    class InstantiationException
    Thrown when an application tries to create an instance of a class using thenewInstance method in classClass, but the specified class object cannot be instantiated.
    class Integer
    TheInteger class wraps a value of the primitive typeint in an object.
    class InternalError
    Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
    class InterruptedException
    Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
    class LayerInstantiationException
    Thrown when creating amodule layer fails.
    class LinkageError
    Subclasses ofLinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
    class Long
    TheLong class wraps a value of the primitive type long in an object.
    class Math
    The classMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
    class Module
    Represents a run-time module, eithernamed or unnamed.
    class ModuleLayer
    A layer of modules in the Java virtual machine.
    static class ModuleLayer.Controller
    Controls a module layer.
    class NegativeArraySizeException
    Thrown if an application tries to create an array with negative size.
    class NoClassDefFoundError
    Thrown if the Java Virtual Machine or aClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using thenew expression) and no definition of the class could be found.
    class NoSuchFieldError
    Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
    class NoSuchFieldException
    Signals that the class doesn't have a field of a specified name.
    class NoSuchMethodError
    Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
    class NoSuchMethodException
    Thrown when a particular method cannot be found.
    class NullPointerException
    Thrown when an application attempts to usenull in a case where an object is required.
    class Number
    The abstract classNumber is the superclass of platform classes representing numeric values that are convertible to the primitive typesbyte,double,float, int,long, andshort.
    class NumberFormatException
    Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
    class OutOfMemoryError
    Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
    class Package
    Represents metadata about a run-time package associated with a class loader.
    class Process
    Process provides control of native processes started by ProcessBuilder.start and Runtime.exec.
    class ProcessBuilder
    This class is used to create operating system processes.
    static class ProcessBuilder.Redirect
    Represents a source of subprocess input or a destination of subprocess output.
    class ReflectiveOperationException
    Common superclass of exceptions thrown by reflective operations in core reflection.
    class Runtime
    Every Java application has a single instance of classRuntime that allows the application to interface with the environment in which the application is running.
    static class Runtime.Version
    A representation of a version string for an implementation of the Java SE Platform.
    class RuntimeException
    RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
    class RuntimePermission
    This class is for runtime permissions.
    class SecurityException
    Thrown by the security manager to indicate a security violation.
    class SecurityManager
    The security manager is a class that allows applications to implement a security policy.
    class Short
    TheShort class wraps a value of primitive type short in an object.
    class StackOverflowError
    Thrown when a stack overflow occurs because an application recurses too deeply.
    class StackTraceElement
    An element in a stack trace, as returned byThrowable.getStackTrace().
    class StackWalker
    A stack walker.
    class StrictMath
    The classStrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
    class String
    TheString class represents character strings.
    class StringBuffer
    A thread-safe, mutable sequence of characters.
    class StringBuilder
    A mutable sequence of characters.
    class StringIndexOutOfBoundsException
    Thrown byString methods to indicate that an index is either negative or greater than the size of the string.
    class System
    TheSystem class contains several useful class fields and methods.
    static class System.LoggerFinder
    TheLoggerFinder service is responsible for creating, managing, and configuring loggers to the underlying framework it uses.
    class Thread
    Athread is a thread of execution in a program.
    class ThreadDeath
    An instance ofThreadDeath is thrown in the victim thread when the (deprecated)Thread.stop() method is invoked.
    class ThreadGroup
    A thread group represents a set of threads.
    class ThreadLocal<T>
    This class provides thread-local variables.
    class Throwable
    TheThrowable class is the superclass of all errors and exceptions in the Java language.
    class TypeNotPresentException
    Thrown when an application tries to access a type using a string representing the type's name, but no definition for the type with the specified name can be found.
    class UnknownError
    Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
    class UnsatisfiedLinkError
    Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declarednative.
    class UnsupportedClassVersionError
    Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
    class UnsupportedOperationException
    Thrown to indicate that the requested operation is not supported.
    class VerifyError
    Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
    class VirtualMachineError
    Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
    class Void
    TheVoid class is an uninstantiable placeholder class to hold a reference to theClass object representing the Java keyword void.
    Methods injava.lang that returnObject 
    Modifier and TypeMethodDescription
    protectedObjectEnum.clone()
    Throws CloneNotSupportedException.
    protectedObjectObject.clone()
    Creates and returns a copy of this object.
    protectedObjectThread.clone()
    Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.
    staticObjectCompiler.command​(Object any)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Examines the argument type and its fields and perform some documented operation.
    protectedObjectClassLoader.getClassLoadingLock​(String className)
    Returns the lock object for class loading operations.
    T[]Class.getEnumConstants()
    Returns the elements of this enum class or null if this Class object does not represent an enum type.
    ObjectSecurityManager.getSecurityContext()
    Creates an object that encapsulates the current execution environment.
    Object[]Class.getSigners()
    Gets the signers of this class.
    Methods injava.lang with parameters of typeObject 
    Modifier and TypeMethodDescription
    StringBufferStringBuffer.append​(Object obj) 
    StringBuilderStringBuilder.append​(Object obj) 
    static voidSystem.arraycopy​(Object src,int srcPos,Object dest,int destPos,int length)
    Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
    TClass.cast​(Object obj)
    Casts an object to the class or interface represented by thisClass object.
    voidSecurityManager.checkConnect​(String host,int port,Object context)
    Throws aSecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
    voidSecurityManager.checkPermission​(Permission perm,Object context)
    Throws aSecurityException if the specified security context is denied access to the resource specified by the given permission.
    voidSecurityManager.checkRead​(String file,Object context)
    Throws aSecurityException if the specified security context is not allowed to read the file specified by the string argument.
    staticObjectCompiler.command​(Object any)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Examines the argument type and its fields and perform some documented operation.
    booleanBoolean.equals​(Object obj)
    Returnstrue if and only if the argument is notnull and is aBoolean object that represents the sameboolean value as this object.
    booleanByte.equals​(Object obj)
    Compares this object to the specified object.
    booleanCharacter.equals​(Object obj)
    Compares this object against the specified object.
    booleanCharacter.Subset.equals​(Object obj)
    Compares twoSubset objects for equality.
    booleanDouble.equals​(Object obj)
    Compares this object against the specified object.
    booleanEnum.equals​(Object other)
    Returns true if the specified object is equal to this enum constant.
    booleanFloat.equals​(Object obj)
    Compares this object against the specified object.
    booleanInteger.equals​(Object obj)
    Compares this object to the specified object.
    booleanLong.equals​(Object obj)
    Compares this object to the specified object.
    booleanObject.equals​(Object obj)
    Indicates whether some other object is "equal to" this one.
    booleanProcessBuilder.Redirect.equals​(Object obj)
    Compares the specified object with thisRedirect for equality.
    booleanProcessHandle.equals​(Object other)
    Returnstrue ifother object is non-null, is of the same implementation, and represents the same system process; otherwise it returnsfalse.
    booleanRuntime.Version.equals​(Object obj)
    Determines whether thisVersion is equal to another object.
    booleanShort.equals​(Object obj)
    Compares this object to the specified object.
    booleanStackTraceElement.equals​(Object obj)
    Returns true if the specified object is anotherStackTraceElement instance representing the same execution point as this instance.
    booleanString.equals​(Object anObject)
    Compares this string to the specified object.
    booleanRuntime.Version.equalsIgnoreOptional​(Object obj)
    Determines whether thisVersion is equal to another disregarding optional build information.
    staticStringString.format​(String format,Object... args)
    Returns a formatted string using the specified format string and arguments.
    staticStringString.format​(Locale l,String format,Object... args)
    Returns a formatted string using the specified locale, format string, and arguments.
    StringString.formatted​(Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    This method is associated with text blocks, a preview language feature.
    static booleanThread.holdsLock​(Object obj)
    Returnstrue if and only if the current thread holds the monitor lock on the specified object.
    static intSystem.identityHashCode​(Object x)
    Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
    StringBufferStringBuffer.insert​(int offset,Object obj) 
    StringBuilderStringBuilder.insert​(int offset,Object obj) 
    booleanClass.isInstance​(Object obj)
    Determines if the specifiedObject is assignment-compatible with the object represented by thisClass.
    default voidSystem.Logger.log​(System.Logger.Level level,Object obj)
    Logs a message produced from the given object.
    default voidSystem.Logger.log​(System.Logger.Level level,String format,Object... params)
    Logs a message with an optional list of parameters.
    voidSystem.Logger.log​(System.Logger.Level level,ResourceBundle bundle,String format,Object... params)
    Logs a message with resource bundle and an optional list of parameters.
    protected voidClassLoader.setSigners​(Class<?> c,Object[] signers)
    Sets the signers of a class.
    staticStringString.valueOf​(Object obj)
    Returns the string representation of theObject argument.
    Constructors injava.lang with parameters of typeObject 
    ConstructorDescription
    AssertionError​(Object detailMessage)
    Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section 15.18.1.1 ofThe Java™ Language Specification.
  • Uses ofObject injava.lang.annotation

    Subclasses ofObject injava.lang.annotation 
    Modifier and TypeClassDescription
    class AnnotationFormatError
    Thrown when the annotation parser attempts to read an annotation from a class file and determines that the annotation is malformed.
    class AnnotationTypeMismatchException
    Thrown to indicate that a program has attempted to access an element of an annotation whose type has changed after the annotation was compiled (or serialized).
    class IncompleteAnnotationException
    Thrown to indicate that a program has attempted to access an element of an annotation type that was added to the annotation type definition after the annotation was compiled (or serialized).
    Methods injava.lang.annotation with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAnnotation.equals​(Object obj)
    Returns true if the specified object represents an annotation that is logically equivalent to this one.
  • Uses ofObject injava.lang.constant

    Subclasses ofObject injava.lang.constant 
    Modifier and TypeClassDescription
    class ConstantDescs
    Predefined values ofnominal descriptor for common constants, including descriptors for primitive class types and other common platform types, and descriptors for method handles for standard bootstrap methods.
    class DynamicCallSiteDesc
    Anominal descriptor for aninvokedynamic call site.
    class DynamicConstantDesc<T>
    Anominal descriptor for a dynamic constant (one described in the constant pool withConstant_Dynamic_info.)
    Methods injava.lang.constant that returnObject 
    Modifier and TypeMethodDescription
    ObjectConstantDesc.resolveConstantDesc​(MethodHandles.Lookup lookup)
    Resolves this descriptor reflectively, emulating the resolution behavior of JVMS 5.4.3 and the access control behavior of JVMS 5.4.4.
    Methods injava.lang.constant with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanClassDesc.equals​(Object o)
    Compare the specified object with this descriptor for equality.
    booleanDynamicCallSiteDesc.equals​(Object o)
    Compares the specified object with this descriptor for equality.
    booleanDynamicConstantDesc.equals​(Object o)
    Compares the specified object with this descriptor for equality.
    booleanMethodHandleDesc.equals​(Object o)
    Compares the specified object with this descriptor for equality.
    booleanMethodTypeDesc.equals​(Object o)
    Compares the specified object with this descriptor for equality.
  • Uses ofObject injava.lang.instrument

    Subclasses ofObject injava.lang.instrument 
    Modifier and TypeClassDescription
    class ClassDefinition
    This class serves as a parameter block to theInstrumentation.redefineClasses method.
    class IllegalClassFormatException
    Thrown by an implementation ofClassFileTransformer.transform when its input parameters are invalid.
    class UnmodifiableClassException
    Thrown by an implementation ofInstrumentation.redefineClasses when one of the specified classes cannot be modified.
    class UnmodifiableModuleException
    Thrown to indicate that a module cannot be modified.
    Methods injava.lang.instrument with parameters of typeObject 
    Modifier and TypeMethodDescription
    longInstrumentation.getObjectSize​(Object objectToSize)
    Returns an implementation-specific approximation of the amount of storage consumed by the specified object.
  • Uses ofObject injava.lang.invoke

    Subclasses ofObject injava.lang.invoke 
    Modifier and TypeClassDescription
    class CallSite
    ACallSite is a holder for a variableMethodHandle, which is called itstarget.
    class ConstantBootstraps
    Bootstrap methods for dynamically-computed constants.
    class ConstantCallSite
    AConstantCallSite is aCallSite whose target is permanent, and can never be changed.
    class LambdaConversionException
    LambdaConversionException
    class LambdaMetafactory
    Methods to facilitate the creation of simple "function objects" that implement one or more interfaces by delegation to a providedMethodHandle, possibly after type adaptation and partial evaluation of arguments.
    class MethodHandle
    A method handle is a typed, directly executable reference to an underlying method, constructor, field, or similar low-level operation, with optional transformations of arguments or return values.
    class MethodHandleProxies
    This class consists exclusively of static methods that help adapt method handles to other JVM types, such as interfaces.
    class MethodHandles
    This class consists exclusively of static methods that operate on or return method handles.
    static class MethodHandles.Lookup
    Alookup object is a factory for creating method handles, when the creation requires access checking.
    class MethodType
    A method type represents the arguments and return type accepted and returned by a method handle, or the arguments and return type passed and expected by a method handle caller.
    class MutableCallSite
    AMutableCallSite is aCallSite whose target variable behaves like an ordinary field.
    class SerializedLambda
    Serialized form of a lambda expression.
    class StringConcatException
    StringConcatException is thrown byStringConcatFactory when linkage invariants are violated.
    class StringConcatFactory
    Methods to facilitate the creation of String concatenation methods, that can be used to efficiently concatenate a known number of arguments of known types, possibly after type adaptation and partial evaluation of arguments.
    class SwitchPoint
    ASwitchPoint is an object which can publish state transitions to other threads.
    class VarHandle
    A VarHandle is a dynamically strongly typed reference to a variable, or to a parametrically-defined family of variables, including static fields, non-static fields, array elements, or components of an off-heap data structure.
    static class VarHandle.VarHandleDesc
    class VolatileCallSite
    AVolatileCallSite is aCallSite whose target acts like a volatile variable.
    class WrongMethodTypeException
    Thrown to indicate that code has attempted to call a method handle via the wrong method type.
    Methods injava.lang.invoke that returnObject 
    Modifier and TypeMethodDescription
    ObjectVarHandle.compareAndExchange​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.compareAndExchangeAcquire​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.set(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.compareAndExchangeRelease​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setRelease(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.get​(Object... args)
    Returns the value of a variable, with memory semantics of reading as if the variable was declared non-volatile.
    ObjectVarHandle.getAcquire​(Object... args)
    Returns the value of a variable, and ensures that subsequent loads and stores are not reordered before this access.
    ObjectVarHandle.getAndAdd​(Object... args)
    Atomically adds thevalue to the current value of a variable with the memory semantics ofVarHandle.setVolatile(java.lang.Object...), and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndAddAcquire​(Object... args)
    Atomically adds thevalue to the current value of a variable with the memory semantics ofVarHandle.set(java.lang.Object...), and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndAddRelease​(Object... args)
    Atomically adds thevalue to the current value of a variable with the memory semantics ofVarHandle.setRelease(java.lang.Object...), and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseAnd​(Object... args)
    Atomically sets the value of a variable to the result of bitwise AND between the variable's current value and themask with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseAndAcquire​(Object... args)
    Atomically sets the value of a variable to the result of bitwise AND between the variable's current value and themask with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseAndRelease​(Object... args)
    Atomically sets the value of a variable to the result of bitwise AND between the variable's current value and themask with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseOr​(Object... args)
    Atomically sets the value of a variable to the result of bitwise OR between the variable's current value and themask with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseOrAcquire​(Object... args)
    Atomically sets the value of a variable to the result of bitwise OR between the variable's current value and themask with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseOrRelease​(Object... args)
    Atomically sets the value of a variable to the result of bitwise OR between the variable's current value and themask with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseXor​(Object... args)
    Atomically sets the value of a variable to the result of bitwise XOR between the variable's current value and themask with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseXorAcquire​(Object... args)
    Atomically sets the value of a variable to the result of bitwise XOR between the variable's current value and themask with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseXorRelease​(Object... args)
    Atomically sets the value of a variable to the result of bitwise XOR between the variable's current value and themask with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndSet​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndSetAcquire​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndSetRelease​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectSerializedLambda.getCapturedArg​(int i)
    Get a dynamic argument to the lambda capture site.
    ObjectVarHandle.getOpaque​(Object... args)
    Returns the value of a variable, accessed in program order, but with no assurance of memory ordering effects with respect to other threads.
    staticObjectConstantBootstraps.getStaticFinal​(MethodHandles.Lookup lookup,String name,Class<?> type)
    Returns the value of a static final field declared in the class which is the same as the field's type (or, for primitive-valued fields, declared in the wrapper class.)
    staticObjectConstantBootstraps.getStaticFinal​(MethodHandles.Lookup lookup,String name,Class<?> type,Class<?> declaringClass)
    Returns the value of a static final field.
    ObjectVarHandle.getVolatile​(Object... args)
    Returns the value of a variable, with memory semantics of reading as if the variable was declaredvolatile.
    staticObjectConstantBootstraps.invoke​(MethodHandles.Lookup lookup,String name,Class<?> type,MethodHandle handle,Object... args)
    Returns the result of invoking a method handle with the provided arguments.
    ObjectMethodHandle.invoke​(Object... args)
    Invokes the method handle, allowing any caller type descriptor, and optionally performing conversions on arguments and return values.
    ObjectMethodHandle.invokeExact​(Object... args)
    Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
    ObjectMethodHandle.invokeWithArguments​(Object... arguments)
    Performs a variable arity invocation, passing the arguments in the given array to the method handle, as if via an inexactinvoke from a call site which mentions only the typeObject, and whose actual argument count is the length of the argument array.
    ObjectMethodHandle.invokeWithArguments​(List<?> arguments)
    Performs a variable arity invocation, passing the arguments in the given list to the method handle, as if via an inexactinvoke from a call site which mentions only the typeObject, and whose actual argument count is the length of the argument list.
    staticObjectConstantBootstraps.nullConstant​(MethodHandles.Lookup lookup,String name,Class<?> type)
    Returns anull object reference for the reference type specified bytype.
    Methods injava.lang.invoke with parameters of typeObject 
    Modifier and TypeMethodDescription
    staticCallSiteLambdaMetafactory.altMetafactory​(MethodHandles.Lookup caller,String invokedName,MethodType invokedType,Object... args)
    Facilitates the creation of simple "function objects" that implement one or more interfaces by delegation to a providedMethodHandle, after appropriate type adaptation and partial evaluation of arguments.
    MethodHandleMethodHandles.Lookup.bind​(Object receiver,String name,MethodType type)
    Produces an early-bound method handle for a non-static method.
    MethodHandleMethodHandle.bindTo​(Object x)
    Binds a valuex to the first argument of a method handle, without invoking it.
    ObjectVarHandle.compareAndExchange​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.compareAndExchangeAcquire​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.set(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.compareAndExchangeRelease​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setRelease(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    booleanVarHandle.compareAndSet​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    staticMethodHandleMethodHandles.constant​(Class<?> type,Object value)
    Produces a method handle of the requested return type which returns the given constant value every time it is invoked.
    booleanMethodType.equals​(Object x)
    Compares the specified object with this type for equality.
    ObjectVarHandle.get​(Object... args)
    Returns the value of a variable, with memory semantics of reading as if the variable was declared non-volatile.
    ObjectVarHandle.getAcquire​(Object... args)
    Returns the value of a variable, and ensures that subsequent loads and stores are not reordered before this access.
    ObjectVarHandle.getAndAdd​(Object... args)
    Atomically adds thevalue to the current value of a variable with the memory semantics ofVarHandle.setVolatile(java.lang.Object...), and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndAddAcquire​(Object... args)
    Atomically adds thevalue to the current value of a variable with the memory semantics ofVarHandle.set(java.lang.Object...), and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndAddRelease​(Object... args)
    Atomically adds thevalue to the current value of a variable with the memory semantics ofVarHandle.setRelease(java.lang.Object...), and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseAnd​(Object... args)
    Atomically sets the value of a variable to the result of bitwise AND between the variable's current value and themask with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseAndAcquire​(Object... args)
    Atomically sets the value of a variable to the result of bitwise AND between the variable's current value and themask with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseAndRelease​(Object... args)
    Atomically sets the value of a variable to the result of bitwise AND between the variable's current value and themask with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseOr​(Object... args)
    Atomically sets the value of a variable to the result of bitwise OR between the variable's current value and themask with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseOrAcquire​(Object... args)
    Atomically sets the value of a variable to the result of bitwise OR between the variable's current value and themask with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseOrRelease​(Object... args)
    Atomically sets the value of a variable to the result of bitwise OR between the variable's current value and themask with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseXor​(Object... args)
    Atomically sets the value of a variable to the result of bitwise XOR between the variable's current value and themask with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseXorAcquire​(Object... args)
    Atomically sets the value of a variable to the result of bitwise XOR between the variable's current value and themask with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndBitwiseXorRelease​(Object... args)
    Atomically sets the value of a variable to the result of bitwise XOR between the variable's current value and themask with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getAndSet​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    ObjectVarHandle.getAndSetAcquire​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.set(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    ObjectVarHandle.getAndSetRelease​(Object... args)
    Atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setRelease(java.lang.Object...) and returns the variable's previous value, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    ObjectVarHandle.getOpaque​(Object... args)
    Returns the value of a variable, accessed in program order, but with no assurance of memory ordering effects with respect to other threads.
    ObjectVarHandle.getVolatile​(Object... args)
    Returns the value of a variable, with memory semantics of reading as if the variable was declaredvolatile.
    staticMethodHandleMethodHandles.insertArguments​(MethodHandle target,int pos,Object... values)
    Provides a target method handle with one or morebound arguments in advance of the method handle's invocation.
    staticObjectConstantBootstraps.invoke​(MethodHandles.Lookup lookup,String name,Class<?> type,MethodHandle handle,Object... args)
    Returns the result of invoking a method handle with the provided arguments.
    ObjectMethodHandle.invoke​(Object... args)
    Invokes the method handle, allowing any caller type descriptor, and optionally performing conversions on arguments and return values.
    ObjectMethodHandle.invokeExact​(Object... args)
    Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
    ObjectMethodHandle.invokeWithArguments​(Object... arguments)
    Performs a variable arity invocation, passing the arguments in the given array to the method handle, as if via an inexactinvoke from a call site which mentions only the typeObject, and whose actual argument count is the length of the argument array.
    static booleanMethodHandleProxies.isWrapperInstance​(Object x)
    Determines if the given object was produced by a call toasInterfaceInstance.
    staticCallSiteStringConcatFactory.makeConcatWithConstants​(MethodHandles.Lookup lookup,String name,MethodType concatType,String recipe,Object... constants)
    Facilitates the creation of optimized String concatenation methods, that can be used to efficiently concatenate a known number of arguments of known types, possibly after type adaptation and partial evaluation of arguments.
    voidVarHandle.set​(Object... args)
    Sets the value of a variable to thenewValue, with memory semantics of setting as if the variable was declared non-volatile and non-final.
    voidVarHandle.setOpaque​(Object... args)
    Sets the value of a variable to thenewValue, in program order, but with no assurance of memory ordering effects with respect to other threads.
    voidVarHandle.setRelease​(Object... args)
    Sets the value of a variable to thenewValue, and ensures that prior loads and stores are not reordered after this access.
    voidVarHandle.setVolatile​(Object... args)
    Sets the value of a variable to thenewValue, with memory semantics of setting as if the variable was declaredvolatile.
    booleanVarHandle.weakCompareAndSet​(Object... args)
    Possibly atomically sets the value of a variable to thenewValue with the memory semantics ofVarHandle.setVolatile(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(java.lang.Object...).
    booleanVarHandle.weakCompareAndSetAcquire​(Object... args)
    Possibly atomically sets the value of a variable to thenewValue with the semantics ofVarHandle.set(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getAcquire(java.lang.Object...).
    booleanVarHandle.weakCompareAndSetPlain​(Object... args)
    Possibly atomically sets the value of a variable to thenewValue with the semantics ofVarHandle.set(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    booleanVarHandle.weakCompareAndSetRelease​(Object... args)
    Possibly atomically sets the value of a variable to thenewValue with the semantics ofVarHandle.setRelease(java.lang.Object...) if the variable's current value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(java.lang.Object...).
    staticMethodHandleMethodHandleProxies.wrapperInstanceTarget​(Object x)
    Produces or recovers a target method handle which is behaviorally equivalent to the unique method of this wrapper instance.
    staticClass<?>MethodHandleProxies.wrapperInstanceType​(Object x)
    Recovers the unique single-method interface type for which this wrapper instance was created.
    Constructors injava.lang.invoke with parameters of typeObject 
    ConstructorDescription
    SerializedLambda​(Class<?> capturingClass,String functionalInterfaceClass,String functionalInterfaceMethodName,String functionalInterfaceMethodSignature,int implMethodKind,String implClass,String implMethodName,String implMethodSignature,String instantiatedMethodType,Object[] capturedArgs)
    Create aSerializedLambda from the low-level information present at the lambda factory site.
  • Uses ofObject injava.lang.management

    Subclasses ofObject injava.lang.management 
    Modifier and TypeClassDescription
    class LockInfo
    Information about alock.
    class ManagementFactory
    TheManagementFactory class is a factory class for getting managed beans for the Java platform.
    class ManagementPermission
    The permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined in the management interface for the Java platform.
    class MemoryNotificationInfo
    The information about a memory notification.
    class MemoryUsage
    AMemoryUsage object represents a snapshot of memory usage.
    class MonitorInfo
    Information about an object monitor lock.
    class ThreadInfo
    Thread information.
  • Uses ofObject injava.lang.module

    Subclasses ofObject injava.lang.module 
    Modifier and TypeClassDescription
    class Configuration
    A configuration that is the result of resolution or resolution withservice binding.
    class FindException
    Thrown by aModuleFinder when an error occurs finding a module.
    class InvalidModuleDescriptorException
    Thrown when reading a module descriptor and the module descriptor is found to be malformed or otherwise cannot be interpreted as a module descriptor.
    class ModuleDescriptor
    A module descriptor.
    static class ModuleDescriptor.Builder
    A builder for buildingModuleDescriptor objects.
    static class ModuleDescriptor.Exports
    A package exported by a module, may be qualified or unqualified.
    static class ModuleDescriptor.Opens
    A package opened by a module, may be qualified or unqualified.
    static class ModuleDescriptor.Provides
    A service that a module provides one or more implementations of.
    static class ModuleDescriptor.Requires
    A dependence upon a module
    static class ModuleDescriptor.Version
    A module's version string.
    class ModuleReference
    A reference to a module's content.
    class ResolutionException
    Thrown when resolving a set of modules, or resolving a set of modules with service binding, fails.
    class ResolvedModule
    A module in a graph ofresolved modules.
    Methods injava.lang.module with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanModuleDescriptor.equals​(Object ob)
    Tests this module descriptor for equality with the given object.
    booleanModuleDescriptor.Exports.equals​(Object ob)
    Tests this module export for equality with the given object.
    booleanModuleDescriptor.Opens.equals​(Object ob)
    Tests this module opens for equality with the given object.
    booleanModuleDescriptor.Provides.equals​(Object ob)
    Tests this provides for equality with the given object.
    booleanModuleDescriptor.Requires.equals​(Object ob)
    Tests this module dependence for equality with the given object.
    booleanModuleDescriptor.Version.equals​(Object ob)
    Tests this module version for equality with the given object.
    booleanResolvedModule.equals​(Object ob)
    Tests this resolved module for equality with the given object.
  • Uses ofObject injava.lang.ref

    Subclasses ofObject injava.lang.ref 
    Modifier and TypeClassDescription
    class Cleaner
    Cleaner manages a set of object references and corresponding cleaning actions.
    class PhantomReference<T>
    Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed.
    class Reference<T>
    Abstract base class for reference objects.
    class ReferenceQueue<T>
    Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
    class SoftReference<T>
    Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
    class WeakReference<T>
    Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
    Methods injava.lang.ref that returnObject 
    Modifier and TypeMethodDescription
    protectedObjectReference.clone()
    Methods injava.lang.ref with parameters of typeObject 
    Modifier and TypeMethodDescription
    static voidReference.reachabilityFence​(Object ref)
    Ensures that the object referenced by the given reference remainsstrongly reachable, regardless of any prior actions of the program that might otherwise cause the object to become unreachable; thus, the referenced object is not reclaimable by garbage collection at least until after the invocation of this method.
    Cleaner.CleanableCleaner.register​(Object obj,Runnable action)
    Registers an object and a cleaning action to run when the object becomes phantom reachable.
  • Uses ofObject injava.lang.reflect

    Subclasses ofObject injava.lang.reflect 
    Modifier and TypeClassDescription
    class AccessibleObject
    TheAccessibleObject class is the base class forField,Method, andConstructor objects (known asreflected objects).
    class Array
    TheArray class provides static methods to dynamically create and access Java arrays.
    class Constructor<T>
    Constructor provides information about, and access to, a single constructor for a class.
    class Executable
    A shared superclass for the common functionality ofMethod andConstructor.
    class Field
    AField provides information about, and dynamic access to, a single field of a class or an interface.
    class GenericSignatureFormatError
    Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
    class InaccessibleObjectException
    Thrown when Java language access checks cannot be suppressed.
    class InvocationTargetException
    InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
    class MalformedParameterizedTypeException
    Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.
    class MalformedParametersException
    Thrown whenthe java.lang.reflect package attempts to read method parameters from a class file and determines that one or more parameters are malformed.
    class Method
    AMethod provides information about, and access to, a single method on a class or interface.
    class Modifier
    The Modifier class providesstatic methods and constants to decode class and member access modifiers.
    class Parameter
    Information about method parameters.
    class Proxy
    Proxy provides static methods for creating objects that act like instances of interfaces but allow for customized method invocation.
    class ReflectPermission
    The Permission class for reflective operations.
    class UndeclaredThrowableException
    Thrown by a method invocation on a proxy instance if its invocation handler'sinvoke method throws a checked exception (aThrowable that is not assignable toRuntimeException orError) that is not assignable to any of the exception types declared in thethrows clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
    Methods injava.lang.reflect that returnObject 
    Modifier and TypeMethodDescription
    staticObjectArray.get​(Object array,int index)
    Returns the value of the indexed component in the specified array object.
    ObjectField.get​(Object obj)
    Returns the value of the field represented by thisField, on the specified object.
    ObjectMethod.getDefaultValue()
    Returns the default value for the annotation member represented by thisMethod instance.
    ObjectInvocationHandler.invoke​(Object proxy,Method method,Object[] args)
    Processes a method invocation on a proxy instance and returns the result.
    ObjectMethod.invoke​(Object obj,Object... args)
    Invokes the underlying method represented by thisMethod object, on the specified object with the specified parameters.
    staticObjectArray.newInstance​(Class<?> componentType,int length)
    Creates a new array with the specified component type and length.
    staticObjectArray.newInstance​(Class<?> componentType,int... dimensions)
    Creates a new array with the specified component type and dimensions.
    staticObjectProxy.newProxyInstance​(ClassLoader loader,Class<?>[] interfaces,InvocationHandler h)
    Returns a proxy instance for the specified interfaces that dispatches method invocations to the specified invocation handler.
    Methods injava.lang.reflect with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAccessibleObject.canAccess​(Object obj)
    Test if the caller can access this reflected object.
    booleanConstructor.equals​(Object obj)
    Compares thisConstructor against the specified object.
    booleanField.equals​(Object obj)
    Compares thisField against the specified object.
    booleanMethod.equals​(Object obj)
    Compares thisMethod against the specified object.
    booleanParameter.equals​(Object obj)
    Compares based on the executable and the index.
    staticObjectArray.get​(Object array,int index)
    Returns the value of the indexed component in the specified array object.
    ObjectField.get​(Object obj)
    Returns the value of the field represented by thisField, on the specified object.
    static booleanArray.getBoolean​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as aboolean.
    booleanField.getBoolean​(Object obj)
    Gets the value of a static or instanceboolean field.
    static byteArray.getByte​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as abyte.
    byteField.getByte​(Object obj)
    Gets the value of a static or instancebyte field.
    static charArray.getChar​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as achar.
    charField.getChar​(Object obj)
    Gets the value of a static or instance field of typechar or of another primitive type convertible to typechar via a widening conversion.
    static doubleArray.getDouble​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as adouble.
    doubleField.getDouble​(Object obj)
    Gets the value of a static or instance field of typedouble or of another primitive type convertible to typedouble via a widening conversion.
    static floatArray.getFloat​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as afloat.
    floatField.getFloat​(Object obj)
    Gets the value of a static or instance field of typefloat or of another primitive type convertible to typefloat via a widening conversion.
    static intArray.getInt​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as anint.
    intField.getInt​(Object obj)
    Gets the value of a static or instance field of typeint or of another primitive type convertible to typeint via a widening conversion.
    staticInvocationHandlerProxy.getInvocationHandler​(Object proxy)
    Returns the invocation handler for the specified proxy instance.
    static intArray.getLength​(Object array)
    Returns the length of the specified array object, as anint.
    static longArray.getLong​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as along.
    longField.getLong​(Object obj)
    Gets the value of a static or instance field of typelong or of another primitive type convertible to typelong via a widening conversion.
    static shortArray.getShort​(Object array,int index)
    Returns the value of the indexed component in the specified array object, as ashort.
    shortField.getShort​(Object obj)
    Gets the value of a static or instance field of typeshort or of another primitive type convertible to typeshort via a widening conversion.
    ObjectInvocationHandler.invoke​(Object proxy,Method method,Object[] args)
    Processes a method invocation on a proxy instance and returns the result.
    ObjectMethod.invoke​(Object obj,Object... args)
    Invokes the underlying method represented by thisMethod object, on the specified object with the specified parameters.
    TConstructor.newInstance​(Object... initargs)
    Uses the constructor represented by thisConstructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
    static voidArray.set​(Object array,int index,Object value)
    Sets the value of the indexed component of the specified array object to the specified new value.
    voidField.set​(Object obj,Object value)
    Sets the field represented by thisField object on the specified object argument to the specified new value.
    static voidArray.setBoolean​(Object array,int index,boolean z)
    Sets the value of the indexed component of the specified array object to the specifiedboolean value.
    voidField.setBoolean​(Object obj,boolean z)
    Sets the value of a field as aboolean on the specified object.
    static voidArray.setByte​(Object array,int index,byte b)
    Sets the value of the indexed component of the specified array object to the specifiedbyte value.
    voidField.setByte​(Object obj,byte b)
    Sets the value of a field as abyte on the specified object.
    static voidArray.setChar​(Object array,int index,char c)
    Sets the value of the indexed component of the specified array object to the specifiedchar value.
    voidField.setChar​(Object obj,char c)
    Sets the value of a field as achar on the specified object.
    static voidArray.setDouble​(Object array,int index,double d)
    Sets the value of the indexed component of the specified array object to the specifieddouble value.
    voidField.setDouble​(Object obj,double d)
    Sets the value of a field as adouble on the specified object.
    static voidArray.setFloat​(Object array,int index,float f)
    Sets the value of the indexed component of the specified array object to the specifiedfloat value.
    voidField.setFloat​(Object obj,float f)
    Sets the value of a field as afloat on the specified object.
    static voidArray.setInt​(Object array,int index,int i)
    Sets the value of the indexed component of the specified array object to the specifiedint value.
    voidField.setInt​(Object obj,int i)
    Sets the value of a field as anint on the specified object.
    static voidArray.setLong​(Object array,int index,long l)
    Sets the value of the indexed component of the specified array object to the specifiedlong value.
    voidField.setLong​(Object obj,long l)
    Sets the value of a field as along on the specified object.
    static voidArray.setShort​(Object array,int index,short s)
    Sets the value of the indexed component of the specified array object to the specifiedshort value.
    voidField.setShort​(Object obj,short s)
    Sets the value of a field as ashort on the specified object.
  • Uses ofObject injava.math

    Subclasses ofObject injava.math 
    Modifier and TypeClassDescription
    class BigDecimal
    Immutable, arbitrary-precision signed decimal numbers.
    class BigInteger
    Immutable arbitrary-precision integers.
    class MathContext
    Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by theBigDecimal class.
    Methods injava.math with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanBigDecimal.equals​(Object x)
    Compares thisBigDecimal with the specifiedObject for equality.
    booleanBigInteger.equals​(Object x)
    Compares this BigInteger with the specified Object for equality.
    booleanMathContext.equals​(Object x)
    Compares thisMathContext with the specifiedObject for equality.
  • Uses ofObject injava.net

    Subclasses ofObject injava.net 
    Modifier and TypeClassDescription
    class Authenticator
    The class Authenticator represents an object that knows how to obtain authentication for a network connection.
    class BindException
    Signals that an error occurred while attempting to bind a socket to a local address and port.
    class CacheRequest
    Represents channels for storing resources in the ResponseCache.
    class CacheResponse
    Represent channels for retrieving resources from the ResponseCache.
    class ConnectException
    Signals that an error occurred while attempting to connect a socket to a remote address and port.
    class ContentHandler
    The abstract classContentHandler is the superclass of all classes that read anObject from aURLConnection.
    class CookieHandler
    A CookieHandler object provides a callback mechanism to hook up a HTTP state management policy implementation into the HTTP protocol handler.
    class CookieManager
    CookieManager provides a concrete implementation ofCookieHandler, which separates the storage of cookies from the policy surrounding accepting and rejecting cookies.
    class DatagramPacket
    This class represents a datagram packet.
    class DatagramSocket
    This class represents a socket for sending and receiving datagram packets.
    class DatagramSocketImpl
    Abstract datagram and multicast socket implementation base class.
    class HttpCookie
    An HttpCookie object represents an HTTP cookie, which carries state information between server and user agent.
    class HttpRetryException
    Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.
    class HttpURLConnection
    A URLConnection with support for HTTP-specific features.
    class IDN
    Provides methods to convert internationalized domain names (IDNs) between a normal Unicode representation and an ASCII Compatible Encoding (ACE) representation.
    class Inet4Address
    This class represents an Internet Protocol version 4 (IPv4) address.
    class Inet6Address
    This class represents an Internet Protocol version 6 (IPv6) address.
    class InetAddress
    This class represents an Internet Protocol (IP) address.
    class InetSocketAddress
    This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.
    class InterfaceAddress
    This class represents a Network Interface address.
    class JarURLConnection
    A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
    class MalformedURLException
    Thrown to indicate that a malformed URL has occurred.
    class MulticastSocket
    The multicast datagram socket class is useful for sending and receiving IP multicast packets.
    class NetPermission
    This class is for various network permissions.
    class NetworkInterface
    This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
    class NoRouteToHostException
    Signals that an error occurred while attempting to connect a socket to a remote address and port.
    class PasswordAuthentication
    The class PasswordAuthentication is a data holder that is used by Authenticator.
    class PortUnreachableException
    Signals that an ICMP Port Unreachable message has been received on a connected datagram.
    class ProtocolException
    Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
    class Proxy
    This class represents a proxy setting, typically a type (http, socks) and a socket address.
    class ProxySelector
    Selects the proxy server to use, if any, when connecting to the network resource referenced by a URL.
    class ResponseCache
    Represents implementations of URLConnection caches.
    class SecureCacheResponse
    Represents a cache response originally retrieved through secure means, such as TLS.
    class ServerSocket
    This class implements server sockets.
    class Socket
    This class implements client sockets (also called just "sockets").
    class SocketAddress
    This class represents a Socket Address with no protocol attachment.
    class SocketException
    Thrown to indicate that there is an error creating or accessing a Socket.
    class SocketImpl
    The abstract classSocketImpl is a common superclass of all classes that actually implement sockets.
    class SocketPermission
    This class represents access to a network via sockets.
    class SocketTimeoutException
    Signals that a timeout has occurred on a socket read or accept.
    class StandardSocketOptions
    Defines thestandard socket options.
    class UnknownHostException
    Thrown to indicate that the IP address of a host could not be determined.
    class UnknownServiceException
    Thrown to indicate that an unknown service exception has occurred.
    class URI
    Represents a Uniform Resource Identifier (URI) reference.
    class URISyntaxException
    Checked exception thrown to indicate that a string could not be parsed as a URI reference.
    class URL
    ClassURL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
    class URLClassLoader
    This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
    class URLConnection
    The abstract classURLConnection is the superclass of all classes that represent a communications link between the application and a URL.
    class URLDecoder
    Utility class for HTML form decoding.
    class URLEncoder
    Utility class for HTML form encoding.
    class URLPermission
    Represents permission to access a resource or set of resources defined by a given url, and for a given set of user-settable request methods and request headers.
    class URLStreamHandler
    The abstract classURLStreamHandler is the common superclass for all stream protocol handlers.
    Methods injava.net that returnObject 
    Modifier and TypeMethodDescription
    ObjectHttpCookie.clone()
    Create and return a copy of this object.
    abstractObjectContentHandler.getContent​(URLConnection urlc)
    Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
    ObjectContentHandler.getContent​(URLConnection urlc,Class[] classes)
    Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
    ObjectURL.getContent()
    Gets the contents of this URL.
    ObjectURL.getContent​(Class<?>[] classes)
    Gets the contents of this URL.
    ObjectURLConnection.getContent()
    Retrieves the contents of this URL connection.
    ObjectURLConnection.getContent​(Class<?>[] classes)
    Retrieves the contents of this URL connection.
    ObjectSocketOptions.getOption​(int optID)
    Fetch the value of an option.
    Methods injava.net with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanHttpCookie.equals​(Object obj)
    Test the equality of two HTTP cookies.
    booleanInet4Address.equals​(Object obj)
    Compares this object against the specified object.
    booleanInet6Address.equals​(Object obj)
    Compares this object against the specified object.
    booleanInetAddress.equals​(Object obj)
    Compares this object against the specified object.
    booleanInetSocketAddress.equals​(Object obj)
    Compares this object against the specified object.
    booleanInterfaceAddress.equals​(Object obj)
    Compares this object against the specified object.
    booleanNetworkInterface.equals​(Object obj)
    Compares this object against the specified object.
    booleanProxy.equals​(Object obj)
    Compares this object against the specified object.
    booleanSocketPermission.equals​(Object obj)
    Checks two SocketPermission objects for equality.
    booleanURI.equals​(Object ob)
    Tests this URI for equality with another object.
    booleanURL.equals​(Object obj)
    Compares this URL for equality with another object.
    booleanURLPermission.equals​(Object p)
    Returns true if, this.getActions().equals(p.getActions()) and p's url equals this's url.
    voidSocketOptions.setOption​(int optID,Object value)
    Enable/disable the option specified byoptID.
  • Uses ofObject injava.net.http

    Subclasses ofObject injava.net.http 
    Modifier and TypeClassDescription
    class HttpClient
    An HTTP Client.
    class HttpConnectTimeoutException
    Thrown when a connection, over which anHttpRequest is intended to be sent, is not successfully established within a specified time period.
    class HttpHeaders
    A read-only view of a set of HTTP headers.
    class HttpRequest
    An HTTP request.
    static class HttpRequest.BodyPublishers
    Implementations ofBodyPublisher that implement various useful publishers, such as publishing the request body from a String, or from a file.
    static class HttpResponse.BodyHandlers
    Implementations ofBodyHandler that implement various useful handlers, such as handling the response body as a String, or streaming the response body to a file.
    static class HttpResponse.BodySubscribers
    Implementations ofBodySubscriber that implement various useful subscribers, such as converting the response body bytes into a String, or streaming the bytes to a file.
    class HttpTimeoutException
    Thrown when a response is not received within a specified time period.
    class WebSocketHandshakeException
    Thrown when the opening handshake has failed.
    Methods injava.net.http with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanHttpHeaders.equals​(Object obj)
    Tests this HTTP headers instance for equality with the given object.
    booleanHttpRequest.equals​(Object obj)
    Tests this HTTP request instance for equality with the given object.
  • Uses ofObject injava.net.spi

    Subclasses ofObject injava.net.spi 
    Modifier and TypeClassDescription
    class URLStreamHandlerProvider
    URL stream handler service-provider class.
  • Uses ofObject injava.nio

    Subclasses ofObject injava.nio 
    Modifier and TypeClassDescription
    class Buffer
    A container for data of a specific primitive type.
    class BufferOverflowException
    Unchecked exception thrown when a relativeput operation reaches the target buffer's limit.
    class BufferUnderflowException
    Unchecked exception thrown when a relativeget operation reaches the source buffer's limit.
    class ByteBuffer
    A byte buffer.
    class ByteOrder
    A typesafe enumeration for byte orders.
    class CharBuffer
    A char buffer.
    class DoubleBuffer
    A double buffer.
    class FloatBuffer
    A float buffer.
    class IntBuffer
    An int buffer.
    class InvalidMarkException
    Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
    class LongBuffer
    A long buffer.
    class MappedByteBuffer
    A direct byte buffer whose content is a memory-mapped region of a file.
    class ReadOnlyBufferException
    Unchecked exception thrown when a content-mutation method such asput orcompact is invoked upon a read-only buffer.
    class ShortBuffer
    A short buffer.
    Methods injava.nio that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectBuffer.array()
    Returns the array that backs this buffer  (optional operation).
    Methods injava.nio with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanByteBuffer.equals​(Object ob)
    Tells whether or not this buffer is equal to another object.
    booleanCharBuffer.equals​(Object ob)
    Tells whether or not this buffer is equal to another object.
    booleanDoubleBuffer.equals​(Object ob)
    Tells whether or not this buffer is equal to another object.
    booleanFloatBuffer.equals​(Object ob)
    Tells whether or not this buffer is equal to another object.
    booleanIntBuffer.equals​(Object ob)
    Tells whether or not this buffer is equal to another object.
    booleanLongBuffer.equals​(Object ob)
    Tells whether or not this buffer is equal to another object.
    booleanShortBuffer.equals​(Object ob)
    Tells whether or not this buffer is equal to another object.
  • Uses ofObject injava.nio.channels

    Subclasses ofObject injava.nio.channels 
    Modifier and TypeClassDescription
    class AcceptPendingException
    Unchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed.
    class AlreadyBoundException
    Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound.
    class AlreadyConnectedException
    Unchecked exception thrown when an attempt is made to connect aSocketChannel that is already connected.
    class AsynchronousChannelGroup
    A grouping of asynchronous channels for the purpose of resource sharing.
    class AsynchronousCloseException
    Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation.
    class AsynchronousFileChannel
    An asynchronous channel for reading, writing, and manipulating a file.
    class AsynchronousServerSocketChannel
    An asynchronous channel for stream-oriented listening sockets.
    class AsynchronousSocketChannel
    An asynchronous channel for stream-oriented connecting sockets.
    class CancelledKeyException
    Unchecked exception thrown when an attempt is made to use a selection key that is no longer valid.
    class Channels
    Utility methods for channels and streams.
    class ClosedByInterruptException
    Checked exception received by a thread when another thread interrupts it while it is blocked in an I/O operation upon a channel.
    class ClosedChannelException
    Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation.
    class ClosedSelectorException
    Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a closed selector.
    class ConnectionPendingException
    Unchecked exception thrown when an attempt is made to connect aSocketChannel for which a non-blocking connection operation is already in progress.
    class DatagramChannel
    A selectable channel for datagram-oriented sockets.
    class FileChannel
    A channel for reading, writing, mapping, and manipulating a file.
    static class FileChannel.MapMode
    A file-mapping mode.
    class FileLock
    A token representing a lock on a region of a file.
    class FileLockInterruptionException
    Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock.
    class IllegalBlockingModeException
    Unchecked exception thrown when a blocking-mode-specific operation is invoked upon a channel in the incorrect blocking mode.
    class IllegalChannelGroupException
    Unchecked exception thrown when an attempt is made to open a channel in a group that was not created by the same provider.
    class IllegalSelectorException
    Unchecked exception thrown when an attempt is made to register a channel with a selector that was not created by the provider that created the channel.
    class InterruptedByTimeoutException
    Checked exception received by a thread when a timeout elapses before an asynchronous operation completes.
    class MembershipKey
    A token representing the membership of an Internet Protocol (IP) multicast group.
    class NoConnectionPendingException
    Unchecked exception thrown when thefinishConnect method of aSocketChannel is invoked without first successfully invoking itsconnect method.
    class NonReadableChannelException
    Unchecked exception thrown when an attempt is made to read from a channel that was not originally opened for reading.
    class NonWritableChannelException
    Unchecked exception thrown when an attempt is made to write to a channel that was not originally opened for writing.
    class NotYetBoundException
    Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a server socket channel that is not yet bound.
    class NotYetConnectedException
    Unchecked exception thrown when an attempt is made to invoke an I/O operation upon a socket channel that is not yet connected.
    class OverlappingFileLockException
    Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file.
    class Pipe
    A pair of channels that implements a unidirectional pipe.
    static class Pipe.SinkChannel
    A channel representing the writable end of aPipe.
    static class Pipe.SourceChannel
    A channel representing the readable end of aPipe.
    class ReadPendingException
    Unchecked exception thrown when an attempt is made to read from an asynchronous socket channel and a previous read has not completed.
    class SelectableChannel
    A channel that can be multiplexed via aSelector.
    class SelectionKey
    A token representing the registration of aSelectableChannel with aSelector.
    class Selector
    A multiplexor ofSelectableChannel objects.
    class ServerSocketChannel
    A selectable channel for stream-oriented listening sockets.
    class ShutdownChannelGroupException
    Unchecked exception thrown when an attempt is made to construct a channel in a group that is shutdown or the completion handler for an I/O operation cannot be invoked because the channel group has terminated.
    class SocketChannel
    A selectable channel for stream-oriented connecting sockets.
    class UnresolvedAddressException
    Unchecked exception thrown when an attempt is made to invoke a network operation upon an unresolved socket address.
    class UnsupportedAddressTypeException
    Unchecked exception thrown when an attempt is made to bind or connect to a socket address of a type that is not supported.
    class WritePendingException
    Unchecked exception thrown when an attempt is made to write to an asynchronous socket channel and a previous write has not completed.
    Methods injava.nio.channels that returnObject 
    Modifier and TypeMethodDescription
    ObjectSelectionKey.attach​(Object ob)
    Attaches the given object to this key.
    ObjectSelectionKey.attachment()
    Retrieves the current attachment.
    abstractObjectSelectableChannel.blockingLock()
    Retrieves the object upon which theconfigureBlocking andregister methods synchronize.
    Methods injava.nio.channels with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectSelectionKey.attach​(Object ob)
    Attaches the given object to this key.
    abstractSelectionKeySelectableChannel.register​(Selector sel,int ops,Object att)
    Registers this channel with the given selector, returning a selection key.
  • Uses ofObject injava.nio.channels.spi

    Subclasses ofObject injava.nio.channels.spi 
    Modifier and TypeClassDescription
    class AbstractInterruptibleChannel
    Base implementation class for interruptible channels.
    class AbstractSelectableChannel
    Base implementation class for selectable channels.
    class AbstractSelectionKey
    Base implementation class for selection keys.
    class AbstractSelector
    Base implementation class for selectors.
    class AsynchronousChannelProvider
    Service-provider class for asynchronous channels.
    class SelectorProvider
    Service-provider class for selectors and selectable channels.
    Methods injava.nio.channels.spi with parameters of typeObject 
    Modifier and TypeMethodDescription
    SelectionKeyAbstractSelectableChannel.register​(Selector sel,int ops,Object att)
    Registers this channel with the given selector, returning a selection key.
    protected abstractSelectionKeyAbstractSelector.register​(AbstractSelectableChannel ch,int ops,Object att)
    Registers the given channel with this selector.
  • Uses ofObject injava.nio.charset

    Subclasses ofObject injava.nio.charset 
    Modifier and TypeClassDescription
    class CharacterCodingException
    Checked exception thrown when a character encoding or decoding error occurs.
    class Charset
    A named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
    class CharsetDecoder
    An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters.
    class CharsetEncoder
    An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset.
    class CoderMalfunctionError
    Error thrown when thedecodeLoop method of aCharsetDecoder, or theencodeLoop method of aCharsetEncoder, throws an unexpected exception.
    class CoderResult
    A description of the result state of a coder.
    class CodingErrorAction
    A typesafe enumeration for coding-error actions.
    class IllegalCharsetNameException
    Unchecked exception thrown when a string that is not alegal charset name is used as such.
    class MalformedInputException
    Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence.
    class StandardCharsets
    Constant definitions for the standardcharsets.
    class UnmappableCharacterException
    Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.
    class UnsupportedCharsetException
    Unchecked exception thrown when no support is available for a requested charset.
    Methods injava.nio.charset with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanCharset.equals​(Object ob)
    Tells whether or not this object is equal to another.
  • Uses ofObject injava.nio.charset.spi

    Subclasses ofObject injava.nio.charset.spi 
    Modifier and TypeClassDescription
    class CharsetProvider
    Charset service-provider class.
  • Uses ofObject injava.nio.file

    Subclasses ofObject injava.nio.file 
    Modifier and TypeClassDescription
    class AccessDeniedException
    Checked exception thrown when a file system operation is denied, typically due to a file permission or other access check.
    class AtomicMoveNotSupportedException
    Checked exception thrown when a file cannot be moved as an atomic file system operation.
    class ClosedDirectoryStreamException
    Unchecked exception thrown when an attempt is made to invoke an operation on a directory stream that is closed.
    class ClosedFileSystemException
    Unchecked exception thrown when an attempt is made to invoke an operation on a file and the file system is closed.
    class ClosedWatchServiceException
    Unchecked exception thrown when an attempt is made to invoke an operation on a watch service that is closed.
    class DirectoryIteratorException
    Runtime exception thrown if an I/O error is encountered when iterating over the entries in a directory.
    class DirectoryNotEmptyException
    Checked exception thrown when a file system operation fails because a directory is not empty.
    class FileAlreadyExistsException
    Checked exception thrown when an attempt is made to create a file or directory and a file of that name already exists.
    class Files
    This class consists exclusively of static methods that operate on files, directories, or other types of files.
    class FileStore
    Storage for files.
    class FileSystem
    Provides an interface to a file system and is the factory for objects to access files and other objects in the file system.
    class FileSystemAlreadyExistsException
    Runtime exception thrown when an attempt is made to create a file system that already exists.
    class FileSystemException
    Thrown when a file system operation fails on one or two files.
    class FileSystemLoopException
    Checked exception thrown when a file system loop, or cycle, is encountered.
    class FileSystemNotFoundException
    Runtime exception thrown when a file system cannot be found.
    class FileSystems
    Factory methods for file systems.
    class InvalidPathException
    Unchecked exception thrown when path string cannot be converted into aPath because the path string contains invalid characters, or the path string is invalid for other file system specific reasons.
    class LinkPermission
    ThePermission class for link creation operations.
    class NoSuchFileException
    Checked exception thrown when an attempt is made to access a file that does not exist.
    class NotDirectoryException
    Checked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory.
    class NotLinkException
    Checked exception thrown when a file system operation fails because a file is not a symbolic link.
    class Paths
    This class consists exclusively of static methods that return aPath by converting a path string orURI.
    class ProviderMismatchException
    Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider.
    class ProviderNotFoundException
    Runtime exception thrown when a provider of the required type cannot be found.
    class ReadOnlyFileSystemException
    Unchecked exception thrown when an attempt is made to update an object associated with aread-onlyFileSystem.
    class SimpleFileVisitor<T>
    A simple visitor of files with default behavior to visit all files and to re-throw I/O errors.
    class StandardWatchEventKinds
    Defines thestandard event kinds.
    Fields injava.nio.file with type parameters of typeObject 
    Modifier and TypeFieldDescription
    staticWatchEvent.Kind<Object>StandardWatchEventKinds.OVERFLOW
    A special event to indicate that events may have been lost or discarded.
    Methods injava.nio.file that returnObject 
    Modifier and TypeMethodDescription
    staticObjectFiles.getAttribute​(Path path,String attribute,LinkOption... options)
    Reads the value of a file attribute.
    abstractObjectFileStore.getAttribute​(String attribute)
    Reads the value of a file store attribute.
    Methods injava.nio.file that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    staticMap<String,​Object>Files.readAttributes​(Path path,String attributes,LinkOption... options)
    Reads a set of file attributes as a bulk operation.
    Methods injava.nio.file with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanPath.equals​(Object other)
    Tests this path for equality with the given object.
    staticPathFiles.setAttribute​(Path path,String attribute,Object value,LinkOption... options)
    Sets the value of a file attribute.
  • Uses ofObject injava.nio.file.attribute

    Subclasses ofObject injava.nio.file.attribute 
    Modifier and TypeClassDescription
    class AclEntry
    An entry in an access control list (ACL).
    static class AclEntry.Builder
    A builder ofAclEntry objects.
    class FileTime
    Represents the value of a file's time stamp attribute.
    class PosixFilePermissions
    This class consists exclusively of static methods that operate on sets ofPosixFilePermission objects.
    class UserPrincipalLookupService
    An object to lookup user and group principals by name.
    class UserPrincipalNotFoundException
    Checked exception thrown when a lookup ofUserPrincipal fails because the principal does not exist.
    Methods injava.nio.file.attribute that returnObject 
    Modifier and TypeMethodDescription
    ObjectBasicFileAttributes.fileKey()
    Returns an object that uniquely identifies the given file, or null if a file key is not available.
    Methods injava.nio.file.attribute with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAclEntry.equals​(Object ob)
    Compares the specified object with this ACL entry for equality.
    booleanFileTime.equals​(Object obj)
    Tests thisFileTime for equality with the given object.
  • Uses ofObject injava.nio.file.spi

    Subclasses ofObject injava.nio.file.spi 
    Modifier and TypeClassDescription
    class FileSystemProvider
    Service-provider class for file systems.
    class FileTypeDetector
    A file type detector for probing a file to guess its file type.
    Methods injava.nio.file.spi that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    abstractMap<String,​Object>FileSystemProvider.readAttributes​(Path path,String attributes,LinkOption... options)
    Reads a set of file attributes as a bulk operation.
    Methods injava.nio.file.spi with parameters of typeObject 
    Modifier and TypeMethodDescription
    abstract voidFileSystemProvider.setAttribute​(Path path,String attribute,Object value,LinkOption... options)
    Sets the value of a file attribute.
  • Uses ofObject injava.rmi

    Subclasses ofObject injava.rmi 
    Modifier and TypeClassDescription
    class AccessException
    AnAccessException is thrown by certain methods of thejava.rmi.Naming class (specificallybind,rebind, andunbind) and methods of thejava.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
    class AlreadyBoundException
    AnAlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.
    class ConnectException
    AConnectException is thrown if a connection is refused to the remote host for a remote method call.
    class ConnectIOException
    AConnectIOException is thrown if anIOException occurs while making a connection to the remote host for a remote method call.
    class MarshalException
    AMarshalException is thrown if ajava.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
    class MarshalledObject<T>
    AMarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
    class Naming
    TheNaming class provides methods for storing and obtaining references to remote objects in a remote object registry.
    class NoSuchObjectException
    ANoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.
    class NotBoundException
    ANotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
    class RemoteException
    ARemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
    class RMISecurityException
    Deprecated.
    UseSecurityException instead.
    class RMISecurityManager
    Deprecated.
    UseSecurityManager instead.
    class ServerError
    AServerError is thrown as a result of a remote method invocation when anError is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.
    class ServerException
    AServerException is thrown as a result of a remote method invocation when aRemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself.
    class ServerRuntimeException
    Deprecated.
    no replacement
    class StubNotFoundException
    AStubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported.
    class UnexpectedException
    AnUnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in thethrows clause of the method in the remote interface.
    class UnknownHostException
    AnUnknownHostException is thrown if ajava.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.
    class UnmarshalException
    AnUnmarshalException can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if ajava.io.IOException occurs unmarshalling parameters (on the server side) or the return value (on the client side).
    Methods injava.rmi with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanMarshalledObject.equals​(Object obj)
    Compares thisMarshalledObject to another object.
  • Uses ofObject injava.rmi.activation

    Subclasses ofObject injava.rmi.activation 
    Modifier and TypeClassDescription
    class Activatable
    TheActivatable class provides support for remote objects that require persistent access over time and that can be activated by the system.
    class ActivateFailedException
    This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
    class ActivationDesc
    An activation descriptor contains the information necessary to activate an object: the object's group identifier, the object's fully-qualified class name, the object's code location (the location of the class), a codebase URL path, the object's restart "mode", and, a "marshalled" object that can contain object specific initialization data.
    class ActivationException
    General exception used by the activation interfaces.
    class ActivationGroup
    AnActivationGroup is responsible for creating new instances of "activatable" objects in its group, informing itsActivationMonitor when either: its object's become active or inactive, or the group as a whole becomes inactive.
    class ActivationGroup_Stub
    ActivationGroup_Stub is a stub class for the subclasses ofjava.rmi.activation.ActivationGroup that are exported as ajava.rmi.server.UnicastRemoteObject.
    class ActivationGroupDesc
    An activation group descriptor contains the information necessary to create/recreate an activation group in which to activate objects.
    static class ActivationGroupDesc.CommandEnvironment
    Startup options for ActivationGroup implementations.
    class ActivationGroupID
    The identifier for a registered activation group serves several purposes: identifies the group uniquely within the activation system, and contains a reference to the group's activation system so that the group can contact its activation system when necessary.
    class ActivationID
    Activation makes use of special identifiers to denote remote objects that can be activated over time.
    class UnknownGroupException
    AnUnknownGroupException is thrown by methods of classes and interfaces in thejava.rmi.activation package when theActivationGroupID parameter to the method is determined to be invalid, i.e., not known by theActivationSystem.
    class UnknownObjectException
    AnUnknownObjectException is thrown by methods of classes and interfaces in thejava.rmi.activation package when theActivationID parameter to the method is determined to be invalid.
    Methods injava.rmi.activation with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanActivationDesc.equals​(Object obj)
    Compares two activation descriptors for content equality.
    booleanActivationGroupDesc.CommandEnvironment.equals​(Object obj)
    Compares two command environments for content equality.
    booleanActivationGroupDesc.equals​(Object obj)
    Compares two activation group descriptors for content equality.
    booleanActivationGroupID.equals​(Object obj)
    Compares two group identifiers for content equality.
    booleanActivationID.equals​(Object obj)
    Compares two activation ids for content equality.
  • Uses ofObject injava.rmi.dgc

    Subclasses ofObject injava.rmi.dgc 
    Modifier and TypeClassDescription
    class Lease
    A lease contains a unique VM identifier and a lease duration.
    class VMID
    A VMID is a identifier that is unique across all Java virtual machines.
    Methods injava.rmi.dgc with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanVMID.equals​(Object obj)
    Compare this VMID to another, and return true if they are the same identifier.
  • Uses ofObject injava.rmi.registry

    Subclasses ofObject injava.rmi.registry 
    Modifier and TypeClassDescription
    class LocateRegistry
    LocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host (including the local host), or to create a remote object registry that accepts calls on a specific port.
  • Uses ofObject injava.rmi.server

    Subclasses ofObject injava.rmi.server 
    Modifier and TypeClassDescription
    class ExportException
    AnExportException is aRemoteException thrown if an attempt to export a remote object fails.
    class LogStream
    Deprecated.
    no replacement
    class ObjID
    AnObjID is used to identify a remote object exported to an RMI runtime.
    class Operation
    Deprecated.
    no replacement
    class RemoteObject
    TheRemoteObject class implements thejava.lang.Object behavior for remote objects.
    class RemoteObjectInvocationHandler
    An implementation of theInvocationHandler interface for use with Java Remote Method Invocation (Java RMI).
    class RemoteServer
    TheRemoteServer class is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics.
    class RemoteStub
    Deprecated.
    Statically generated stubs are deprecated, since stubs are generated dynamically.
    class RMIClassLoader
    RMIClassLoader comprises static methods to support dynamic class loading with RMI.
    class RMIClassLoaderSpi
    RMIClassLoaderSpi is the service provider interface forRMIClassLoader.
    class RMISocketFactory
    AnRMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls.
    class ServerCloneException
    AServerCloneException is thrown if a remote exception occurs during the cloning of aUnicastRemoteObject.
    class ServerNotActiveException
    AnServerNotActiveException is anException thrown during a call toRemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.
    class SkeletonMismatchException
    Deprecated.
    no replacement.
    class SkeletonNotFoundException
    Deprecated.
    no replacement.
    class SocketSecurityException
    Deprecated.
    This class is obsolete.
    class UID
    AUID represents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers.
    class UnicastRemoteObject
    Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object.
    Methods injava.rmi.server that returnObject 
    Modifier and TypeMethodDescription
    ObjectUnicastRemoteObject.clone()
    Returns a clone of the remote object that is distinct from the original.
    ObjectLoaderHandler.getSecurityContext​(ClassLoader loader)
    Deprecated.
    no replacement
    staticObjectRMIClassLoader.getSecurityContext​(ClassLoader loader)
    Deprecated.
    no replacement.
    ObjectRemoteObjectInvocationHandler.invoke​(Object proxy,Method method,Object[] args)
    Processes a method invocation made on the encapsulating proxy instance,proxy, and returns the result.
    ObjectRemoteRef.invoke​(Remote obj,Method method,Object[] params,long opnum)
    Invoke a method.
    Methods injava.rmi.server with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanObjID.equals​(Object obj)
    Compares the specified object with thisObjID for equality.
    booleanRemoteObject.equals​(Object obj)
    Compares two remote objects for equality.
    booleanUID.equals​(Object obj)
    Compares the specified object with thisUID for equality.
    RemoteStubServerRef.exportObject​(Remote obj,Object data)
    Deprecated.
    Creates a client stub object for the supplied Remote object.
    ObjectRemoteObjectInvocationHandler.invoke​(Object proxy,Method method,Object[] args)
    Processes a method invocation made on the encapsulating proxy instance,proxy, and returns the result.
    ObjectRemoteRef.invoke​(Remote obj,Method method,Object[] params,long opnum)
    Invoke a method.
  • Uses ofObject injava.security

    Subclasses ofObject injava.security 
    Modifier and TypeClassDescription
    class AccessControlContext
    An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
    class AccessControlException
    This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
    class AccessController
    The AccessController class is used for access control operations and decisions.
    class AlgorithmParameterGenerator
    TheAlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
    class AlgorithmParameterGeneratorSpi
    This class defines theService Provider Interface (SPI) for theAlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
    class AlgorithmParameters
    This class is used as an opaque representation of cryptographic parameters.
    class AlgorithmParametersSpi
    This class defines theService Provider Interface (SPI) for theAlgorithmParameters class, which is used to manage algorithm parameters.
    class AllPermission
    The AllPermission is a permission that implies all other permissions.
    class AuthProvider
    This class defines login and logout methods for a provider.
    class BasicPermission
    The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
    class CodeSigner
    This class encapsulates information about a code signer.
    class CodeSource
    This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate chains that were used to verify signed code originating from that location.
    class DigestException
    This is the generic Message Digest exception.
    class DigestInputStream
    A transparent stream that updates the associated message digest using the bits going through the stream.
    class DigestOutputStream
    A transparent stream that updates the associated message digest using the bits going through the stream.
    class DomainLoadStoreParameter
    Configuration data that specifies the keystores in a keystore domain.
    class DrbgParameters
    This class specifies the parameters used by a DRBG (Deterministic Random Bit Generator).
    static class DrbgParameters.Instantiation
    DRBG parameters for instantiation.
    static class DrbgParameters.NextBytes
    DRBG parameters for random bits generation.
    static class DrbgParameters.Reseed
    DRBG parameters for reseed.
    class GeneralSecurityException
    TheGeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
    class GuardedObject
    A GuardedObject is an object that is used to protect access to another object.
    class Identity
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated and subject to removal in a future version of Java SE.
    class IdentityScope
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated and subject to removal in a future version of Java SE.
    class InvalidAlgorithmParameterException
    This is the exception for invalid or inappropriate algorithm parameters.
    class InvalidKeyException
    This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
    class InvalidParameterException
    This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
    class KeyException
    This is the basic key exception.
    class KeyFactory
    Key factories are used to convertkeys (opaque cryptographic keys of typeKey) intokey specifications (transparent representations of the underlying key material), and vice versa.
    class KeyFactorySpi
    This class defines theService Provider Interface (SPI) for theKeyFactory class.
    class KeyManagementException
    This is the general key management exception for all operations dealing with key management.
    class KeyPair
    This class is a simple holder for a key pair (a public key and a private key).
    class KeyPairGenerator
    The KeyPairGenerator class is used to generate pairs of public and private keys.
    class KeyPairGeneratorSpi
    This class defines theService Provider Interface (SPI) for theKeyPairGenerator class, which is used to generate pairs of public and private keys.
    class KeyRep
    Standardized representation for serialized Key objects.
    class KeyStore
    This class represents a storage facility for cryptographic keys and certificates.
    static class KeyStore.Builder
    A description of a to-be-instantiated KeyStore object.
    static class KeyStore.CallbackHandlerProtection
    A ProtectionParameter encapsulating a CallbackHandler.
    static class KeyStore.PasswordProtection
    A password-based implementation ofProtectionParameter.
    static class KeyStore.PrivateKeyEntry
    AKeyStore entry that holds aPrivateKey and corresponding certificate chain.
    static class KeyStore.SecretKeyEntry
    AKeyStore entry that holds aSecretKey.
    static class KeyStore.TrustedCertificateEntry
    AKeyStore entry that holds a trustedCertificate.
    class KeyStoreException
    This is the generic KeyStore exception.
    class KeyStoreSpi
    This class defines theService Provider Interface (SPI) for theKeyStore class.
    class MessageDigest
    This MessageDigest class provides applications the functionality of a message digest algorithm, such as SHA-1 or SHA-256.
    class MessageDigestSpi
    This class defines theService Provider Interface (SPI) for theMessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
    class NoSuchAlgorithmException
    This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
    class NoSuchProviderException
    This exception is thrown when a particular security provider is requested but is not available in the environment.
    class Permission
    Abstract class for representing access to a system resource.
    class PermissionCollection
    Abstract class representing a collection of Permission objects.
    class Permissions
    This class represents a heterogeneous collection of Permissions.
    class PKCS12Attribute
    An attribute associated with a PKCS12 keystore entry.
    class Policy
    A Policy object is responsible for determining whether code executing in the Java runtime environment has permission to perform a security-sensitive operation.
    class PolicySpi
    This class defines theService Provider Interface (SPI) for thePolicy class.
    class PrivilegedActionException
    This exception is thrown bydoPrivileged(PrivilegedExceptionAction) anddoPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
    class ProtectionDomain
    The ProtectionDomain class encapsulates the characteristics of a domain, which encloses a set of classes whose instances are granted a set of permissions when being executed on behalf of a given set of Principals.
    class Provider
    This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
    static class Provider.Service
    The description of a security service.
    class ProviderException
    A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
    class SecureClassLoader
    This class extends ClassLoader with additional support for defining classes with an associated code source and permissions which are retrieved by the system policy by default.
    class SecureRandom
    This class provides a cryptographically strong random number generator (RNG).
    class SecureRandomSpi
    This class defines theService Provider Interface (SPI) for theSecureRandom class.
    class Security
    This class centralizes all security properties and common security methods.
    class SecurityPermission
    This class is for security permissions.
    class Signature
    The Signature class is used to provide applications the functionality of a digital signature algorithm.
    class SignatureException
    This is the generic Signature exception.
    class SignatureSpi
    This class defines theService Provider Interface (SPI) for theSignature class, which is used to provide the functionality of a digital signature algorithm.
    class SignedObject
    SignedObject is a class for the purpose of creating authentic runtime objects whose integrity cannot be compromised without being detected.
    class Signer
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated and subject to removal in a future version of Java SE.
    class Timestamp
    This class encapsulates information about a signed timestamp.
    class UnrecoverableEntryException
    This exception is thrown if an entry in the keystore cannot be recovered.
    class UnrecoverableKeyException
    This exception is thrown if a key in the keystore cannot be recovered.
    class UnresolvedPermission
    The UnresolvedPermission class is used to hold Permissions that were "unresolved" when the Policy was initialized.
    class URIParameter
    A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.
    Methods injava.security that returnObject 
    Modifier and TypeMethodDescription
    ObjectMessageDigest.clone()
    Returns a clone if the implementation is cloneable.
    ObjectMessageDigestSpi.clone()
    Returns a clone if the implementation is cloneable.
    ObjectSignature.clone()
    Returns a clone if the implementation is cloneable.
    ObjectSignatureSpi.clone()
    Returns a clone if the implementation is cloneable.
    ObjectProvider.compute​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value (ornull if there is no current mapping).
    ObjectProvider.computeIfAbsent​(Object key,Function<? superObject,​? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (or is mapped tonull), attempts to compute its value using the given mapping function and enters it into this map unlessnull.
    ObjectProvider.computeIfPresent​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
    protected abstractObjectSignatureSpi.engineGetParameter​(String param)
    Deprecated. 
    ObjectGuardedObject.getObject()
    Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
    ObjectSignedObject.getObject()
    Retrieves the encapsulated object.
    ObjectProvider.getOrDefault​(Object key,Object defaultValue) 
    ObjectSignature.getParameter​(String param)
    Deprecated. 
    ObjectProvider.merge​(Object key,Object value,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given value.
    ObjectProvider.Service.newInstance​(Object constructorParameter)
    Return a new instance of the implementation described by this service.
    ObjectProvider.put​(Object key,Object value)
    Sets thekey property to have the specifiedvalue.
    ObjectProvider.putIfAbsent​(Object key,Object value)
    If the specified key is not already associated with a value (or is mapped tonull) associates it with the given value and returnsnull, else returns the current value.
    protectedObjectKeyRep.readResolve()
    Resolve the Key object.
    ObjectProvider.remove​(Object key)
    Removes thekey property (and its correspondingvalue).
    ObjectProvider.replace​(Object key,Object value)
    Replaces the entry for the specified key only if it is currently mapped to some value.
    Methods injava.security that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Set<Map.Entry<Object,​Object>>Provider.entrySet()
    Returns an unmodifiable Set view of the property entries contained in this Provider.
    Set<Map.Entry<Object,​Object>>Provider.entrySet()
    Returns an unmodifiable Set view of the property entries contained in this Provider.
    Set<Object>Provider.keySet()
    Returns an unmodifiable Set view of the property keys contained in this provider.
    Collection<Object>Provider.values()
    Returns an unmodifiable Collection view of the property values contained in this provider.
    Methods injava.security with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidGuard.checkGuard​(Object object)
    Determines whether or not to allow access to the guarded objectobject.
    voidPermission.checkGuard​(Object object)
    Implements the guard interface for a permission.
    ObjectProvider.compute​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value (ornull if there is no current mapping).
    ObjectProvider.computeIfAbsent​(Object key,Function<? superObject,​? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (or is mapped tonull), attempts to compute its value using the given mapping function and enters it into this map unlessnull.
    ObjectProvider.computeIfPresent​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
    protected abstract voidSignatureSpi.engineSetParameter​(String param,Object value)
    Deprecated.
    Replaced byengineSetParameter.
    booleanAccessControlContext.equals​(Object obj)
    Checks two AccessControlContext objects for equality.
    booleanAllPermission.equals​(Object obj)
    Checks two AllPermission objects for equality.
    booleanBasicPermission.equals​(Object obj)
    Checks two BasicPermission objects for equality.
    booleanCodeSigner.equals​(Object obj)
    Tests for equality between the specified object and this code signer.
    booleanCodeSource.equals​(Object obj)
    Tests for equality between the specified object and this object.
    booleanIdentity.equals​(Object identity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Tests for equality between the specified object and this identity.
    abstract booleanPermission.equals​(Object obj)
    Checks two Permission objects for equality.
    booleanPKCS12Attribute.equals​(Object obj)
    Compares thisPKCS12Attribute and a specified object for equality.
    booleanPrincipal.equals​(Object another)
    Compares this principal to the specified object.
    booleanTimestamp.equals​(Object obj)
    Tests for equality between the specified object and this timestamp.
    booleanUnresolvedPermission.equals​(Object obj)
    Checks two UnresolvedPermission objects for equality.
    ObjectProvider.getOrDefault​(Object key,Object defaultValue) 
    ObjectProvider.merge​(Object key,Object value,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given value.
    ObjectProvider.Service.newInstance​(Object constructorParameter)
    Return a new instance of the implementation described by this service.
    ObjectProvider.put​(Object key,Object value)
    Sets thekey property to have the specifiedvalue.
    ObjectProvider.putIfAbsent​(Object key,Object value)
    If the specified key is not already associated with a value (or is mapped tonull) associates it with the given value and returnsnull, else returns the current value.
    ObjectProvider.remove​(Object key)
    Removes thekey property (and its correspondingvalue).
    booleanProvider.remove​(Object key,Object value)
    Removes the entry for the specified key only if it is currently mapped to the specified value.
    ObjectProvider.replace​(Object key,Object value)
    Replaces the entry for the specified key only if it is currently mapped to some value.
    booleanProvider.replace​(Object key,Object oldValue,Object newValue)
    Replaces the entry for the specified key only if currently mapped to the specified value.
    voidSignature.setParameter​(String param,Object value)
    Deprecated.
    booleanProvider.Service.supportsParameter​(Object parameter)
    Test whether this Service can use the specified parameter.
    Method parameters injava.security with type arguments of typeObject 
    Modifier and TypeMethodDescription
    ObjectProvider.compute​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value (ornull if there is no current mapping).
    ObjectProvider.compute​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value (ornull if there is no current mapping).
    ObjectProvider.compute​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value (ornull if there is no current mapping).
    ObjectProvider.computeIfAbsent​(Object key,Function<? superObject,​? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (or is mapped tonull), attempts to compute its value using the given mapping function and enters it into this map unlessnull.
    ObjectProvider.computeIfAbsent​(Object key,Function<? superObject,​? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (or is mapped tonull), attempts to compute its value using the given mapping function and enters it into this map unlessnull.
    ObjectProvider.computeIfPresent​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
    ObjectProvider.computeIfPresent​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
    ObjectProvider.computeIfPresent​(Object key,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
    voidProvider.forEach​(BiConsumer<? superObject,​? superObject> action) 
    voidProvider.forEach​(BiConsumer<? superObject,​? superObject> action) 
    ObjectProvider.merge​(Object key,Object value,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given value.
    ObjectProvider.merge​(Object key,Object value,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given value.
    ObjectProvider.merge​(Object key,Object value,BiFunction<? superObject,​? superObject,​? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given value.
    voidProvider.replaceAll​(BiFunction<? superObject,​? superObject,​? extendsObject> function)
    Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
    voidProvider.replaceAll​(BiFunction<? superObject,​? superObject,​? extendsObject> function)
    Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
    voidProvider.replaceAll​(BiFunction<? superObject,​? superObject,​? extendsObject> function)
    Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
    Constructors injava.security with parameters of typeObject 
    ConstructorDescription
    GuardedObject​(Object object,Guard guard)
    Constructs a GuardedObject using the specified object and guard.
  • Uses ofObject injava.security.acl

    Subclasses ofObject injava.security.acl 
    Modifier and TypeClassDescription
    class AclNotFoundException
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated and subject to removal in a future version of Java SE.
    class LastOwnerException
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated and subject to removal in a future version of Java SE.
    class NotOwnerException
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated and subject to removal in a future version of Java SE.
    Methods injava.security.acl that returnObject 
    Modifier and TypeMethodDescription
    ObjectAclEntry.clone()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Clones this ACL entry.
    Methods injava.security.acl with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanPermission.equals​(Object another)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns true if the object passed matches the permission represented in this interface.
  • Uses ofObject injava.security.cert

    Subclasses ofObject injava.security.cert 
    Modifier and TypeClassDescription
    class Certificate
    Abstract class for managing a variety of identity certificates.
    protected static class Certificate.CertificateRep
    Alternate Certificate class for serialization.
    class CertificateEncodingException
    Certificate Encoding Exception.
    class CertificateException
    This exception indicates one of a variety of certificate problems.
    class CertificateExpiredException
    Certificate Expired Exception.
    class CertificateFactory
    This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
    class CertificateFactorySpi
    This class defines theService Provider Interface (SPI) for theCertificateFactory class.
    class CertificateNotYetValidException
    Certificate is not yet valid exception.
    class CertificateParsingException
    Certificate Parsing Exception.
    class CertificateRevokedException
    An exception that indicates an X.509 certificate is revoked.
    class CertPath
    An immutable sequence of certificates (a certification path).
    protected static class CertPath.CertPathRep
    AlternateCertPath class for serialization.
    class CertPathBuilder
    A class for building certification paths (also known as certificate chains).
    class CertPathBuilderException
    An exception indicating one of a variety of problems encountered when building a certification path with aCertPathBuilder.
    class CertPathBuilderSpi
    TheService Provider Interface (SPI) for theCertPathBuilder class.
    class CertPathValidator
    A class for validating certification paths (also known as certificate chains).
    class CertPathValidatorException
    An exception indicating one of a variety of problems encountered when validating a certification path.
    class CertPathValidatorSpi
    TheService Provider Interface (SPI) for theCertPathValidator class.
    class CertStore
    A class for retrievingCertificates andCRLs from a repository.
    class CertStoreException
    An exception indicating one of a variety of problems retrieving certificates and CRLs from aCertStore.
    class CertStoreSpi
    TheService Provider Interface (SPI) for theCertStore class.
    class CollectionCertStoreParameters
    Parameters used as input for the CollectionCertStore algorithm.
    class CRL
    This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
    class CRLException
    CRL (Certificate Revocation List) Exception.
    class LDAPCertStoreParameters
    Parameters used as input for the LDAPCertStore algorithm.
    class PKIXBuilderParameters
    Parameters used as input for the PKIXCertPathBuilder algorithm.
    class PKIXCertPathBuilderResult
    This class represents the successful result of the PKIX certification path builder algorithm.
    class PKIXCertPathChecker
    An abstract class that performs one or more checks on anX509Certificate.
    class PKIXCertPathValidatorResult
    This class represents the successful result of the PKIX certification path validation algorithm.
    class PKIXParameters
    Parameters used as input for the PKIXCertPathValidator algorithm.
    class PKIXRevocationChecker
    APKIXCertPathChecker for checking the revocation status of certificates with the PKIX algorithm.
    class PolicyQualifierInfo
    An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo structure.
    class TrustAnchor
    A trust anchor or most-trusted Certification Authority (CA).
    class URICertStoreParameters
    Parameters used as input forCertStore algorithms which use information contained in a URI to retrieve certificates and CRLs.
    class X509Certificate
    Abstract class for X.509 certificates.
    class X509CertSelector
    ACertSelector that selectsX509Certificates that match all specified criteria.
    class X509CRL
    Abstract class for an X.509 Certificate Revocation List (CRL).
    class X509CRLEntry
    Abstract class for a revoked certificate in a CRL (Certificate Revocation List).
    class X509CRLSelector
    ACRLSelector that selectsX509CRLs that match all specified criteria.
    Methods injava.security.cert that returnObject 
    Modifier and TypeMethodDescription
    ObjectCertPathBuilderResult.clone()
    Makes a copy of thisCertPathBuilderResult.
    ObjectCertPathParameters.clone()
    Makes a copy of thisCertPathParameters.
    ObjectCertPathValidatorResult.clone()
    Makes a copy of thisCertPathValidatorResult.
    ObjectCertSelector.clone()
    Makes a copy of thisCertSelector.
    ObjectCertStoreParameters.clone()
    Makes a copy of thisCertStoreParameters.
    ObjectCollectionCertStoreParameters.clone()
    Returns a copy of this object.
    ObjectCRLSelector.clone()
    Makes a copy of thisCRLSelector.
    ObjectLDAPCertStoreParameters.clone()
    Returns a copy of this object.
    ObjectPKIXCertPathChecker.clone()
    Returns a clone of this object.
    ObjectPKIXCertPathValidatorResult.clone()
    Returns a copy of this object.
    ObjectPKIXParameters.clone()
    Makes a copy of thisPKIXParameters object.
    ObjectX509CertSelector.clone()
    Returns a copy of this object.
    ObjectX509CRLSelector.clone()
    Returns a copy of this object.
    protectedObjectCertificate.CertificateRep.readResolve()
    Resolve the Certificate Object.
    protectedObjectCertPath.CertPathRep.readResolve()
    Returns aCertPath constructed from the type and data.
    protectedObjectCertificate.writeReplace()
    Replace the Certificate to be serialized.
    protectedObjectCertPath.writeReplace()
    Replaces theCertPath to be serialized with aCertPathRep object.
    Methods injava.security.cert that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Collection<Object>X509CRLSelector.getIssuerNames()
    Returns a copy of the issuerNames criterion.
    Methods injava.security.cert with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanCertificate.equals​(Object other)
    Compares this certificate for equality with the specified object.
    booleanCertPath.equals​(Object other)
    Compares this certification path for equality with the specified object.
    booleanURICertStoreParameters.equals​(Object p)
    Compares the specified object with this parameters object for equality.
    booleanX509CRL.equals​(Object other)
    Compares this CRL for equality with the given object.
    booleanX509CRLEntry.equals​(Object other)
    Compares this CRL entry for equality with the given object.
  • Uses ofObject injava.security.spec

    Subclasses ofObject injava.security.spec 
    Modifier and TypeClassDescription
    class DSAGenParameterSpec
    This immutable class specifies the set of parameters used for generating DSA parameters as specified inFIPS 186-3 Digital Signature Standard (DSS).
    class DSAParameterSpec
    This class specifies the set of parameters used with the DSA algorithm.
    class DSAPrivateKeySpec
    This class specifies a DSA private key with its associated parameters.
    class DSAPublicKeySpec
    This class specifies a DSA public key with its associated parameters.
    class ECFieldF2m
    This immutable class defines an elliptic curve (EC) characteristic 2 finite field.
    class ECFieldFp
    This immutable class defines an elliptic curve (EC) prime finite field.
    class ECGenParameterSpec
    This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.
    class ECParameterSpec
    This immutable class specifies the set of domain parameters used with elliptic curve cryptography (ECC).
    class ECPoint
    This immutable class represents a point on an elliptic curve (EC) in affine coordinates.
    class ECPrivateKeySpec
    This immutable class specifies an elliptic curve private key with its associated parameters.
    class ECPublicKeySpec
    This immutable class specifies an elliptic curve public key with its associated parameters.
    class EllipticCurve
    This immutable class holds the necessary values needed to represent an elliptic curve.
    class EncodedKeySpec
    This class represents a public or private key in encoded format.
    class InvalidKeySpecException
    This is the exception for invalid key specifications.
    class InvalidParameterSpecException
    This is the exception for invalid parameter specifications.
    class MGF1ParameterSpec
    This class specifies the set of parameters used with mask generation function MGF1 in OAEP Padding and RSASSA-PSS signature scheme, as defined in thePKCS#1 v2.2 standard.
    class NamedParameterSpec
    This class is used to specify any algorithm parameters that are determined by a standard name.
    class PKCS8EncodedKeySpec
    This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 typePrivateKeyInfo.
    class PSSParameterSpec
    This class specifies a parameter spec for RSASSA-PSS signature scheme, as defined in thePKCS#1 v2.2 standard.
    class RSAKeyGenParameterSpec
    This class specifies the set of parameters used to generate an RSA key pair.
    class RSAMultiPrimePrivateCrtKeySpec
    This class specifies an RSA multi-prime private key, as defined in thePKCS#1 v2.2 standard using the Chinese Remainder Theorem (CRT) information values for efficiency.
    class RSAOtherPrimeInfo
    This class represents the triplet (prime, exponent, and coefficient) inside RSA's OtherPrimeInfo structure, as defined in thePKCS#1 v2.2 standard.
    class RSAPrivateCrtKeySpec
    This class specifies an RSA private key, as defined in thePKCS#1 v2.2 standard, using the Chinese Remainder Theorem (CRT) information values for efficiency.
    class RSAPrivateKeySpec
    This class specifies an RSA private key.
    class RSAPublicKeySpec
    This class specifies an RSA public key.
    class X509EncodedKeySpec
    This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 typeSubjectPublicKeyInfo.
    class XECPrivateKeySpec
    A class representing elliptic curve private keys as defined in RFC 7748, including the curve and other algorithm parameters.
    class XECPublicKeySpec
    A class representing elliptic curve public keys as defined in RFC 7748, including the curve and other algorithm parameters.
    Methods injava.security.spec with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanECFieldF2m.equals​(Object obj)
    Compares this finite field for equality with the specified object.
    booleanECFieldFp.equals​(Object obj)
    Compares this prime finite field for equality with the specified object.
    booleanECPoint.equals​(Object obj)
    Compares this elliptic curve point for equality with the specified object.
    booleanEllipticCurve.equals​(Object obj)
    Compares this elliptic curve for equality with the specified object.
  • Uses ofObject injava.sql

    Subclasses ofObject injava.sql 
    Modifier and TypeClassDescription
    class BatchUpdateException
    The subclass ofSQLException thrown when an error occurs during a batch update operation.
    class DataTruncation
    An exception thrown as aDataTruncation exception (on writes) or reported as aDataTruncation warning (on reads) when a data values is unexpectedly truncated for reasons other than its having exceededMaxFieldSize.
    class Date
    A thin wrapper around a millisecond value that allows JDBC to identify this as an SQLDATE value.
    class DriverManager
    The basic service for managing a set of JDBC drivers.
    class DriverPropertyInfo
    Driver properties for making a connection.
    class SQLClientInfoException
    The subclass ofSQLException is thrown when one or more client info properties could not be set on aConnection.
    class SQLDataException
    The subclass ofSQLException thrown when the SQLState class value is '22', or under vendor-specified conditions.
    class SQLException
    An exception that provides information on a database access error or other errors.
    class SQLFeatureNotSupportedException
    The subclass ofSQLException thrown when the SQLState class value is '0A' ( the value is 'zero' A).
    class SQLIntegrityConstraintViolationException
    The subclass ofSQLException thrown when the SQLState class value is '23', or under vendor-specified conditions.
    class SQLInvalidAuthorizationSpecException
    The subclass ofSQLException thrown when the SQLState class value is '28', or under vendor-specified conditions.
    class SQLNonTransientConnectionException
    The subclass ofSQLException thrown for the SQLState class value '08', or under vendor-specified conditions.
    class SQLNonTransientException
    The subclass ofSQLException thrown when an instance where a retry of the same operation would fail unless the cause of theSQLException is corrected.
    class SQLPermission
    The permission for which theSecurityManager will check when code that is running an application with aSecurityManager enabled, calls theDriverManager.deregisterDriver method,DriverManager.setLogWriter method,DriverManager.setLogStream (deprecated) method,SyncFactory.setJNDIContext method,SyncFactory.setLogger method,Connection.setNetworkTimeout method, or theConnection.abort method.
    class SQLRecoverableException
    The subclass ofSQLException thrown in situations where a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch.
    class SQLSyntaxErrorException
    The subclass ofSQLException thrown when the SQLState class value is '42', or under vendor-specified conditions.
    class SQLTimeoutException
    The subclass ofSQLException thrown when the timeout specified byStatement.setQueryTimeout,DriverManager.setLoginTimeout,DataSource.setLoginTimeout,XADataSource.setLoginTimeout has expired.
    class SQLTransactionRollbackException
    The subclass ofSQLException thrown when the SQLState class value is '40', or under vendor-specified conditions.
    class SQLTransientConnectionException
    The subclass ofSQLException for the SQLState class value '08', or under vendor-specified conditions.
    class SQLTransientException
    The subclass ofSQLException is thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
    class SQLWarning
    An exception that provides information on database access warnings.
    class Time
    A thin wrapper around thejava.util.Date class that allows the JDBC API to identify this as an SQLTIME value.
    class Timestamp
    A thin wrapper aroundjava.util.Date that allows the JDBC API to identify this as an SQLTIMESTAMP value.
    class Types
    The class that defines the constants that are used to identify generic SQL types, called JDBC types.
    Methods injava.sql that returnObject 
    Modifier and TypeMethodDescription
    ObjectArray.getArray()
    Retrieves the contents of the SQLARRAY value designated by thisArray object in the form of an array in the Java programming language.
    ObjectArray.getArray​(long index,int count)
    Retrieves a slice of the SQLARRAY value designated by thisArray object, beginning with the specifiedindex and containing up tocount successive elements of the SQL array.
    ObjectArray.getArray​(long index,int count,Map<String,​Class<?>> map)
    Retrieves a slice of the SQLARRAY value designated by thisArray object, beginning with the specifiedindex and containing up tocount successive elements of the SQL array.
    ObjectArray.getArray​(Map<String,​Class<?>> map)
    Retrieves the contents of the SQLARRAY value designated by thisArray object.
    Object[]Struct.getAttributes()
    Produces the ordered values of the attributes of the SQL structured type that thisStruct object represents.
    Object[]Struct.getAttributes​(Map<String,​Class<?>> map)
    Produces the ordered values of the attributes of the SQL structured type that thisStruct object represents.
    ObjectCallableStatement.getObject​(int parameterIndex)
    Retrieves the value of the designated parameter as anObject in the Java programming language.
    ObjectCallableStatement.getObject​(int parameterIndex,Map<String,​Class<?>> map)
    Returns an object representing the value of OUT parameterparameterIndex and usesmap for the custom mapping of the parameter value.
    ObjectCallableStatement.getObject​(String parameterName)
    Retrieves the value of a parameter as anObject in the Java programming language.
    ObjectCallableStatement.getObject​(String parameterName,Map<String,​Class<?>> map)
    Returns an object representing the value of OUT parameterparameterName and usesmap for the custom mapping of the parameter value.
    ObjectRef.getObject()
    Retrieves the SQL structured type instance referenced by thisRef object.
    ObjectRef.getObject​(Map<String,​Class<?>> map)
    Retrieves the referenced object and maps it to a Java type using the given type map.
    ObjectResultSet.getObject​(int columnIndex)
    Gets the value of the designated column in the current row of thisResultSet object as anObject in the Java programming language.
    ObjectResultSet.getObject​(int columnIndex,Map<String,​Class<?>> map)
    Retrieves the value of the designated column in the current row of thisResultSet object as anObject in the Java programming language.
    ObjectResultSet.getObject​(String columnLabel)
    Gets the value of the designated column in the current row of thisResultSet object as anObject in the Java programming language.
    ObjectResultSet.getObject​(String columnLabel,Map<String,​Class<?>> map)
    Retrieves the value of the designated column in the current row of thisResultSet object as anObject in the Java programming language.
    ObjectSQLInput.readObject()
    Reads the datum at the head of the stream and returns it as anObject in the Java programming language.
    Methods injava.sql with parameters of typeObject 
    Modifier and TypeMethodDescription
    ArrayConnection.createArrayOf​(String typeName,Object[] elements)
    Factory method for creating Array objects.
    StructConnection.createStruct​(String typeName,Object[] attributes)
    Factory method for creating Struct objects.
    booleanRowId.equals​(Object obj)
    Compares thisRowId to the specified object.
    booleanTimestamp.equals​(Object ts)
    Tests to see if thisTimestamp object is equal to the given object.
    voidCallableStatement.setObject​(String parameterName,Object x)
    Sets the value of the designated parameter with the given object.
    voidCallableStatement.setObject​(String parameterName,Object x,int targetSqlType)
    Sets the value of the designated parameter with the given object.
    voidCallableStatement.setObject​(String parameterName,Object x,int targetSqlType,int scale)
    Sets the value of the designated parameter with the given object.
    default voidCallableStatement.setObject​(String parameterName,Object x,SQLType targetSqlType)
    Sets the value of the designated parameter with the given object.
    default voidCallableStatement.setObject​(String parameterName,Object x,SQLType targetSqlType,int scaleOrLength)
    Sets the value of the designated parameter with the given object.
    voidPreparedStatement.setObject​(int parameterIndex,Object x)
    Sets the value of the designated parameter using the given object.
    voidPreparedStatement.setObject​(int parameterIndex,Object x,int targetSqlType)
    Sets the value of the designated parameter with the given object.
    voidPreparedStatement.setObject​(int parameterIndex,Object x,int targetSqlType,int scaleOrLength)
    Sets the value of the designated parameter with the given object.
    default voidPreparedStatement.setObject​(int parameterIndex,Object x,SQLType targetSqlType)
    Sets the value of the designated parameter with the given object.
    default voidPreparedStatement.setObject​(int parameterIndex,Object x,SQLType targetSqlType,int scaleOrLength)
    Sets the value of the designated parameter with the given object.
    voidRef.setObject​(Object value)
    Sets the structured type value that thisRef object references to the given instance ofObject.
    ShardingKeyBuilderShardingKeyBuilder.subkey​(Object subkey,SQLType subkeyType)
    This method will be called to add a subkey into a Sharding Key object being built.
    voidResultSet.updateObject​(int columnIndex,Object x)
    Updates the designated column with anObject value.
    voidResultSet.updateObject​(int columnIndex,Object x,int scaleOrLength)
    Updates the designated column with anObject value.
    default voidResultSet.updateObject​(int columnIndex,Object x,SQLType targetSqlType)
    Updates the designated column with anObject value.
    default voidResultSet.updateObject​(int columnIndex,Object x,SQLType targetSqlType,int scaleOrLength)
    Updates the designated column with anObject value.
    voidResultSet.updateObject​(String columnLabel,Object x)
    Updates the designated column with anObject value.
    voidResultSet.updateObject​(String columnLabel,Object x,int scaleOrLength)
    Updates the designated column with anObject value.
    default voidResultSet.updateObject​(String columnLabel,Object x,SQLType targetSqlType)
    Updates the designated column with anObject value.
    default voidResultSet.updateObject​(String columnLabel,Object x,SQLType targetSqlType,int scaleOrLength)
    Updates the designated column with anObject value.
    default voidSQLOutput.writeObject​(Object x,SQLType targetSqlType)
    Writes to the stream the data contained in the given object.
  • Uses ofObject injava.text

    Subclasses ofObject injava.text 
    Modifier and TypeClassDescription
    class Annotation
    An Annotation object is used as a wrapper for a text attribute value if the attribute has annotation characteristics.
    static class AttributedCharacterIterator.Attribute
    Defines attribute keys that are used to identify text attributes.
    class AttributedString
    An AttributedString holds text and related attribute information.
    class Bidi
    This class implements the Unicode Bidirectional Algorithm.
    class BreakIterator
    TheBreakIterator class implements methods for finding the location of boundaries in text.
    class ChoiceFormat
    AChoiceFormat allows you to attach a format to a range of numbers.
    class CollationElementIterator
    TheCollationElementIterator class is used as an iterator to walk through each character of an international string.
    class CollationKey
    ACollationKey represents aString under the rules of a specificCollator object.
    class Collator
    TheCollator class performs locale-sensitiveString comparison.
    class CompactNumberFormat
    CompactNumberFormat is a concrete subclass ofNumberFormat that formats a decimal number in its compact form.
    class DateFormat
    DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
    static class DateFormat.Field
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returned fromDateFormat.formatToCharacterIterator and as field identifiers inFieldPosition.
    class DateFormatSymbols
    DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
    class DecimalFormat
    DecimalFormat is a concrete subclass ofNumberFormat that formats decimal numbers.
    class DecimalFormatSymbols
    This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed byDecimalFormat to format numbers.
    class FieldPosition
    FieldPosition is a simple class used byFormat and its subclasses to identify fields in formatted output.
    class Format
    Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
    static class Format.Field
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returned fromFormat.formatToCharacterIterator and as field identifiers inFieldPosition.
    class MessageFormat
    MessageFormat provides a means to produce concatenated messages in a language-neutral way.
    static class MessageFormat.Field
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returned fromMessageFormat.formatToCharacterIterator.
    class Normalizer
    This class provides the methodnormalize which transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text.
    class NumberFormat
    NumberFormat is the abstract base class for all number formats.
    static class NumberFormat.Field
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returned fromNumberFormat.formatToCharacterIterator and as field identifiers inFieldPosition.
    class ParseException
    Signals that an error has been reached unexpectedly while parsing.
    class ParsePosition
    ParsePosition is a simple class used byFormat and its subclasses to keep track of the current position during parsing.
    class RuleBasedCollator
    TheRuleBasedCollator class is a concrete subclass ofCollator that provides a simple, data-driven, table collator.
    class SimpleDateFormat
    SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
    class StringCharacterIterator
    StringCharacterIterator implements theCharacterIterator protocol for aString.
    Methods injava.text that returnObject 
    Modifier and TypeMethodDescription
    ObjectBreakIterator.clone()
    Create a copy of this iterator
    ObjectCharacterIterator.clone()
    Create a copy of this iterator
    ObjectChoiceFormat.clone()
    Overrides Cloneable
    ObjectCollator.clone()
    Overrides Cloneable
    ObjectDateFormat.clone()
    Overrides Cloneable
    ObjectDateFormatSymbols.clone()
    Overrides Cloneable
    ObjectDecimalFormat.clone()
    Standard override; no change in semantics.
    ObjectDecimalFormatSymbols.clone()
    Standard override.
    ObjectFormat.clone()
    Creates and returns a copy of this object.
    ObjectMessageFormat.clone()
    Creates and returns a copy of this object.
    ObjectNumberFormat.clone()
    Overrides Cloneable.
    ObjectRuleBasedCollator.clone()
    Standard override; no change in semantics.
    ObjectSimpleDateFormat.clone()
    Creates a copy of thisSimpleDateFormat.
    ObjectStringCharacterIterator.clone()
    Creates a copy of this iterator.
    ObjectAttributedCharacterIterator.getAttribute​(AttributedCharacterIterator.Attribute attribute)
    Returns the value of the namedattribute for the current character.
    Object[]ChoiceFormat.getFormats()
    Get the formats passed in the constructor.
    ObjectAnnotation.getValue()
    Returns the value of the attribute, which may be null.
    Object[]MessageFormat.parse​(String source)
    Parses text from the beginning of the given string to produce an object array.
    Object[]MessageFormat.parse​(String source,ParsePosition pos)
    Parses the string.
    ObjectDateFormat.parseObject​(String source,ParsePosition pos)
    Parses text from a string to produce aDate.
    ObjectFormat.parseObject​(String source)
    Parses text from the beginning of the given string to produce an object.
    abstractObjectFormat.parseObject​(String source,ParsePosition pos)
    Parses text from a string to produce an object.
    ObjectMessageFormat.parseObject​(String source,ParsePosition pos)
    Parses text from a string to produce an object array.
    ObjectNumberFormat.parseObject​(String source,ParsePosition pos)
    Parses text from a string to produce aNumber.
    protectedObjectAttributedCharacterIterator.Attribute.readResolve()
    Resolves instances being deserialized to the predefined constants.
    protectedObjectDateFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    protectedObjectMessageFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    protectedObjectNumberFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    Methods injava.text that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Map<AttributedCharacterIterator.Attribute,​Object>AttributedCharacterIterator.getAttributes()
    Returns a map with the attributes defined on the current character.
    Methods injava.text with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidAttributedString.addAttribute​(AttributedCharacterIterator.Attribute attribute,Object value)
    Adds an attribute to the entire string.
    voidAttributedString.addAttribute​(AttributedCharacterIterator.Attribute attribute,Object value,int beginIndex,int endIndex)
    Adds an attribute to a subrange of the string.
    intCollator.compare​(Object o1,Object o2)
    Compares its two arguments for order.
    booleanAttributedCharacterIterator.Attribute.equals​(Object obj)
    Compares two objects for equality.
    booleanChoiceFormat.equals​(Object obj)
    Equality comparison between two
    booleanCollator.equals​(Object that)
    Compares the equality of two Collators.
    booleanCompactNumberFormat.equals​(Object obj)
    Checks if thisCompactNumberFormat is equal to the specifiedobj.
    booleanDateFormat.equals​(Object obj)
    Overrides equals
    booleanDateFormatSymbols.equals​(Object obj)
    Override equals
    booleanDecimalFormat.equals​(Object obj)
    Overrides equals
    booleanDecimalFormatSymbols.equals​(Object obj)
    Override equals.
    booleanFieldPosition.equals​(Object obj)
    Overrides equals
    booleanMessageFormat.equals​(Object obj)
    Equality comparison between two message format objects
    booleanNumberFormat.equals​(Object obj)
    Overrides equals.
    booleanParsePosition.equals​(Object obj)
    Overrides equals
    booleanRuleBasedCollator.equals​(Object obj)
    Compares the equality of two collation objects.
    booleanSimpleDateFormat.equals​(Object obj)
    Compares the given object with thisSimpleDateFormat for equality.
    booleanStringCharacterIterator.equals​(Object obj)
    Compares the equality of two StringCharacterIterator objects.
    StringBufferCompactNumberFormat.format​(Object number,StringBuffer toAppendTo,FieldPosition fieldPosition)
    Formats a number to produce a string representing its compact form.
    StringBufferDateFormat.format​(Object obj,StringBuffer toAppendTo,FieldPosition fieldPosition)
    Formats the givenObject into a date-time string.
    StringBufferDecimalFormat.format​(Object number,StringBuffer toAppendTo,FieldPosition pos)
    Formats a number and appends the resulting text to the given string buffer.
    StringFormat.format​(Object obj)
    Formats an object to produce a string.
    abstractStringBufferFormat.format​(Object obj,StringBuffer toAppendTo,FieldPosition pos)
    Formats an object and appends the resulting text to a given string buffer.
    StringBufferMessageFormat.format​(Object[] arguments,StringBuffer result,FieldPosition pos)
    Formats an array of objects and appends theMessageFormat's pattern, with format elements replaced by the formatted objects, to the providedStringBuffer.
    StringBufferMessageFormat.format​(Object arguments,StringBuffer result,FieldPosition pos)
    Formats an array of objects and appends theMessageFormat's pattern, with format elements replaced by the formatted objects, to the providedStringBuffer.
    staticStringMessageFormat.format​(String pattern,Object... arguments)
    Creates a MessageFormat with the given pattern and uses it to format the given arguments.
    StringBufferNumberFormat.format​(Object number,StringBuffer toAppendTo,FieldPosition pos)
    Formats a number and appends the resulting text to the given string buffer.
    AttributedCharacterIteratorCompactNumberFormat.formatToCharacterIterator​(Object obj)
    Formats an Object producing anAttributedCharacterIterator.
    AttributedCharacterIteratorDecimalFormat.formatToCharacterIterator​(Object obj)
    Formats an Object producing anAttributedCharacterIterator.
    AttributedCharacterIteratorFormat.formatToCharacterIterator​(Object obj)
    Formats an Object producing anAttributedCharacterIterator.
    AttributedCharacterIteratorMessageFormat.formatToCharacterIterator​(Object arguments)
    Formats an array of objects and inserts them into theMessageFormat's pattern, producing anAttributedCharacterIterator.
    AttributedCharacterIteratorSimpleDateFormat.formatToCharacterIterator​(Object obj)
    Formats an Object producing anAttributedCharacterIterator.
    static voidBidi.reorderVisually​(byte[] levels,int levelStart,Object[] objects,int objectStart,int count)
    Reorder the objects in the array into visual order based on their levels.
    Constructors injava.text with parameters of typeObject 
    ConstructorDescription
    Annotation​(Object value)
    Constructs an annotation record with the given value, which may be null.
  • Uses ofObject injava.text.spi

    Subclasses ofObject injava.text.spi 
    Modifier and TypeClassDescription
    class BreakIteratorProvider
    An abstract class for service providers that provide concrete implementations of theBreakIterator class.
    class CollatorProvider
    An abstract class for service providers that provide concrete implementations of theCollator class.
    class DateFormatProvider
    An abstract class for service providers that provide concrete implementations of theDateFormat class.
    class DateFormatSymbolsProvider
    An abstract class for service providers that provide instances of theDateFormatSymbols class.
    class DecimalFormatSymbolsProvider
    An abstract class for service providers that provide instances of theDecimalFormatSymbols class.
    class NumberFormatProvider
    An abstract class for service providers that provide concrete implementations of theNumberFormat class.
  • Uses ofObject injava.time

    Subclasses ofObject injava.time 
    Modifier and TypeClassDescription
    class Clock
    A clock providing access to the current instant, date and time using a time-zone.
    class DateTimeException
    Exception used to indicate a problem while calculating a date-time.
    class Duration
    A time-based amount of time, such as '34.5 seconds'.
    class Instant
    An instantaneous point on the time-line.
    class LocalDate
    A date without a time-zone in the ISO-8601 calendar system, such as2007-12-03.
    class LocalDateTime
    A date-time without a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30.
    class LocalTime
    A time without a time-zone in the ISO-8601 calendar system, such as10:15:30.
    class MonthDay
    A month-day in the ISO-8601 calendar system, such as--12-03.
    class OffsetDateTime
    A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00.
    class OffsetTime
    A time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as10:15:30+01:00.
    class Period
    A date-based amount of time in the ISO-8601 calendar system, such as '2 years, 3 months and 4 days'.
    class Year
    A year in the ISO-8601 calendar system, such as2007.
    class YearMonth
    A year-month in the ISO-8601 calendar system, such as2007-12.
    class ZonedDateTime
    A date-time with a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00 Europe/Paris.
    class ZoneId
    A time-zone ID, such asEurope/Paris.
    class ZoneOffset
    A time-zone offset from Greenwich/UTC, such as+02:00.
    Methods injava.time with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanClock.equals​(Object obj)
    Checks if this clock is equal to another clock.
    booleanDuration.equals​(Object otherDuration)
    Checks if this duration is equal to the specifiedDuration.
    booleanInstant.equals​(Object otherInstant)
    Checks if this instant is equal to the specified instant.
    booleanLocalDate.equals​(Object obj)
    Checks if this date is equal to another date.
    booleanLocalDateTime.equals​(Object obj)
    Checks if this date-time is equal to another date-time.
    booleanLocalTime.equals​(Object obj)
    Checks if this time is equal to another time.
    booleanMonthDay.equals​(Object obj)
    Checks if this month-day is equal to another month-day.
    booleanOffsetDateTime.equals​(Object obj)
    Checks if this date-time is equal to another date-time.
    booleanOffsetTime.equals​(Object obj)
    Checks if this time is equal to another time.
    booleanPeriod.equals​(Object obj)
    Checks if this period is equal to another period.
    booleanYear.equals​(Object obj)
    Checks if this year is equal to another year.
    booleanYearMonth.equals​(Object obj)
    Checks if this year-month is equal to another year-month.
    booleanZonedDateTime.equals​(Object obj)
    Checks if this date-time is equal to another date-time.
    booleanZoneId.equals​(Object obj)
    Checks if this time-zone ID is equal to another time-zone ID.
    booleanZoneOffset.equals​(Object obj)
    Checks if this offset is equal to another offset.
  • Uses ofObject injava.time.chrono

    Subclasses ofObject injava.time.chrono 
    Modifier and TypeClassDescription
    class AbstractChronology
    An abstract implementation of a calendar system, used to organize and identify dates.
    class HijrahChronology
    The Hijrah calendar is a lunar calendar supporting Islamic calendars.
    class HijrahDate
    A date in the Hijrah calendar system.
    class IsoChronology
    The ISO calendar system.
    class JapaneseChronology
    The Japanese Imperial calendar system.
    class JapaneseDate
    A date in the Japanese Imperial calendar system.
    class JapaneseEra
    An era in the Japanese Imperial calendar system.
    class MinguoChronology
    The Minguo calendar system.
    class MinguoDate
    A date in the Minguo calendar system.
    class ThaiBuddhistChronology
    The Thai Buddhist calendar system.
    class ThaiBuddhistDate
    A date in the Thai Buddhist calendar system.
    Methods injava.time.chrono with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAbstractChronology.equals​(Object obj)
    Checks if this chronology is equal to another chronology.
    booleanChronoLocalDate.equals​(Object obj)
    Checks if this date is equal to another date, including the chronology.
    booleanChronoLocalDateTime.equals​(Object obj)
    Checks if this date-time is equal to another date-time, including the chronology.
    booleanChronology.equals​(Object obj)
    Checks if this chronology is equal to another chronology.
    booleanChronoPeriod.equals​(Object obj)
    Checks if this period is equal to another period, including the chronology.
    booleanChronoZonedDateTime.equals​(Object obj)
    Checks if this date-time is equal to another date-time.
    booleanHijrahDate.equals​(Object obj)
    Compares this date to another date, including the chronology.
    booleanJapaneseDate.equals​(Object obj)
    Compares this date to another date, including the chronology.
    booleanMinguoDate.equals​(Object obj)
    Compares this date to another date, including the chronology.
    booleanThaiBuddhistDate.equals​(Object obj)
    Compares this date to another date, including the chronology.
  • Uses ofObject injava.time.format

    Subclasses ofObject injava.time.format 
    Modifier and TypeClassDescription
    class DateTimeFormatter
    Formatter for printing and parsing date-time objects.
    class DateTimeFormatterBuilder
    Builder to create date-time formatters.
    class DateTimeParseException
    An exception thrown when an error occurs during parsing.
    class DecimalStyle
    Localized decimal style used in date and time formatting.
    Methods injava.time.format with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanDecimalStyle.equals​(Object obj)
    Checks if this DecimalStyle is equal to another DecimalStyle.
  • Uses ofObject injava.time.temporal

    Subclasses ofObject injava.time.temporal 
    Modifier and TypeClassDescription
    class IsoFields
    Fields and units specific to the ISO-8601 calendar system, including quarter-of-year and week-based-year.
    class JulianFields
    A set of date fields that provide access to Julian Days.
    class TemporalAdjusters
    Common and useful TemporalAdjusters.
    class TemporalQueries
    Common implementations ofTemporalQuery.
    class UnsupportedTemporalTypeException
    UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit is not supported for a Temporal class.
    class ValueRange
    The range of valid values for a date-time field.
    class WeekFields
    Localized definitions of the day-of-week, week-of-month and week-of-year fields.
    Methods injava.time.temporal with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanValueRange.equals​(Object obj)
    Checks if this range is equal to another range.
    booleanWeekFields.equals​(Object object)
    Checks if thisWeekFields is equal to the specified object.
  • Uses ofObject injava.time.zone

    Subclasses ofObject injava.time.zone 
    Modifier and TypeClassDescription
    class ZoneOffsetTransition
    A transition between two offsets caused by a discontinuity in the local time-line.
    class ZoneOffsetTransitionRule
    A rule expressing how to create a transition.
    class ZoneRules
    The rules defining how the zone offset varies for a single time-zone.
    class ZoneRulesException
    Thrown to indicate a problem with time-zone configuration.
    class ZoneRulesProvider
    Provider of time-zone rules to the system.
    Methods injava.time.zone with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanZoneOffsetTransition.equals​(Object other)
    Checks if this object equals another.
    booleanZoneOffsetTransitionRule.equals​(Object otherRule)
    Checks if this object equals another.
    booleanZoneRules.equals​(Object otherRules)
    Checks if this set of rules equals another.
  • Uses ofObject injava.util

    Subclasses ofObject injava.util 
    Modifier and TypeClassDescription
    class AbstractCollection<E>
    This class provides a skeletal implementation of theCollection interface, to minimize the effort required to implement this interface.
    class AbstractList<E>
    This class provides a skeletal implementation of theList interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
    class AbstractMap<K,​V>
    This class provides a skeletal implementation of theMap interface, to minimize the effort required to implement this interface.
    static class AbstractMap.SimpleEntry<K,​V>
    An Entry maintaining a key and a value.
    static class AbstractMap.SimpleImmutableEntry<K,​V>
    An Entry maintaining an immutable key and value.
    class AbstractQueue<E>
    This class provides skeletal implementations of someQueue operations.
    class AbstractSequentialList<E>
    This class provides a skeletal implementation of theList interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
    class AbstractSet<E>
    This class provides a skeletal implementation of theSet interface to minimize the effort required to implement this interface.
    class ArrayDeque<E>
    Resizable-array implementation of theDeque interface.
    class ArrayList<E>
    Resizable-array implementation of theList interface.
    class Arrays
    This class contains various methods for manipulating arrays (such as sorting and searching).
    class Base64
    This class consists exclusively of static methods for obtaining encoders and decoders for the Base64 encoding scheme.
    static class Base64.Decoder
    This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
    static class Base64.Encoder
    This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
    class BitSet
    This class implements a vector of bits that grows as needed.
    class Calendar
    TheCalendar class is an abstract class that provides methods for converting between a specific instant in time and a set ofcalendar fields such asYEAR,MONTH,DAY_OF_MONTH,HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
    static class Calendar.Builder
    Calendar.Builder is used for creating aCalendar from various date-time parameters.
    class Collections
    This class consists exclusively of static methods that operate on or return collections.
    class ConcurrentModificationException
    This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
    class Currency
    Represents a currency.
    class Date
    The classDate represents a specific instant in time, with millisecond precision.
    class Dictionary<K,​V>
    TheDictionary class is the abstract parent of any class, such asHashtable, which maps keys to values.
    class DoubleSummaryStatistics
    A state object for collecting statistics such as count, min, max, sum, and average.
    class DuplicateFormatFlagsException
    Unchecked exception thrown when duplicate flags are provided in the format specifier.
    class EmptyStackException
    Thrown by methods in theStack class to indicate that the stack is empty.
    class EnumMap<K extendsEnum<K>,​V>
    A specializedMap implementation for use with enum type keys.
    class EnumSet<E extendsEnum<E>>
    A specializedSet implementation for use with enum types.
    class EventListenerProxy<T extendsEventListener>
    An abstract wrapper class for anEventListener class which associates a set of additional parameters with the listener.
    class EventObject
    The root class from which all event state objects shall be derived.
    class FormatFlagsConversionMismatchException
    Unchecked exception thrown when a conversion and flag are incompatible.
    class FormattableFlags
    FormattableFlags are passed to theFormattable.formatTo() method and modify the output format forFormattables.
    class Formatter
    An interpreter for printf-style format strings.
    class FormatterClosedException
    Unchecked exception thrown when the formatter has been closed.
    class GregorianCalendar
    GregorianCalendar is a concrete subclass ofCalendar and provides the standard calendar system used by most of the world.
    class HashMap<K,​V>
    Hash table based implementation of theMap interface.
    class HashSet<E>
    This class implements theSet interface, backed by a hash table (actually aHashMap instance).
    class Hashtable<K,​V>
    This class implements a hash table, which maps keys to values.
    class IdentityHashMap<K,​V>
    This class implements theMap interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).
    class IllegalFormatCodePointException
    Unchecked exception thrown when a character with an invalid Unicode code point as defined byCharacter.isValidCodePoint(int) is passed to theFormatter.
    class IllegalFormatConversionException
    Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type.
    class IllegalFormatException
    Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments.
    class IllegalFormatFlagsException
    Unchecked exception thrown when an illegal combination flags is given.
    class IllegalFormatPrecisionException
    Unchecked exception thrown when the precision is a negative value other than-1, the conversion does not support a precision, or the value is otherwise unsupported.
    class IllegalFormatWidthException
    Unchecked exception thrown when the format width is a negative value other than-1 or is otherwise unsupported.
    class IllformedLocaleException
    Thrown by methods inLocale andLocale.Builder to indicate that an argument is not a well-formed BCP 47 tag.
    class InputMismatchException
    Thrown by aScanner to indicate that the token retrieved does not match the pattern for the expected type, or that the token is out of range for the expected type.
    class IntSummaryStatistics
    A state object for collecting statistics such as count, min, max, sum, and average.
    class InvalidPropertiesFormatException
    Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of properties, as per theProperties specification.
    class LinkedHashMap<K,​V>
    Hash table and linked list implementation of theMap interface, with predictable iteration order.
    class LinkedHashSet<E>
    Hash table and linked list implementation of theSet interface, with predictable iteration order.
    class LinkedList<E>
    Doubly-linked list implementation of theList andDeque interfaces.
    class ListResourceBundle
    ListResourceBundle is an abstract subclass ofResourceBundle that manages resources for a locale in a convenient and easy to use list.
    class Locale
    ALocale object represents a specific geographical, political, or cultural region.
    static class Locale.Builder
    Builder is used to build instances ofLocale from values configured by the setters.
    static class Locale.LanguageRange
    This class expresses aLanguage Range defined inRFC 4647 Matching of Language Tags.
    class LongSummaryStatistics
    A state object for collecting statistics such as count, min, max, sum, and average.
    class MissingFormatArgumentException
    Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist.
    class MissingFormatWidthException
    Unchecked exception thrown when the format width is required.
    class MissingResourceException
    Signals that a resource is missing.
    class NoSuchElementException
    Thrown by various accessor methods to indicate that the element being requested does not exist.
    class Objects
    This class consists ofstatic utility methods for operating on objects, or checking certain conditions before operation.
    class Observable
    Deprecated.
    This class and theObserver interface have been deprecated.
    class Optional<T>
    A container object which may or may not contain a non-null value.
    class OptionalDouble
    A container object which may or may not contain adouble value.
    class OptionalInt
    A container object which may or may not contain anint value.
    class OptionalLong
    A container object which may or may not contain along value.
    class PriorityQueue<E>
    An unbounded priorityqueue based on a priority heap.
    class Properties
    TheProperties class represents a persistent set of properties.
    class PropertyPermission
    This class is for property permissions.
    class PropertyResourceBundle
    PropertyResourceBundle is a concrete subclass ofResourceBundle that manages resources for a locale using a set of static strings from a property file.
    class Random
    An instance of this class is used to generate a stream of pseudorandom numbers.
    class ResourceBundle
    Resource bundles contain locale-specific objects.
    static class ResourceBundle.Control
    ResourceBundle.Control defines a set of callback methods that are invoked by theResourceBundle.getBundle factory methods during the bundle loading process.
    class Scanner
    A simple text scanner which can parse primitive types and strings using regular expressions.
    class ServiceConfigurationError
    Error thrown when something goes wrong while locating, loading, or instantiating a service provider.
    class ServiceLoader<S>
    A facility to load implementations of a service.
    class SimpleTimeZone
    SimpleTimeZone is a concrete subclass ofTimeZone that represents a time zone for use with a Gregorian calendar.
    class Spliterators
    Static classes and methods for operating on or creating instances ofSpliterator and its primitive specializationsSpliterator.OfInt,Spliterator.OfLong, andSpliterator.OfDouble.
    static class Spliterators.AbstractDoubleSpliterator
    An abstractSpliterator.OfDouble that implementstrySplit to permit limited parallelism.
    static class Spliterators.AbstractIntSpliterator
    An abstractSpliterator.OfInt that implementstrySplit to permit limited parallelism.
    static class Spliterators.AbstractLongSpliterator
    An abstractSpliterator.OfLong that implementstrySplit to permit limited parallelism.
    static class Spliterators.AbstractSpliterator<T>
    An abstractSpliterator that implementstrySplit to permit limited parallelism.
    class SplittableRandom
    A generator of uniform pseudorandom values applicable for use in (among other contexts) isolated parallel computations that may generate subtasks.
    class Stack<E>
    TheStack class represents a last-in-first-out (LIFO) stack of objects.
    class StringJoiner
    StringJoiner is used to construct a sequence of characters separated by a delimiter and optionally starting with a supplied prefix and ending with a supplied suffix.
    class StringTokenizer
    The string tokenizer class allows an application to break a string into tokens.
    class Timer
    A facility for threads to schedule tasks for future execution in a background thread.
    class TimerTask
    A task that can be scheduled for one-time or repeated execution by aTimer.
    class TimeZone
    TimeZone represents a time zone offset, and also figures out daylight savings.
    class TooManyListenersException
    The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
    class TreeMap<K,​V>
    A Red-Black tree basedNavigableMap implementation.
    class TreeSet<E>
    ANavigableSet implementation based on aTreeMap.
    class UnknownFormatConversionException
    Unchecked exception thrown when an unknown conversion is given.
    class UnknownFormatFlagsException
    Unchecked exception thrown when an unknown flag is given.
    class UUID
    A class that represents an immutable universally unique identifier (UUID).
    class Vector<E>
    TheVector class implements a growable array of objects.
    class WeakHashMap<K,​V>
    Hash table based implementation of theMap interface, withweak keys.
    Fields injava.util declared asObject 
    Modifier and TypeFieldDescription
    protectedObject[]Vector.elementData
    The array buffer into which the components of the vector are stored.
    protectedObjectEventObject.source
    The object on which the Event initially occurred.
    Methods injava.util with type parameters of typeObject 
    Modifier and TypeMethodDescription
    static <T extendsObject &Comparable<? super T>>
    T
    Collections.max​(Collection<? extends T> coll)
    Returns the maximum element of the given collection, according to thenatural ordering of its elements.
    static <T extendsObject &Comparable<? super T>>
    T
    Collections.min​(Collection<? extends T> coll)
    Returns the minimum element of the given collection, according to thenatural ordering of its elements.
    Methods injava.util that returnObject 
    Modifier and TypeMethodDescription
    protectedObjectAbstractMap.clone()
    Returns a shallow copy of thisAbstractMap instance: the keys and values themselves are not cloned.
    ObjectArrayList.clone()
    Returns a shallow copy of thisArrayList instance.
    ObjectBitSet.clone()
    Cloning thisBitSet produces a newBitSet that is equal to it.
    ObjectCalendar.clone()
    Creates and returns a copy of this object.
    ObjectDate.clone()
    Return a copy of this object.
    ObjectHashMap.clone()
    Returns a shallow copy of thisHashMap instance: the keys and values themselves are not cloned.
    ObjectHashSet.clone()
    Returns a shallow copy of thisHashSet instance: the elements themselves are not cloned.
    ObjectHashtable.clone()
    Creates a shallow copy of this hashtable.
    ObjectIdentityHashMap.clone()
    Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
    ObjectLinkedList.clone()
    Returns a shallow copy of thisLinkedList.
    ObjectLocale.clone()
    Overrides Cloneable.
    ObjectSimpleTimeZone.clone()
    Returns a clone of thisSimpleTimeZone instance.
    ObjectTimeZone.clone()
    Creates a copy of thisTimeZone.
    ObjectTreeMap.clone()
    Returns a shallow copy of thisTreeMap instance.
    ObjectTreeSet.clone()
    Returns a shallow copy of thisTreeSet instance.
    ObjectVector.clone()
    Returns a clone of this vector.
    static <T> T[]Arrays.copyOf​(T[] original,int newLength)
    Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
    static <T,​U> T[]Arrays.copyOf​(U[] original,int newLength,Class<? extends T[]> newType)
    Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
    static <T> T[]Arrays.copyOfRange​(T[] original,int from,int to)
    Copies the specified range of the specified array into a new array.
    static <T,​U> T[]Arrays.copyOfRange​(U[] original,int from,int to,Class<? extends T[]> newType)
    Copies the specified range of the specified array into a new array.
    protected abstractObject[][]ListResourceBundle.getContents()
    Returns an array in which each item is a pair of objects in anObject array.
    ObjectResourceBundle.getObject​(String key)
    Gets an object for the given key from this resource bundle or one of its parents.
    ObjectEventObject.getSource()
    The object on which the Event initially occurred.
    protected abstractObjectResourceBundle.handleGetObject​(String key)
    Gets an object for the given key from this resource bundle.
    ObjectStringTokenizer.nextElement()
    Returns the same value as thenextToken method, except that its declared return value isObject rather thanString.
    ObjectProperties.setProperty​(String key,String value)
    Calls theHashtable methodput.
    Object[]AbstractCollection.toArray()
    Returns an array containing all of the elements in this collection.
    <T> T[]AbstractCollection.toArray​(T[] a)
    Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
    Object[]ArrayDeque.toArray()
    Returns an array containing all of the elements in this deque in proper sequence (from first to last element).
    <T> T[]ArrayDeque.toArray​(T[] a)
    Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    Object[]ArrayList.toArray()
    Returns an array containing all of the elements in this list in proper sequence (from first to last element).
    <T> T[]ArrayList.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    Object[]Collection.toArray()
    Returns an array containing all of the elements in this collection.
    default <T> T[]Collection.toArray​(IntFunction<T[]> generator)
    Returns an array containing all of the elements in this collection, using the providedgenerator function to allocate the returned array.
    <T> T[]Collection.toArray​(T[] a)
    Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
    Object[]LinkedList.toArray()
    Returns an array containing all of the elements in this list in proper sequence (from first to last element).
    <T> T[]LinkedList.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    Object[]List.toArray()
    Returns an array containing all of the elements in this list in proper sequence (from first to last element).
    <T> T[]List.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    Object[]PriorityQueue.toArray()
    Returns an array containing all of the elements in this queue.
    <T> T[]PriorityQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
    Object[]Set.toArray()
    Returns an array containing all of the elements in this set.
    <T> T[]Set.toArray​(T[] a)
    Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
    Object[]Vector.toArray()
    Returns an array containing all of the elements in this Vector in the correct order.
    <T> T[]Vector.toArray​(T[] a)
    Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
    Methods injava.util with parameters of typeObject 
    Modifier and TypeMethodDescription
    static <T> booleanCollections.addAll​(Collection<? super T> c,T... elements)
    Adds all of the specified elements to the specified collection.
    booleanCalendar.after​(Object when)
    Returns whether thisCalendar represents a time after the time represented by the specifiedObject.
    static <T> List<T>Arrays.asList​(T... a)
    Returns a fixed-size list backed by the specified array.
    booleanCalendar.before​(Object when)
    Returns whether thisCalendar represents a time before the time represented by the specifiedObject.
    static intArrays.binarySearch​(Object[] a,int fromIndex,int toIndex,Object key)
    Searches a range of the specified array for the specified object using the binary search algorithm.
    static intArrays.binarySearch​(Object[] a,Object key)
    Searches the specified array for the specified object using the binary search algorithm.
    static <T> intArrays.binarySearch​(T[] a,int fromIndex,int toIndex,T key,Comparator<? super T> c)
    Searches a range of the specified array for the specified object using the binary search algorithm.
    static <T> intArrays.binarySearch​(T[] a,T key,Comparator<? super T> c)
    Searches the specified array for the specified object using the binary search algorithm.
    static <T> intArrays.compare​(T[] a,int aFromIndex,int aToIndex,T[] b,int bFromIndex,int bToIndex,Comparator<? super T> cmp)
    Compares twoObject arrays lexicographically over the specified ranges.
    static <T> intArrays.compare​(T[] a,T[] b,Comparator<? super T> cmp)
    Compares twoObject arrays lexicographically using a specified comparator.
    booleanAbstractCollection.contains​(Object o)
    Returnstrue if this collection contains the specified element.
    booleanArrayDeque.contains​(Object o)
    Returnstrue if this deque contains the specified element.
    booleanArrayList.contains​(Object o)
    Returnstrue if this list contains the specified element.
    booleanCollection.contains​(Object o)
    Returnstrue if this collection contains the specified element.
    booleanDeque.contains​(Object o)
    Returnstrue if this deque contains the specified element.
    booleanHashSet.contains​(Object o)
    Returnstrue if this set contains the specified element.
    booleanHashtable.contains​(Object value)
    Tests if some key maps into the specified value in this hashtable.
    booleanLinkedList.contains​(Object o)
    Returnstrue if this list contains the specified element.
    booleanList.contains​(Object o)
    Returnstrue if this list contains the specified element.
    booleanPriorityQueue.contains​(Object o)
    Returnstrue if this queue contains the specified element.
    booleanSet.contains​(Object o)
    Returnstrue if this set contains the specified element.
    booleanTreeSet.contains​(Object o)
    Returnstrue if this set contains the specified element.
    booleanVector.contains​(Object o)
    Returnstrue if this vector contains the specified element.
    booleanAbstractMap.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanEnumMap.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanHashMap.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanHashtable.containsKey​(Object key)
    Tests if the specified object is a key in this hashtable.
    booleanIdentityHashMap.containsKey​(Object key)
    Tests whether the specified object reference is a key in this identity hash map.
    booleanMap.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanTreeMap.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanWeakHashMap.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanAbstractMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanEnumMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanHashMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanHashtable.containsValue​(Object value)
    Returns true if this hashtable maps one or more keys to this value.
    booleanIdentityHashMap.containsValue​(Object value)
    Tests whether the specified object reference is a value in this identity hash map.
    booleanLinkedHashMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanTreeMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanWeakHashMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    voidVector.copyInto​(Object[] anArray)
    Copies the components of this vector into the specified array.
    static <T> T[]Arrays.copyOf​(T[] original,int newLength)
    Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
    static <T,​U> T[]Arrays.copyOf​(U[] original,int newLength,Class<? extends T[]> newType)
    Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
    static <T> T[]Arrays.copyOfRange​(T[] original,int from,int to)
    Copies the specified range of the specified array into a new array.
    static <T,​U> T[]Arrays.copyOfRange​(U[] original,int from,int to,Class<? extends T[]> newType)
    Copies the specified range of the specified array into a new array.
    static booleanArrays.deepEquals​(Object[] a1,Object[] a2)
    Returnstrue if the two specified arrays aredeeply equal to one another.
    static booleanObjects.deepEquals​(Object a,Object b)
    Returnstrue if the arguments are deeply equal to each other andfalse otherwise.
    static intArrays.deepHashCode​(Object[] a)
    Returns a hash code based on the "deep contents" of the specified array.
    staticStringArrays.deepToString​(Object[] a)
    Returns a string representation of the "deep contents" of the specified array.
    booleanAbstractList.equals​(Object o)
    Compares the specified object with this list for equality.
    booleanAbstractMap.equals​(Object o)
    Compares the specified object with this map for equality.
    booleanAbstractMap.SimpleEntry.equals​(Object o)
    Compares the specified object with this entry for equality.
    booleanAbstractMap.SimpleImmutableEntry.equals​(Object o)
    Compares the specified object with this entry for equality.
    booleanAbstractSet.equals​(Object o)
    Compares the specified object with this set for equality.
    static booleanArrays.equals​(Object[] a,int aFromIndex,int aToIndex,Object[] b,int bFromIndex,int bToIndex)
    Returns true if the two specified arrays of Objects, over the specified ranges, areequal to one another.
    static booleanArrays.equals​(Object[] a,Object[] a2)
    Returnstrue if the two specified arrays of Objects areequal to one another.
    static <T> booleanArrays.equals​(T[] a,int aFromIndex,int aToIndex,T[] b,int bFromIndex,int bToIndex,Comparator<? super T> cmp)
    Returns true if the two specified arrays of Objects, over the specified ranges, areequal to one another.
    static <T> booleanArrays.equals​(T[] a,T[] a2,Comparator<? super T> cmp)
    Returnstrue if the two specified arrays of Objects areequal to one another.
    booleanBitSet.equals​(Object obj)
    Compares this object against the specified object.
    booleanCalendar.equals​(Object obj)
    Compares thisCalendar to the specifiedObject.
    booleanCollection.equals​(Object o)
    Compares the specified object with this collection for equality.
    booleanComparator.equals​(Object obj)
    Indicates whether some other object is "equal to" this comparator.
    booleanDate.equals​(Object obj)
    Compares two dates for equality.
    booleanEnumMap.equals​(Object o)
    Compares the specified object with this map for equality.
    booleanGregorianCalendar.equals​(Object obj)
    Compares thisGregorianCalendar to the specifiedObject.
    booleanHashtable.equals​(Object o)
    Compares the specified Object with this Map for equality, as per the definition in the Map interface.
    booleanIdentityHashMap.equals​(Object o)
    Compares the specified object with this map for equality.
    booleanList.equals​(Object o)
    Compares the specified object with this list for equality.
    booleanLocale.equals​(Object obj)
    Returns true if this Locale is equal to another object.
    booleanLocale.LanguageRange.equals​(Object obj)
    Compares this object to the specified object.
    booleanMap.Entry.equals​(Object o)
    Compares the specified object with this entry for equality.
    booleanMap.equals​(Object o)
    Compares the specified object with this map for equality.
    static booleanObjects.equals​(Object a,Object b)
    Returnstrue if the arguments are equal to each other andfalse otherwise.
    booleanOptional.equals​(Object obj)
    Indicates whether some other object is "equal to" thisOptional.
    booleanOptionalDouble.equals​(Object obj)
    Indicates whether some other object is "equal to" thisOptionalDouble.
    booleanOptionalInt.equals​(Object obj)
    Indicates whether some other object is "equal to" thisOptionalInt.
    booleanOptionalLong.equals​(Object obj)
    Indicates whether some other object is "equal to" thisOptionalLong.
    booleanPropertyPermission.equals​(Object obj)
    Checks two PropertyPermission objects for equality.
    booleanSet.equals​(Object o)
    Compares the specified object with this set for equality.
    booleanSimpleTimeZone.equals​(Object obj)
    Compares the equality of twoSimpleTimeZone objects.
    booleanUUID.equals​(Object obj)
    Compares this object to the specified object.
    booleanVector.equals​(Object o)
    Compares the specified Object with this Vector for equality.
    static voidArrays.fill​(Object[] a,int fromIndex,int toIndex,Object val)
    Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
    static voidArrays.fill​(Object[] a,Object val)
    Assigns the specified Object reference to each element of the specified array of Objects.
    FormatterFormatter.format​(String format,Object... args)
    Writes a formatted string to this object's destination using the specified format string and arguments.
    FormatterFormatter.format​(Locale l,String format,Object... args)
    Writes a formatted string to this object's destination using the specified locale, format string, and arguments.
    static intCollections.frequency​(Collection<?> c,Object o)
    Returns the number of elements in the specified collection equal to the specified object.
    VAbstractMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    abstractVDictionary.get​(Object key)
    Returns the value to which the key is mapped in this dictionary.
    VEnumMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VHashMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VHashtable.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VIdentityHashMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VLinkedHashMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VTreeMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VWeakHashMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    defaultVMap.getOrDefault​(Object key,V defaultValue)
    Returns the value to which the specified key is mapped, ordefaultValue if this map contains no mapping for the key.
    static intObjects.hash​(Object... values)
    Generates a hash code for a sequence of input values.
    static intArrays.hashCode​(Object[] a)
    Returns a hash code based on the contents of the specified array.
    static intObjects.hashCode​(Object o)
    Returns the hash code of a non-null argument and 0 for anull argument.
    intAbstractList.indexOf​(Object o)
    Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intArrayList.indexOf​(Object o)
    Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intLinkedList.indexOf​(Object o)
    Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intList.indexOf​(Object o)
    Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intVector.indexOf​(Object o)
    Returns the index of the first occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
    intVector.indexOf​(Object o,int index)
    Returns the index of the first occurrence of the specified element in this vector, searching forwards fromindex, or returns -1 if the element is not found.
    static booleanObjects.isNull​(Object obj)
    Returnstrue if the provided reference isnull otherwise returnsfalse.
    intAbstractList.lastIndexOf​(Object o)
    Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intArrayList.lastIndexOf​(Object o)
    Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intLinkedList.lastIndexOf​(Object o)
    Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intList.lastIndexOf​(Object o)
    Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
    intVector.lastIndexOf​(Object o)
    Returns the index of the last occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
    intVector.lastIndexOf​(Object o,int index)
    Returns the index of the last occurrence of the specified element in this vector, searching backwards fromindex, or returns -1 if the element is not found.
    static intArrays.mismatch​(Object[] a,int aFromIndex,int aToIndex,Object[] b,int bFromIndex,int bToIndex)
    Finds and returns the relative index of the first mismatch between twoObject arrays over the specified ranges, otherwise return -1 if no mismatch is found.
    static intArrays.mismatch​(Object[] a,Object[] b)
    Finds and returns the index of the first mismatch between twoObject arrays, otherwise return -1 if no mismatch is found.
    static <T> intArrays.mismatch​(T[] a,int aFromIndex,int aToIndex,T[] b,int bFromIndex,int bToIndex,Comparator<? super T> cmp)
    Finds and returns the relative index of the first mismatch between twoObject arrays over the specified ranges, otherwise return -1 if no mismatch is found.
    static <T> intArrays.mismatch​(T[] a,T[] b,Comparator<? super T> cmp)
    Finds and returns the index of the first mismatch between twoObject arrays, otherwise return -1 if no mismatch is found.
    static booleanObjects.nonNull​(Object obj)
    Returnstrue if the provided reference is non-null otherwise returnsfalse.
    voidObservable.notifyObservers​(Object arg)
    Deprecated.
    If this object has changed, as indicated by thehasChanged method, then notify all of its observers and then call theclearChanged method to indicate that this object has no longer changed.
    static <E> List<E>List.of​(E... elements)
    Returns an unmodifiable list containing an arbitrary number of elements.
    static <E> Set<E>Set.of​(E... elements)
    Returns an unmodifiable set containing an arbitrary number of elements.
    static <T> voidArrays.parallelPrefix​(T[] array,int fromIndex,int toIndex,BinaryOperator<T> op)
    PerformsArrays.parallelPrefix(Object[], BinaryOperator) for the given subrange of the array.
    static <T> voidArrays.parallelPrefix​(T[] array,BinaryOperator<T> op)
    Cumulates, in parallel, each element of the given array in place, using the supplied function.
    static <T> voidArrays.parallelSetAll​(T[] array,IntFunction<? extends T> generator)
    Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
    static <T> voidArrays.parallelSort​(T[] a,int fromIndex,int toIndex,Comparator<? super T> cmp)
    Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
    static <T> voidArrays.parallelSort​(T[] a,Comparator<? super T> cmp)
    Sorts the specified array of objects according to the order induced by the specified comparator.
    booleanAbstractCollection.remove​(Object o)
    Removes a single instance of the specified element from this collection, if it is present (optional operation).
    VAbstractMap.remove​(Object key)
    Removes the mapping for a key from this map if it is present (optional operation).
    booleanArrayDeque.remove​(Object o)
    Removes a single instance of the specified element from this deque.
    booleanArrayList.remove​(Object o)
    Removes the first occurrence of the specified element from this list, if it is present.
    booleanCollection.remove​(Object o)
    Removes a single instance of the specified element from this collection, if it is present (optional operation).
    booleanDeque.remove​(Object o)
    Removes the first occurrence of the specified element from this deque.
    abstractVDictionary.remove​(Object key)
    Removes thekey (and its correspondingvalue) from this dictionary.
    VEnumMap.remove​(Object key)
    Removes the mapping for this key from this map if present.
    VHashMap.remove​(Object key)
    Removes the mapping for the specified key from this map if present.
    booleanHashSet.remove​(Object o)
    Removes the specified element from this set if it is present.
    VHashtable.remove​(Object key)
    Removes the key (and its corresponding value) from this hashtable.
    VIdentityHashMap.remove​(Object key)
    Removes the mapping for this key from this map if present.
    booleanLinkedList.remove​(Object o)
    Removes the first occurrence of the specified element from this list, if it is present.
    booleanList.remove​(Object o)
    Removes the first occurrence of the specified element from this list, if it is present (optional operation).
    VMap.remove​(Object key)
    Removes the mapping for a key from this map if it is present (optional operation).
    default booleanMap.remove​(Object key,Object value)
    Removes the entry for the specified key only if it is currently mapped to the specified value.
    booleanPriorityQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present.
    booleanSet.remove​(Object o)
    Removes the specified element from this set if it is present (optional operation).
    VTreeMap.remove​(Object key)
    Removes the mapping for this key from this TreeMap if present.
    booleanTreeSet.remove​(Object o)
    Removes the specified element from this set if it is present.
    booleanVector.remove​(Object o)
    Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
    VWeakHashMap.remove​(Object key)
    Removes the mapping for a key from this weak hash map if it is present.
    booleanVector.removeElement​(Object obj)
    Removes the first (lowest-indexed) occurrence of the argument from this vector.
    booleanArrayDeque.removeFirstOccurrence​(Object o)
    Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
    booleanDeque.removeFirstOccurrence​(Object o)
    Removes the first occurrence of the specified element from this deque.
    booleanLinkedList.removeFirstOccurrence​(Object o)
    Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
    booleanArrayDeque.removeLastOccurrence​(Object o)
    Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
    booleanDeque.removeLastOccurrence​(Object o)
    Removes the last occurrence of the specified element from this deque.
    booleanLinkedList.removeLastOccurrence​(Object o)
    Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
    intStack.search​(Object o)
    Returns the 1-based position where an object is on this stack.
    static <T> voidArrays.setAll​(T[] array,IntFunction<? extends T> generator)
    Set all elements of the specified array, using the provided generator function to compute each element.
    static voidArrays.sort​(Object[] a)
    Sorts the specified array of objects into ascending order, according to thenatural ordering of its elements.
    static voidArrays.sort​(Object[] a,int fromIndex,int toIndex)
    Sorts the specified range of the specified array of objects into ascending order, according to thenatural ordering of its elements.
    static <T> voidArrays.sort​(T[] a,int fromIndex,int toIndex,Comparator<? super T> c)
    Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
    static <T> voidArrays.sort​(T[] a,Comparator<? super T> c)
    Sorts the specified array of objects according to the order induced by the specified comparator.
    static <T> Spliterator<T>Arrays.spliterator​(T[] array)
    Returns aSpliterator covering all of the specified array.
    static <T> Spliterator<T>Arrays.spliterator​(T[] array,int startInclusive,int endExclusive)
    Returns aSpliterator covering the specified range of the specified array.
    static <T> Spliterator<T>Spliterators.spliterator​(Object[] array,int additionalCharacteristics)
    Creates aSpliterator covering the elements of a given array, using a customized set of spliterator characteristics.
    static <T> Spliterator<T>Spliterators.spliterator​(Object[] array,int fromIndex,int toIndex,int additionalCharacteristics)
    Creates aSpliterator covering a range of elements of a given array, using a customized set of spliterator characteristics.
    static <T> Stream<T>Arrays.stream​(T[] array)
    Returns a sequentialStream with the specified array as its source.
    static <T> Stream<T>Arrays.stream​(T[] array,int startInclusive,int endExclusive)
    Returns a sequentialStream with the specified range of the specified array as its source.
    <T> T[]AbstractCollection.toArray​(T[] a)
    Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
    <T> T[]ArrayDeque.toArray​(T[] a)
    Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    <T> T[]ArrayList.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    <T> T[]Collection.toArray​(T[] a)
    Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
    <T> T[]LinkedList.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    <T> T[]List.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    <T> T[]PriorityQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
    <T> T[]Set.toArray​(T[] a)
    Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
    <T> T[]Vector.toArray​(T[] a)
    Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
    staticStringArrays.toString​(Object[] a)
    Returns a string representation of the contents of the specified array.
    staticStringObjects.toString​(Object o)
    Returns the result of callingtoString for a non- null argument and"null" for anull argument.
    staticStringObjects.toString​(Object o,String nullDefault)
    Returns the result of callingtoString on the first argument if the first argument is notnull and returns the second argument otherwise.
    voidObserver.update​(Observable o,Object arg)
    Deprecated.
    This method is called whenever the observed object is changed.
    Constructors injava.util with parameters of typeObject 
    ConstructorDescription
    EventObject​(Object source)
    Constructs a prototypical Event.
  • Uses ofObject injava.util.concurrent

    Subclasses ofObject injava.util.concurrent 
    Modifier and TypeClassDescription
    class AbstractExecutorService
    Provides default implementations ofExecutorService execution methods.
    class ArrayBlockingQueue<E>
    A boundedblocking queue backed by an array.
    class BrokenBarrierException
    Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
    class CancellationException
    Exception indicating that the result of a value-producing task, such as aFutureTask, cannot be retrieved because the task was cancelled.
    class CompletableFuture<T>
    AFuture that may be explicitly completed (setting its value and status), and may be used as aCompletionStage, supporting dependent functions and actions that trigger upon its completion.
    class CompletionException
    Exception thrown when an error or other exception is encountered in the course of completing a result or task.
    class ConcurrentHashMap<K,​V>
    A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
    static class ConcurrentHashMap.KeySetView<K,​V>
    A view of a ConcurrentHashMap as aSet of keys, in which additions may optionally be enabled by mapping to a common value.
    class ConcurrentLinkedDeque<E>
    An unbounded concurrentdeque based on linked nodes.
    class ConcurrentLinkedQueue<E>
    An unbounded thread-safequeue based on linked nodes.
    class ConcurrentSkipListMap<K,​V>
    A scalable concurrentConcurrentNavigableMap implementation.
    class ConcurrentSkipListSet<E>
    A scalable concurrentNavigableSet implementation based on aConcurrentSkipListMap.
    class CopyOnWriteArrayList<E>
    A thread-safe variant ofArrayList in which all mutative operations (add,set, and so on) are implemented by making a fresh copy of the underlying array.
    class CopyOnWriteArraySet<E>
    ASet that uses an internalCopyOnWriteArrayList for all of its operations.
    class CountDownLatch
    A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
    class CountedCompleter<T>
    AForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
    class CyclicBarrier
    A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
    class DelayQueue<E extendsDelayed>
    An unboundedblocking queue ofDelayed elements, in which an element can only be taken when its delay has expired.
    class Exchanger<V>
    A synchronization point at which threads can pair and swap elements within pairs.
    class ExecutionException
    Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
    class ExecutorCompletionService<V>
    ACompletionService that uses a suppliedExecutor to execute tasks.
    class Executors
    Factory and utility methods forExecutor,ExecutorService,ScheduledExecutorService,ThreadFactory, andCallable classes defined in this package.
    class Flow
    Interrelated interfaces and static methods for establishing flow-controlled components in whichPublishers produce items consumed by one or moreSubscribers, each managed by aSubscription.
    class ForkJoinPool
    class ForkJoinTask<V>
    Abstract base class for tasks that run within aForkJoinPool.
    class ForkJoinWorkerThread
    A thread managed by aForkJoinPool, which executesForkJoinTasks.
    class FutureTask<V>
    A cancellable asynchronous computation.
    class LinkedBlockingDeque<E>
    An optionally-boundedblocking deque based on linked nodes.
    class LinkedBlockingQueue<E>
    An optionally-boundedblocking queue based on linked nodes.
    class LinkedTransferQueue<E>
    An unboundedTransferQueue based on linked nodes.
    class Phaser
    A reusable synchronization barrier, similar in functionality toCyclicBarrier andCountDownLatch but supporting more flexible usage.
    class PriorityBlockingQueue<E>
    An unboundedblocking queue that uses the same ordering rules as classPriorityQueue and supplies blocking retrieval operations.
    class RecursiveAction
    A recursive resultlessForkJoinTask.
    class RecursiveTask<V>
    A recursive result-bearingForkJoinTask.
    class RejectedExecutionException
    Exception thrown by anExecutor when a task cannot be accepted for execution.
    class ScheduledThreadPoolExecutor
    AThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
    class Semaphore
    A counting semaphore.
    class SubmissionPublisher<T>
    AFlow.Publisher that asynchronously issues submitted (non-null) items to current subscribers until it is closed.
    class SynchronousQueue<E>
    Ablocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
    class ThreadLocalRandom
    A random number generator isolated to the current thread.
    class ThreadPoolExecutor
    AnExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured usingExecutors factory methods.
    static class ThreadPoolExecutor.AbortPolicy
    A handler for rejected tasks that throws aRejectedExecutionException.
    static class ThreadPoolExecutor.CallerRunsPolicy
    A handler for rejected tasks that runs the rejected task directly in the calling thread of theexecute method, unless the executor has been shut down, in which case the task is discarded.
    static class ThreadPoolExecutor.DiscardOldestPolicy
    A handler for rejected tasks that discards the oldest unhandled request and then retriesexecute, unless the executor is shut down, in which case the task is discarded.
    static class ThreadPoolExecutor.DiscardPolicy
    A handler for rejected tasks that silently discards the rejected task.
    class TimeoutException
    Exception thrown when a blocking operation times out.
    Methods injava.util.concurrent that returnObject 
    Modifier and TypeMethodDescription
    ObjectCopyOnWriteArrayList.clone()
    Returns a shallow copy of this list.
    Object[]ArrayBlockingQueue.toArray()
    Returns an array containing all of the elements in this queue, in proper sequence.
    <T> T[]ArrayBlockingQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    Object[]ConcurrentLinkedDeque.toArray()
    Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
    <T> T[]ConcurrentLinkedDeque.toArray​(T[] a)
    Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    Object[]ConcurrentLinkedQueue.toArray()
    Returns an array containing all of the elements in this queue, in proper sequence.
    <T> T[]ConcurrentLinkedQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    Object[]CopyOnWriteArrayList.toArray()
    Returns an array containing all of the elements in this list in proper sequence (from first to last element).
    <T> T[]CopyOnWriteArrayList.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    Object[]CopyOnWriteArraySet.toArray()
    Returns an array containing all of the elements in this set.
    <T> T[]CopyOnWriteArraySet.toArray​(T[] a)
    Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
    Object[]DelayQueue.toArray()
    Returns an array containing all of the elements in this queue.
    <T> T[]DelayQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
    Object[]LinkedBlockingDeque.toArray()
    Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
    <T> T[]LinkedBlockingDeque.toArray​(T[] a)
    Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.
    Object[]LinkedBlockingQueue.toArray()
    Returns an array containing all of the elements in this queue, in proper sequence.
    <T> T[]LinkedBlockingQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    Object[]LinkedTransferQueue.toArray()
    Returns an array containing all of the elements in this queue, in proper sequence.
    <T> T[]LinkedTransferQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    Object[]PriorityBlockingQueue.toArray()
    Returns an array containing all of the elements in this queue.
    <T> T[]PriorityBlockingQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
    Object[]SynchronousQueue.toArray()
    Returns a zero-length array.
    <T> T[]SynchronousQueue.toArray​(T[] a)
    Sets the zeroth element of the specified array tonull (if the array has non-zero length) and returns it.
    Methods injava.util.concurrent that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    staticCompletableFuture<Object>CompletableFuture.anyOf​(CompletableFuture<?>... cfs)
    Returns a new CompletableFuture that is completed when any of the given CompletableFutures complete, with the same result.
    staticCallable<Object>Executors.callable​(Runnable task)
    Returns aCallable object that, when called, runs the given task and returnsnull.
    staticCallable<Object>Executors.callable​(PrivilegedAction<?> action)
    Returns aCallable object that, when called, runs the given privileged action and returns its result.
    staticCallable<Object>Executors.callable​(PrivilegedExceptionAction<?> action)
    Returns aCallable object that, when called, runs the given privileged exception action and returns its result.
    Methods injava.util.concurrent with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanArrayBlockingQueue.contains​(Object o)
    Returnstrue if this queue contains the specified element.
    booleanBlockingDeque.contains​(Object o)
    Returnstrue if this deque contains the specified element.
    booleanBlockingQueue.contains​(Object o)
    Returnstrue if this queue contains the specified element.
    booleanConcurrentHashMap.contains​(Object value)
    Tests if some key maps into the specified value in this table.
    booleanConcurrentHashMap.KeySetView.contains​(Object o)
    Returnstrue if this collection contains the specified element.
    booleanConcurrentLinkedDeque.contains​(Object o)
    Returnstrue if this deque contains the specified element.
    booleanConcurrentLinkedQueue.contains​(Object o)
    Returnstrue if this queue contains the specified element.
    booleanConcurrentSkipListSet.contains​(Object o)
    Returnstrue if this set contains the specified element.
    booleanCopyOnWriteArrayList.contains​(Object o)
    Returnstrue if this list contains the specified element.
    booleanCopyOnWriteArraySet.contains​(Object o)
    Returnstrue if this set contains the specified element.
    booleanLinkedBlockingDeque.contains​(Object o)
    Returnstrue if this deque contains the specified element.
    booleanLinkedBlockingQueue.contains​(Object o)
    Returnstrue if this queue contains the specified element.
    booleanLinkedTransferQueue.contains​(Object o)
    Returnstrue if this queue contains the specified element.
    booleanPriorityBlockingQueue.contains​(Object o)
    Returnstrue if this queue contains the specified element.
    booleanSynchronousQueue.contains​(Object o)
    Always returnsfalse.
    booleanConcurrentHashMap.containsKey​(Object key)
    Tests if the specified object is a key in this table.
    booleanConcurrentSkipListMap.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanConcurrentHashMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanConcurrentSkipListMap.containsValue​(Object value)
    Returnstrue if this map maps one or more keys to the specified value.
    booleanConcurrentHashMap.equals​(Object o)
    Compares the specified object with this map for equality.
    booleanConcurrentSkipListMap.equals​(Object o)
    Compares the specified object with this map for equality.
    booleanConcurrentSkipListSet.equals​(Object o)
    Compares the specified object with this set for equality.
    booleanCopyOnWriteArrayList.equals​(Object o)
    Compares the specified object with this list for equality.
    booleanCopyOnWriteArraySet.equals​(Object o)
    Compares the specified object with this set for equality.
    VConcurrentHashMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VConcurrentSkipListMap.get​(Object key)
    Returns the value to which the specified key is mapped, ornull if this map contains no mapping for the key.
    VConcurrentHashMap.getOrDefault​(Object key,V defaultValue)
    Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
    defaultVConcurrentMap.getOrDefault​(Object key,V defaultValue)
    Returns the value to which the specified key is mapped, ordefaultValue if this map contains no mapping for the key.
    VConcurrentSkipListMap.getOrDefault​(Object key,V defaultValue)
    Returns the value to which the specified key is mapped, or the given defaultValue if this map contains no mapping for the key.
    booleanArrayBlockingQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present.
    booleanBlockingDeque.remove​(Object o)
    Removes the first occurrence of the specified element from this deque.
    booleanBlockingQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present.
    booleanConcurrentHashMap.KeySetView.remove​(Object o)
    Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
    VConcurrentHashMap.remove​(Object key)
    Removes the key (and its corresponding value) from this map.
    booleanConcurrentHashMap.remove​(Object key,Object value)
    Removes the entry for a key only if currently mapped to a given value.
    booleanConcurrentLinkedDeque.remove​(Object o)
    Removes the first occurrence of the specified element from this deque.
    booleanConcurrentLinkedQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present.
    booleanConcurrentMap.remove​(Object key,Object value)
    Removes the entry for a key only if currently mapped to a given value.
    VConcurrentSkipListMap.remove​(Object key)
    Removes the mapping for the specified key from this map if present.
    booleanConcurrentSkipListMap.remove​(Object key,Object value)
    Removes the entry for a key only if currently mapped to a given value.
    booleanConcurrentSkipListSet.remove​(Object o)
    Removes the specified element from this set if it is present.
    booleanCopyOnWriteArrayList.remove​(Object o)
    Removes the first occurrence of the specified element from this list, if it is present.
    booleanCopyOnWriteArraySet.remove​(Object o)
    Removes the specified element from this set if it is present.
    booleanDelayQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present, whether or not it has expired.
    booleanLinkedBlockingDeque.remove​(Object o)
    Removes the first occurrence of the specified element from this deque.
    booleanLinkedBlockingQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present.
    booleanLinkedTransferQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present.
    booleanPriorityBlockingQueue.remove​(Object o)
    Removes a single instance of the specified element from this queue, if it is present.
    booleanSynchronousQueue.remove​(Object o)
    Always returnsfalse.
    booleanBlockingDeque.removeFirstOccurrence​(Object o)
    Removes the first occurrence of the specified element from this deque.
    booleanConcurrentLinkedDeque.removeFirstOccurrence​(Object o)
    Removes the first occurrence of the specified element from this deque.
    booleanBlockingDeque.removeLastOccurrence​(Object o)
    Removes the last occurrence of the specified element from this deque.
    booleanConcurrentLinkedDeque.removeLastOccurrence​(Object o)
    Removes the last occurrence of the specified element from this deque.
    voidTimeUnit.timedWait​(Object obj,long timeout)
    Performs a timedObject.wait using this time unit.
    <T> T[]ArrayBlockingQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    <T> T[]ConcurrentLinkedDeque.toArray​(T[] a)
    Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    <T> T[]ConcurrentLinkedQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    <T> T[]CopyOnWriteArrayList.toArray​(T[] a)
    Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
    <T> T[]CopyOnWriteArraySet.toArray​(T[] a)
    Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
    <T> T[]DelayQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
    <T> T[]LinkedBlockingDeque.toArray​(T[] a)
    Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.
    <T> T[]LinkedBlockingQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    <T> T[]LinkedTransferQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
    <T> T[]PriorityBlockingQueue.toArray​(T[] a)
    Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
    <T> T[]SynchronousQueue.toArray​(T[] a)
    Sets the zeroth element of the specified array tonull (if the array has non-zero length) and returns it.
    Constructors injava.util.concurrent with parameters of typeObject 
    ConstructorDescription
    CopyOnWriteArrayList​(E[] toCopyIn)
    Creates a list holding a copy of the given array.
  • Uses ofObject injava.util.concurrent.atomic

    Subclasses ofObject injava.util.concurrent.atomic 
    Modifier and TypeClassDescription
    class AtomicBoolean
    Aboolean value that may be updated atomically.
    class AtomicInteger
    Anint value that may be updated atomically.
    class AtomicIntegerArray
    Anint array in which elements may be updated atomically.
    class AtomicIntegerFieldUpdater<T>
    A reflection-based utility that enables atomic updates to designatedvolatile int fields of designated classes.
    class AtomicLong
    Along value that may be updated atomically.
    class AtomicLongArray
    Along array in which elements may be updated atomically.
    class AtomicLongFieldUpdater<T>
    A reflection-based utility that enables atomic updates to designatedvolatile long fields of designated classes.
    class AtomicMarkableReference<V>
    AnAtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
    class AtomicReference<V>
    An object reference that may be updated atomically.
    class AtomicReferenceArray<E>
    An array of object references in which elements may be updated atomically.
    class AtomicReferenceFieldUpdater<T,​V>
    A reflection-based utility that enables atomic updates to designatedvolatile reference fields of designated classes.
    class AtomicStampedReference<V>
    AnAtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically.
    class DoubleAccumulator
    One or more variables that together maintain a runningdouble value updated using a supplied function.
    class DoubleAdder
    One or more variables that together maintain an initially zerodouble sum.
    class LongAccumulator
    One or more variables that together maintain a runninglong value updated using a supplied function.
    class LongAdder
    One or more variables that together maintain an initially zerolong sum.
    Constructors injava.util.concurrent.atomic with parameters of typeObject 
    ConstructorDescription
    AtomicReferenceArray​(E[] array)
    Creates a new AtomicReferenceArray with the same length as, and all elements copied from, the given array.
  • Uses ofObject injava.util.concurrent.locks

    Subclasses ofObject injava.util.concurrent.locks 
    Modifier and TypeClassDescription
    class AbstractOwnableSynchronizer
    A synchronizer that may be exclusively owned by a thread.
    class AbstractQueuedLongSynchronizer
    A version ofAbstractQueuedSynchronizer in which synchronization state is maintained as along.
    class AbstractQueuedLongSynchronizer.ConditionObject
    Condition implementation for aAbstractQueuedLongSynchronizer serving as the basis of aLock implementation.
    class AbstractQueuedSynchronizer
    Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.
    class AbstractQueuedSynchronizer.ConditionObject
    Condition implementation for aAbstractQueuedSynchronizer serving as the basis of aLock implementation.
    class LockSupport
    Basic thread blocking primitives for creating locks and other synchronization classes.
    class ReentrantLock
    A reentrant mutual exclusionLock with the same basic behavior and semantics as the implicit monitor lock accessed usingsynchronized methods and statements, but with extended capabilities.
    class ReentrantReadWriteLock
    An implementation ofReadWriteLock supporting similar semantics toReentrantLock.
    static class ReentrantReadWriteLock.ReadLock
    The lock returned by methodReentrantReadWriteLock.readLock().
    static class ReentrantReadWriteLock.WriteLock
    The lock returned by methodReentrantReadWriteLock.writeLock().
    class StampedLock
    A capability-based lock with three modes for controlling read/write access.
    Methods injava.util.concurrent.locks that returnObject 
    Modifier and TypeMethodDescription
    staticObjectLockSupport.getBlocker​(Thread t)
    Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.
    Methods injava.util.concurrent.locks with parameters of typeObject 
    Modifier and TypeMethodDescription
    static voidLockSupport.park​(Object blocker)
    Disables the current thread for thread scheduling purposes unless the permit is available.
    static voidLockSupport.parkNanos​(Object blocker,long nanos)
    Disables the current thread for thread scheduling purposes, for up to the specified waiting time, unless the permit is available.
    static voidLockSupport.parkUntil​(Object blocker,long deadline)
    Disables the current thread for thread scheduling purposes, until the specified deadline, unless the permit is available.
  • Uses ofObject injava.util.function

    Methods injava.util.function with parameters of typeObject 
    Modifier and TypeMethodDescription
    static <T> Predicate<T>Predicate.isEqual​(Object targetRef)
    Returns a predicate that tests if two arguments are equal according toObjects.equals(Object, Object).
  • Uses ofObject injava.util.jar

    Subclasses ofObject injava.util.jar 
    Modifier and TypeClassDescription
    class Attributes
    The Attributes class maps Manifest attribute names to associated string values.
    static class Attributes.Name
    The Attributes.Name class represents an attribute name stored in this Map.
    class JarEntry
    This class is used to represent a JAR file entry.
    class JarException
    Signals that an error of some sort has occurred while reading from or writing to a JAR file.
    class JarFile
    TheJarFile class is used to read the contents of a jar file from any file that can be opened withjava.io.RandomAccessFile.
    class JarInputStream
    TheJarInputStream class is used to read the contents of a JAR file from any input stream.
    class JarOutputStream
    TheJarOutputStream class is used to write the contents of a JAR file to any output stream.
    class Manifest
    The Manifest class is used to maintain Manifest entry names and their associated Attributes.
    class Pack200
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class is deprecated, and is planned for removal in a future release.
    Fields injava.util.jar with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedMap<Object,​Object>Attributes.map
    The attribute name-value mappings.
    protectedMap<Object,​Object>Attributes.map
    The attribute name-value mappings.
    Methods injava.util.jar that returnObject 
    Modifier and TypeMethodDescription
    ObjectAttributes.clone()
    Returns a copy of the Attributes, implemented as follows:
    ObjectManifest.clone()
    Returns a shallow copy of this Manifest.
    ObjectAttributes.get​(Object name)
    Returns the value of the specified attribute name, or null if the attribute name was not found.
    ObjectAttributes.put​(Object name,Object value)
    Associates the specified value with the specified attribute name (key) in this Map.
    ObjectAttributes.remove​(Object name)
    Removes the attribute with the specified name (key) from this Map.
    Methods injava.util.jar that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Set<Map.Entry<Object,​Object>>Attributes.entrySet()
    Returns a Collection view of the attribute name-value mappings contained in this Map.
    Set<Map.Entry<Object,​Object>>Attributes.entrySet()
    Returns a Collection view of the attribute name-value mappings contained in this Map.
    Set<Object>Attributes.keySet()
    Returns a Set view of the attribute names (keys) contained in this Map.
    Collection<Object>Attributes.values()
    Returns a Collection view of the attribute values contained in this Map.
    Methods injava.util.jar with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAttributes.containsKey​(Object name)
    Returns true if this Map contains the specified attribute name (key).
    booleanAttributes.containsValue​(Object value)
    Returns true if this Map maps one or more attribute names (keys) to the specified value.
    booleanAttributes.equals​(Object o)
    Compares the specified object to the underlyingmap for equality.
    booleanAttributes.Name.equals​(Object o)
    Compares this attribute name to another for equality.
    booleanManifest.equals​(Object o)
    Returns true if the specified Object is also a Manifest and has the same main Attributes and entries.
    ObjectAttributes.get​(Object name)
    Returns the value of the specified attribute name, or null if the attribute name was not found.
    ObjectAttributes.put​(Object name,Object value)
    Associates the specified value with the specified attribute name (key) in this Map.
    ObjectAttributes.remove​(Object name)
    Removes the attribute with the specified name (key) from this Map.
  • Uses ofObject injava.util.logging

    Subclasses ofObject injava.util.logging 
    Modifier and TypeClassDescription
    class ConsoleHandler
    ThisHandler publishes log records toSystem.err.
    class ErrorManager
    ErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging.
    class FileHandler
    Simple file loggingHandler.
    class Formatter
    A Formatter provides support for formatting LogRecords.
    class Handler
    AHandler object takes log messages from aLogger and exports them.
    class Level
    The Level class defines a set of standard logging levels that can be used to control logging output.
    class Logger
    A Logger object is used to log messages for a specific system or application component.
    class LoggingPermission
    The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods (such as Logger.setLevel).
    class LogManager
    There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.
    class LogRecord
    LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
    class MemoryHandler
    Handler that buffers requests in a circular buffer in memory.
    class SimpleFormatter
    Print a brief summary of theLogRecord in a human readable format.
    class SocketHandler
    Simple network loggingHandler.
    class StreamHandler
    Stream based loggingHandler.
    class XMLFormatter
    Format a LogRecord into a standard XML format.
    Methods injava.util.logging that returnObject 
    Modifier and TypeMethodDescription
    Object[]LogRecord.getParameters()
    Get the parameters to the log message.
    Methods injava.util.logging with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidLogger.entering​(String sourceClass,String sourceMethod,Object param1)
    Log a method entry, with one parameter.
    voidLogger.entering​(String sourceClass,String sourceMethod,Object[] params)
    Log a method entry, with an array of parameters.
    booleanLevel.equals​(Object ox)
    Compare two objects for value equality.
    voidLogger.exiting​(String sourceClass,String sourceMethod,Object result)
    Log a method return, with result object.
    voidLogger.log​(Level level,String msg,Object param1)
    Log a message, with one object parameter.
    voidLogger.log​(Level level,String msg,Object[] params)
    Log a message, with an array of object arguments.
    voidLogger.logp​(Level level,String sourceClass,String sourceMethod,String msg,Object param1)
    Log a message, specifying source class and method, with a single object parameter to the log message.
    voidLogger.logp​(Level level,String sourceClass,String sourceMethod,String msg,Object[] params)
    Log a message, specifying source class and method, with an array of object arguments.
    voidLogger.logrb​(Level level,String sourceClass,String sourceMethod,String bundleName,String msg,Object param1)
    voidLogger.logrb​(Level level,String sourceClass,String sourceMethod,String bundleName,String msg,Object[] params)
    voidLogger.logrb​(Level level,String sourceClass,String sourceMethod,ResourceBundle bundle,String msg,Object... params)
    Log a message, specifying source class, method, and resource bundle, with an optional list of message parameters.
    voidLogger.logrb​(Level level,ResourceBundle bundle,String msg,Object... params)
    Log a message, specifying source class, method, and resource bundle, with an optional list of message parameters.
    voidLogRecord.setParameters​(Object[] parameters)
    Set the parameters to the log message.
  • Uses ofObject injava.util.prefs

    Subclasses ofObject injava.util.prefs 
    Modifier and TypeClassDescription
    class AbstractPreferences
    This class provides a skeletal implementation of thePreferences class, greatly easing the task of implementing it.
    class BackingStoreException
    Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
    class InvalidPreferencesFormatException
    Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per thePreferences specification.
    class NodeChangeEvent
    An event emitted by aPreferences node to indicate that a child of that node has been added or removed.
    class PreferenceChangeEvent
    An event emitted by aPreferences node to indicate that a preference has been added, removed or has had its value changed.
    class Preferences
    A node in a hierarchical collection of preference data.
    Fields injava.util.prefs declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectAbstractPreferences.lock
    An object whose monitor is used to lock this node.
  • Uses ofObject injava.util.regex

    Subclasses ofObject injava.util.regex 
    Modifier and TypeClassDescription
    class Matcher
    An engine that performs match operations on acharacter sequence by interpreting aPattern.
    class Pattern
    A compiled representation of a regular expression.
    class PatternSyntaxException
    Unchecked exception thrown to indicate a syntax error in a regular-expression pattern.
  • Uses ofObject injava.util.spi

    Subclasses ofObject injava.util.spi 
    Modifier and TypeClassDescription
    class AbstractResourceBundleProvider
    AbstractResourceBundleProvider is an abstract class that provides the basic support for a provider implementation class forResourceBundleProvider.
    class CalendarDataProvider
    An abstract class for service providers that provide locale-dependentCalendar parameters.
    class CalendarNameProvider
    An abstract class for service providers that provide localized string representations (display names) ofCalendar field values.
    class CurrencyNameProvider
    An abstract class for service providers that provide localized currency symbols and display names for theCurrency class.
    class LocaleNameProvider
    An abstract class for service providers that provide localized names for theLocale class.
    class LocaleServiceProvider
    This is the super class of all the locale sensitive service provider interfaces (SPIs).
    class TimeZoneNameProvider
    An abstract class for service providers that provide localized time zone names for theTimeZone class.
  • Uses ofObject injava.util.stream

    Subclasses ofObject injava.util.stream 
    Modifier and TypeClassDescription
    class Collectors
    Implementations ofCollector that implement various useful reduction operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc.
    class StreamSupport
    Low-level utility methods for creating and manipulating streams.
    Methods injava.util.stream that returnObject 
    Modifier and TypeMethodDescription
    Object[]Stream.toArray()
    Returns an array containing the elements of this stream.
    <A> A[]Stream.toArray​(IntFunction<A[]> generator)
    Returns an array containing the elements of this stream, using the providedgenerator function to allocate the returned array, as well as any additional arrays that might be required for a partitioned execution or for resizing.
    Methods injava.util.stream with parameters of typeObject 
    Modifier and TypeMethodDescription
    static <T> Stream<T>Stream.of​(T... values)
    Returns a sequential ordered stream whose elements are the specified values.
  • Uses ofObject injava.util.zip

    Subclasses ofObject injava.util.zip 
    Modifier and TypeClassDescription
    class Adler32
    A class that can be used to compute the Adler-32 checksum of a data stream.
    class CheckedInputStream
    An input stream that also maintains a checksum of the data being read.
    class CheckedOutputStream
    An output stream that also maintains a checksum of the data being written.
    class CRC32
    A class that can be used to compute the CRC-32 of a data stream.
    class CRC32C
    A class that can be used to compute the CRC-32C of a data stream.
    class DataFormatException
    Signals that a data format error has occurred.
    class Deflater
    This class provides support for general purpose compression using the popular ZLIB compression library.
    class DeflaterInputStream
    Implements an input stream filter for compressing data in the "deflate" compression format.
    class DeflaterOutputStream
    This class implements an output stream filter for compressing data in the "deflate" compression format.
    class GZIPInputStream
    This class implements a stream filter for reading compressed data in the GZIP file format.
    class GZIPOutputStream
    This class implements a stream filter for writing compressed data in the GZIP file format.
    class Inflater
    This class provides support for general purpose decompression using the popular ZLIB compression library.
    class InflaterInputStream
    This class implements a stream filter for uncompressing data in the "deflate" compression format.
    class InflaterOutputStream
    Implements an output stream filter for uncompressing data stored in the "deflate" compression format.
    class ZipEntry
    This class is used to represent a ZIP file entry.
    class ZipError
    Signals that an unrecoverable error has occurred.
    class ZipException
    Signals that a Zip exception of some sort has occurred.
    class ZipFile
    This class is used to read entries from a zip file.
    class ZipInputStream
    This class implements an input stream filter for reading files in the ZIP file format.
    class ZipOutputStream
    This class implements an output stream filter for writing files in the ZIP file format.
    Methods injava.util.zip that returnObject 
    Modifier and TypeMethodDescription
    ObjectZipEntry.clone()
    Returns a copy of this entry.
  • Uses ofObject injavax.accessibility

    Subclasses ofObject injavax.accessibility 
    Modifier and TypeClassDescription
    class AccessibilityProvider
    Service Provider Interface (SPI) for Assistive Technology.
    class AccessibleAttributeSequence
    This class collects together the span of text that share the same contiguous set of attributes, along with that set of attributes.
    class AccessibleBundle
    Base class used to maintain a strongly typed enumeration.
    class AccessibleContext
    AccessibleContext represents the minimum information all accessible objects return.
    class AccessibleHyperlink
    Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext document
    class AccessibleRelation
    ClassAccessibleRelation describes a relation between the object that implements theAccessibleRelation and one or more other objects.
    class AccessibleRelationSet
    ClassAccessibleRelationSet determines a component's relation set.
    class AccessibleResourceBundle
    Deprecated.
    This class is deprecated as of version 1.3 of the Java Platform
    class AccessibleRole
    ClassAccessibleRole determines the role of a component.
    class AccessibleState
    ClassAccessibleState describes a component's particular state.
    class AccessibleStateSet
    ClassAccessibleStateSet determines a component's state set.
    class AccessibleTextSequence
    This class collects together key details of a span of text.
    Methods injavax.accessibility that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectAccessibleHyperlink.getAccessibleActionAnchor​(int i)
    Returns an object that represents the link anchor, as appropriate for that link.
    abstractObjectAccessibleHyperlink.getAccessibleActionObject​(int i)
    Returns an object that represents the link action, as appropriate for that link.
    ObjectAccessibleKeyBinding.getAccessibleKeyBinding​(int i)
    Returns a key binding for this object.
    Object[][]AccessibleResourceBundle.getContents()
    Deprecated.
    Returns the mapping between the programmatic keys and the localized display strings.
    Object[]AccessibleRelation.getTarget()
    Returns the target objects for this relation.
    Methods injavax.accessibility with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidAccessibleContext.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes.
    voidAccessibleRelation.setTarget​(Object target)
    Sets the target object for this relation.
    voidAccessibleRelation.setTarget​(Object[] target)
    Sets the target objects for this relation.
    Constructors injavax.accessibility with parameters of typeObject 
    ConstructorDescription
    AccessibleRelation​(String key,Object target)
    Creates a newAccessibleRelation using the given locale independent key.
    AccessibleRelation​(String key,Object[] target)
    Creates a newAccessibleRelation using the given locale independent key.
  • Uses ofObject injavax.annotation.processing

    Subclasses ofObject injavax.annotation.processing 
    Modifier and TypeClassDescription
    class AbstractProcessor
    An abstract annotation processor designed to be a convenient superclass for most concrete annotation processors.
    class Completions
    Utility class for assemblingCompletion objects.
    class FilerException
    Indicates aFiler detected an attempt to open a file that would violate the guarantees provided by theFiler.
  • Uses ofObject injavax.crypto

    Subclasses ofObject injavax.crypto 
    Modifier and TypeClassDescription
    class AEADBadTagException
    This exception is thrown when aCipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.
    class BadPaddingException
    This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.
    class Cipher
    This class provides the functionality of a cryptographic cipher for encryption and decryption.
    class CipherInputStream
    A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by the Cipher.
    class CipherOutputStream
    A CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them out to the underlying OutputStream.
    class CipherSpi
    This class defines theService Provider Interface (SPI) for theCipher class.
    class EncryptedPrivateKeyInfo
    This class implements theEncryptedPrivateKeyInfo type as defined in PKCS #8.
    class ExemptionMechanism
    This class provides the functionality of an exemption mechanism, examples of which arekey recovery,key weakening, andkey escrow.
    class ExemptionMechanismException
    This is the generic ExemptionMechanism exception.
    class ExemptionMechanismSpi
    This class defines theService Provider Interface (SPI) for theExemptionMechanism class.
    class IllegalBlockSizeException
    This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.
    class KeyAgreement
    This class provides the functionality of a key agreement (or key exchange) protocol.
    class KeyAgreementSpi
    This class defines theService Provider Interface (SPI) for theKeyAgreement class.
    class KeyGenerator
    This class provides the functionality of a secret (symmetric) key generator.
    class KeyGeneratorSpi
    This class defines theService Provider Interface (SPI) for theKeyGenerator class.
    class Mac
    This class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
    class MacSpi
    This class defines theService Provider Interface (SPI) for theMac class.
    class NoSuchPaddingException
    This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
    class NullCipher
    The NullCipher class is a class that provides an "identity cipher" -- one that does not transform the plain text.
    class SealedObject
    This class enables a programmer to create an object and protect its confidentiality with a cryptographic algorithm.
    class SecretKeyFactory
    This class represents a factory for secret keys.
    class SecretKeyFactorySpi
    This class defines theService Provider Interface (SPI) for theSecretKeyFactory class.
    class ShortBufferException
    This exception is thrown when an output buffer provided by the user is too short to hold the operation result.
    Methods injavax.crypto that returnObject 
    Modifier and TypeMethodDescription
    ObjectMac.clone()
    Returns a clone if the provider implementation is cloneable.
    ObjectMacSpi.clone()
    Returns a clone if the implementation is cloneable.
    ObjectSealedObject.getObject​(Key key)
    Retrieves the original (encapsulated) object.
    ObjectSealedObject.getObject​(Key key,String provider)
    Retrieves the original (encapsulated) object.
    ObjectSealedObject.getObject​(Cipher c)
    Retrieves the original (encapsulated) object.
  • Uses ofObject injavax.crypto.spec

    Subclasses ofObject injavax.crypto.spec 
    Modifier and TypeClassDescription
    class ChaCha20ParameterSpec
    This class specifies the parameters used with theChaCha20 algorithm.
    class DESedeKeySpec
    This class specifies a DES-EDE ("triple-DES") key.
    class DESKeySpec
    This class specifies a DES key.
    class DHGenParameterSpec
    This class specifies the set of parameters used for generating Diffie-Hellman (system) parameters for use in Diffie-Hellman key agreement.
    class DHParameterSpec
    This class specifies the set of parameters used with the Diffie-Hellman algorithm, as specified in PKCS #3:Diffie-Hellman Key-Agreement Standard.
    class DHPrivateKeySpec
    This class specifies a Diffie-Hellman private key with its associated parameters.
    class DHPublicKeySpec
    This class specifies a Diffie-Hellman public key with its associated parameters.
    class GCMParameterSpec
    Specifies the set of parameters required by aCipher using the Galois/Counter Mode (GCM) mode.
    class IvParameterSpec
    This class specifies aninitialization vector (IV).
    class OAEPParameterSpec
    This class specifies the set of parameters used with OAEP Padding, as defined in thePKCS#1 v2.2 standard.
    class PBEKeySpec
    A user-chosen password that can be used with password-based encryption (PBE).
    class PBEParameterSpec
    This class specifies the set of parameters used with password-based encryption (PBE), as defined in thePKCS #5 standard.
    class PSource
    This class specifies the source for encoding input P in OAEP Padding, as defined in thePKCS#1 v2.2 standard.
    static class PSource.PSpecified
    This class is used to explicitly specify the value for encoding input P in OAEP Padding.
    class RC2ParameterSpec
    This class specifies the parameters used with theRC2 algorithm.
    class RC5ParameterSpec
    This class specifies the parameters used with theRC5 algorithm.
    class SecretKeySpec
    This class specifies a secret key in a provider-independent fashion.
    Methods injavax.crypto.spec with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanRC2ParameterSpec.equals​(Object obj)
    Tests for equality between the specified object and this object.
    booleanRC5ParameterSpec.equals​(Object obj)
    Tests for equality between the specified object and this object.
    booleanSecretKeySpec.equals​(Object obj)
    Tests for equality between the specified object and this object.
  • Uses ofObject injavax.imageio

    Subclasses ofObject injavax.imageio 
    Modifier and TypeClassDescription
    class IIOException
    An exception class used for signaling run-time failure of reading and writing operations.
    class IIOImage
    A simple container class to aggregate an image, a set of thumbnail (preview) images, and an object representing metadata associated with the image.
    class IIOParam
    A superclass of all classes describing how streams should be decoded or encoded.
    class ImageIO
    A class containing static convenience methods for locatingImageReaders andImageWriters, and performing simple encoding and decoding.
    class ImageReader
    An abstract superclass for parsing and decoding of images.
    class ImageReadParam
    A class describing how a stream is to be decoded.
    class ImageTypeSpecifier
    A class that allows the format of an image (in particular, itsSampleModel andColorModel) to be specified in a convenient manner.
    class ImageWriteParam
    A class describing how a stream is to be encoded.
    class ImageWriter
    An abstract superclass for encoding and writing images.
    Fields injavax.imageio declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectImageReader.input
    TheImageInputStream or otherObject bysetInput and retrieved bygetInput.
    protectedObjectImageWriter.output
    TheImageOutputStream or otherObject set bysetOutput and retrieved bygetOutput.
    Methods injavax.imageio that returnObject 
    Modifier and TypeMethodDescription
    ObjectImageReader.getInput()
    Returns theImageInputStream or otherObject previously set as the input source.
    ObjectImageWriter.getOutput()
    Returns theImageOutputStream or otherObject set by the most recent call to thesetOutput method.
    Methods injavax.imageio with parameters of typeObject 
    Modifier and TypeMethodDescription
    staticImageInputStreamImageIO.createImageInputStream​(Object input)
    Returns anImageInputStream that will take its input from the givenObject.
    staticImageOutputStreamImageIO.createImageOutputStream​(Object output)
    Returns anImageOutputStream that will send its output to the givenObject.
    booleanImageTypeSpecifier.equals​(Object o)
    Returnstrue if the givenObject is anImageTypeSpecifier and has aSampleModel andColorModel that are equal to those of this object.
    staticIterator<ImageReader>ImageIO.getImageReaders​(Object input)
    Returns anIterator containing all currently registeredImageReaders that claim to be able to decode the suppliedObject, typically anImageInputStream.
    voidImageReader.setInput​(Object input)
    Sets the input source to use to the givenImageInputStream or otherObject.
    voidImageReader.setInput​(Object input,boolean seekForwardOnly)
    Sets the input source to use to the givenImageInputStream or otherObject.
    voidImageReader.setInput​(Object input,boolean seekForwardOnly,boolean ignoreMetadata)
    Sets the input source to use to the givenImageInputStream or otherObject.
    voidImageWriter.setOutput​(Object output)
    Sets the destination to the givenImageOutputStream or otherObject.
  • Uses ofObject injavax.imageio.metadata

    Subclasses ofObject injavax.imageio.metadata 
    Modifier and TypeClassDescription
    class IIOInvalidTreeException
    AnIIOInvalidTreeException is thrown when an attempt by anIIOMetadata object to parse a tree ofIIOMetadataNodes fails.
    class IIOMetadata
    An abstract class to be extended by objects that represent metadata (non-image data) associated with images and streams.
    class IIOMetadataFormatImpl
    A concrete class providing a reusable implementation of theIIOMetadataFormat interface.
    class IIOMetadataNode
    A class representing a node in a meta-data tree, which implements theorg.w3c.dom.Element interface and additionally allows for the storage of non-textual objects via thegetUserObject andsetUserObject methods.
    Methods injavax.imageio.metadata with type parameters of typeObject 
    Modifier and TypeMethodDescription
    protected <T extendsObject &Comparable<? super T>>
    void
    IIOMetadataFormatImpl.addObjectValue​(String elementName,Class<T> classType,T defaultValue,Comparable<? super T> minValue,Comparable<? super T> maxValue,boolean minInclusive,boolean maxInclusive)
    Allows anObject reference of a given class type to be stored in nodes implementing the named element.
    Methods injavax.imageio.metadata that returnObject 
    Modifier and TypeMethodDescription
    ObjectIIOMetadataNode.getFeature​(String feature,String version)
    This DOM Level 3 method is not supported forIIOMetadataNode and will throw aDOMException.
    ObjectIIOMetadataFormat.getObjectDefaultValue​(String elementName)
    Returns anObjects containing the default value for theObject reference within the named element.
    Object[]IIOMetadataFormat.getObjectEnumerations​(String elementName)
    Returns an array ofObjects containing the legal enumerated values for theObject reference within the named element.
    ObjectIIOMetadataNode.getUserData​(String key)
    This DOM Level 3 method is not supported forIIOMetadataNode and will throw aDOMException.
    ObjectIIOMetadataNode.getUserObject()
    Returns theObject value associated with this node.
    ObjectIIOMetadataNode.setUserData​(String key,Object data,UserDataHandler handler)
    This DOM Level 3 method is not supported forIIOMetadataNode and will throw aDOMException.
    Methods injavax.imageio.metadata with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectIIOMetadataNode.setUserData​(String key,Object data,UserDataHandler handler)
    This DOM Level 3 method is not supported forIIOMetadataNode and will throw aDOMException.
    voidIIOMetadataNode.setUserObject​(Object userObject)
    Sets the value associated with this node.
  • Uses ofObject injavax.imageio.plugins.bmp

    Subclasses ofObject injavax.imageio.plugins.bmp 
    Modifier and TypeClassDescription
    class BMPImageWriteParam
    A subclass ofImageWriteParam for encoding images in the BMP format.
  • Uses ofObject injavax.imageio.plugins.jpeg

    Subclasses ofObject injavax.imageio.plugins.jpeg 
    Modifier and TypeClassDescription
    class JPEGHuffmanTable
    A class encapsulating a single JPEG Huffman table.
    class JPEGImageReadParam
    This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG reader plug-in.
    class JPEGImageWriteParam
    This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG writer plug-in, and to request that optimized Huffman tables be computed for an image.
    class JPEGQTable
    A class encapsulating a single JPEG quantization table.
  • Uses ofObject injavax.imageio.plugins.tiff

    Subclasses ofObject injavax.imageio.plugins.tiff 
    Modifier and TypeClassDescription
    class BaselineTIFFTagSet
    A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.
    class ExifGPSTagSet
    A class representing the tags found in an Exif GPS Info IFD.
    class ExifInteroperabilityTagSet
    A class representing the tags found in an Exif Interoperability IFD.
    class ExifParentTIFFTagSet
    A class containing the TIFF tags used to reference the Exif and GPS IFDs.
    class ExifTIFFTagSet
    A class representing the tags found in an Exif IFD.
    class FaxTIFFTagSet
    A class representing the extra tags found in aTIFF-F (RFC 2036) file.
    class GeoTIFFTagSet
    A class representing the tags found in a GeoTIFF IFD.
    class TIFFDirectory
    A convenience class for simplifying interaction with TIFF native image metadata.
    class TIFFField
    A class representing a field in a TIFF 6.0 Image File Directory.
    class TIFFImageReadParam
    A subclass ofImageReadParam allowing control over the TIFF reading process.
    class TIFFTag
    A class defining the notion of a TIFF tag.
    class TIFFTagSet
    A class representing a set of TIFF tags.
    Methods injavax.imageio.plugins.tiff that returnObject 
    Modifier and TypeMethodDescription
    staticObjectTIFFField.createArrayForType​(int dataType,int count)
    Creates an array appropriate for the indicated data type.
    ObjectTIFFField.getData()
    Returns a reference to the data object associated with the field.
    Constructors injavax.imageio.plugins.tiff with parameters of typeObject 
    ConstructorDescription
    TIFFField​(TIFFTag tag,int type,int count,Object data)
    Constructs aTIFFField with arbitrary data.
  • Uses ofObject injavax.imageio.spi

    Subclasses ofObject injavax.imageio.spi 
    Modifier and TypeClassDescription
    class IIORegistry
    A registry for Image I/O service provider instances.
    class IIOServiceProvider
    A superinterface for functionality common to all Image I/O service provider interfaces (SPIs).
    class ImageInputStreamSpi
    The service provider interface (SPI) forImageInputStreams.
    class ImageOutputStreamSpi
    The service provider interface (SPI) forImageOutputStreams.
    class ImageReaderSpi
    The service provider interface (SPI) forImageReaders.
    class ImageReaderWriterSpi
    A superclass containing instance variables and methods common toImageReaderSpi andImageWriterSpi.
    class ImageTranscoderSpi
    The service provider interface (SPI) forImageTranscoders.
    class ImageWriterSpi
    The service provider interface (SPI) forImageWriters.
    class ServiceRegistry
    A registry for service provider instances for Image I/O service types.
    Methods injavax.imageio.spi with parameters of typeObject 
    Modifier and TypeMethodDescription
    abstract booleanImageReaderSpi.canDecodeInput​(Object source)
    Returnstrue if the supplied source object appears to be of the format supported by this reader.
    booleanServiceRegistry.contains​(Object provider)
    Returnstrue ifprovider is currently registered.
    ImageInputStreamImageInputStreamSpi.createInputStreamInstance​(Object input)
    Returns an instance of theImageInputStream implementation associated with this service provider.
    abstractImageInputStreamImageInputStreamSpi.createInputStreamInstance​(Object input,boolean useCache,File cacheDir)
    Returns an instance of theImageInputStream implementation associated with this service provider.
    ImageOutputStreamImageOutputStreamSpi.createOutputStreamInstance​(Object output)
    Returns an instance of theImageOutputStream implementation associated with this service provider.
    abstractImageOutputStreamImageOutputStreamSpi.createOutputStreamInstance​(Object output,boolean useCache,File cacheDir)
    Returns an instance of theImageOutputStream implementation associated with this service provider.
    abstractImageReaderImageReaderSpi.createReaderInstance​(Object extension)
    Returns an instance of theImageReader implementation associated with this service provider.
    abstractImageWriterImageWriterSpi.createWriterInstance​(Object extension)
    Returns an instance of theImageWriter implementation associated with this service provider.
    voidServiceRegistry.deregisterServiceProvider​(Object provider)
    Removes a service provider object from all categories that contain it.
    booleanServiceRegistry.Filter.filter​(Object provider)
    Returnstrue if the givenprovider object matches the criterion defined by thisFilter.
    voidServiceRegistry.registerServiceProvider​(Object provider)
    Adds a service provider object to the registry.
  • Uses ofObject injavax.imageio.stream

    Subclasses ofObject injavax.imageio.stream 
    Modifier and TypeClassDescription
    class FileCacheImageInputStream
    An implementation ofImageInputStream that gets its input from a regularInputStream.
    class FileCacheImageOutputStream
    An implementation ofImageOutputStream that writes its output to a regularOutputStream.
    class FileImageInputStream
    An implementation ofImageInputStream that gets its input from aFile orRandomAccessFile.
    class FileImageOutputStream
    An implementation ofImageOutputStream that writes its output directly to aFile orRandomAccessFile.
    class IIOByteBuffer
    A class representing a mutable reference to an array of bytes and an offset and length within that array.
    class ImageInputStreamImpl
    An abstract class implementing theImageInputStream interface.
    class ImageOutputStreamImpl
    An abstract class implementing theImageOutputStream interface.
    class MemoryCacheImageInputStream
    An implementation ofImageInputStream that gets its input from a regularInputStream.
    class MemoryCacheImageOutputStream
    An implementation ofImageOutputStream that writes its output to a regularOutputStream.
  • Uses ofObject injavax.lang.model

    Subclasses ofObject injavax.lang.model 
    Modifier and TypeClassDescription
    class UnknownEntityException
    Superclass of exceptions which indicate that an unknown kind of entity was encountered.
  • Uses ofObject injavax.lang.model.element

    Subclasses ofObject injavax.lang.model.element 
    Modifier and TypeClassDescription
    class UnknownAnnotationValueException
    Indicates that an unknown kind of annotation value was encountered.
    class UnknownDirectiveException
    Indicates that an unknown kind of module directive was encountered.
    class UnknownElementException
    Indicates that an unknown kind of element was encountered.
    Methods injavax.lang.model.element that returnObject 
    Modifier and TypeMethodDescription
    ObjectUnknownAnnotationValueException.getArgument()
    Returns the additional argument.
    ObjectUnknownDirectiveException.getArgument()
    Returns the additional argument.
    ObjectUnknownElementException.getArgument()
    Returns the additional argument.
    ObjectVariableElement.getConstantValue()
    Returns the value of this variable if this is afinal field initialized to a compile-time constant.
    ObjectAnnotationValue.getValue()
    Returns the value.
    Methods injavax.lang.model.element with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanElement.equals​(Object obj)
    Returnstrue if the argument represents the same element asthis, orfalse otherwise.
    booleanName.equals​(Object obj)
    Returnstrue if the argument represents the same name asthis, andfalse otherwise.
    Constructors injavax.lang.model.element with parameters of typeObject 
    ConstructorDescription
    UnknownAnnotationValueException​(AnnotationValue av,Object p)
    Creates a newUnknownAnnotationValueException.
    UnknownDirectiveException​(ModuleElement.Directive d,Object p)
    Creates a newUnknownElementException.
    UnknownElementException​(Element e,Object p)
    Creates a newUnknownElementException.
  • Uses ofObject injavax.lang.model.type

    Subclasses ofObject injavax.lang.model.type 
    Modifier and TypeClassDescription
    class MirroredTypeException
    Thrown when an application attempts to access theClass object corresponding to aTypeMirror.
    class MirroredTypesException
    Thrown when an application attempts to access a sequence ofClass objects each corresponding to aTypeMirror.
    class UnknownTypeException
    Indicates that an unknown kind of type was encountered.
    Methods injavax.lang.model.type that returnObject 
    Modifier and TypeMethodDescription
    ObjectUnknownTypeException.getArgument()
    Returns the additional argument.
    Methods injavax.lang.model.type with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanTypeMirror.equals​(Object obj)
    Obeys the general contract ofObject.equals.
    Constructors injavax.lang.model.type with parameters of typeObject 
    ConstructorDescription
    UnknownTypeException​(TypeMirror t,Object p)
    Creates a newUnknownTypeException.Thep parameter may be used to pass in an additional argument with information about the context in which the unknown type was encountered; for example, the visit methods ofTypeVisitor may pass in their additional parameter.
  • Uses ofObject injavax.lang.model.util

    Subclasses ofObject injavax.lang.model.util 
    Modifier and TypeClassDescription
    class AbstractAnnotationValueVisitor6<R,​P>
    A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_6 source version.
    class AbstractAnnotationValueVisitor7<R,​P>
    A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_7 source version.
    class AbstractAnnotationValueVisitor8<R,​P>
    A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_8 source version.
    class AbstractAnnotationValueVisitor9<R,​P>
    A skeletal visitor for annotation values with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class AbstractElementVisitor6<R,​P>
    A skeletal visitor of program elements with default behavior appropriate for theRELEASE_6 source version.
    class AbstractElementVisitor7<R,​P>
    A skeletal visitor of program elements with default behavior appropriate for theRELEASE_7 source version.
    class AbstractElementVisitor8<R,​P>
    A skeletal visitor of program elements with default behavior appropriate for theRELEASE_8 source version.
    class AbstractElementVisitor9<R,​P>
    A skeletal visitor of program elements with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class AbstractTypeVisitor6<R,​P>
    A skeletal visitor of types with default behavior appropriate for theRELEASE_6 source version.
    class AbstractTypeVisitor7<R,​P>
    A skeletal visitor of types with default behavior appropriate for theRELEASE_7 source version.
    class AbstractTypeVisitor8<R,​P>
    A skeletal visitor of types with default behavior appropriate for theRELEASE_8 source version.
    class AbstractTypeVisitor9<R,​P>
    A skeletal visitor of types with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class ElementFilter
    Filters for selecting just the elements of interest from a collection of elements.
    class ElementKindVisitor6<R,​P>
    A visitor of program elements based on theirkind with default behavior appropriate for theRELEASE_6 source version.
    class ElementKindVisitor7<R,​P>
    A visitor of program elements based on theirkind with default behavior appropriate for theRELEASE_7 source version.
    class ElementKindVisitor8<R,​P>
    A visitor of program elements based on theirkind with default behavior appropriate for theRELEASE_8 source version.
    class ElementKindVisitor9<R,​P>
    A visitor of program elements based on theirkind with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class ElementScanner6<R,​P>
    A scanning visitor of program elements with default behavior appropriate for theRELEASE_6 source version.
    class ElementScanner7<R,​P>
    A scanning visitor of program elements with default behavior appropriate for theRELEASE_7 source version.
    class ElementScanner8<R,​P>
    A scanning visitor of program elements with default behavior appropriate for theRELEASE_8 source version.
    class ElementScanner9<R,​P>
    A scanning visitor of program elements with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class SimpleAnnotationValueVisitor6<R,​P>
    A simple visitor for annotation values with default behavior appropriate for theRELEASE_6 source version.
    class SimpleAnnotationValueVisitor7<R,​P>
    A simple visitor for annotation values with default behavior appropriate for theRELEASE_7 source version.
    class SimpleAnnotationValueVisitor8<R,​P>
    A simple visitor for annotation values with default behavior appropriate for theRELEASE_8 source version.
    class SimpleAnnotationValueVisitor9<R,​P>
    A simple visitor for annotation values with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class SimpleElementVisitor6<R,​P>
    A simple visitor of program elements with default behavior appropriate for theRELEASE_6 source version.
    class SimpleElementVisitor7<R,​P>
    A simple visitor of program elements with default behavior appropriate for theRELEASE_7 source version.
    class SimpleElementVisitor8<R,​P>
    A simple visitor of program elements with default behavior appropriate for theRELEASE_8 source version.
    class SimpleElementVisitor9<R,​P>
    A simple visitor of program elements with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class SimpleTypeVisitor6<R,​P>
    A simple visitor of types with default behavior appropriate for theRELEASE_6 source version.
    class SimpleTypeVisitor7<R,​P>
    A simple visitor of types with default behavior appropriate for theRELEASE_7 source version.
    class SimpleTypeVisitor8<R,​P>
    A simple visitor of types with default behavior appropriate for theRELEASE_8 source version.
    class SimpleTypeVisitor9<R,​P>
    A simple visitor of types with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    class TypeKindVisitor6<R,​P>
    A visitor of types based on theirkind with default behavior appropriate for theRELEASE_6 source version.
    class TypeKindVisitor7<R,​P>
    A visitor of types based on theirkind with default behavior appropriate for theRELEASE_7 source version.
    class TypeKindVisitor8<R,​P>
    A visitor of types based on theirkind with default behavior appropriate for theRELEASE_8 source version.
    class TypeKindVisitor9<R,​P>
    A visitor of types based on theirkind with default behavior appropriate for source versionsRELEASE_9 throughRELEASE_13.
    Fields injavax.lang.model.util declared asObject 
    Modifier and TypeFieldDescription
    protectedRElementScanner6.DEFAULT_VALUE
    The specified default value.
    protectedRSimpleAnnotationValueVisitor6.DEFAULT_VALUE
    Default value to be returned;defaultAction returns this value unless the method is overridden.
    protectedRSimpleElementVisitor6.DEFAULT_VALUE
    Default value to be returned;defaultAction returns this value unless the method is overridden.
    protectedRSimpleTypeVisitor6.DEFAULT_VALUE
    Default value to be returned;defaultAction returns this value unless the method is overridden.
    Methods injavax.lang.model.util with parameters of typeObject 
    Modifier and TypeMethodDescription
    protectedRSimpleAnnotationValueVisitor6.defaultAction​(Object o,P p)
    The default action for visit methods.
    StringElements.getConstantExpression​(Object value)
    Returns the text of aconstant expression representing a primitive value or a string.
  • Uses ofObject injavax.management

    Subclasses ofObject injavax.management 
    Modifier and TypeClassDescription
    class Attribute
    Represents an MBean attribute by associating its name with its value.
    class AttributeChangeNotification
    Provides definitions of the attribute change notifications sent by MBeans.
    class AttributeChangeNotificationFilter
    This class implements of theNotificationFilter interface for theattribute change notification.
    class AttributeList
    Represents a list of values for attributes of an MBean.
    class AttributeNotFoundException
    The specified attribute does not exist or cannot be retrieved.
    class AttributeValueExp
    Represents attributes used as arguments to relational constraints.
    class BadAttributeValueExpException
    Thrown when an invalid MBean attribute is passed to a query constructing method.
    class BadBinaryOpValueExpException
    Thrown when an invalid expression is passed to a method for constructing a query.
    class BadStringOperationException
    Thrown when an invalid string operation is passed to a method for constructing a query.
    class DefaultLoaderRepository
    class ImmutableDescriptor
    An immutable descriptor.
    class InstanceAlreadyExistsException
    The MBean is already registered in the repository.
    class InstanceNotFoundException
    The specified MBean does not exist in the repository.
    class IntrospectionException
    An exception occurred during the introspection of an MBean.
    class InvalidApplicationException
    Thrown when an attempt is made to apply either of the following: A subquery expression to an MBean or a qualified attribute expression to an MBean of the wrong class.
    class InvalidAttributeValueException
    The value specified is not valid for the attribute.
    class JMException
    Exceptions thrown by JMX implementations.
    class JMRuntimeException
    Runtime exceptions emitted by JMX implementations.
    class JMX
    Static methods from the JMX API.
    class ListenerNotFoundException
    The specified MBean listener does not exist in the repository.
    class MalformedObjectNameException
    The format of the string does not correspond to a valid ObjectName.
    class MBeanAttributeInfo
    Describes an MBean attribute exposed for management.
    class MBeanConstructorInfo
    Describes a constructor exposed by an MBean.
    class MBeanException
    Represents "user defined" exceptions thrown by MBean methods in the agent.
    class MBeanFeatureInfo
    Provides general information for an MBean descriptor object.
    class MBeanInfo
    Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.
    class MBeanNotificationInfo
    TheMBeanNotificationInfo class is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.
    class MBeanOperationInfo
    Describes a management operation exposed by an MBean.
    class MBeanParameterInfo
    Describes an argument of an operation exposed by an MBean.
    class MBeanPermission
    Permission controlling access to MBeanServer operations.
    class MBeanRegistrationException
    Wraps exceptions thrown by the preRegister(), preDeregister() methods of theMBeanRegistration interface.
    class MBeanServerBuilder
    This class represents a builder that creates a defaultMBeanServer implementation.
    class MBeanServerDelegate
    Represents the MBean server from the management point of view.
    class MBeanServerFactory
    Provides MBean server references.
    class MBeanServerInvocationHandler
    InvocationHandler that forwards methods in an MBean's management interface through the MBean server to the MBean.
    class MBeanServerNotification
    Represents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.
    class MBeanServerPermission
    A Permission to perform actions related to MBeanServers.
    class MBeanTrustPermission
    This permission represents "trust" in a signer or codebase.
    class NotCompliantMBeanException
    Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
    class Notification
    The Notification class represents a notification emitted by an MBean.
    class NotificationBroadcasterSupport
    Provides an implementation ofNotificationEmitter interface.
    class NotificationFilterSupport
    Provides an implementation of theNotificationFilter interface.
    class ObjectInstance
    Used to represent the object name of an MBean and its class name.
    class ObjectName
    Represents the object name of an MBean, or a pattern that can match the names of several MBeans.
    class OperationsException
    Represents exceptions thrown in the MBean server when performing operations on MBeans.
    class Query
    Constructs query object constraints.
    class QueryEval
    Allows a query to be performed in the context of a specific MBean server.
    class ReflectionException
    Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
    class RuntimeErrorException
    When ajava.lang.Error occurs in the agent it should be caught and re-thrown as aRuntimeErrorException.
    class RuntimeMBeanException
    Represents runtime exceptions thrown by MBean methods in the agent.
    class RuntimeOperationsException
    Represents runtime exceptions thrown in the agent when performing operations on MBeans.
    class ServiceNotFoundException
    Represents exceptions raised when a requested service is not supported.
    class StandardEmitterMBean
    An MBean whose management interface is determined by reflection on a Java interface, and that emits notifications.
    class StandardMBean
    An MBean whose management interface is determined by reflection on a Java interface.
    class StringValueExp
    Represents strings that are arguments to relational constraints.
    Fields injavax.management declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectNotification.source
    This field hides theEventObject.source field in the parent class to make it non-transient and therefore part of the serialized form.
    Methods injavax.management that returnObject 
    Modifier and TypeMethodDescription
    ObjectDescriptor.clone()
    Returns a descriptor which is equal to this descriptor.
    ObjectMBeanAttributeInfo.clone()
    Returns a shallow clone of this instance.
    ObjectMBeanConstructorInfo.clone()
    Returns a shallow clone of this instance.
    ObjectMBeanInfo.clone()
    Returns a shallow clone of this instance.
    ObjectMBeanNotificationInfo.clone()
    Returns a shallow clone of this instance.
    ObjectMBeanOperationInfo.clone()
    Returns a shallow clone of this instance.
    ObjectMBeanParameterInfo.clone()
    Returns a shallow clone of this instance.
    protectedObjectAttributeValueExp.getAttribute​(ObjectName name)
    Return the value of the given attribute in the named MBean.
    ObjectDynamicMBean.getAttribute​(String attribute)
    Obtain the value of a specific attribute of the Dynamic MBean.
    ObjectMBeanServer.getAttribute​(ObjectName name,String attribute) 
    ObjectMBeanServerConnection.getAttribute​(ObjectName name,String attribute)
    Gets the value of a specific attribute of a named MBean.
    ObjectDescriptor.getFieldValue​(String fieldName)
    Returns the value for a specific field name, or null if no value is present for that name.
    Object[]Descriptor.getFieldValues​(String... fieldNames)
    Returns all the field values in the descriptor as an array of Objects.
    ObjectStandardMBean.getImplementation()
    Get the implementation of this Standard MBean (or MXBean).
    ObjectAttributeChangeNotification.getNewValue()
    Gets the new value of the attribute which has changed.
    ObjectAttributeChangeNotification.getOldValue()
    Gets the old value of the attribute which has changed.
    ObjectNotification.getUserData()
    Get the user data.
    ObjectAttribute.getValue()
    Returns an Object that is the value of this attribute.
    ObjectMBeanServer.instantiate​(String className)
    Instantiates an object using the list of all class loaders registered in the MBean server'sClass Loader Repository.
    ObjectMBeanServer.instantiate​(String className,Object[] params,String[] signature)
    Instantiates an object using the list of all class loaders registered in the MBean serverClass Loader Repository.
    ObjectMBeanServer.instantiate​(String className,ObjectName loaderName)
    Instantiates an object using the class Loader specified by itsObjectName.
    ObjectMBeanServer.instantiate​(String className,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates an object.
    ObjectDynamicMBean.invoke​(String actionName,Object[] params,String[] signature)
    Allows an action to be invoked on the Dynamic MBean.
    ObjectMBeanServerConnection.invoke​(ObjectName name,String operationName,Object[] params,String[] signature)
    Invokes an operation on an MBean.
    ObjectAttributeList.set​(int index,Object element)
    Replaces the element at the specified position in this list with the specified element.
    Methods injavax.management with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidAttributeList.add​(int index,Object element)
    Inserts the specified element at the specified position in this list.
    booleanAttributeList.add​(Object element)
    Appends the specified element to the end of this list.
    voidMBeanServer.addNotificationListener​(ObjectName name,NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener to a registered MBean.
    voidMBeanServer.addNotificationListener​(ObjectName name,ObjectName listener,NotificationFilter filter,Object handback)
    Adds a listener to a registered MBean.
    voidMBeanServerConnection.addNotificationListener​(ObjectName name,NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener to a registered MBean.
    voidMBeanServerConnection.addNotificationListener​(ObjectName name,ObjectName listener,NotificationFilter filter,Object handback)
    Adds a listener to a registered MBean.
    voidNotificationBroadcaster.addNotificationListener​(NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener to this MBean.
    voidNotificationBroadcasterSupport.addNotificationListener​(NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener.
    ObjectInstanceMBeanServer.createMBean​(String className,ObjectName name,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    ObjectInstanceMBeanServer.createMBean​(String className,ObjectName name,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    ObjectInstanceMBeanServerConnection.createMBean​(String className,ObjectName name,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    ObjectInstanceMBeanServerConnection.createMBean​(String className,ObjectName name,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    booleanAttribute.equals​(Object object)
    Compares the current Attribute Object with another Attribute Object.
    booleanDescriptor.equals​(Object obj)
    Compares this descriptor to the given object.
    booleanImmutableDescriptor.equals​(Object o)
    Compares this descriptor to the given object.
    booleanMBeanAttributeInfo.equals​(Object o)
    Compare this MBeanAttributeInfo to another.
    booleanMBeanConstructorInfo.equals​(Object o)
    Compare this MBeanConstructorInfo to another.
    booleanMBeanFeatureInfo.equals​(Object o)
    Compare this MBeanFeatureInfo to another.
    booleanMBeanInfo.equals​(Object o)
    Compare this MBeanInfo to another.
    booleanMBeanNotificationInfo.equals​(Object o)
    Compare this MBeanNotificationInfo to another.
    booleanMBeanOperationInfo.equals​(Object o)
    Compare this MBeanOperationInfo to another.
    booleanMBeanParameterInfo.equals​(Object o)
    Compare this MBeanParameterInfo to another.
    booleanMBeanPermission.equals​(Object obj)
    Checks two MBeanPermission objects for equality.
    booleanMBeanServerPermission.equals​(Object obj)
    Checks two MBeanServerPermission objects for equality.
    booleanObjectInstance.equals​(Object object)
    Compares the current object instance with another object instance.
    booleanObjectName.equals​(Object object)
    Compares the current object name with another object name.
    protectedMBeanConstructorInfo[]StandardMBean.getConstructors​(MBeanConstructorInfo[] ctors,Object impl)
    Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.
    protected voidNotificationBroadcasterSupport.handleNotification​(NotificationListener listener,Notification notif,Object handback)
    This method is called bysendNotification for each listener in order to send the notification to that listener.
    voidNotificationListener.handleNotification​(Notification notification,Object handback)
    Invoked when a JMX notification occurs.
    ObjectMBeanServer.instantiate​(String className,Object[] params,String[] signature)
    Instantiates an object using the list of all class loaders registered in the MBean serverClass Loader Repository.
    ObjectMBeanServer.instantiate​(String className,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates an object.
    ObjectDynamicMBean.invoke​(String actionName,Object[] params,String[] signature)
    Allows an action to be invoked on the Dynamic MBean.
    ObjectMBeanServerConnection.invoke​(ObjectName name,String operationName,Object[] params,String[] signature)
    Invokes an operation on an MBean.
    ObjectInstanceMBeanServer.registerMBean​(Object object,ObjectName name)
    Registers a pre-existing object as an MBean with the MBean server.
    voidMBeanServerConnection.removeNotificationListener​(ObjectName name,NotificationListener listener,NotificationFilter filter,Object handback)
    Removes a listener from a registered MBean.
    voidMBeanServerConnection.removeNotificationListener​(ObjectName name,ObjectName listener,NotificationFilter filter,Object handback)
    Removes a listener from a registered MBean.
    voidNotificationEmitter.removeNotificationListener​(NotificationListener listener,NotificationFilter filter,Object handback)
    Removes a listener from this MBean.
    ObjectAttributeList.set​(int index,Object element)
    Replaces the element at the specified position in this list with the specified element.
    voidDescriptor.setField​(String fieldName,Object fieldValue)
    Sets the value for a specific field name.
    voidImmutableDescriptor.setField​(String fieldName,Object fieldValue)
    This operation is unsupported since this class is immutable.
    voidDescriptor.setFields​(String[] fieldNames,Object[] fieldValues)
    Sets all fields in the field names array to the new value with the same index in the field values array.
    voidImmutableDescriptor.setFields​(String[] fieldNames,Object[] fieldValues)
    This operation is unsupported since this class is immutable.
    voidStandardMBean.setImplementation​(Object implementation)
    Replace the implementation object wrapped in this object.
    voidNotification.setSource​(Object source)
    Sets the source.
    voidNotification.setUserData​(Object userData)
    Set the user data.
    Constructors injavax.management with parameters of typeObject 
    ConstructorDescription
    Attribute​(String name,Object value)
    Constructs an Attribute object which associates the given attribute name with the given value.
    AttributeChangeNotification​(Object source,long sequenceNumber,long timeStamp,String msg,String attributeName,String attributeType,Object oldValue,Object newValue)
    Constructs an attribute change notification object.
    BadAttributeValueExpException​(Object val)
    Constructs a BadAttributeValueExpException using the specified Object to create the toString() value.
    ImmutableDescriptor​(String[] fieldNames,Object[] fieldValues)
    Construct a descriptor containing the given fields and values.
    InvalidApplicationException​(Object val)
    Constructs anInvalidApplicationException with the specifiedObject.
    MBeanServerNotification​(String type,Object source,long sequenceNumber,ObjectName objectName)
    Creates an MBeanServerNotification object specifying object names of the MBeans that caused the notification and the specified notification type.
    Notification​(String type,Object source,long sequenceNumber)
    Creates a Notification object.
    Notification​(String type,Object source,long sequenceNumber,long timeStamp)
    Creates a Notification object.
    Notification​(String type,Object source,long sequenceNumber,long timeStamp,String message)
    Creates a Notification object.
    Notification​(String type,Object source,long sequenceNumber,String message)
    Creates a Notification object.
  • Uses ofObject injavax.management.loading

    Subclasses ofObject injavax.management.loading 
    Modifier and TypeClassDescription
    class DefaultLoaderRepository
    class MLet
    Allows you to instantiate and register one or several MBeans in the MBean server coming from a remote URL.
    class MLetContent
    This class represents the contents of theMLET tag.
    class PrivateMLet
    An MLet that is not added to theClassLoaderRepository.
    Methods injavax.management.loading that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Set<Object>MLet.getMBeansFromURL​(String url)
    Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
    Set<Object>MLet.getMBeansFromURL​(URL url)
    Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
    Set<Object>MLetMBean.getMBeansFromURL​(String url)
    Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
    Set<Object>MLetMBean.getMBeansFromURL​(URL url)
    Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
  • Uses ofObject injavax.management.modelmbean

    Subclasses ofObject injavax.management.modelmbean 
    Modifier and TypeClassDescription
    class DescriptorSupport
    This class represents the metadata set for a ModelMBean element.
    class InvalidTargetObjectTypeException
    Exception thrown when an invalid target object type is specified.
    class ModelMBeanAttributeInfo
    The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
    class ModelMBeanConstructorInfo
    The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
    class ModelMBeanInfoSupport
    This class represents the meta data for ModelMBeans.
    class ModelMBeanNotificationInfo
    The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.
    class ModelMBeanOperationInfo
    The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
    class RequiredModelMBean
    This class is the implementation of a ModelMBean.
    class XMLParseException
    This exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects.
    Methods injavax.management.modelmbean that returnObject 
    Modifier and TypeMethodDescription
    ObjectDescriptorSupport.clone()
    Returns a new Descriptor which is a duplicate of the Descriptor.
    ObjectModelMBeanAttributeInfo.clone()
    Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
    ObjectModelMBeanConstructorInfo.clone()
    Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
    ObjectModelMBeanInfo.clone()
    Creates and returns a copy of this object.
    ObjectModelMBeanInfoSupport.clone()
    Returns a shallow clone of this instance.
    ObjectModelMBeanNotificationInfo.clone()
    Creates and returns a new ModelMBeanNotificationInfo which is a duplicate of this ModelMBeanNotificationInfo.
    ObjectModelMBeanOperationInfo.clone()
    Creates and returns a new ModelMBeanOperationInfo which is a duplicate of this ModelMBeanOperationInfo.
    ObjectRequiredModelMBean.getAttribute​(String attrName)
    Returns the value of a specific attribute defined for this ModelMBean.
    ObjectRequiredModelMBean.invoke​(String opName,Object[] opArgs,String[] sig)
    Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.
    Methods injavax.management.modelmbean with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener​(NotificationListener listener,String attributeName,Object handback)
    Registers an object which implements the NotificationListener interface as a listener.
    voidRequiredModelMBean.addNotificationListener​(NotificationListener listener,NotificationFilter filter,Object handback)
    Registers an object which implements the NotificationListener interface as a listener.
    booleanDescriptorSupport.equals​(Object o)
    Compares this descriptor to the given object.
    ObjectRequiredModelMBean.invoke​(String opName,Object[] opArgs,String[] sig)
    Invokes a method on or through a RequiredModelMBean and returns the result of the method execution.
    voidModelMBean.setManagedResource​(Object mr,String mr_type)
    Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
    voidRequiredModelMBean.setManagedResource​(Object mr,String mr_type)
    Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
    Constructors injavax.management.modelmbean with parameters of typeObject 
    ConstructorDescription
    DescriptorSupport​(String[] fieldNames,Object[] fieldValues)
    Constructor taking field names and field values.
  • Uses ofObject injavax.management.monitor

    Subclasses ofObject injavax.management.monitor 
    Modifier and TypeClassDescription
    class CounterMonitor
    Defines a monitor MBean designed to observe the values of a counter attribute.
    class GaugeMonitor
    Defines a monitor MBean designed to observe the values of a gauge attribute.
    class Monitor
    Defines the part common to all monitor MBeans.
    class MonitorNotification
    Provides definitions of the notifications sent by monitor MBeans.
    class MonitorSettingException
    Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
    class StringMonitor
    Defines a monitor MBean designed to observe the values of a string attribute.
    Methods injavax.management.monitor that returnObject 
    Modifier and TypeMethodDescription
    ObjectMonitorNotification.getDerivedGauge()
    Gets the derived gauge of this monitor notification.
    ObjectMonitorNotification.getTrigger()
    Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
  • Uses ofObject injavax.management.openmbean

    Subclasses ofObject injavax.management.openmbean 
    Modifier and TypeClassDescription
    class ArrayType<T>
    TheArrayType class is theopen type class whose instances describe allopen data values which are n-dimensional arrays ofopen data values.
    class CompositeDataInvocationHandler
    AnInvocationHandler that forwards getter methods to aCompositeData.
    class CompositeDataSupport
    TheCompositeDataSupport class is theopen data class which implements theCompositeData interface.
    class CompositeType
    TheCompositeType class is theopen type class whose instances describe the types ofCompositeData values.
    class InvalidKeyException
    This runtime exception is thrown to indicate that a method parameter which was expected to be an item name of acomposite data or a row index of atabular data is not valid.
    class InvalidOpenTypeException
    This runtime exception is thrown to indicate that theopen type of anopen data value is not the one expected.
    class KeyAlreadyExistsException
    This runtime exception is thrown to indicate that the index of a row to be added to atabular data instance is already used to refer to another row in thistabular data instance.
    class OpenDataException
    This checked exception is thrown when anopen type, anopen data or anopen MBean metadata info instance could not be constructed because one or more validity constraints were not met.
    class OpenMBeanAttributeInfoSupport
    Describes an attribute of an open MBean.
    class OpenMBeanConstructorInfoSupport
    Describes a constructor of an Open MBean.
    class OpenMBeanInfoSupport
    TheOpenMBeanInfoSupport class describes the management information of anopen MBean: it is a subclass ofMBeanInfo, and it implements theOpenMBeanInfo interface.
    class OpenMBeanOperationInfoSupport
    Describes an operation of an Open MBean.
    class OpenMBeanParameterInfoSupport
    Describes a parameter used in one or more operations or constructors of an open MBean.
    class OpenType<T>
    TheOpenType class is the parent abstract class of all classes which describe the actualopen type of open data values.
    class SimpleType<T>
    TheSimpleType class is theopen type class whose instances describe allopen data values which are neither arrays, norCompositeData values, norTabularData values.
    class TabularDataSupport
    TheTabularDataSupport class is theopen data class which implements theTabularData and theMap interfaces, and which is internally based on a hash map data structure.
    class TabularType
    TheTabularType class is the open type class whose instances describe the types ofTabularData values.
    Methods injavax.management.openmbean that returnObject 
    Modifier and TypeMethodDescription
    Object[]TabularData.calculateIndex​(CompositeData value)
    Calculates the index that would be used in thisTabularData instance to refer to the specified composite datavalue parameter if it were added to this instance.
    Object[]TabularDataSupport.calculateIndex​(CompositeData value)
    Calculates the index that would be used in thisTabularData instance to refer to the specified composite datavalue parameter if it were added to this instance.
    ObjectTabularDataSupport.clone()
    Returns a clone of thisTabularDataSupport instance: the clone is obtained by callingsuper.clone(), and then cloning the underlying map.
    ObjectCompositeData.get​(String key)
    Returns the value of the item whose name iskey.
    ObjectCompositeDataSupport.get​(String key)
    Returns the value of the item whose name iskey.
    ObjectTabularDataSupport.get​(Object key)
    This method simply callsget((Object[]) key).
    Object[]CompositeData.getAll​(String[] keys)
    Returns an array of the values of the items whose names are specified bykeys, in the same order askeys.
    Object[]CompositeDataSupport.getAll​(String[] keys)
    Returns an array of the values of the items whose names are specified bykeys, in the same order askeys.
    ObjectOpenMBeanAttributeInfoSupport.getDefaultValue()
    Returns the default value for the attribute described by thisOpenMBeanAttributeInfoSupport instance, if specified, ornull otherwise.
    ObjectOpenMBeanParameterInfo.getDefaultValue()
    Returns the default value for this parameter, if it has one, ornull otherwise.
    ObjectOpenMBeanParameterInfoSupport.getDefaultValue()
    Returns the default value for the parameter described by thisOpenMBeanParameterInfoSupport instance, if specified, ornull otherwise.
    ObjectTabularDataSupport.put​(Object key,Object value)
    This method simply callsput((CompositeData) value) and therefore ignores itskey parameter which can benull.
    ObjectSimpleType.readResolve()
    Replace an object read from anObjectInputStream with the unique instance for that value.
    ObjectTabularDataSupport.remove​(Object key)
    This method simply callsremove((Object[]) key).
    Methods injavax.management.openmbean that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Set<Map.Entry<Object,​Object>>TabularDataSupport.entrySet()
    Returns a collection view of the index to row mappings contained in thisTabularDataSupport instance.
    Set<Map.Entry<Object,​Object>>TabularDataSupport.entrySet()
    Returns a collection view of the index to row mappings contained in thisTabularDataSupport instance.
    Set<Object>TabularDataSupport.keySet()
    Returns a set view of the keys contained in the underlying map of thisTabularDataSupport instance used to index the rows.
    Collection<Object>TabularDataSupport.values()
    Returns a collection view of the rows contained in thisTabularDataSupport instance.
    Methods injavax.management.openmbean with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanTabularData.containsKey​(Object[] key)
    Returnstrue if and only if thisTabularData instance contains aCompositeData value (ie a row) whose index is the specifiedkey.
    booleanTabularDataSupport.containsKey​(Object key)
    Returnstrue if and only if thisTabularData instance contains aCompositeData value (ie a row) whose index is the specifiedkey.
    booleanTabularDataSupport.containsKey​(Object[] key)
    Returnstrue if and only if thisTabularData instance contains aCompositeData value (ie a row) whose index is the specifiedkey.
    booleanCompositeData.containsValue​(Object value)
    Returnstrue if and only if thisCompositeData instance contains an item whose value isvalue.
    booleanCompositeDataSupport.containsValue​(Object value)
    Returnstrue if and only if thisCompositeData instance contains an item whose value isvalue.
    booleanTabularDataSupport.containsValue​(Object value)
    Returnstrue if and only if thisTabularData instance contains the specified value.
    booleanArrayType.equals​(Object obj)
    Compares the specifiedobj parameter with thisArrayType instance for equality.
    booleanCompositeData.equals​(Object obj)
    Compares the specifiedobj parameter with thisCompositeData instance for equality.
    booleanCompositeDataSupport.equals​(Object obj)
    Compares the specifiedobj parameter with thisCompositeDataSupport instance for equality.
    booleanCompositeType.equals​(Object obj)
    Compares the specifiedobj parameter with thisCompositeType instance for equality.
    booleanOpenMBeanAttributeInfo.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanAttributeInfo instance for equality.
    booleanOpenMBeanAttributeInfoSupport.equals​(Object obj)
    Compares the specifiedobj parameter with this OpenMBeanAttributeInfoSupport instance for equality.
    booleanOpenMBeanConstructorInfo.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanConstructorInfo instance for equality.
    booleanOpenMBeanConstructorInfoSupport.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanConstructorInfoSupport instance for equality.
    booleanOpenMBeanInfo.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanInfo instance for equality.
    booleanOpenMBeanInfoSupport.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanInfoSupport instance for equality.
    booleanOpenMBeanOperationInfo.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanOperationInfo instance for equality.
    booleanOpenMBeanOperationInfoSupport.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanOperationInfoSupport instance for equality.
    booleanOpenMBeanParameterInfo.equals​(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanParameterInfo instance for equality.
    booleanOpenMBeanParameterInfoSupport.equals​(Object obj)
    Compares the specifiedobj parameter with this OpenMBeanParameterInfoSupport instance for equality.
    abstract booleanOpenType.equals​(Object obj)
    Compares the specifiedobj parameter with this open type instance for equality.
    booleanSimpleType.equals​(Object obj)
    Compares the specifiedobj parameter with thisSimpleType instance for equality.
    booleanTabularData.equals​(Object obj)
    Compares the specifiedobj parameter with thisTabularData instance for equality.
    booleanTabularDataSupport.equals​(Object obj)
    Compares the specifiedobj parameter with thisTabularDataSupport instance for equality.
    booleanTabularType.equals​(Object obj)
    Compares the specifiedobj parameter with thisTabularType instance for equality.
    CompositeDataTabularData.get​(Object[] key)
    Returns theCompositeData value whose index iskey, ornull if there is no value mapping tokey, in thisTabularData instance.
    ObjectTabularDataSupport.get​(Object key)
    This method simply callsget((Object[]) key).
    CompositeDataTabularDataSupport.get​(Object[] key)
    Returns theCompositeData value whose index iskey, ornull if there is no value mapping tokey, in thisTabularData instance.
    booleanArrayType.isValue​(Object obj)
    Tests whetherobj is a value for thisArrayType instance.
    booleanCompositeType.isValue​(Object obj)
    Tests whetherobj is a value which could be described by thisCompositeType instance.
    booleanOpenMBeanAttributeInfoSupport.isValue​(Object obj)
    Tests whetherobj is a valid value for the attribute described by thisOpenMBeanAttributeInfoSupport instance.
    booleanOpenMBeanParameterInfo.isValue​(Object obj)
    Tests whetherobj is a valid value for the parameter described by thisOpenMBeanParameterInfo instance.
    booleanOpenMBeanParameterInfoSupport.isValue​(Object obj)
    Tests whetherobj is a valid value for the parameter described by thisOpenMBeanParameterInfo instance.
    abstract booleanOpenType.isValue​(Object obj)
    Tests whetherobj is a value for this open type.
    booleanSimpleType.isValue​(Object obj)
    Tests whetherobj is a value for thisSimpleType instance.
    booleanTabularType.isValue​(Object obj)
    Tests whetherobj is a value which could be described by thisTabularType instance.
    ObjectTabularDataSupport.put​(Object key,Object value)
    This method simply callsput((CompositeData) value) and therefore ignores itskey parameter which can benull.
    CompositeDataTabularData.remove​(Object[] key)
    Removes theCompositeData value whose index iskey from thisTabularData instance, and returns the removed value, or returnsnull if there is no value whose index iskey.
    ObjectTabularDataSupport.remove​(Object key)
    This method simply callsremove((Object[]) key).
    CompositeDataTabularDataSupport.remove​(Object[] key)
    Removes theCompositeData value whose index iskey from thisTabularData instance, and returns the removed value, or returnsnull if there is no value whose index iskey.
    Constructors injavax.management.openmbean with parameters of typeObject 
    ConstructorDescription
    CompositeDataSupport​(CompositeType compositeType,String[] itemNames,Object[] itemValues)
    Constructs aCompositeDataSupport instance with the specifiedcompositeType, whose item values are specified byitemValues[], in the same order as initemNames[].
    OpenMBeanAttributeInfoSupport​(String name,String description,OpenType<T> openType,boolean isReadable,boolean isWritable,boolean isIs,T defaultValue,T[] legalValues)
    Constructs anOpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specifiedname,openType,description,defaultValue andlegalValues, and the specified read/write access properties.
    OpenMBeanParameterInfoSupport​(String name,String description,OpenType<T> openType,T defaultValue,T[] legalValues)
    Constructs anOpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specifiedname,openType,description, defaultValue andlegalValues.
  • Uses ofObject injavax.management.relation

    Subclasses ofObject injavax.management.relation 
    Modifier and TypeClassDescription
    class InvalidRelationIdException
    This exception is raised when relation id provided for a relation is already used.
    class InvalidRelationServiceException
    This exception is raised when an invalid Relation Service is provided.
    class InvalidRelationTypeException
    Invalid relation type.
    class InvalidRoleInfoException
    This exception is raised when, in a role info, its minimum degree is greater than its maximum degree.
    class InvalidRoleValueException
    Role value is invalid.
    class MBeanServerNotificationFilter
    class RelationException
    This class is the superclass of any exception which can be raised during relation management.
    class RelationNotFoundException
    This exception is raised when there is no relation for a given relation id in a Relation Service.
    class RelationNotification
    A notification of a change in the Relation Service.
    class RelationService
    The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
    class RelationServiceNotRegisteredException
    This exception is raised when an access is done to the Relation Service and that one is not registered.
    class RelationSupport
    A RelationSupport object is used internally by the Relation Service to represent simple relations (only roles, no properties or methods), with an unlimited number of roles, of any relation type.
    class RelationTypeNotFoundException
    This exception is raised when there is no relation type with given name in Relation Service.
    class RelationTypeSupport
    A RelationTypeSupport object implements the RelationType interface.
    class Role
    Represents a role: includes a role name and referenced MBeans (via their ObjectNames).
    class RoleInfo
    A RoleInfo object summarises a role in a relation type.
    class RoleInfoNotFoundException
    This exception is raised when there is no role info with given name in a given relation type.
    class RoleList
    A RoleList represents a list of roles (Role objects).
    class RoleNotFoundException
    This exception is raised when a role in a relation does not exist, or is not readable, or is not settable.
    class RoleResult
    Represents the result of a multiple access to several roles of a relation (either for reading or writing).
    class RoleStatus
    This class describes the various problems which can be encountered when accessing a role.
    class RoleUnresolved
    Represents an unresolved role: a role not retrieved from a relation due to a problem.
    class RoleUnresolvedList
    A RoleUnresolvedList represents a list of RoleUnresolved objects, representing roles not retrieved from a relation due to a problem encountered when trying to access (read or write) the roles.
    Methods injavax.management.relation that returnObject 
    Modifier and TypeMethodDescription
    ObjectRole.clone()
    Clone the role object.
    ObjectRoleUnresolved.clone()
    Clone this object.
    Methods injavax.management.relation with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidRelationService.handleNotification​(Notification notif,Object handback)
    Invoked when a JMX notification occurs.
    Constructors injavax.management.relation with parameters of typeObject 
    ConstructorDescription
    RelationNotification​(String notifType,Object sourceObj,long sequence,long timeStamp,String message,String id,String typeName,ObjectName objectName,String name,List<ObjectName> newValue,List<ObjectName> oldValue)
    Creates a notification for a role update in a relation.
    RelationNotification​(String notifType,Object sourceObj,long sequence,long timeStamp,String message,String id,String typeName,ObjectName objectName,List<ObjectName> unregMBeanList)
    Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.
  • Uses ofObject injavax.management.remote

    Subclasses ofObject injavax.management.remote 
    Modifier and TypeClassDescription
    class JMXConnectionNotification
    Notification emitted when a client connection is opened or closed or when notifications are lost.
    class JMXConnectorFactory
    Factory to create JMX API connector clients.
    class JMXConnectorServer
    Superclass of every connector server.
    class JMXConnectorServerFactory
    Factory to create JMX API connector servers.
    class JMXPrincipal
    The identity of a remote client of the JMX Remote API.
    class JMXProviderException
    Exception thrown byJMXConnectorFactory andJMXConnectorServerFactory when a provider exists for the required protocol but cannot be used for some reason.
    class JMXServerErrorException
    Exception thrown as the result of a remoteMBeanServer method invocation when anError is thrown while processing the invocation in the remote MBean server.
    class JMXServiceURL
    The address of a JMX API connector server.
    class NotificationResult
    Result of a query for buffered notifications.
    class SubjectDelegationPermission
    Permission required by an authentication identity to perform operations on behalf of an authorization identity.
    class TargetedNotification
    A (Notification, Listener ID) pair.
    Methods injavax.management.remote with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidJMXConnector.addConnectionNotificationListener​(NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener to be informed of changes in connection status.
    SubjectJMXAuthenticator.authenticate​(Object credentials)
    Authenticates theMBeanServerConnection client with the given client credentials.
    protected voidJMXConnectorServer.connectionClosed​(String connectionId,String message,Object userData)
    Called by a subclass when a client connection is closed normally.
    protected voidJMXConnectorServer.connectionFailed​(String connectionId,String message,Object userData)
    Called by a subclass when a client connection fails.
    protected voidJMXConnectorServer.connectionOpened​(String connectionId,String message,Object userData)
    Called by a subclass when a new client connection is opened.
    booleanJMXPrincipal.equals​(Object o)
    Compares the specified Object with thisJMXPrincipal for equality.
    booleanJMXServiceURL.equals​(Object obj)
    Indicates whether some other object is equal to this one.
    voidJMXConnector.removeConnectionNotificationListener​(NotificationListener l,NotificationFilter f,Object handback)
    Removes a listener from the list to be informed of changes in status.
    Constructors injavax.management.remote with parameters of typeObject 
    ConstructorDescription
    JMXConnectionNotification​(String type,Object source,String connectionId,long sequenceNumber,String message,Object userData)
    Constructs a new connection notification.
  • Uses ofObject injavax.management.remote.rmi

    Subclasses ofObject injavax.management.remote.rmi 
    Modifier and TypeClassDescription
    class RMIConnectionImpl
    Implementation of theRMIConnection interface.
    class RMIConnectionImpl_Stub 
    class RMIConnector
    A connection to a remote RMI connector.
    class RMIConnectorServer
    A JMX API connector server that creates RMI-based connections from remote clients.
    class RMIIIOPServerImpl
    Deprecated.
    This transport is no longer supported.
    class RMIJRMPServerImpl
    AnRMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.
    class RMIServerImpl
    An RMI object representing a connector server.
    class RMIServerImpl_Stub 
    Methods injavax.management.remote.rmi that returnObject 
    Modifier and TypeMethodDescription
    ObjectRMIConnection.getAttribute​(ObjectName name,String attribute,Subject delegationSubject)
    ObjectRMIConnection.invoke​(ObjectName name,String operationName,MarshalledObject params,String[] signature,Subject delegationSubject)
    Methods injavax.management.remote.rmi with parameters of typeObject 
    Modifier and TypeMethodDescription
    RMIConnectionRMIServer.newClient​(Object credentials)
    Makes a new connection through this RMI connector.
    RMIConnectionRMIServerImpl.newClient​(Object credentials)
    Creates a new client connection.
  • Uses ofObject injavax.management.timer

    Subclasses ofObject injavax.management.timer 
    Modifier and TypeClassDescription
    class Timer
    Provides the implementation of the timer MBean.
    class TimerNotification
    This class provides definitions of the notifications sent by timer MBeans.
    Methods injavax.management.timer that returnObject 
    Modifier and TypeMethodDescription
    ObjectTimer.getNotificationUserData​(Integer id)
    Gets the timer notification user data object corresponding to the specified identifier.
    ObjectTimerMBean.getNotificationUserData​(Integer id)
    Gets the timer notification user data object corresponding to the specified identifier.
    Methods injavax.management.timer with parameters of typeObject 
    Modifier and TypeMethodDescription
    IntegerTimer.addNotification​(String type,String message,Object userData,Date date)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date and a null period and number of occurrences.
    IntegerTimer.addNotification​(String type,String message,Object userData,Date date,long period)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date and period and a null number of occurrences.
    IntegerTimer.addNotification​(String type,String message,Object userData,Date date,long period,long nbOccurences)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date, period and number of occurrences.
    IntegerTimer.addNotification​(String type,String message,Object userData,Date date,long period,long nbOccurences,boolean fixedRate)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date, period and number of occurrences.
    IntegerTimerMBean.addNotification​(String type,String message,Object userData,Date date)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date and a null period and number of occurrences.
    IntegerTimerMBean.addNotification​(String type,String message,Object userData,Date date,long period)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date and period and a null number of occurrences.
    IntegerTimerMBean.addNotification​(String type,String message,Object userData,Date date,long period,long nbOccurences)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date, period and number of occurrences.
    IntegerTimerMBean.addNotification​(String type,String message,Object userData,Date date,long period,long nbOccurences,boolean fixedRate)
    Creates a new timer notification with the specifiedtype,message anduserData and inserts it into the list of notifications with a given date, period and number of occurrences.
    Constructors injavax.management.timer with parameters of typeObject 
    ConstructorDescription
    TimerNotification​(String type,Object source,long sequenceNumber,long timeStamp,String msg,Integer id)
    Creates a timer notification object.
  • Uses ofObject injavax.naming

    Subclasses ofObject injavax.naming 
    Modifier and TypeClassDescription
    class AuthenticationException
    This exception is thrown when an authentication error occurs while accessing the naming or directory service.
    class AuthenticationNotSupportedException
    This exception is thrown when the particular flavor of authentication requested is not supported.
    class BinaryRefAddr
    This class represents the binary form of the address of a communications end-point.
    class Binding
    This class represents a name-to-object binding found in a context.
    class CannotProceedException
    This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.
    class CommunicationException
    This exception is thrown when the client is unable to communicate with the directory or naming service.
    class CompositeName
    This class represents a composite name -- a sequence of component names spanning multiple namespaces.
    class CompoundName
    This class represents a compound name -- a name from a hierarchical name space.
    class ConfigurationException
    This exception is thrown when there is a configuration problem.
    class ContextNotEmptyException
    This exception is thrown when attempting to destroy a context that is not empty.
    class InitialContext
    This class is the starting context for performing naming operations.
    class InsufficientResourcesException
    This exception is thrown when resources are not available to complete the requested operation.
    class InterruptedNamingException
    This exception is thrown when the naming operation being invoked has been interrupted.
    class InvalidNameException
    This exception indicates that the name being specified does not conform to the naming syntax of a naming system.
    class LimitExceededException
    This exception is thrown when a method terminates abnormally due to a user or system specified limit.
    class LinkException
    This exception is used to describe problems encountered while resolving links.
    class LinkLoopException
    This exception is thrown when a loop was detected while attempting to resolve a link, or an implementation specific limit on link counts has been reached.
    class LinkRef
    This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.
    class MalformedLinkException
    This exception is thrown when a malformed link was encountered while resolving or constructing a link.
    class NameAlreadyBoundException
    This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object.
    class NameClassPair
    This class represents the object name and class name pair of a binding found in a context.
    class NameNotFoundException
    This exception is thrown when a component of the name cannot be resolved because it is not bound.
    class NamingException
    This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.
    class NamingSecurityException
    This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.
    class NoInitialContextException
    This exception is thrown when no initial context implementation can be created.
    class NoPermissionException
    This exception is thrown when attempting to perform an operation for which the client has no permission.
    class NotContextException
    This exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the resolved object is not a context.
    class OperationNotSupportedException
    This exception is thrown when a context implementation does not support the operation being invoked.
    class PartialResultException
    This exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed.
    class RefAddr
    This class represents the address of a communications end-point.
    class Reference
    This class represents a reference to an object that is found outside of the naming/directory system.
    class ReferralException
    This abstract class is used to represent a referral exception, which is generated in response to areferral such as that returned by LDAP v3 servers.
    class ServiceUnavailableException
    This exception is thrown when attempting to communicate with a directory or naming service and that service is not available.
    class SizeLimitExceededException
    This exception is thrown when a method produces a result that exceeds a size-related limit.
    class StringRefAddr
    This class represents the string form of the address of a communications end-point.
    class TimeLimitExceededException
    This exception is thrown when a method does not terminate within the specified time limit.
    Fields injavax.naming declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectLinkException.linkResolvedObj
    Contains the object to which resolution of the part of the link was successful.
    protectedObjectNamingException.resolvedObj
    Contains the object to which resolution of the part of the name was successful.
    Fields injavax.naming with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedHashtable<Object,​Object>InitialContext.myProps
    The environment associated with this InitialContext.
    protectedHashtable<Object,​Object>InitialContext.myProps
    The environment associated with this InitialContext.
    Methods injavax.naming that returnObject 
    Modifier and TypeMethodDescription
    ObjectContext.addToEnvironment​(String propName,Object propVal)
    Adds a new environment property to the environment of this context.
    ObjectCompositeName.clone()
    Generates a copy of this composite name.
    ObjectCompoundName.clone()
    Creates a copy of this compound name.
    ObjectName.clone()
    Generates a new copy of this name.
    ObjectReference.clone()
    Makes a copy of this reference using its class name list of addresses, class factory name and class factory location.
    ObjectBinaryRefAddr.getContent()
    Retrieves the contents of this address as an Object.
    abstractObjectRefAddr.getContent()
    Retrieves the contents of this address.
    ObjectStringRefAddr.getContent()
    Retrieves the contents of this address.
    ObjectLinkException.getLinkResolvedObj()
    Retrieves the object to which resolution was successful.
    ObjectBinding.getObject()
    Retrieves the object bound to the name of this binding.
    abstractObjectReferralException.getReferralInfo()
    Retrieves information (such as URLs) related to this referral.
    ObjectNamingException.getResolvedObj()
    Retrieves the object to which resolution was successful.
    ObjectContext.lookup​(String name)
    Retrieves the named object.
    ObjectContext.lookup​(Name name)
    Retrieves the named object.
    ObjectContext.lookupLink​(String name)
    Retrieves the named object, following links except for the terminal atomic component of the name.
    ObjectContext.lookupLink​(Name name)
    Retrieves the named object, following links except for the terminal atomic component of the name.
    ObjectCompositeName.remove​(int posn)
    Deletes a component from this composite name.
    ObjectCompoundName.remove​(int posn)
    Deletes a component from this compound name.
    ObjectName.remove​(int posn)
    Removes a component from this name.
    ObjectReference.remove​(int posn)
    Deletes the address at index posn from the list of addresses.
    ObjectContext.removeFromEnvironment​(String propName)
    Removes an environment property from the environment of this context.
    Methods injavax.naming with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectContext.addToEnvironment​(String propName,Object propVal)
    Adds a new environment property to the environment of this context.
    voidContext.bind​(String name,Object obj)
    Binds a name to an object.
    voidContext.bind​(Name name,Object obj)
    Binds a name to an object.
    intCompositeName.compareTo​(Object obj)
    Compares this CompositeName with the specified Object for order.
    intCompoundName.compareTo​(Object obj)
    Compares this CompoundName with the specified Object for order.
    intName.compareTo​(Object obj)
    Compares this name with another name for order.
    booleanBinaryRefAddr.equals​(Object obj)
    Determines whether obj is equal to this address.
    booleanCompositeName.equals​(Object obj)
    Determines whether two composite names are equal.
    booleanCompoundName.equals​(Object obj)
    Determines whether obj is syntactically equal to this compound name.
    booleanRefAddr.equals​(Object obj)
    Determines whether obj is equal to this RefAddr.
    booleanReference.equals​(Object obj)
    Determines whether obj is a reference with the same addresses (in same order) as this reference.
    voidContext.rebind​(String name,Object obj)
    Binds a name to an object, overwriting any existing binding.
    voidContext.rebind​(Name name,Object obj)
    Binds a name to an object, overwriting any existing binding.
    voidLinkException.setLinkResolvedObj​(Object obj)
    Sets the link resolved object field of this exception.
    voidBinding.setObject​(Object obj)
    Sets the object associated with this binding.
    voidNamingException.setResolvedObj​(Object obj)
    Sets the resolved object field of this exception.
    Constructors injavax.naming with parameters of typeObject 
    ConstructorDescription
    Binding​(String name,Object obj)
    Constructs an instance of a Binding given its name and object.
    Binding​(String name,Object obj,boolean isRelative)
    Constructs an instance of a Binding given its name, object, and whether the name is relative.
    Binding​(String name,String className,Object obj)
    Constructs an instance of a Binding given its name, class name, and object.
    Binding​(String name,String className,Object obj,boolean isRelative)
    Constructs an instance of a Binding given its name, class name, object, and whether the name is relative.
  • Uses ofObject injavax.naming.directory

    Subclasses ofObject injavax.naming.directory 
    Modifier and TypeClassDescription
    class AttributeInUseException
    This exception is thrown when an operation attempts to add an attribute that already exists.
    class AttributeModificationException
    This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's (schema) definition or the attribute's state.
    class BasicAttribute
    This class provides a basic implementation of theAttribute interface.
    class BasicAttributes
    This class provides a basic implementation of the Attributes interface.
    class InitialDirContext
    This class is the starting context for performing directory operations.
    class InvalidAttributeIdentifierException
    This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.
    class InvalidAttributesException
    This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
    class InvalidAttributeValueException
    This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
    class InvalidSearchControlsException
    This exception is thrown when the specification of the SearchControls for a search operation is invalid.
    class InvalidSearchFilterException
    This exception is thrown when the specification of a search filter is invalid.
    class ModificationItem
    This class represents a modification item.
    class NoSuchAttributeException
    This exception is thrown when attempting to access an attribute that does not exist.
    class SchemaViolationException
    This exception is thrown when a method in some ways violates the schema.
    class SearchControls
    This class encapsulates factors that determine scope of search and what gets returned as a result of the search.
    class SearchResult
    This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods.
    Fields injavax.naming.directory with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedVector<Object>BasicAttribute.values
    Holds the attribute's values.
    Methods injavax.naming.directory that returnObject 
    Modifier and TypeMethodDescription
    ObjectAttribute.clone()
    Makes a copy of the attribute.
    ObjectAttributes.clone()
    Makes a copy of the attribute set.
    ObjectAttribute.get()
    Retrieves one of this attribute's values.
    ObjectAttribute.get​(int ix)
    Retrieves the attribute value from the ordered list of attribute values.
    ObjectBasicAttribute.get()
    Retrieves one of this attribute's values.
    ObjectAttribute.remove​(int ix)
    Removes an attribute value from the ordered list of attribute values.
    ObjectAttribute.set​(int ix,Object attrVal)
    Sets an attribute value in the ordered list of attribute values.
    Methods injavax.naming.directory with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidAttribute.add​(int ix,Object attrVal)
    Adds an attribute value to the ordered list of attribute values.
    booleanAttribute.add​(Object attrVal)
    Adds a new value to the attribute.
    booleanBasicAttribute.add​(Object attrVal)
    Adds a new value to this attribute.
    voidDirContext.bind​(String name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes.
    voidDirContext.bind​(Name name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes.
    booleanAttribute.contains​(Object attrVal)
    Determines whether a value is in the attribute.
    booleanBasicAttribute.contains​(Object attrVal)
    Determines whether a value is in this attribute.
    booleanBasicAttribute.equals​(Object obj)
    Determines whether obj is equal to this attribute.
    booleanBasicAttributes.equals​(Object obj)
    Determines whether thisBasicAttributes is equal to anotherAttributes TwoAttributes are equal if they are both instances ofAttributes, treat the case of attribute IDs the same way, and contain the same attributes.
    AttributeAttributes.put​(String attrID,Object val)
    Adds a new attribute to the attribute set.
    voidDirContext.rebind​(String name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes, overwriting any existing binding.
    voidDirContext.rebind​(Name name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes, overwriting any existing binding.
    booleanAttribute.remove​(Object attrval)
    Removes a specified value from the attribute.
    booleanBasicAttribute.remove​(Object attrval)
    Removes a specified value from this attribute.
    NamingEnumeration<SearchResult>DirContext.search​(String name,String filterExpr,Object[] filterArgs,SearchControls cons)
    Searches in the named context or object for entries that satisfy the given search filter.
    NamingEnumeration<SearchResult>DirContext.search​(Name name,String filterExpr,Object[] filterArgs,SearchControls cons)
    Searches in the named context or object for entries that satisfy the given search filter.
    ObjectAttribute.set​(int ix,Object attrVal)
    Sets an attribute value in the ordered list of attribute values.
    Constructors injavax.naming.directory with parameters of typeObject 
    ConstructorDescription
    BasicAttribute​(String id,Object value)
    Constructs a new instance of an unordered attribute with a single value.
    BasicAttribute​(String id,Object value,boolean ordered)
    Constructs a new instance of a possibly ordered attribute with a single value.
    BasicAttributes​(String attrID,Object val)
    Constructs a new instance of Attributes with one attribute.
    BasicAttributes​(String attrID,Object val,boolean ignoreCase)
    Constructs a new instance of Attributes with one attribute.
    SearchResult​(String name,Object obj,Attributes attrs)
    Constructs a search result using the result's name, its bound object, and its attributes.
    SearchResult​(String name,Object obj,Attributes attrs,boolean isRelative)
    Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.
    SearchResult​(String name,String className,Object obj,Attributes attrs)
    Constructs a search result using the result's name, its class name, its bound object, and its attributes.
    SearchResult​(String name,String className,Object obj,Attributes attrs,boolean isRelative)
    Constructs a search result using the result's name, its class name, its bound object, its attributes, and whether the name is relative.
  • Uses ofObject injavax.naming.event

    Subclasses ofObject injavax.naming.event 
    Modifier and TypeClassDescription
    class NamingEvent
    This class represents an event fired by a naming/directory service.
    class NamingExceptionEvent
    This class represents an event fired when the procedures/processes used to collect information for notifying listeners ofNamingEvents threw aNamingException.
    Fields injavax.naming.event declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectNamingEvent.changeInfo
    Contains information about the change that generated this event.
    Methods injavax.naming.event that returnObject 
    Modifier and TypeMethodDescription
    ObjectNamingEvent.getChangeInfo()
    Retrieves the change information for this event.
    Methods injavax.naming.event with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidEventDirContext.addNamingListener​(String target,String filter,Object[] filterArgs,SearchControls ctls,NamingListener l)
    Adds a listener for receiving naming events fired when objects identified by the search filterfilter and filter arguments at the object named by the string target name are modified.
    voidEventDirContext.addNamingListener​(Name target,String filter,Object[] filterArgs,SearchControls ctls,NamingListener l)
    Adds a listener for receiving naming events fired when objects identified by the search filterfilter and filter arguments at the object named by the target are modified.
    Constructors injavax.naming.event with parameters of typeObject 
    ConstructorDescription
    NamingEvent​(EventContext source,int type,Binding newBd,Binding oldBd,Object changeInfo)
    Constructs an instance ofNamingEvent.
  • Uses ofObject injavax.naming.ldap

    Subclasses ofObject injavax.naming.ldap 
    Modifier and TypeClassDescription
    class BasicControl
    This class provides a basic implementation of theControl interface.
    class ControlFactory
    This abstract class represents a factory for creating LDAPv3 controls.
    class InitialLdapContext
    This class is the starting context for performing LDAPv3-style extended operations and controls.
    class LdapName
    This class represents a distinguished name as specified byRFC 2253.
    class LdapReferralException
    This abstract class is used to represent an LDAP referral exception.
    class ManageReferralControl
    Requests that referral and other special LDAP objects be manipulated as normal LDAP objects.
    class PagedResultsControl
    Requests that the results of a search operation be returned by the LDAP server in batches of a specified size.
    class PagedResultsResponseControl
    Indicates the end of a batch of search results.
    class Rdn
    This class represents a relative distinguished name, or RDN, which is a component of a distinguished name as specified byRFC 2253.
    class SortControl
    Requests that the results of a search operation be sorted by the LDAP server before being returned.
    class SortKey
    A sort key and its associated sort parameters.
    class SortResponseControl
    Indicates whether the requested sort of search results was successful or not.
    class StartTlsRequest
    This class implements the LDAPv3 Extended Request for StartTLS as defined inLightweight Directory Access Protocol (v3): Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended request value is defined.
    class StartTlsResponse
    This class implements the LDAPv3 Extended Response for StartTLS as defined inLightweight Directory Access Protocol (v3): Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended response value is defined.
    class UnsolicitedNotificationEvent
    This class represents an event fired in response to an unsolicited notification sent by the LDAP server.
    Methods injavax.naming.ldap that returnObject 
    Modifier and TypeMethodDescription
    ObjectLdapName.clone()
    Generates a new copy of this name.
    ObjectRdn.getValue()
    Retrieves one of this Rdn's value.
    ObjectLdapName.remove​(int posn)
    Removes a component from this LDAP name.
    staticObjectRdn.unescapeValue​(String val)
    Given an attribute value string formatted according to the rules specified inRFC 2253, returns the unformatted value.
    Methods injavax.naming.ldap with parameters of typeObject 
    Modifier and TypeMethodDescription
    intLdapName.compareTo​(Object obj)
    Compares this LdapName with the specified Object for order.
    intRdn.compareTo​(Object obj)
    Compares this Rdn with the specified Object for order.
    booleanLdapName.equals​(Object obj)
    Determines whether two LDAP names are equal.
    booleanRdn.equals​(Object obj)
    Compares the specified Object with this Rdn for equality.
    staticStringRdn.escapeValue​(Object val)
    Given the value of an attribute, returns a string escaped according to the rules specified inRFC 2253.
    Constructors injavax.naming.ldap with parameters of typeObject 
    ConstructorDescription
    Rdn​(String type,Object value)
    Constructs an Rdn from the given attribute type and value.
    UnsolicitedNotificationEvent​(Object src,UnsolicitedNotification notice)
    Constructs a new instance ofUnsolicitedNotificationEvent.
  • Uses ofObject injavax.naming.ldap.spi

    Subclasses ofObject injavax.naming.ldap.spi 
    Modifier and TypeClassDescription
    class LdapDnsProvider
    Service-provider class for DNS lookups when performing LDAP operations.
    class LdapDnsProviderResult
    The result of a DNS lookup for an LDAP URL.
  • Uses ofObject injavax.naming.spi

    Subclasses ofObject injavax.naming.spi 
    Modifier and TypeClassDescription
    class DirectoryManager
    This class contains methods for supportingDirContext implementations.
    static class DirStateFactory.Result
    An object/attributes pair for returning the result of DirStateFactory.getStateToBind().
    class NamingManager
    This class contains methods for creating context objects and objects referred to by location information in the naming or directory service.
    class ResolveResult
    This class represents the result of resolution of a name.
    Fields injavax.naming.spi declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectResolveResult.resolvedObj
    Field containing the Object that was resolved to successfully.
    Methods injavax.naming.spi that returnObject 
    Modifier and TypeMethodDescription
    ObjectDirStateFactory.Result.getObject()
    Retrieves the object to be bound.
    staticObjectDirectoryManager.getObjectInstance​(Object refInfo,Name name,Context nameCtx,Hashtable<?,​?> environment,Attributes attrs)
    Creates an instance of an object for the specified object, attributes, and environment.
    ObjectDirObjectFactory.getObjectInstance​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment,Attributes attrs)
    Creates an object using the location or reference information, and attributes specified.
    staticObjectNamingManager.getObjectInstance​(Object refInfo,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Creates an instance of an object for the specified object and environment.
    ObjectObjectFactory.getObjectInstance​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Creates an object using the location or reference information specified.
    ObjectResolveResult.getResolvedObj()
    Retrieves the Object to which resolution was successful.
    staticObjectNamingManager.getStateToBind​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Retrieves the state of an object for binding.
    ObjectStateFactory.getStateToBind​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Retrieves the state of an object for binding.
    Methods injavax.naming.spi with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectFactoryObjectFactoryBuilder.createObjectFactory​(Object obj,Hashtable<?,​?> environment)
    Creates a new object factory using the environment supplied.
    staticObjectDirectoryManager.getObjectInstance​(Object refInfo,Name name,Context nameCtx,Hashtable<?,​?> environment,Attributes attrs)
    Creates an instance of an object for the specified object, attributes, and environment.
    ObjectDirObjectFactory.getObjectInstance​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment,Attributes attrs)
    Creates an object using the location or reference information, and attributes specified.
    staticObjectNamingManager.getObjectInstance​(Object refInfo,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Creates an instance of an object for the specified object and environment.
    ObjectObjectFactory.getObjectInstance​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Creates an object using the location or reference information specified.
    staticDirStateFactory.ResultDirectoryManager.getStateToBind​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment,Attributes attrs)
    Retrieves the state of an object for binding when given the original object and its attributes.
    DirStateFactory.ResultDirStateFactory.getStateToBind​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment,Attributes inAttrs)
    Retrieves the state of an object for binding given the object and attributes to be transformed.
    staticObjectNamingManager.getStateToBind​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Retrieves the state of an object for binding.
    ObjectStateFactory.getStateToBind​(Object obj,Name name,Context nameCtx,Hashtable<?,​?> environment)
    Retrieves the state of an object for binding.
    voidResolveResult.setResolvedObj​(Object obj)
    Sets the resolved Object field of this result to obj.
    Constructors injavax.naming.spi with parameters of typeObject 
    ConstructorDescription
    ResolveResult​(Object robj,String rcomp)
    Constructs a new instance of ResolveResult consisting of the resolved object and the remaining unresolved component.
    ResolveResult​(Object robj,Name rname)
    Constructs a new instance of ResolveResult consisting of the resolved Object and the remaining name.
    Result​(Object obj,Attributes outAttrs)
    Constructs an instance of Result.
  • Uses ofObject injavax.net

    Subclasses ofObject injavax.net 
    Modifier and TypeClassDescription
    class ServerSocketFactory
    This class creates server sockets.
    class SocketFactory
    This class creates sockets.
  • Uses ofObject injavax.net.ssl

    Subclasses ofObject injavax.net.ssl 
    Modifier and TypeClassDescription
    class CertPathTrustManagerParameters
    A wrapper for CertPathParameters.
    class ExtendedSSLSession
    Extends theSSLSession interface to support additional session attributes.
    class HandshakeCompletedEvent
    This event indicates that an SSL handshake completed on a given SSL connection.
    class HttpsURLConnection
    HttpsURLConnection extendsHttpURLConnection with support for https-specific features.
    class KeyManagerFactory
    This class acts as a factory for key managers based on a source of key material.
    class KeyManagerFactorySpi
    This class defines theService Provider Interface (SPI) for theKeyManagerFactory class.
    class KeyStoreBuilderParameters
    A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.
    class SNIHostName
    Instances of this class represent a server name of typehost_name in a Server Name Indication (SNI) extension.
    class SNIMatcher
    Instances of this class represent a matcher that performs match operations on anSNIServerName instance.
    class SNIServerName
    Instances of this class represent a server name in a Server Name Indication (SNI) extension.
    class SSLContext
    Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories orSSLEngines.
    class SSLContextSpi
    This class defines theService Provider Interface (SPI) for theSSLContext class.
    class SSLEngine
    A class which enables secure communications using protocols such as the Secure Sockets Layer (SSL) or IETF RFC 2246 "Transport Layer Security" (TLS) protocols, but is transport independent.
    class SSLEngineResult
    An encapsulation of the result state produced bySSLEngine I/O calls.
    class SSLException
    Indicates some kind of error detected by an SSL subsystem.
    class SSLHandshakeException
    Indicates that the client and server could not negotiate the desired level of security.
    class SSLKeyException
    Reports a bad SSL key.
    class SSLParameters
    Encapsulates parameters for an SSL/TLS/DTLS connection.
    class SSLPeerUnverifiedException
    Indicates that the peer's identity has not been verified.
    class SSLPermission
    This class is for various network permissions.
    class SSLProtocolException
    Reports an error in the operation of the SSL protocol.
    class SSLServerSocket
    This class extendsServerSocket and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
    class SSLServerSocketFactory
    SSLServerSocketFactorys createSSLServerSockets.
    class SSLSessionBindingEvent
    This event is propagated to a SSLSessionBindingListener.
    class SSLSocket
    This class extendsSocket and provides secure sockets using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
    class SSLSocketFactory
    SSLSocketFactorys createSSLSockets.
    class StandardConstants
    Standard constants definitions
    class TrustManagerFactory
    This class acts as a factory for trust managers based on a source of trust material.
    class TrustManagerFactorySpi
    This class defines theService Provider Interface (SPI) for theTrustManagerFactory class.
    class X509ExtendedKeyManager
    Abstract class that provides for extension of the X509KeyManager interface.
    class X509ExtendedTrustManager
    Extensions to theX509TrustManager interface to support SSL/TLS/DTLS connection sensitive trust management.
    Methods injavax.net.ssl that returnObject 
    Modifier and TypeMethodDescription
    ObjectSSLSession.getValue​(String name)
    Returns the object bound to the given name in the session's application layer data.
    Methods injavax.net.ssl with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanSNIHostName.equals​(Object other)
    Compares this server name to the specified object.
    booleanSNIServerName.equals​(Object other)
    Indicates whether some other object is "equal to" this server name.
    voidSSLSession.putValue​(String name,Object value)
    Binds the specifiedvalue object into the session's application layer data with the givenname.
  • Uses ofObject injavax.print

    Subclasses ofObject injavax.print 
    Modifier and TypeClassDescription
    class DocFlavor
    ClassDocFlavor encapsulates an object that specifies the format in which print data is supplied to aDocPrintJob.
    static class DocFlavor.BYTE_ARRAY
    ClassDocFlavor.BYTE_ARRAY provides predefined static constantDocFlavor objects for example doc flavors using a byte array (byte[]) as the print data representation class.
    static class DocFlavor.CHAR_ARRAY
    ClassDocFlavor.CHAR_ARRAY provides predefined static constantDocFlavor objects for example doc flavors using a character array (char[]) as the print data representation class.
    static class DocFlavor.INPUT_STREAM
    ClassDocFlavor.INPUT_STREAM provides predefined static constantDocFlavor objects for example doc flavors using a byte stream (java.io.InputStream) as the print data representation class.
    static class DocFlavor.READER
    ClassDocFlavor.READER provides predefined static constantDocFlavor objects for example doc flavors using a character stream (java.io.Reader) as the print data representation class.
    static class DocFlavor.SERVICE_FORMATTED
    ClassDocFlavor.SERVICE_FORMATTED provides predefined static constantDocFlavor objects for example doc flavors for service formatted print data.
    static class DocFlavor.STRING
    ClassDocFlavor.STRING provides predefined static constantDocFlavor objects for example doc flavors using a string (java.lang.String) as the print data representation class.
    static class DocFlavor.URL
    ClassDocFlavor.URL provides predefined static constantDocFlavor objects.
    class PrintException
    ClassPrintException encapsulates a printing-related error condition that occurred while using a Print Service instance.
    class PrintServiceLookup
    Implementations of this class provide lookup services for print services (typically equivalent to printers) of a particular type.
    class ServiceUI
    This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print services looked up through the Java Print Service API.
    class ServiceUIFactory
    Services may optionally provide UIs which allow different styles of interaction in different roles.
    class SimpleDoc
    This class is an implementation of interfaceDoc that can be used in many common printing requests.
    class StreamPrintService
    This class extendsPrintService and represents a print service that prints data in different formats to a client-provided output stream.
    class StreamPrintServiceFactory
    AStreamPrintServiceFactory is the factory forStreamPrintService instances, which can print to an output stream in a particular document format described as a mime type.
    Methods injavax.print that returnObject 
    Modifier and TypeMethodDescription
    ObjectPrintService.getDefaultAttributeValue​(Class<? extendsAttribute> category)
    Determines this print service's default printing attribute value in the given category.
    ObjectDoc.getPrintData()
    Obtains the print data representation object that contains this doc object's piece of print data in the format corresponding to the supported doc flavor.
    ObjectSimpleDoc.getPrintData()
    Obtains the print data representation object that contains this doc object's piece of print data in the format corresponding to the supported doc flavor.
    ObjectPrintService.getSupportedAttributeValues​(Class<? extendsAttribute> category,DocFlavor flavor,AttributeSet attributes)
    Determines the printing attribute values a client can specify in the given category when setting up a job for this print service.
    abstractObjectServiceUIFactory.getUI​(int role,String ui)
    Get a UI object which may be cast to the requested UI type by the application and used in its user interface.
    Methods injavax.print with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanDocFlavor.equals​(Object obj)
    Determines if this doc flavor object is equal to the given object.
    booleanPrintService.equals​(Object obj)
    Determines if two services are referring to the same underlying service.
    Constructors injavax.print with parameters of typeObject 
    ConstructorDescription
    SimpleDoc​(Object printData,DocFlavor flavor,DocAttributeSet attributes)
    Constructs aSimpleDoc with the specified print data, doc flavor and doc attribute set.
  • Uses ofObject injavax.print.attribute

    Subclasses ofObject injavax.print.attribute 
    Modifier and TypeClassDescription
    class AttributeSetUtilities
    ClassAttributeSetUtilities provides static methods for manipulatingAttributeSets.
    class DateTimeSyntax
    ClassDateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time.
    class EnumSyntax
    ClassEnumSyntax is an abstract base class providing the common implementation of all "type safe enumeration" objects.
    class HashAttributeSet
    ClassHashAttributeSet provides anAttributeSet implementation with characteristics of a hash map.
    class HashDocAttributeSet
    ClassHashDocAttributeSet provides an attribute set which inherits its implementation from classHashAttributeSet and enforces the semantic restrictions of interfaceDocAttributeSet.
    class HashPrintJobAttributeSet
    ClassHashPrintJobAttributeSet provides an attribute set which inherits its implementation from classHashAttributeSet and enforces the semantic restrictions of interfacePrintJobAttributeSet.
    class HashPrintRequestAttributeSet
    ClassHashPrintRequestAttributeSet inherits its implementation from classHashAttributeSet and enforces the semantic restrictions of interfacePrintRequestAttributeSet.
    class HashPrintServiceAttributeSet
    ClassHashPrintServiceAttributeSet provides an attribute set which inherits its implementation from classHashAttributeSet and enforces the semantic restrictions of interfacePrintServiceAttributeSet.
    class IntegerSyntax
    ClassIntegerSyntax is an abstract base class providing the common implementation of all attributes with integer values.
    class ResolutionSyntax
    ClassResolutionSyntax is an abstract base class providing the common implementation of all attributes denoting a printer resolution.
    class SetOfIntegerSyntax
    ClassSetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a set of nonnegative integers.
    class Size2DSyntax
    ClassSize2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions.
    class TextSyntax
    ClassTextSyntax is an abstract base class providing the common implementation of all attributes whose value is a string.
    class UnmodifiableSetException
    Thrown to indicate that the requested operation cannot be performed because the set is unmodifiable.
    class URISyntax
    ClassURISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI).
    Methods injavax.print.attribute that returnObject 
    Modifier and TypeMethodDescription
    ObjectEnumSyntax.clone()
    Returns a clone of this enumeration value, which to preserve the semantics of enumeration values is the same object as this enumeration value.
    protectedObjectEnumSyntax.readResolve()
    During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.
    Methods injavax.print.attribute with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAttributeSet.equals​(Object object)
    Compares the specified object with this attribute set for equality.
    booleanDateTimeSyntax.equals​(Object object)
    Returns whether this date-time attribute is equivalent to the passed in object.
    booleanHashAttributeSet.equals​(Object object)
    Compares the specified object with this attribute set for equality.
    booleanIntegerSyntax.equals​(Object object)
    Returns whether this integer attribute is equivalent to the passed in object.
    booleanResolutionSyntax.equals​(Object object)
    Returns whether this resolution attribute is equivalent to the passed in object.
    booleanSetOfIntegerSyntax.equals​(Object object)
    Returns whether this set-of-integer attribute is equivalent to the passed in object.
    booleanSize2DSyntax.equals​(Object object)
    Returns whether this two-dimensional size attribute is equivalent to the passed in object.
    booleanTextSyntax.equals​(Object object)
    Returns whether this text attribute is equivalent to the passed in object.
    booleanURISyntax.equals​(Object object)
    Returns whether thisURI attribute is equivalent to the passed in object.
    staticClass<?>AttributeSetUtilities.verifyAttributeCategory​(Object object,Class<?> interfaceName)
    Verify that the given object is aClass that implements the given interface, which is assumed to be interfaceAttribute or a subinterface thereof.
    staticAttributeAttributeSetUtilities.verifyAttributeValue​(Object object,Class<?> interfaceName)
    Verify that the given object is an instance of the given interface, which is assumed to be interfaceAttribute or a subinterface thereof.
  • Uses ofObject injavax.print.attribute.standard

    Subclasses ofObject injavax.print.attribute.standard 
    Modifier and TypeClassDescription
    class Chromaticity
    ClassChromaticity is a printing attribute class, an enumeration, that specifies monochrome or color printing.
    class ColorSupported
    ClassColorSupported is a printing attribute class, an enumeration, that identifies whether the device is capable of any type of color printing at all, including highlight color as well as full process color.
    class Compression
    ClassCompression is a printing attribute class, an enumeration, that specifies how print data is compressed.
    class Copies
    ClassCopies is an integer valued printing attribute class that specifies the number of copies to be printed.
    class CopiesSupported
    ClassCopiesSupported is a printing attribute class, a set of integers, that gives the supported values for aCopies attribute.
    class DateTimeAtCompleted
    ClassDateTimeAtCompleted is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed (or was canceled or aborted).
    class DateTimeAtCreation
    ClassDateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created.
    class DateTimeAtProcessing
    ClassDateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing.
    class Destination
    ClassDestination is a printing attribute class, aURI, that is used to indicate an alternate destination for the spooled printer formatted data.
    class DialogOwner
    An attribute class used to support requesting a print or page setup dialog be kept displayed on top of all windows or some specific window.
    class DialogTypeSelection
    ClassDialogTypeSelection is a printing attribute class, an enumeration, that indicates the user dialog type to be used for specifying printing options.
    class DocumentName
    ClassDocumentName is a printing attribute class, a text attribute, that specifies the name of a document.
    class Fidelity
    ClassFidelity is a printing attribute class, an enumeration, that indicates whether total fidelity to client supplied print request attributes is required.
    class Finishings
    ClassFinishings is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of binding to each copy of each printed document in the job.
    class JobHoldUntil
    ClassJobHoldUntil is a printing attribute class, a date-time attribute, that specifies the exact date and time at which the job must become a candidate for printing.
    class JobImpressions
    ClassJobImpressions is an integer valued printing attribute class that specifies the total size in number of impressions of the document(s) being submitted.
    class JobImpressionsCompleted
    ClassJobImpressionsCompleted is an integer valued printing attribute class that specifies the number of impressions completed for the job so far.
    class JobImpressionsSupported
    ClassJobImpressionsSupported is a printing attribute class, a set of integers, that gives the supported values for aJobImpressions attribute.
    class JobKOctets
    ClassJobKOctets is an integer valued printing attribute class that specifies the total size of the document(s) in K octets, i.e., in units of 1024 octets requested to be processed in the job.
    class JobKOctetsProcessed
    ClassJobKOctetsProcessed is an integer valued printing attribute class that specifies the total number of print data octets processed so far in K octets, i.e., in units of 1024 octets.
    class JobKOctetsSupported
    ClassJobKOctetsSupported is a printing attribute class, a set of integers, that gives the supported values for aJobKOctets attribute.
    class JobMediaSheets
    ClassJobMediaSheets is an integer valued printing attribute class that specifies the total number of media sheets to be produced for this job.
    class JobMediaSheetsCompleted
    ClassJobMediaSheetsCompleted is an integer valued printing attribute class that specifies the number of media sheets which have completed marking and stacking for the entire job so far, whether those sheets have been processed on one side or on both.
    class JobMediaSheetsSupported
    ClassJobMediaSheetsSupported is a printing attribute class, a set of integers, that gives the supported values for aJobMediaSheets attribute.
    class JobMessageFromOperator
    ClassJobMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user the reasons for modification or other management action taken on a job.
    class JobName
    ClassJobName is a printing attribute class, a text attribute, that specifies the name of a print job.
    class JobOriginatingUserName
    ClassJobOriginatingUserName is a printing attribute class, a text attribute, that contains the name of the end user that submitted the print job.
    class JobPriority
    ClassJobPriority is an integer valued printing attribute class that specifies a print job's priority.
    class JobPrioritySupported
    ClassJobPrioritySupported is an integer valued printing attribute class that specifies whether a Print Service instance supports theJobPriority attribute and the number of different job priority levels supported.
    class JobSheets
    ClassJobSheets is a printing attribute class, an enumeration, that determines which job start and end sheets, if any, must be printed with a job.
    class JobState
    JobState is a printing attribute class, an enumeration, that identifies the current state of a print job.
    class JobStateReason
    ClassJobStateReason is a printing attribute class, an enumeration, that provides additional information about the job's current state, i.e., information that augments the value of the job'sJobState attribute.
    class JobStateReasons
    ClassJobStateReasons is a printing attribute class, a set of enumeration values, that provides additional information about the job's current state, i.e., information that augments the value of the job'sJobState attribute.
    class Media
    ClassMedia is a printing attribute class that specifies the medium on which to print.
    class MediaName
    ClassMediaName is a subclass ofMedia, a printing attribute class (an enumeration) that specifies the media for a print job as a name.
    class MediaPrintableArea
    ClassMediaPrintableArea is a printing attribute used to distinguish the printable and non-printable areas of media.
    class MediaSize
    ClassMediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with theX dimension running along the bottom edge and theY dimension running along the left edge.
    static class MediaSize.Engineering
    ClassMediaSize.Engineering includesMediaSize values for engineering media.
    static class MediaSize.ISO
    ClassMediaSize.ISO includesMediaSize values for ISO media.
    static class MediaSize.JIS
    ClassMediaSize.JIS includesMediaSize values for JIS (Japanese) media.
    static class MediaSize.NA
    ClassMediaSize.NA includesMediaSize values for North American media.
    static class MediaSize.Other
    ClassMediaSize.Other includesMediaSize values for miscellaneous media.
    class MediaSizeName
    ClassMediaSizeName is a subclass ofMedia.
    class MediaTray
    ClassMediaTray is a subclass ofMedia.
    class MultipleDocumentHandling
    ClassMultipleDocumentHandling is a printing attribute class, an enumeration, that controls finishing operations and the placement of one or more print-stream pages into impressions and onto media sheets.
    class NumberOfDocuments
    ClassNumberOfDocuments is an integer valued printing attribute that indicates the number of individual docs the printer has accepted for this job, regardless of whether the docs' print data has reached the printer or not.
    class NumberOfInterveningJobs
    ClassNumberOfInterveningJobs is an integer valued printing attribute that indicates the number of jobs that are ahead of this job in the relative chronological order of expected time to complete (i.e., the current scheduled order).
    class NumberUp
    ClassNumberUp is an integer valued printing attribute class that specifies the number of print-stream pages to impose upon a single side of an instance of a selected medium.
    class NumberUpSupported
    ClassNumberUpSupported is a printing attribute class, a set of integers, that gives the supported values for aNumberUp attribute.
    class OrientationRequested
    ClassOrientationRequested is a printing attribute class, an enumeration, that indicates the desired orientation for printed print-stream pages; it does not describe the orientation of the client-supplied print-stream pages.
    class OutputDeviceAssigned
    ClassOutputDeviceAssigned is a printing attribute class, a text attribute, that identifies the output device to which the service has assigned this job.
    class PageRanges
    ClassPageRanges is a printing attribute class, a set of integers, that identifies the range(s) of print-stream pages that the Printer object uses for each copy of each document which are to be printed.
    class PagesPerMinute
    ClassPagesPerMinute is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer (e.g., simplex, black-and-white).
    class PagesPerMinuteColor
    ClassPagesPerMinuteColor is an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer when printing color (e.g., simplex, color).
    class PDLOverrideSupported
    ClassPDLOverrideSupported is a printing attribute class, an enumeration, that expresses the printer's ability to attempt to override processing instructions embedded in documents' print data with processing instructions specified as attributes outside the print data.
    class PresentationDirection
    ClassPresentationDirection is a printing attribute class, an enumeration, that is used in conjunction with theNumberUp attribute to indicate the layout of multiple print-stream pages to impose upon a single side of an instance of a selected medium.
    class PrinterInfo
    ClassPrinterInfo is a printing attribute class, a text attribute, that provides descriptive information about a printer.
    class PrinterIsAcceptingJobs
    ClassPrinterIsAcceptingJobs is a printing attribute class, an enumeration, that indicates whether the printer is currently able to accept jobs.
    class PrinterLocation
    ClassPrinterLocation is a printing attribute class, a text attribute, that identifies the location of the device.
    class PrinterMakeAndModel
    ClassPrinterMakeAndModel is a printing attribute class, a text attribute, that the make and model of the printer.
    class PrinterMessageFromOperator
    ClassPrinterMessageFromOperator is a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user information about or status of the printer, such as why it is unavailable or when it is expected to be available.
    class PrinterMoreInfo
    ClassPrinterMoreInfo is a printing attribute class, aURI, that is used to obtain more information about this specific printer.
    class PrinterMoreInfoManufacturer
    ClassPrinterMoreInfoManufacturer is a printing attribute class, aURI, that is used to obtain more information about this type of device.
    class PrinterName
    ClassPrinterName is a printing attribute class, a text attribute, that specifies the name of a printer.
    class PrinterResolution
    ClassPrinterResolution is a printing attribute class that specifies an exact resolution supported by a printer or to be used for a print job.
    class PrinterState
    ClassPrinterState is a printing attribute class, an enumeration, that identifies the current state of a printer.
    class PrinterStateReason
    ClassPrinterStateReason is a printing attribute class, an enumeration, that provides additional information about the printer's current state, i.e., information that augments the value of the printer'sPrinterState attribute.
    class PrinterStateReasons
    ClassPrinterStateReasons is a printing attribute class, a set of enumeration values, that provides additional information about the printer's current state, i.e., information that augments the value of the printer'sPrinterState attribute.
    class PrinterURI
    ClassPrinterURI is a printing attribute class, aURI, that specifies the globally unique name of a printer.
    class PrintQuality
    ClassPrintQuality is a printing attribute class, an enumeration, that specifies the print quality that the printer uses for the job.
    class QueuedJobCount
    ClassQueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whoseJobState is eitherPENDING,PENDING_HELD,PROCESSING, orPROCESSING_STOPPED.
    class ReferenceUriSchemesSupported
    ClassReferenceUriSchemesSupported is a printing attribute class an enumeration, that indicates a "URI scheme," such as "http:" or "ftp:", that a printer can use to retrieve print data stored at aURI location.
    class RequestingUserName
    ClassRequestingUserName is a printing attribute class, a text attribute, that specifies the name of the end user that submitted the print job.
    class Severity
    ClassSeverity is a printing attribute class, an enumeration, that denotes the severity of aPrinterStateReason attribute.
    class SheetCollate
    ClassSheetCollate is a printing attribute class, an enumeration, that specifies whether or not the media sheets of each copy of each printed document in a job are to be in sequence, when multiple copies of the document are specified by theCopies attribute.
    class Sides
    ClassSides is a printing attribute class, an enumeration, that specifies how print-stream pages are to be imposed upon the sides of an instance of a selected medium, i.e., an impression.
    Methods injavax.print.attribute.standard with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanCopies.equals​(Object object)
    Returns whether this copies attribute is equivalent to the passed in object.
    booleanCopiesSupported.equals​(Object object)
    Returns whether this copies supported attribute is equivalent to the passed in object.
    booleanDateTimeAtCompleted.equals​(Object object)
    Returns whether this date-time at completed attribute is equivalent to the passed in object.
    booleanDateTimeAtCreation.equals​(Object object)
    Returns whether this date-time at creation attribute is equivalent to the passed in object.
    booleanDateTimeAtProcessing.equals​(Object object)
    Returns whether this date-time at processing attribute is equivalent to the passed in object.
    booleanDestination.equals​(Object object)
    Returns whether this destination attribute is equivalent to the passed in object.
    booleanDocumentName.equals​(Object object)
    Returns whether this document name attribute is equivalent to the passed in object.
    booleanJobHoldUntil.equals​(Object object)
    Returns whether this job hold until attribute is equivalent to the passed in object.
    booleanJobImpressions.equals​(Object object)
    Returns whether this job impressions attribute is equivalent to the passed in object.
    booleanJobImpressionsCompleted.equals​(Object object)
    Returns whether this job impressions completed attribute is equivalent tp the passed in object.
    booleanJobImpressionsSupported.equals​(Object object)
    Returns whether this job impressions supported attribute is equivalent to the passed in object.
    booleanJobKOctets.equals​(Object object)
    Returns whether this job K octets attribute is equivalent to the passed in object.
    booleanJobKOctetsProcessed.equals​(Object object)
    Returns whether this job K octets processed attribute is equivalent to the passed in object.
    booleanJobKOctetsSupported.equals​(Object object)
    Returns whether this job K octets supported attribute is equivalent to the passed in object.
    booleanJobMediaSheets.equals​(Object object)
    Returns whether this job media sheets attribute is equivalent to the passed in object.
    booleanJobMediaSheetsCompleted.equals​(Object object)
    Returns whether this job media sheets completed attribute is equivalent to the passed in object.
    booleanJobMediaSheetsSupported.equals​(Object object)
    Returns whether this job media sheets supported attribute is equivalent to the passed in object.
    booleanJobMessageFromOperator.equals​(Object object)
    Returns whether this job message from operator attribute is equivalent to the passed in object.
    booleanJobName.equals​(Object object)
    Returns whether this job name attribute is equivalent to the passed in object.
    booleanJobOriginatingUserName.equals​(Object object)
    Returns whether this job originating user name attribute is equivalent to the passed in object.
    booleanJobPriority.equals​(Object object)
    Returns whether this job priority attribute is equivalent to the passed in object.
    booleanJobPrioritySupported.equals​(Object object)
    Returns whether this job priority supported attribute is equivalent to the passed in object.
    booleanMedia.equals​(Object object)
    Returns whether this media attribute is equivalent to the passed in object.
    booleanMediaPrintableArea.equals​(Object object)
    Returns whether this media margins attribute is equivalent to the passed in object.
    booleanMediaSize.equals​(Object object)
    Returns whether this media size attribute is equivalent to the passed in object.
    booleanNumberOfDocuments.equals​(Object object)
    Returns whether this number of documents attribute is equivalent to the passed in object.
    booleanNumberOfInterveningJobs.equals​(Object object)
    Returns whether this number of intervening jobs attribute is equivalent to the passed in object.
    booleanNumberUp.equals​(Object object)
    Returns whether this number up attribute is equivalent to the passed in object.
    booleanNumberUpSupported.equals​(Object object)
    Returns whether this number up supported attribute is equivalent to the passed in object.
    booleanOutputDeviceAssigned.equals​(Object object)
    Returns whether this output device assigned attribute is equivalent to the passed in object.
    booleanPageRanges.equals​(Object object)
    Returns whether this page ranges attribute is equivalent to the passed in object.
    booleanPagesPerMinute.equals​(Object object)
    Returns whether this pages per minute attribute is equivalent to the passed in object.
    booleanPagesPerMinuteColor.equals​(Object object)
    Returns whether this pages per minute color attribute is equivalent to the passed in object.
    booleanPrinterInfo.equals​(Object object)
    Returns whether this printer info attribute is equivalent to the passed in object.
    booleanPrinterLocation.equals​(Object object)
    Returns whether this printer location attribute is equivalent to the passed in object.
    booleanPrinterMakeAndModel.equals​(Object object)
    Returns whether this printer make and model attribute is equivalent to the passed in object.
    booleanPrinterMessageFromOperator.equals​(Object object)
    Returns whether this printer message from operator attribute is equivalent to the passed in object.
    booleanPrinterMoreInfo.equals​(Object object)
    Returns whether this printer more info attribute is equivalent to the passed in object.
    booleanPrinterMoreInfoManufacturer.equals​(Object object)
    Returns whether this printer more info manufacturer attribute is equivalent to the passed in object.
    booleanPrinterName.equals​(Object object)
    Returns whether this printer name attribute is equivalent to the passed in object.
    booleanPrinterResolution.equals​(Object object)
    Returns whether this printer resolution attribute is equivalent to the passed in object.
    booleanPrinterURI.equals​(Object object)
    Returns whether this printer name attribute is equivalent to the passed in object.
    booleanQueuedJobCount.equals​(Object object)
    Returns whether this queued job count attribute is equivalent to the passed in object.
    booleanRequestingUserName.equals​(Object object)
    Returns whether this requesting user name attribute is equivalent to the passed in object.
  • Uses ofObject injavax.print.event

    Subclasses ofObject injavax.print.event 
    Modifier and TypeClassDescription
    class PrintEvent
    ClassPrintEvent is the super class of all Print Service API events.
    class PrintJobAdapter
    An abstract adapter class for receiving print job events.
    class PrintJobAttributeEvent
    ClassPrintJobAttributeEvent encapsulates an event aPrintService reports to let the client know that one or more printing attributes for aPrintJob have changed.
    class PrintJobEvent
    ClassPrintJobEvent encapsulates common events a print job reports to let a listener know of progress in the processing of theDocPrintJob.
    class PrintServiceAttributeEvent
    ClassPrintServiceAttributeEvent encapsulates an event a Print Service instance reports to let the client know of changes in the print service state.
    Constructors injavax.print.event with parameters of typeObject 
    ConstructorDescription
    PrintEvent​(Object source)
    Constructs aPrintEvent object.
  • Uses ofObject injavax.rmi.ssl

    Subclasses ofObject injavax.rmi.ssl 
    Modifier and TypeClassDescription
    class SslRMIClientSocketFactory
    AnSslRMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls via SSL.
    class SslRMIServerSocketFactory
    AnSslRMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls via SSL.
    Methods injavax.rmi.ssl with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanSslRMIClientSocketFactory.equals​(Object obj)
    Indicates whether some other object is "equal to" this one.
    booleanSslRMIServerSocketFactory.equals​(Object obj)
    Indicates whether some other object is "equal to" this one.
  • Uses ofObject injavax.script

    Subclasses ofObject injavax.script 
    Modifier and TypeClassDescription
    class AbstractScriptEngine
    Provides a standard implementation for several of the variants of theeval method.
    class CompiledScript
    Extended by classes that store results of compilations.
    class ScriptEngineManager
    TheScriptEngineManager implements a discovery and instantiation mechanism forScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all engines created by the Manager.
    class ScriptException
    The genericException class for the Scripting APIs.
    class SimpleBindings
    A simple implementation of Bindings backed by aHashMap or some other specifiedMap.
    class SimpleScriptContext
    Simple implementation of ScriptContext.
    Methods injavax.script that returnObject 
    Modifier and TypeMethodDescription
    ObjectAbstractScriptEngine.eval​(Reader reader)
    eval(Reader) calls the abstracteval(Reader, ScriptContext) passing the value of thecontext field.
    ObjectAbstractScriptEngine.eval​(Reader reader,Bindings bindings)
    eval(Reader, Bindings) calls the abstracteval(Reader, ScriptContext) method, passing it aScriptContext whose Reader, Writers and Bindings for scopes other thatENGINE_SCOPE are identical to those members of the protectedcontext field.
    ObjectAbstractScriptEngine.eval​(String script)
    Same aseval(Reader) except that the abstracteval(String, ScriptContext) is used.
    ObjectAbstractScriptEngine.eval​(String script,Bindings bindings)
    Same aseval(Reader, Bindings) except that the abstracteval(String, ScriptContext) is used.
    ObjectCompiledScript.eval()
    Executes the program stored in theCompiledScript object.
    ObjectCompiledScript.eval​(Bindings bindings)
    Executes the program stored in theCompiledScript object using the suppliedBindings of attributes as theENGINE_SCOPE of the associatedScriptEngine during script execution.
    abstractObjectCompiledScript.eval​(ScriptContext context)
    Executes the program stored in thisCompiledScript object.
    ObjectScriptEngine.eval​(Reader reader)
    Same aseval(String) except that the source of the script is provided as aReader
    ObjectScriptEngine.eval​(Reader reader,Bindings n)
    Same aseval(String, Bindings) except that the source of the script is provided as aReader.
    ObjectScriptEngine.eval​(Reader reader,ScriptContext context)
    Same aseval(String, ScriptContext) where the source of the script is read from aReader.
    ObjectScriptEngine.eval​(String script)
    Executes the specified script.
    ObjectScriptEngine.eval​(String script,Bindings n)
    Executes the script using theBindings argument as theENGINE_SCOPEBindings of theScriptEngine during the script execution.
    ObjectScriptEngine.eval​(String script,ScriptContext context)
    Causes the immediate execution of the script whose source is the String passed as the first argument.
    ObjectAbstractScriptEngine.get​(String key)
    Gets the value for the specified key in theENGINE_SCOPE of the protectedcontext field.
    ObjectBindings.get​(Object key)
    Returns the value to which this map maps the specified key.
    ObjectScriptEngine.get​(String key)
    Retrieves a value set in the state of this engine.
    ObjectScriptEngineManager.get​(String key)
    Gets the value for the specified key in the Global Scope
    ObjectSimpleBindings.get​(Object key)
    Returns the value to which this map maps the specified key.
    ObjectScriptContext.getAttribute​(String name)
    Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
    ObjectScriptContext.getAttribute​(String name,int scope)
    Gets the value of an attribute in a given scope.
    ObjectSimpleScriptContext.getAttribute​(String name)
    Retrieves the value of the attribute with the given name in the scope occurring earliest in the search order.
    ObjectSimpleScriptContext.getAttribute​(String name,int scope)
    Gets the value of an attribute in a given scope.
    ObjectScriptEngineFactory.getParameter​(String key)
    Returns the value of an attribute whose meaning may be implementation-specific.
    ObjectInvocable.invokeFunction​(String name,Object... args)
    Used to call top-level procedures and functions defined in scripts.
    ObjectInvocable.invokeMethod​(Object thiz,String name,Object... args)
    Calls a method on a script object compiled during a previous script execution, which is retained in the state of theScriptEngine.
    ObjectBindings.put​(String name,Object value)
    Set a named value.
    ObjectSimpleBindings.put​(String name,Object value)
    Sets the specified key/value in the underlyingmap field.
    ObjectBindings.remove​(Object key)
    Removes the mapping for this key from this map if it is present (optional operation).
    ObjectSimpleBindings.remove​(Object key)
    Removes the mapping for this key from this map if it is present (optional operation).
    ObjectScriptContext.removeAttribute​(String name,int scope)
    Remove an attribute in a given scope.
    ObjectSimpleScriptContext.removeAttribute​(String name,int scope)
    Remove an attribute in a given scope.
    Methods injavax.script with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanBindings.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    booleanSimpleBindings.containsKey​(Object key)
    Returnstrue if this map contains a mapping for the specified key.
    ObjectBindings.get​(Object key)
    Returns the value to which this map maps the specified key.
    ObjectSimpleBindings.get​(Object key)
    Returns the value to which this map maps the specified key.
    <T> TInvocable.getInterface​(Object thiz,Class<T> clasz)
    Returns an implementation of an interface using member functions of a scripting object compiled in the interpreter.
    ObjectInvocable.invokeFunction​(String name,Object... args)
    Used to call top-level procedures and functions defined in scripts.
    ObjectInvocable.invokeMethod​(Object thiz,String name,Object... args)
    Calls a method on a script object compiled during a previous script execution, which is retained in the state of theScriptEngine.
    voidAbstractScriptEngine.put​(String key,Object value)
    Sets the specified value with the specified key in theENGINE_SCOPEBindings of the protectedcontext field.
    ObjectBindings.put​(String name,Object value)
    Set a named value.
    voidScriptEngine.put​(String key,Object value)
    Sets a key/value pair in the state of the ScriptEngine that may either create a Java Language Binding to be used in the execution of scripts or be used in some other way, depending on whether the key is reserved.
    voidScriptEngineManager.put​(String key,Object value)
    Sets the specified key/value pair in the Global Scope.
    ObjectSimpleBindings.put​(String name,Object value)
    Sets the specified key/value in the underlyingmap field.
    ObjectBindings.remove​(Object key)
    Removes the mapping for this key from this map if it is present (optional operation).
    ObjectSimpleBindings.remove​(Object key)
    Removes the mapping for this key from this map if it is present (optional operation).
    voidScriptContext.setAttribute​(String name,Object value,int scope)
    Sets the value of an attribute in a given scope.
    voidSimpleScriptContext.setAttribute​(String name,Object value,int scope)
    Sets the value of an attribute in a given scope.
    Method parameters injavax.script with type arguments of typeObject 
    Modifier and TypeMethodDescription
    voidBindings.putAll​(Map<? extendsString,​? extendsObject> toMerge)
    Adds all the mappings in a givenMap to thisBindings.
    voidSimpleBindings.putAll​(Map<? extendsString,​? extendsObject> toMerge)
    putAll is implemented usingMap.putAll.
    Constructor parameters injavax.script with type arguments of typeObject 
    ConstructorDescription
    SimpleBindings​(Map<String,​Object> m)
    Constructor uses an existingMap to store the values.
  • Uses ofObject injavax.security.auth

    Subclasses ofObject injavax.security.auth 
    Modifier and TypeClassDescription
    class AuthPermission
    This class is for authentication permissions.
    class DestroyFailedException
    Signals that adestroy operation failed.
    class PrivateCredentialPermission
    This class is used to protect access to private Credentials belonging to a particularSubject.
    class RefreshFailedException
    Signals that arefresh operation failed.
    class Subject
    ASubject represents a grouping of related information for a single entity, such as a person.
    class SubjectDomainCombiner
    ASubjectDomainCombiner updates ProtectionDomains with Principals from theSubject associated with thisSubjectDomainCombiner.
    Methods injavax.security.auth that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Set<Object>Subject.getPrivateCredentials()
    Return theSet of private credentials held by thisSubject.
    Set<Object>Subject.getPublicCredentials()
    Return theSet of public credentials held by thisSubject.
    Methods injavax.security.auth with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanPrivateCredentialPermission.equals​(Object obj)
    Checks twoPrivateCredentialPermission objects for equality.
    booleanSubject.equals​(Object o)
    Compares the specified Object with thisSubject for equality.
  • Uses ofObject injavax.security.auth.callback

    Subclasses ofObject injavax.security.auth.callback 
    Modifier and TypeClassDescription
    class ChoiceCallback
    Underlying security services instantiate and pass aChoiceCallback to thehandle method of aCallbackHandler to display a list of choices and to retrieve the selected choice(s).
    class ConfirmationCallback
    Underlying security services instantiate and pass aConfirmationCallback to thehandle method of aCallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
    class LanguageCallback
    Underlying security services instantiate and pass aLanguageCallback to thehandle method of aCallbackHandler to retrieve theLocale used for localizing text.
    class NameCallback
    Underlying security services instantiate and pass aNameCallback to thehandle method of aCallbackHandler to retrieve name information.
    class PasswordCallback
    Underlying security services instantiate and pass aPasswordCallback to thehandle method of aCallbackHandler to retrieve password information.
    class TextInputCallback
    Underlying security services instantiate and pass aTextInputCallback to thehandle method of aCallbackHandler to retrieve generic text information.
    class TextOutputCallback
    Underlying security services instantiate and pass aTextOutputCallback to thehandle method of aCallbackHandler to display information messages, warning messages and error messages.
    class UnsupportedCallbackException
    Signals that aCallbackHandler does not recognize a particularCallback.
  • Uses ofObject injavax.security.auth.kerberos

    Subclasses ofObject injavax.security.auth.kerberos 
    Modifier and TypeClassDescription
    class DelegationPermission
    This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.
    class EncryptionKey
    This class encapsulates an EncryptionKey used in Kerberos.
    class KerberosCredMessage
    This class encapsulates a Kerberos 5 KRB_CRED message which can be used to send Kerberos credentials from one principal to another.
    class KerberosKey
    This class encapsulates a long term secret key for a Kerberos principal.
    class KerberosPrincipal
    This class encapsulates a Kerberos principal.
    class KerberosTicket
    This class encapsulates a Kerberos ticket and associated information as viewed from the client's point of view.
    class KeyTab
    This class encapsulates a keytab file.
    class ServicePermission
    This class is used to protect Kerberos services and the credentials necessary to access those services.
    Methods injavax.security.auth.kerberos with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanDelegationPermission.equals​(Object obj)
    Checks two DelegationPermission objects for equality.
    booleanEncryptionKey.equals​(Object other)
    Compares the specified object with this key for equality.
    booleanKerberosCredMessage.equals​(Object other)
    Compares the specified object with thisKerberosCredMessage for equality.
    booleanKerberosKey.equals​(Object other)
    Compares the specified object with thisKerberosKey for equality.
    booleanKerberosPrincipal.equals​(Object other)
    Compares the specified object with this principal for equality.
    booleanKerberosTicket.equals​(Object other)
    Compares the specified object with thisKerberosTicket for equality.
    booleanKeyTab.equals​(Object other)
    Compares the specified object with thisKeyTab for equality.
    booleanServicePermission.equals​(Object obj)
    Checks two ServicePermission objects for equality.
  • Uses ofObject injavax.security.auth.login

    Subclasses ofObject injavax.security.auth.login 
    Modifier and TypeClassDescription
    class AccountException
    A generic account exception.
    class AccountExpiredException
    Signals that a user account has expired.
    class AccountLockedException
    Signals that an account was locked.
    class AccountNotFoundException
    Signals that an account was not found.
    class AppConfigurationEntry
    This class represents a singleLoginModule entry configured for the application specified in thegetAppConfigurationEntry(String appName) method in theConfiguration class.
    static class AppConfigurationEntry.LoginModuleControlFlag
    This class represents whether or not aLoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.
    class Configuration
    A Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order the LoginModules should be invoked.
    class ConfigurationSpi
    This class defines theService Provider Interface (SPI) for theConfiguration class.
    class CredentialException
    A generic credential exception.
    class CredentialExpiredException
    Signals that aCredential has expired.
    class CredentialNotFoundException
    Signals that a credential was not found.
    class FailedLoginException
    Signals that user authentication failed.
    class LoginContext
    TheLoginContext class describes the basic methods used to authenticate Subjects and provides a way to develop an application independent of the underlying authentication technology.
    class LoginException
    This is the basic login exception.
  • Uses ofObject injavax.security.auth.x500

    Subclasses ofObject injavax.security.auth.x500 
    Modifier and TypeClassDescription
    class X500Principal
    This class represents an X.500Principal.
    class X500PrivateCredential
    This class represents anX500PrivateCredential.
    Methods injavax.security.auth.x500 with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanX500Principal.equals​(Object o)
    Compares the specifiedObject with thisX500Principal for equality.
  • Uses ofObject injavax.security.cert

    Subclasses ofObject injavax.security.cert 
    Modifier and TypeClassDescription
    class Certificate
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class CertificateEncodingException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class CertificateException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class CertificateExpiredException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class CertificateNotYetValidException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class CertificateParsingException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class X509Certificate
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    Methods injavax.security.cert with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanCertificate.equals​(Object other)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Compares this certificate for equality with the specified object.
  • Uses ofObject injavax.security.sasl

    Subclasses ofObject injavax.security.sasl 
    Modifier and TypeClassDescription
    class AuthenticationException
    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.
    class AuthorizeCallback
    This callback is used bySaslServer to determine whether one entity (identified by an authenticated authentication id) can act on behalf of another entity (identified by an authorization id).
    class RealmCallback
    This callback is used bySaslClient andSaslServer to retrieve realm information.
    class RealmChoiceCallback
    This callback is used bySaslClient andSaslServer to obtain a realm given a list of realm choices.
    class Sasl
    A static class for creating SASL clients and servers.
    class SaslException
    This class represents an error that has occurred when using SASL.
    Methods injavax.security.sasl that returnObject 
    Modifier and TypeMethodDescription
    ObjectSaslClient.getNegotiatedProperty​(String propName)
    Retrieves the negotiated property.
    ObjectSaslServer.getNegotiatedProperty​(String propName)
    Retrieves the negotiated property.
  • Uses ofObject injavax.smartcardio

    Subclasses ofObject injavax.smartcardio 
    Modifier and TypeClassDescription
    class ATR
    A Smart Card's answer-to-reset bytes.
    class Card
    A Smart Card with which a connection has been established.
    class CardChannel
    A logical channel connection to a Smart Card.
    class CardException
    Exception for errors that occur during communication with the Smart Card stack or the card itself.
    class CardNotPresentException
    Exception thrown when an application tries to establish a connection with a terminal that has no card present.
    class CardPermission
    A permission for Smart Card operations.
    class CardTerminal
    A Smart Card terminal, sometimes referred to as a Smart Card Reader.
    class CardTerminals
    The set of terminals supported by a TerminalFactory.
    class CommandAPDU
    A command APDU following the structure defined in ISO/IEC 7816-4.
    class ResponseAPDU
    A response APDU as defined in ISO/IEC 7816-4.
    class TerminalFactory
    A factory for CardTerminal objects.
    class TerminalFactorySpi
    The TerminalFactorySpi class defines the service provider interface.
    Methods injavax.smartcardio with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanATR.equals​(Object obj)
    Compares the specified object with this ATR for equality.
    booleanCardPermission.equals​(Object obj)
    Compares the specified object with this CardPermission for equality.
    booleanCommandAPDU.equals​(Object obj)
    Compares the specified object with this command APDU for equality.
    booleanResponseAPDU.equals​(Object obj)
    Compares the specified object with this response APDU for equality.
    staticTerminalFactoryTerminalFactory.getInstance​(String type,Object params)
    Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
    staticTerminalFactoryTerminalFactory.getInstance​(String type,Object params,String provider)
    Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
    staticTerminalFactoryTerminalFactory.getInstance​(String type,Object params,Provider provider)
    Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
  • Uses ofObject injavax.sound.midi

    Subclasses ofObject injavax.sound.midi 
    Modifier and TypeClassDescription
    class Instrument
    An instrument is a sound-synthesis algorithm with certain parameter settings, usually designed to emulate a specific real-world musical instrument or to achieve a specific sort of sound effect.
    class InvalidMidiDataException
    AnInvalidMidiDataException indicates that inappropriate MIDI data was encountered.
    class MetaMessage
    AMetaMessage is aMidiMessage that is not meaningful to synthesizers, but that can be stored in a MIDI file and interpreted by a sequencer program.
    static class MidiDevice.Info
    AMidiDevice.Info object contains assorted data about aMidiDevice, including its name, the company who created it, and descriptive text.
    class MidiEvent
    MIDI events contain a MIDI message and a corresponding time-stamp expressed in ticks, and can represent the MIDI event information stored in a MIDI file or aSequence object.
    class MidiFileFormat
    AMidiFileFormat object encapsulates a MIDI file's type, as well as its length and timing information.
    class MidiMessage
    MidiMessage is the base class for MIDI messages.
    class MidiSystem
    TheMidiSystem class provides access to the installed MIDI system resources, including devices such as synthesizers, sequencers, and MIDI input and output ports.
    class MidiUnavailableException
    AMidiUnavailableException is thrown when a requested MIDI component cannot be opened or created because it is unavailable.
    class Patch
    APatch object represents a location, on a MIDI synthesizer, into which a single instrument is stored (loaded).
    class Sequence
    ASequence is a data structure containing musical information (often an entire song or composition) that can be played back by aSequencer object.
    static class Sequencer.SyncMode
    ASyncMode object represents one of the ways in which a MIDI sequencer's notion of time can be synchronized with a master or slave device.
    class ShortMessage
    AShortMessage contains a MIDI message that has at most two data bytes following its status byte.
    class SoundbankResource
    ASoundbankResource represents any audio resource stored in aSoundbank.
    class SysexMessage
    ASysexMessage object represents a MIDI system exclusive message.
    class Track
    A MIDI track is an independent stream of MIDI events (time-stamped MIDI data) that can be stored along with other tracks in a standard MIDI file.
    class VoiceStatus
    AVoiceStatus object contains information about the current status of one of the voices produced by aSynthesizer.
    Methods injavax.sound.midi that returnObject 
    Modifier and TypeMethodDescription
    ObjectMetaMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    abstractObjectMidiMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    ObjectShortMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    ObjectSysexMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    abstractObjectSoundbankResource.getData()
    Obtains the sampled audio that is stored in thisSoundbankResource.
    ObjectMidiFileFormat.getProperty​(String key)
    Obtain the property value specified by the key.
    Methods injavax.sound.midi that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Map<String,​Object>MidiFileFormat.properties()
    Obtain an unmodifiable map of properties.
    Methods injavax.sound.midi with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanMidiDevice.Info.equals​(Object obj)
    Indicates whether the specified object is equal to this info object, returningtrue if the objects are the same.
    booleanSequencer.SyncMode.equals​(Object obj)
    Indicates whether the specified object is equal to this synchronization mode, returningtrue if the objects are the same.
    Constructor parameters injavax.sound.midi with type arguments of typeObject 
    ConstructorDescription
    MidiFileFormat​(int type,float divisionType,int resolution,int bytes,long microseconds,Map<String,​Object> properties)
    Construct aMidiFileFormat with a set of properties.
  • Uses ofObject injavax.sound.midi.spi

    Subclasses ofObject injavax.sound.midi.spi 
    Modifier and TypeClassDescription
    class MidiDeviceProvider
    AMidiDeviceProvider is a factory or provider for a particular type of MIDI device.
    class MidiFileReader
    AMidiFileReader supplies MIDI file-reading services.
    class MidiFileWriter
    AMidiFileWriter supplies MIDI file-writing services.
    class SoundbankReader
    ASoundbankReader supplies soundbank file-reading services.
  • Uses ofObject injavax.sound.sampled

    Subclasses ofObject injavax.sound.sampled 
    Modifier and TypeClassDescription
    class AudioFileFormat
    An instance of theAudioFileFormat class describes an audio file, including the file type, the file's length in bytes, the length in sample frames of the audio data contained in the file, and the format of the audio data.
    static class AudioFileFormat.Type
    An instance of theType class represents one of the standard types of audio file.
    class AudioFormat
    AudioFormat is the class that specifies a particular arrangement of data in a sound stream.
    static class AudioFormat.Encoding
    TheEncoding class names the specific type of data representation used for an audio stream.
    class AudioInputStream
    An audio input stream is an input stream with a specified audio format and length.
    class AudioPermission
    TheAudioPermission class represents access rights to the audio system resources.
    class AudioSystem
    TheAudioSystem class acts as the entry point to the sampled-audio system resources.
    class BooleanControl
    ABooleanControl provides the ability to switch between two possible settings that affect a line's audio.
    static class BooleanControl.Type
    An instance of theBooleanControl.Type class identifies one kind of boolean control.
    class CompoundControl
    ACompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as aControl.
    static class CompoundControl.Type
    An instance of theCompoundControl.Type inner class identifies one kind of compound control.
    class Control
    Lines often have a set of controls, such as gain and pan, that affect the audio signal passing through the line.
    static class Control.Type
    An instance of theType class represents the type of the control.
    static class DataLine.Info
    Besides the class information inherited from its superclass,DataLine.Info provides additional information specific to data lines.
    class EnumControl
    AnEnumControl provides control over a set of discrete possible values, each represented by an object.
    static class EnumControl.Type
    An instance of theEnumControl.Type inner class identifies one kind of enumerated control.
    class FloatControl
    AFloatControl object provides control over a range of floating-point values.
    static class FloatControl.Type
    An instance of theFloatControl.Type inner class identifies one kind of float control.
    static class Line.Info
    ALine.Info object contains information about a line.
    class LineEvent
    TheLineEvent class encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops.
    static class LineEvent.Type
    The LineEvent.Type inner class identifies what kind of event occurred on a line.
    class LineUnavailableException
    ALineUnavailableException is an exception indicating that a line cannot be opened because it is unavailable.
    static class Mixer.Info
    TheMixer.Info class represents information about an audio mixer, including the product's name, version, and vendor, along with a textual description.
    static class Port.Info
    ThePort.Info class extendsLine.Info with additional information specific to ports, including the port's name and whether it is a source or a target for its mixer.
    class ReverbType
    TheReverbType class provides methods for accessing various reverberation settings to be applied to an audio signal.
    class UnsupportedAudioFileException
    AnUnsupportedAudioFileException is an exception indicating that an operation failed because a file did not contain valid data of a recognized file type and format.
    Methods injavax.sound.sampled that returnObject 
    Modifier and TypeMethodDescription
    ObjectAudioFileFormat.getProperty​(String key)
    Obtain the property value specified by the key.
    ObjectAudioFormat.getProperty​(String key)
    Obtain the property value specified by the key.
    ObjectEnumControl.getValue()
    Obtains this control's current value.
    Object[]EnumControl.getValues()
    Returns the set of possible values for this control.
    Methods injavax.sound.sampled that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Map<String,​Object>AudioFileFormat.properties()
    Obtain an unmodifiable map of properties.
    Map<String,​Object>AudioFormat.properties()
    Obtain an unmodifiable map of properties.
    Methods injavax.sound.sampled with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanAudioFileFormat.Type.equals​(Object obj)
    Indicates whether the specified object is equal to this file type, returningtrue if the objects are equal.
    booleanAudioFormat.Encoding.equals​(Object obj)
    Indicates whether the specified object is equal to this encoding, returningtrue if the objects are equal.
    booleanControl.Type.equals​(Object obj)
    Indicates whether the specified object is equal to this control type, returningtrue if the objects are the same.
    booleanLineEvent.Type.equals​(Object obj)
    Indicates whether the specified object is equal to this event type, returningtrue if the objects are the same.
    booleanMixer.Info.equals​(Object obj)
    Indicates whether the specified object is equal to this info object, returningtrue if the objects are the same.
    booleanPort.Info.equals​(Object obj)
    Indicates whether the specified object is equal to this info object, returningtrue if the objects are the same.
    booleanReverbType.equals​(Object obj)
    Indicates whether the specified object is equal to this reverb type, returningtrue if the objects are the same.
    voidEnumControl.setValue​(Object value)
    Sets the current value for the control.
    Constructors injavax.sound.sampled with parameters of typeObject 
    ConstructorDescription
    EnumControl​(EnumControl.Type type,Object[] values,Object value)
    Constructs a new enumerated control object with the given parameters.
    Constructor parameters injavax.sound.sampled with type arguments of typeObject 
    ConstructorDescription
    AudioFileFormat​(AudioFileFormat.Type type,AudioFormat format,int frameLength,Map<String,​Object> properties)
    Construct an audio file format object with a set of defined properties.
    AudioFormat​(AudioFormat.Encoding encoding,float sampleRate,int sampleSizeInBits,int channels,int frameSize,float frameRate,boolean bigEndian,Map<String,​Object> properties)
    Constructs anAudioFormat with the given parameters.
  • Uses ofObject injavax.sound.sampled.spi

    Subclasses ofObject injavax.sound.sampled.spi 
    Modifier and TypeClassDescription
    class AudioFileReader
    Provider for audio file reading services.
    class AudioFileWriter
    Provider for audio file writing services.
    class FormatConversionProvider
    A format conversion provider provides format conversion services from one or more input formats to one or more output formats.
    class MixerProvider
    A provider or factory for a particular mixer type.
  • Uses ofObject injavax.sql

    Subclasses ofObject injavax.sql 
    Modifier and TypeClassDescription
    class ConnectionEvent
    AnEvent object that provides information about the source of a connection-related event.
    class RowSetEvent
    AnEvent object generated when an event occurs to aRowSet object.
    class StatementEvent
    AStatementEvent is sent to allStatementEventListeners which were registered with aPooledConnection.
    Methods injavax.sql that returnObject 
    Modifier and TypeMethodDescription
    Object[]RowSetInternal.getParams()
    Retrieves the parameters that have been set for thisRowSet object's command.
    Methods injavax.sql with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidRowSet.setObject​(int parameterIndex,Object x)
    Sets the designated parameter in thisRowSet object's command with a JavaObject.
    voidRowSet.setObject​(int parameterIndex,Object x,int targetSqlType)
    Sets the designated parameter in thisRowSet object's command with a JavaObject.
    voidRowSet.setObject​(int parameterIndex,Object x,int targetSqlType,int scaleOrLength)
    Sets the designated parameter in thisRowSet object's command with the given JavaObject.
    voidRowSet.setObject​(String parameterName,Object x)
    Sets the value of the designated parameter with the given object.
    voidRowSet.setObject​(String parameterName,Object x,int targetSqlType)
    Sets the value of the designated parameter with the given object.
    voidRowSet.setObject​(String parameterName,Object x,int targetSqlType,int scale)
    Sets the value of the designated parameter with the given object.
  • Uses ofObject injavax.sql.rowset

    Subclasses ofObject injavax.sql.rowset 
    Modifier and TypeClassDescription
    class BaseRowSet
    An abstract class providing aRowSet object with its basic functionality.
    class RowSetMetaDataImpl
    Provides implementations for the methods that set and get metadata information about aRowSet object's columns.
    class RowSetProvider
    A factory API that enables applications to obtain aRowSetFactory implementation that can be used to create different types ofRowSet implementations.
    class RowSetWarning
    An extension ofSQLException that provides information about database warnings set onRowSet objects.
    Methods injavax.sql.rowset that returnObject 
    Modifier and TypeMethodDescription
    Object[]BaseRowSet.getParams()
    Retrieves an array containing the parameter values (both Objects and primitives) that have been set for thisRowSet object's command and throws anSQLException object if all parameters have not been set.
    Methods injavax.sql.rowset with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanPredicate.evaluate​(Object value,int column)
    This method is called by aFilteredRowSet object to check whether the value lies between the filtering criterion (or criteria if multiple constraints exist) set using thesetFilter() method.
    booleanPredicate.evaluate​(Object value,String columnName)
    This method is called by theFilteredRowSet object to check whether the value lies between the filtering criteria set using the setFilter method.
    voidBaseRowSet.setObject​(int parameterIndex,Object x)
    Sets the designated parameter to anObject in the Java programming language.
    voidBaseRowSet.setObject​(int parameterIndex,Object x,int targetSqlType)
    Sets the value of the designated parameter with the givenObject value.
    voidBaseRowSet.setObject​(int parameterIndex,Object x,int targetSqlType,int scale)
    Sets the designated parameter to anObject in the Java programming language.
    voidBaseRowSet.setObject​(String parameterName,Object x)
    Sets the value of the designated parameter with the given object.
    voidBaseRowSet.setObject​(String parameterName,Object x,int targetSqlType)
    Sets the value of the designated parameter with the given object.
    voidBaseRowSet.setObject​(String parameterName,Object x,int targetSqlType,int scale)
    Sets the value of the designated parameter with the given object.
  • Uses ofObject injavax.sql.rowset.serial

    Subclasses ofObject injavax.sql.rowset.serial 
    Modifier and TypeClassDescription
    class SerialArray
    A serialized version of anArray object, which is the mapping in the Java programming language of an SQLARRAY value.
    class SerialBlob
    A serialized mapping in the Java programming language of an SQLBLOB value.
    class SerialClob
    A serialized mapping in the Java programming language of an SQLCLOB value.
    class SerialDatalink
    A serialized mapping in the Java programming language of an SQLDATALINK value.
    class SerialException
    Indicates and an error with the serialization or de-serialization of SQL types such asBLOB, CLOB, STRUCT or ARRAY in addition to SQL types such asDATALINK and JAVAOBJECT
    class SerialJavaObject
    A serializable mapping in the Java programming language of an SQLJAVA_OBJECT value.
    class SerialRef
    A serialized mapping of aRef object, which is the mapping in the Java programming language of an SQLREF value.
    class SerialStruct
    A serialized mapping in the Java programming language of an SQL structured type.
    class SQLInputImpl
    An input stream used for custom mapping user-defined types (UDTs).
    class SQLOutputImpl
    The output stream for writing the attributes of a custom-mapped user-defined type (UDT) back to the database.
    Methods injavax.sql.rowset.serial that returnObject 
    Modifier and TypeMethodDescription
    ObjectSerialArray.clone()
    Returns a clone of thisSerialArray.
    ObjectSerialBlob.clone()
    Returns a clone of thisSerialBlob.
    ObjectSerialClob.clone()
    Returns a clone of thisSerialClob.
    ObjectSerialDatalink.clone()
    Returns a clone of thisSerialDatalink.
    ObjectSerialJavaObject.clone()
    Returns a clone of thisSerialJavaObject.
    ObjectSerialRef.clone()
    Returns a clone of thisSerialRef.
    ObjectSerialStruct.clone()
    Returns a clone of thisSerialStruct.
    ObjectSerialArray.getArray()
    Returns a new array that is a copy of thisSerialArray object.
    ObjectSerialArray.getArray​(long index,int count)
    Returns a new array that is a copy of a slice of thisSerialArray object, starting with the element at the given index and containing the given number of consecutive elements.
    ObjectSerialArray.getArray​(long index,int count,Map<String,​Class<?>> map)
    Returns a new array that is a copy of a slice of thisSerialArray object, starting with the element at the given index and containing the given number of consecutive elements.
    ObjectSerialArray.getArray​(Map<String,​Class<?>> map)
    Returns a new array that is a copy of thisSerialArray object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
    Object[]SerialStruct.getAttributes()
    Retrieves an array ofObject values containing the attributes of the SQL structured type that thisSerialStruct object represents.
    Object[]SerialStruct.getAttributes​(Map<String,​Class<?>> map)
    Retrieves the attributes for the SQL structured type that thisSerialStruct represents as an array ofObject values, using the given type map for custom mapping if appropriate.
    ObjectSerialJavaObject.getObject()
    Returns anObject that is a copy of thisSerialJavaObject object.
    ObjectSerialRef.getObject()
    Returns anObject representing the SQL structured type to which thisSerialRef object refers.
    ObjectSerialRef.getObject​(Map<String,​Class<?>> map)
    Returns anObject representing the SQL structured type to which thisSerialRef object refers.
    ObjectSQLInputImpl.readObject()
    Retrieves the value at the head of thisSQLInputImpl object as anObject in the Java programming language.
    Methods injavax.sql.rowset.serial with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanSerialArray.equals​(Object obj)
    Compares this SerialArray to the specified object.
    booleanSerialBlob.equals​(Object obj)
    Compares this SerialBlob to the specified object.
    booleanSerialClob.equals​(Object obj)
    Compares this SerialClob to the specified object.
    booleanSerialDatalink.equals​(Object obj)
    Compares thisSerialDatalink to the specified object.
    booleanSerialJavaObject.equals​(Object o)
    Compares this SerialJavaObject to the specified object.
    booleanSerialRef.equals​(Object obj)
    Compares this SerialRef to the specified object.
    booleanSerialStruct.equals​(Object obj)
    Compares this SerialStruct to the specified object.
    voidSerialRef.setObject​(Object obj)
    Sets the SQL structured type that thisSerialRef object references to the givenObject object.
    Constructors injavax.sql.rowset.serial with parameters of typeObject 
    ConstructorDescription
    SerialJavaObject​(Object obj)
    Constructor forSerialJavaObject helper class.
    SQLInputImpl​(Object[] attributes,Map<String,​Class<?>> map)
    Creates anSQLInputImpl object initialized with the given array of attributes and the given type map.
  • Uses ofObject injavax.sql.rowset.spi

    Subclasses ofObject injavax.sql.rowset.spi 
    Modifier and TypeClassDescription
    class SyncFactory
    The Service Provider Interface (SPI) mechanism that generatesSyncProvider instances to be used by disconnectedRowSet objects.
    class SyncFactoryException
    Indicates an error withSyncFactory mechanism.
    class SyncProvider
    The synchronization mechanism that provides reader/writer capabilities for disconnectedRowSet objects.
    class SyncProviderException
    Indicates an error with theSyncProvider mechanism.
    Methods injavax.sql.rowset.spi that returnObject 
    Modifier and TypeMethodDescription
    ObjectSyncResolver.getConflictValue​(int index)
    Retrieves the value in the designated column in the current row of thisSyncResolver object, which is the value in the data source that caused a conflict.
    ObjectSyncResolver.getConflictValue​(String columnName)
    Retrieves the value in the designated column in the current row of thisSyncResolver object, which is the value in the data source that caused a conflict.
    Methods injavax.sql.rowset.spi with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidSyncResolver.setResolvedValue​(int index,Object obj)
    Setsobj as the value in columnindex in the current row of theRowSet object that is being synchronized.
    voidSyncResolver.setResolvedValue​(String columnName,Object obj)
    Setsobj as the value in columncolumnName in the current row of theRowSet object that is being synchronized.
  • Uses ofObject injavax.swing

    Subclasses ofObject injavax.swing 
    Modifier and TypeClassDescription
    class AbstractAction
    This class provides default implementations for the JFCAction interface.
    class AbstractButton
    Defines common behaviors for buttons and menu items.
    protected class AbstractButton.AccessibleAbstractButton
    This class implements accessibility support for theAbstractButton class.
    protected class AbstractButton.ButtonChangeListener
    ExtendsChangeListener to be serializable.
    class AbstractCellEditor
    A base class forCellEditors, providing default implementations for the methods in theCellEditor interface exceptgetCellEditorValue().
    class AbstractListModel<E>
    The abstract definition for the data model that provides aList with its contents.
    class AbstractSpinnerModel
    This class provides the ChangeListener part of the SpinnerModel interface that should be suitable for most concrete SpinnerModel implementations.
    class ActionMap
    ActionMap provides mappings fromObjects (calledkeys orAction names) toActions.
    class BorderFactory
    Factory class for vending standardBorder objects.
    class Box
    A lightweight container that uses a BoxLayout object as its layout manager.
    protected class Box.AccessibleBox
    This class implements accessibility support for theBox class.
    static class Box.Filler
    An implementation of a lightweight component that participates in layout but has no view.
    protected class Box.Filler.AccessibleBoxFiller
    This class implements accessibility support for theBox.Filler class.
    class BoxLayout
    A layout manager that allows multiple components to be laid out either vertically or horizontally.
    class ButtonGroup
    This class is used to create a multiple-exclusion scope for a set of buttons.
    class CellRendererPane
    This class is inserted in between cell renderers and the components that use them.
    protected class CellRendererPane.AccessibleCellRendererPane
    This class implements accessibility support for theCellRendererPane class.
    class ComponentInputMap
    AComponentInputMap is anInputMap associated with a particularJComponent.
    class DebugGraphics
    Graphics subclass supporting graphics debugging.
    class DefaultBoundedRangeModel
    A generic implementation of BoundedRangeModel.
    class DefaultButtonModel
    The default implementation of aButton component's data model.
    class DefaultCellEditor
    The default editor for table and tree cells.
    protected class DefaultCellEditor.EditorDelegate
    The protectedEditorDelegate class.
    class DefaultComboBoxModel<E>
    The default model for combo boxes.
    class DefaultDesktopManager
    This is an implementation of theDesktopManager.
    class DefaultFocusManager
    This class has been obsoleted by the 1.4 focus APIs.
    class DefaultListCellRenderer
    Renders an item in a list.
    static class DefaultListCellRenderer.UIResource
    A subclass of DefaultListCellRenderer that implements UIResource.
    class DefaultListModel<E>
    This class loosely implements thejava.util.Vector API, in that it implements the 1.1.x version ofjava.util.Vector, has no collection class support, and notifies theListDataListeners when changes occur.
    class DefaultListSelectionModel
    Default data model for list selections.
    class DefaultRowSorter<M,​I>
    An implementation ofRowSorter that provides sorting and filtering around a grid-based data model.
    protected static class DefaultRowSorter.ModelWrapper<M,​I>
    DefaultRowSorter.ModelWrapper is responsible for providing the data that gets sorted byDefaultRowSorter.
    class DefaultSingleSelectionModel
    A generic implementation of SingleSelectionModel.
    class FocusManager
    This class has been obsoleted by the 1.4 focus APIs.
    class GrayFilter
    An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
    class GroupLayout
    GroupLayout is aLayoutManager that hierarchically groups components in order to position them in aContainer.
    class GroupLayout.Group
    Group provides the basis for the two types of operations supported byGroupLayout: laying out components one after another (SequentialGroup) or aligned (ParallelGroup).
    class GroupLayout.ParallelGroup
    AGroup that aligns and sizes its children.
    class GroupLayout.SequentialGroup
    AGroup that positions and sizes its elements sequentially, one after another.
    class ImageIcon
    An implementation of the Icon interface that paints Icons from Images.
    protected class ImageIcon.AccessibleImageIcon
    This class implements accessibility support for theImageIcon class.
    class InputMap
    InputMap provides a binding between an input event (currently onlyKeyStrokes are used) and anObject.
    class InputVerifier
    This class provides the validation mechanism for Swing components.
    class InternalFrameFocusTraversalPolicy
    A FocusTraversalPolicy which can optionally provide an algorithm for determining a JInternalFrame's initial Component.
    class JApplet
    Deprecated.
    The Applet API is deprecated, no replacement.
    protected class JApplet.AccessibleJApplet
    Deprecated.
    This class implements accessibility support for theJApplet class.
    class JButton
    An implementation of a "push" button.
    protected class JButton.AccessibleJButton
    This class implements accessibility support for theJButton class.
    class JCheckBox
    An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user.
    protected class JCheckBox.AccessibleJCheckBox
    This class implements accessibility support for theJCheckBox class.
    class JCheckBoxMenuItem
    A menu item that can be selected or deselected.
    protected class JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem
    This class implements accessibility support for theJCheckBoxMenuItem class.
    class JColorChooser
    JColorChooser provides a pane of controls designed to allow a user to manipulate and select a color.
    protected class JColorChooser.AccessibleJColorChooser
    This class implements accessibility support for theJColorChooser class.
    class JComboBox<E>
    A component that combines a button or editable field and a drop-down list.
    protected class JComboBox.AccessibleJComboBox
    This class implements accessibility support for theJComboBox class.
    class JComponent
    The base class for all Swing components except top-level containers.
    class JComponent.AccessibleJComponent
    Inner class of JComponent used to provide default support for accessibility.
    protected class JComponent.AccessibleJComponent.AccessibleContainerHandler
    Fire PropertyChange listener, if one is registered, when children added/removed.
    protected class JComponent.AccessibleJComponent.AccessibleFocusHandler
    Deprecated.
    This class is no longer used or needed.
    class JDesktopPane
    A container used to create a multiple-document interface or a virtual desktop.
    protected class JDesktopPane.AccessibleJDesktopPane
    This class implements accessibility support for theJDesktopPane class.
    class JDialog
    The main class for creating a dialog window.
    protected class JDialog.AccessibleJDialog
    This class implements accessibility support for theJDialog class.
    class JEditorPane
    A text component to edit various kinds of content.
    protected class JEditorPane.AccessibleJEditorPane
    This class implements accessibility support for theJEditorPane class.
    protected class JEditorPane.AccessibleJEditorPaneHTML
    This class provides support forAccessibleHypertext, and is used in instances where theEditorKit installed in thisJEditorPane is an instance ofHTMLEditorKit.
    protected class JEditorPane.JEditorPaneAccessibleHypertextSupport
    What's returned byAccessibleJEditorPaneHTML.getAccessibleText.
    class JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
    An HTML link.
    class JFileChooser
    JFileChooser provides a simple mechanism for the user to choose a file.
    protected class JFileChooser.AccessibleJFileChooser
    This class implements accessibility support for theJFileChooser class.
    class JFormattedTextField
    JFormattedTextField extendsJTextField adding support for formatting arbitrary values, as well as retrieving a particular object once the user has edited the text.
    static class JFormattedTextField.AbstractFormatter
    Instances ofAbstractFormatter are used byJFormattedTextField to handle the conversion both from an Object to a String, and back from a String to an Object.
    static class JFormattedTextField.AbstractFormatterFactory
    Instances ofAbstractFormatterFactory are used byJFormattedTextField to obtain instances ofAbstractFormatter which in turn are used to format values.
    class JFrame
    An extended version ofjava.awt.Frame that adds support for the JFC/Swing component architecture.
    protected class JFrame.AccessibleJFrame
    This class implements accessibility support for theJFrame class.
    class JInternalFrame
    A lightweight object that provides many of the features of a native frame, including dragging, closing, becoming an icon, resizing, title display, and support for a menu bar.
    protected class JInternalFrame.AccessibleJInternalFrame
    This class implements accessibility support for theJInternalFrame class.
    static class JInternalFrame.JDesktopIcon
    This component represents an iconified version of aJInternalFrame.
    protected class JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
    This class implements accessibility support for theJInternalFrame.JDesktopIcon class.
    class JLabel
    A display area for a short text string or an image, or both.
    protected class JLabel.AccessibleJLabel
    The class used to obtain the accessible role for this object.
    class JLayer<V extendsComponent>
    JLayer is a universal decorator for Swing components which enables you to implement various advanced painting effects as well as receive notifications of allAWTEvents generated within its borders.
    class JLayeredPane
    JLayeredPane adds depth to a JFC/Swing container, allowing components to overlap each other when needed.
    protected class JLayeredPane.AccessibleJLayeredPane
    This class implements accessibility support for theJLayeredPane class.
    class JList<E>
    A component that displays a list of objects and allows the user to select one or more items.
    protected class JList.AccessibleJList
    This class implements accessibility support for theJList class.
    protected class JList.AccessibleJList.AccessibleJListChild
    This class implements accessibility support appropriate for list children.
    static class JList.DropLocation
    A subclass ofTransferHandler.DropLocation representing a drop location for aJList.
    class JMenu
    An implementation of a menu -- a popup window containingJMenuItems that is displayed when the user selects an item on theJMenuBar.
    protected class JMenu.AccessibleJMenu
    This class implements accessibility support for theJMenu class.
    protected class JMenu.WinListener
    A listener class that watches for a popup window closing.
    class JMenuBar
    An implementation of a menu bar.
    protected class JMenuBar.AccessibleJMenuBar
    This class implements accessibility support for theJMenuBar class.
    class JMenuItem
    An implementation of an item in a menu.
    protected class JMenuItem.AccessibleJMenuItem
    This class implements accessibility support for theJMenuItem class.
    class JOptionPane
    JOptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.
    protected class JOptionPane.AccessibleJOptionPane
    This class implements accessibility support for theJOptionPane class.
    class JPanel
    JPanel is a generic lightweight container.
    protected class JPanel.AccessibleJPanel
    This class implements accessibility support for theJPanel class.
    class JPasswordField
    JPasswordField is a lightweight component that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.
    protected class JPasswordField.AccessibleJPasswordField
    This class implements accessibility support for theJPasswordField class.
    class JPopupMenu
    An implementation of a popup menu -- a small window that pops up and displays a series of choices.
    protected class JPopupMenu.AccessibleJPopupMenu
    This class implements accessibility support for theJPopupMenu class.
    static class JPopupMenu.Separator
    A popup menu-specific separator.
    class JProgressBar
    A component that visually displays the progress of some task.
    protected class JProgressBar.AccessibleJProgressBar
    This class implements accessibility support for theJProgressBar class.
    class JRadioButton
    An implementation of a radio button -- an item that can be selected or deselected, and which displays its state to the user.
    protected class JRadioButton.AccessibleJRadioButton
    This class implements accessibility support for theJRadioButton class.
    class JRadioButtonMenuItem
    An implementation of a radio button menu item.
    protected class JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem
    This class implements accessibility support for theJRadioButtonMenuItem class.
    class JRootPane
    A lightweight container used behind the scenes byJFrame,JDialog,JWindow,JApplet, andJInternalFrame.
    protected class JRootPane.AccessibleJRootPane
    This class implements accessibility support for theJRootPane class.
    protected class JRootPane.RootLayout
    A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
    class JScrollBar
    An implementation of a scrollbar.
    protected class JScrollBar.AccessibleJScrollBar
    This class implements accessibility support for theJScrollBar class.
    class JScrollPane
    Provides a scrollable view of a lightweight component.
    protected class JScrollPane.AccessibleJScrollPane
    This class implements accessibility support for theJScrollPane class.
    protected class JScrollPane.ScrollBar
    By defaultJScrollPane creates scrollbars that are instances of this class.
    class JSeparator
    JSeparator provides a general purpose component for implementing divider lines - most commonly used as a divider between menu items that breaks them up into logical groupings.
    protected class JSeparator.AccessibleJSeparator
    This class implements accessibility support for theJSeparator class.
    class JSlider
    A component that lets the user graphically select a value by sliding a knob within a bounded interval.
    protected class JSlider.AccessibleJSlider
    This class implements accessibility support for theJSlider class.
    class JSpinner
    A single line input field that lets the user select a number or an object value from an ordered sequence.
    protected class JSpinner.AccessibleJSpinner
    AccessibleJSpinner implements accessibility support for theJSpinner class.
    static class JSpinner.DateEditor
    An editor for aJSpinner whose model is aSpinnerDateModel.
    static class JSpinner.DefaultEditor
    A simple base class for more specialized editors that displays a read-only view of the model's current value with aJFormattedTextField.
    static class JSpinner.ListEditor
    An editor for aJSpinner whose model is aSpinnerListModel.
    static class JSpinner.NumberEditor
    An editor for aJSpinner whose model is aSpinnerNumberModel.
    class JSplitPane
    JSplitPane is used to divide two (and only two)Components.
    protected class JSplitPane.AccessibleJSplitPane
    This class implements accessibility support for theJSplitPane class.
    class JTabbedPane
    A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
    protected class JTabbedPane.AccessibleJTabbedPane
    This class implements accessibility support for theJTabbedPane class.
    protected class JTabbedPane.ModelListener
    We passModelChanged events along to the listeners with the tabbedpane (instead of the model itself) as the event source.
    class JTable
    TheJTable is used to display and edit regular two-dimensional tables of cells.
    protected class JTable.AccessibleJTable
    This class implements accessibility support for theJTable class.
    protected class JTable.AccessibleJTable.AccessibleJTableCell
    The class provides an implementation of the Java Accessibility API appropriate to table cells.
    protected class JTable.AccessibleJTable.AccessibleJTableModelChange
    Describes a change in the accessible table model.
    static class JTable.DropLocation
    A subclass ofTransferHandler.DropLocation representing a drop location for aJTable.
    class JTextArea
    AJTextArea is a multi-line area that displays plain text.
    protected class JTextArea.AccessibleJTextArea
    This class implements accessibility support for theJTextArea class.
    class JTextField
    JTextField is a lightweight component that allows the editing of a single line of text.
    protected class JTextField.AccessibleJTextField
    This class implements accessibility support for theJTextField class.
    class JTextPane
    A text component that can be marked up with attributes that are represented graphically.
    class JToggleButton
    An implementation of a two-state button.
    protected class JToggleButton.AccessibleJToggleButton
    This class implements accessibility support for theJToggleButton class.
    static class JToggleButton.ToggleButtonModel
    The ToggleButton model
    class JToolBar
    JToolBar provides a component that is useful for displaying commonly usedActions or controls.
    protected class JToolBar.AccessibleJToolBar
    This class implements accessibility support for theJToolBar class.
    static class JToolBar.Separator
    A toolbar-specific separator.
    class JToolTip
    Used to display a "Tip" for a Component.
    protected class JToolTip.AccessibleJToolTip
    This class implements accessibility support for theJToolTip class.
    class JTree
    A control that displays a set of hierarchical data as an outline.
    protected class JTree.AccessibleJTree
    This class implements accessibility support for theJTree class.
    protected class JTree.AccessibleJTree.AccessibleJTreeNode
    This class implements accessibility support for theJTree child.
    static class JTree.DropLocation
    A subclass ofTransferHandler.DropLocation representing a drop location for aJTree.
    static class JTree.DynamicUtilTreeNode
    DynamicUtilTreeNode can wrap vectors/hashtables/arrays/strings and create the appropriate children tree nodes as necessary.
    protected static class JTree.EmptySelectionModel
    EmptySelectionModel is aTreeSelectionModel that does not allow anything to be selected.
    protected class JTree.TreeModelHandler
    Listens to the model and updates theexpandedState accordingly when nodes are removed, or changed.
    protected class JTree.TreeSelectionRedirector
    Handles creating a newTreeSelectionEvent with theJTree as the source and passing it off to all the listeners.
    class JViewport
    The "viewport" or "porthole" through which you see the underlying information.
    protected class JViewport.AccessibleJViewport
    This class implements accessibility support for theJViewport class.
    protected class JViewport.ViewListener
    A listener for the view.
    class JWindow
    AJWindow is a container that can be displayed anywhere on the user's desktop.
    protected class JWindow.AccessibleJWindow
    This class implements accessibility support for theJWindow class.
    class KeyStroke
    A KeyStroke represents a key action on the keyboard, or equivalent input device.
    class LayoutFocusTraversalPolicy
    A SortingFocusTraversalPolicy which sorts Components based on their size, position, and orientation.
    class LayoutStyle
    LayoutStyle provides information about how to position components.
    class LookAndFeel
    LookAndFeel, as the name implies, encapsulates a look and feel.
    class MenuSelectionManager
    A MenuSelectionManager owns the selection in menu hierarchy.
    class OverlayLayout
    A layout manager to arrange components over the top of each other.
    class Popup
    Popups are used to display aComponent to the user, typically on top of all the otherComponents in a particular containment hierarchy.
    class PopupFactory
    PopupFactory, as the name implies, is used to obtain instances ofPopups.
    class ProgressMonitor
    A class to monitor the progress of some operation.
    protected class ProgressMonitor.AccessibleProgressMonitor
    AccessibleProgressMonitor implements accessibility support for theProgressMonitor class.
    class ProgressMonitorInputStream
    Monitors the progress of reading from some InputStream.
    class RepaintManager
    This class manages repaint requests, allowing the number of repaints to be minimized, for example by collapsing multiple requests into a single repaint for members of a component tree.
    class RowFilter<M,​I>
    RowFilter is used to filter out entries from the model so that they are not shown in the view.
    static class RowFilter.Entry<M,​I>
    AnEntry object is passed to instances ofRowFilter, allowing the filter to get the value of the entry's data, and thus to determine whether the entry should be shown.
    class RowSorter<M>
    RowSorter provides the basis for sorting and filtering.
    static class RowSorter.SortKey
    SortKey describes the sort order for a particular column.
    class ScrollPaneLayout
    The layout manager used byJScrollPane.
    static class ScrollPaneLayout.UIResource
    The UI resource version ofScrollPaneLayout.
    class SizeRequirements
    For the convenience of layout managers, calculates information about the size and position of components.
    class SizeSequence
    ASizeSequence object efficiently maintains an ordered list of sizes and corresponding positions.
    class SortingFocusTraversalPolicy
    A FocusTraversalPolicy that determines traversal order by sorting the Components of a focus traversal cycle based on a given Comparator.
    class SpinnerDateModel
    ASpinnerModel for sequences ofDates.
    class SpinnerListModel
    A simple implementation ofSpinnerModel whose values are defined by an array or aList.
    class SpinnerNumberModel
    ASpinnerModel for sequences of numbers.
    class Spring
    An instance of theSpring class holds three properties that characterize its behavior: theminimum,preferred, andmaximum values.
    class SpringLayout
    ASpringLayout lays out the children of its associated container according to a set of constraints.
    static class SpringLayout.Constraints
    AConstraints object holds the constraints that govern the way a component's size and position change in a container controlled by aSpringLayout.
    class SwingUtilities
    A collection of utility methods for Swing.
    class SwingWorker<T,​V>
    An abstract class to perform lengthy GUI-interaction tasks in a background thread.
    class Timer
    Fires one or moreActionEvents at specified intervals.
    class ToolTipManager
    Manages all theToolTips in the system.
    protected class ToolTipManager.insideTimerAction
    Inside timer action.
    protected class ToolTipManager.outsideTimerAction
    Outside timer action.
    protected class ToolTipManager.stillInsideTimerAction
    Still inside timer action.
    class TransferHandler
    This class is used to handle the transfer of aTransferable to and from Swing components.
    static class TransferHandler.DropLocation
    Represents a location where dropped data should be inserted.
    static class TransferHandler.TransferSupport
    This class encapsulates all relevant details of a clipboard or drag and drop transfer, and also allows for customizing aspects of the drag and drop experience.
    class UIDefaults
    A table of defaults for Swing components.
    static class UIDefaults.LazyInputMap
    LazyInputMap will create aInputMap in itscreateValue method.
    static class UIDefaults.ProxyLazyValue
    This class provides an implementation ofLazyValue which can be used to delay loading of the Class for the instance to be created.
    class UIManager
    UIManager manages the current look and feel, the set of available look and feels,PropertyChangeListeners that are notified when the look and feel changes, look and feel defaults, and convenience methods for obtaining various default values.
    static class UIManager.LookAndFeelInfo
    Provides a little information about an installedLookAndFeel for the sake of configuring a menu or for initial application set up.
    class UnsupportedLookAndFeelException
    An exception that indicates the requested look & feel management classes are not present on the user's system.
    class ViewportLayout
    The default layout manager forJViewport.
    Fields injavax.swing declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectJTree.DynamicUtilTreeNode.childValue
    Value to create children with.
    protectedObjectJOptionPane.initialSelectionValue
    Initial value to select inselectionValues.
    protectedObjectJOptionPane.initialValue
    Value that should be initially selected inoptions.
    protectedObjectJOptionPane.inputValue
    Value the user has input.
    protectedObjectJOptionPane.message
    Message to display.
    protectedObject[]JOptionPane.options
    Options to display to the user.
    protectedObjectJComboBox.selectedItemReminder
    This protected field is implementation specific.
    protectedObject[]JOptionPane.selectionValues
    Array of values the user can choose from.
    staticObjectJOptionPane.UNINITIALIZED_VALUE
    Indicates that the user has not yet selected a value.
    protectedObjectDefaultCellEditor.EditorDelegate.value
    The value of this cell.
    protectedObjectJOptionPane.value
    Currently selected value, will be a valid option, orUNINITIALIZED_VALUE ornull.
    Fields injavax.swing with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedHashtable<Object,​Object>JTable.defaultEditorsByColumnClass
    A table of objects that display and edit the contents of a cell, indexed by class as declared ingetColumnClass in theTableModel interface.
    protectedHashtable<Object,​Object>JTable.defaultEditorsByColumnClass
    A table of objects that display and edit the contents of a cell, indexed by class as declared ingetColumnClass in theTableModel interface.
    protectedHashtable<Object,​Object>JTable.defaultRenderersByColumnClass
    A table of objects that display the contents of a cell, indexed by class as declared ingetColumnClass in theTableModel interface.
    protectedHashtable<Object,​Object>JTable.defaultRenderersByColumnClass
    A table of objects that display the contents of a cell, indexed by class as declared ingetColumnClass in theTableModel interface.
    Methods injavax.swing that returnObject 
    Modifier and TypeMethodDescription
    Object[]ActionMap.allKeys()
    Returns an array of the keys defined in thisActionMap and its parent.
    protectedObjectAbstractAction.clone()
    Clones the abstract action.
    ObjectDefaultListSelectionModel.clone()
    Returns a clone of this selection model with the same selection.
    protectedObjectJFormattedTextField.AbstractFormatter.clone()
    Clones theAbstractFormatter.
    ObjectUIDefaults.ActiveValue.createValue​(UIDefaults table)
    Creates the value retrieved from theUIDefaults table.
    ObjectUIDefaults.LazyInputMap.createValue​(UIDefaults table)
    Creates anInputMap with the bindings that are passed in.
    ObjectUIDefaults.LazyValue.createValue​(UIDefaults table)
    Creates the actual value retrieved from theUIDefaults table.
    ObjectUIDefaults.ProxyLazyValue.createValue​(UIDefaults table)
    Creates the value retrieved from theUIDefaults table.
    ObjectInputMap.get​(KeyStroke keyStroke)
    Returns the binding forkeyStroke, messaging the parentInputMap if the binding is not locally defined.
    ObjectUIDefaults.get​(Object key)
    Returns the value for key.
    ObjectUIDefaults.get​(Object key,Locale l)
    Returns the value for key associated with the given locale.
    staticObjectUIManager.get​(Object key)
    Returns an object from the defaults.
    staticObjectUIManager.get​(Object key,Locale l)
    Returns an object from the defaults that is appropriate for the given locale.
    ObjectJEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionAnchor​(int i)
    Return an object that represents the link anchor, as appropriate for that link.
    ObjectJEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionObject​(int i)
    Returns a URL object that represents the link.
    ObjectCellEditor.getCellEditorValue()
    Returns the value contained in the editor.
    ObjectDefaultCellEditor.EditorDelegate.getCellEditorValue()
    Returns the value of this cell.
    ObjectDefaultCellEditor.getCellEditorValue()
    Forwards the message from theCellEditor to thedelegate.
    ObjectJComponent.getClientProperty​(Object key)
    Returns the value of the property with the specified key.
    staticObjectLookAndFeel.getDesktopPropertyValue​(String systemPropertyName,Object fallbackValue)
    Returns the value of the specified system desktop property by invokingToolkit.getDefaultToolkit().getDesktopProperty().
    ObjectJOptionPane.getInitialSelectionValue()
    Returns the input value that is displayed as initially selected to the user.
    ObjectJOptionPane.getInitialValue()
    Returns the initial value.
    ObjectJOptionPane.getInputValue()
    Returns the value the user has input, ifwantsInput is true.
    ObjectComboBoxEditor.getItem()
    Returns the edited item
    Object[]AbstractAction.getKeys()
    Returns an array ofObjects which are keys for which values have been set for thisAbstractAction, ornull if no keys have values set.
    ObjectJTree.getLastSelectedPathComponent()
    Returns the last path component of the selected path.
    ObjectJOptionPane.getMessage()
    Returns the message-object this pane displays.
    ObjectJSpinner.getNextValue()
    Returns the object in the sequence that comes after the object returned bygetValue().
    ObjectSpinnerDateModel.getNextValue()
    Returns the nextDate in the sequence, ornull if the next date is afterend.
    ObjectSpinnerListModel.getNextValue()
    Returns the next legal value of the underlying sequence ornull if value is already the last element.
    ObjectSpinnerModel.getNextValue()
    Return the object in the sequence that comes after the object returned bygetValue().
    ObjectSpinnerNumberModel.getNextValue()
    Returns the next number in the sequence.
    Object[]JOptionPane.getOptions()
    Returns the choices the user can make.
    ObjectJSpinner.getPreviousValue()
    Returns the object in the sequence that comes before the object returned bygetValue().
    ObjectSpinnerDateModel.getPreviousValue()
    Returns the previousDate in the sequence, ornull if the previous date is beforestart.
    ObjectSpinnerListModel.getPreviousValue()
    Returns the previous element of the underlying sequence ornull if value is already the first element.
    ObjectSpinnerModel.getPreviousValue()
    Return the object in the sequence that comes before the object returned bygetValue().
    ObjectSpinnerNumberModel.getPreviousValue()
    Returns the previous number in the sequence.
    ObjectComboBoxModel.getSelectedItem()
    Returns the selected item
    ObjectJComboBox.getSelectedItem()
    Returns the current selected item.
    Object[]AbstractButton.getSelectedObjects()
    Returns an array (length 1) containing the label ornull if the button is not selected.
    Object[]DefaultButtonModel.getSelectedObjects()
    Overridden to returnnull.
    Object[]JCheckBoxMenuItem.getSelectedObjects()
    Returns an array (length 1) containing the check box menu item label or null if the check box is not selected.
    Object[]JComboBox.getSelectedObjects()
    Returns an array containing the selected item.
    Object[]JList.getSelectedValues()
    Deprecated.
    As of JDK 1.7, replaced byJList.getSelectedValuesList()
    Object[]JOptionPane.getSelectionValues()
    Returns the input selection values.
    ObjectAbstractAction.getValue​(String key)
    Gets theObject associated with the specified key.
    ObjectAction.getValue​(String key)
    Gets one of this object's properties using the associated key.
    ObjectJFormattedTextField.getValue()
    Returns the last valid value.
    ObjectJOptionPane.getValue()
    Returns the value the user has selected.
    ObjectJSpinner.getValue()
    Returns the current value of the model, typically this value is displayed by theeditor.
    abstractObjectRowFilter.Entry.getValue​(int index)
    Returns the value at the specified index.
    ObjectSpinnerDateModel.getValue()
    Returns the current element in this sequence ofDates.
    ObjectSpinnerListModel.getValue()
    Returns the current element of the sequence.
    ObjectSpinnerModel.getValue()
    Thecurrent element of the sequence.
    ObjectSpinnerNumberModel.getValue()
    Returns the value of the current element of the sequence.
    abstractObjectDefaultRowSorter.ModelWrapper.getValueAt​(int row,int column)
    Returns the value at the specified index.
    ObjectJTable.getValueAt​(int row,int column)
    Returns the cell value atrow andcolumn.
    Object[]ActionMap.keys()
    Returns theAction names that are bound in thisActionMap.
    staticObjectLookAndFeel.makeIcon​(Class<?> baseClass,String gifFile)
    Creates and returns aUIDefault.LazyValue that loads an image.
    ObjectUIDefaults.put​(Object key,Object value)
    Sets the value ofkey tovalue for all locales.
    staticObjectUIManager.put​(Object key,Object value)
    Stores an object in the developer defaults.
    staticObjectJOptionPane.showInputDialog​(Component parentComponent,Object message,String title,int messageType,Icon icon,Object[] selectionValues,Object initialSelectionValue)
    Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
    staticObjectJOptionPane.showInternalInputDialog​(Component parentComponent,Object message,String title,int messageType,Icon icon,Object[] selectionValues,Object initialSelectionValue)
    Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.
    abstractObjectJFormattedTextField.AbstractFormatter.stringToValue​(String text)
    Parsestext returning an arbitrary Object.
    Object[]DefaultListModel.toArray()
    Returns an array containing all of the elements in this list in the correct order.
    Methods injavax.swing with parameters of typeObject 
    Modifier and TypeMethodDescription
    default booleanAction.accept​(Object sender)
    Determines whether the action should be performed with the specified sender object.
    voidJTabbedPane.add​(Component component,Object constraints)
    Adds acomponent to the tabbed pane.
    voidJTabbedPane.add​(Component component,Object constraints,int index)
    Adds acomponent at the specified tab index.
    protected voidAbstractButton.addImpl​(Component comp,Object constraints,int index)
    Adds the specified component to this container at the specified index, refer toContainer.addImpl(Component, Object, int) for a complete description of this method.
    protected voidCellRendererPane.addImpl​(Component x,Object constraints,int index)
    If the specified component is already a child of this then we don't bother doing anything - stacking order doesn't matter for cell renderer components (CellRendererPane doesn't paint anyway).
    protected voidJApplet.addImpl​(Component comp,Object constraints,int index)
    Deprecated.
    Adds the specified childComponent.
    protected voidJDesktopPane.addImpl​(Component comp,Object constraints,int index)
    Adds the specified component to this container at the specified index.
    protected voidJDialog.addImpl​(Component comp,Object constraints,int index)
    Adds the specified childComponent.
    protected voidJFrame.addImpl​(Component comp,Object constraints,int index)
    Adds the specified childComponent.
    protected voidJInternalFrame.addImpl​(Component comp,Object constraints,int index)
    Adds the specified childComponent.
    protected voidJLayer.addImpl​(Component comp,Object constraints,int index)
    This method is not supported byJLayer and always throwsUnsupportedOperationException
    protected voidJRootPane.addImpl​(Component comp,Object constraints,int index)
    Overridden to enforce the position of the glass component as the zero child.
    protected voidJSplitPane.addImpl​(Component comp,Object constraints,int index)
    Adds the specified component to this split pane.
    protected voidJToolBar.addImpl​(Component comp,Object constraints,int index)
    If aJButton is being added, it is initially set to be disabled.
    protected voidJViewport.addImpl​(Component child,Object constraints,int index)
    Sets theJViewport's one lightweight child, which can benull.
    protected voidJWindow.addImpl​(Component comp,Object constraints,int index)
    Adds the specified childComponent.
    voidBoxLayout.addLayoutComponent​(Component comp,Object constraints)
    Not used by this class.
    voidGroupLayout.addLayoutComponent​(Component component,Object constraints)
    Notification that aComponent has been added to the parent container.
    voidOverlayLayout.addLayoutComponent​(Component comp,Object constraints)
    Adds the specified component to the layout, using the specified constraint object.
    voidSpringLayout.addLayoutComponent​(Component component,Object constraints)
    Ifconstraints is an instance ofSpringLayout.Constraints, associates the constraints with the specified component.
    voidJComboBox.configureEditor​(ComboBoxEditor anEditor,Object anItem)
    Initializes the editor with the specified item.
    booleanDefaultListModel.contains​(Object elem)
    Tests whether the specified object is a component in this list.
    StringJTree.convertValueToText​(Object value,boolean selected,boolean expanded,boolean leaf,int row,boolean hasFocus)
    Called by the renderers to convert the specified value to text.
    voidDefaultListModel.copyInto​(Object[] anArray)
    Copies the components of this list into the specified array.
    static voidJTree.DynamicUtilTreeNode.createChildren​(DefaultMutableTreeNode parent,Object children)
    Adds to parent all the children inchildren.
    protected staticTreeModelJTree.createTreeModel​(Object value)
    Returns aTreeModel wrapping the specified object.
    booleanRowSorter.SortKey.equals​(Object o)
    Returns true if this object equals the specified object.
    protected voidAbstractListModel.fireContentsChanged​(Object source,int index0,int index1)
    AbstractListModel subclasses must call this methodafter one or more elements of the list change.
    protected voidAbstractListModel.fireIntervalAdded​(Object source,int index0,int index1)
    AbstractListModel subclasses must call this methodafter one or more elements are added to the model.
    protected voidAbstractListModel.fireIntervalRemoved​(Object source,int index0,int index1)
    AbstractListModel subclasses must call this methodafter one or more elements are removed from the model.
    protected voidAbstractAction.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Supports reporting bound property changes.
    protected voidDefaultListCellRenderer.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Overridden for performance reasons.
    protected voidJViewport.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Notifies listeners of a property change.
    voidSwingWorker.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Reports a bound property update to any registered listeners.
    protected voidUIDefaults.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes.
    protected voidJComponent.fireVetoableChange​(String propertyName,Object oldValue,Object newValue)
    Supports reporting constrained property changes.
    ActionActionMap.get​(Object key)
    Returns the binding forkey, messaging the parentActionMap if the binding is not locally defined.
    ObjectUIDefaults.get​(Object key)
    Returns the value for key.
    ObjectUIDefaults.get​(Object key,Locale l)
    Returns the value for key associated with the given locale.
    staticObjectUIManager.get​(Object key)
    Returns an object from the defaults.
    staticObjectUIManager.get​(Object key,Locale l)
    Returns an object from the defaults that is appropriate for the given locale.
    booleanUIDefaults.getBoolean​(Object key)
    If the value ofkey is boolean, return the boolean value, otherwise return false.
    booleanUIDefaults.getBoolean​(Object key,Locale l)
    If the value ofkey for the givenLocale is boolean, return the boolean value, otherwise return false.
    static booleanUIManager.getBoolean​(Object key)
    Returns a boolean from the defaults which is associated with the key value.
    static booleanUIManager.getBoolean​(Object key,Locale l)
    Returns a boolean from the defaults which is associated with the key value and the givenLocale.
    BorderUIDefaults.getBorder​(Object key)
    If the value ofkey is aBorder return it, otherwise returnnull.
    BorderUIDefaults.getBorder​(Object key,Locale l)
    If the value ofkey for the givenLocale is aBorder return it, otherwise returnnull.
    staticBorderUIManager.getBorder​(Object key)
    Returns a border from the defaults.
    staticBorderUIManager.getBorder​(Object key,Locale l)
    Returns a border from the defaults that is appropriate for the given locale.
    ObjectJComponent.getClientProperty​(Object key)
    Returns the value of the property with the specified key.
    ColorUIDefaults.getColor​(Object key)
    If the value ofkey is aColor return it, otherwise returnnull.
    ColorUIDefaults.getColor​(Object key,Locale l)
    If the value ofkey for the givenLocale is aColor return it, otherwise returnnull.
    staticColorUIManager.getColor​(Object key)
    Returns a color from the defaults.
    staticColorUIManager.getColor​(Object key,Locale l)
    Returns a color from the defaults that is appropriate for the given locale.
    TableColumnJTable.getColumn​(Object identifier)
    Returns theTableColumn object for the column in the table whose identifier is equal toidentifier, when compared usingequals.
    staticObjectLookAndFeel.getDesktopPropertyValue​(String systemPropertyName,Object fallbackValue)
    Returns the value of the specified system desktop property by invokingToolkit.getDefaultToolkit().getDesktopProperty().
    DimensionUIDefaults.getDimension​(Object key)
    If the value ofkey is aDimension return it, otherwise returnnull.
    DimensionUIDefaults.getDimension​(Object key,Locale l)
    If the value ofkey for the givenLocale is aDimension return it, otherwise returnnull.
    staticDimensionUIManager.getDimension​(Object key)
    Returns a dimension from the defaults.
    staticDimensionUIManager.getDimension​(Object key,Locale l)
    Returns a dimension from the defaults that is appropriate for the given locale.
    FontUIDefaults.getFont​(Object key)
    If the value ofkey is aFont return it, otherwise returnnull.
    FontUIDefaults.getFont​(Object key,Locale l)
    If the value ofkey for the givenLocale is aFont return it, otherwise returnnull.
    staticFontUIManager.getFont​(Object key)
    Returns a font from the defaults.
    staticFontUIManager.getFont​(Object key,Locale l)
    Returns a font from the defaults that is appropriate for the given locale.
    IconUIDefaults.getIcon​(Object key)
    If the value ofkey is anIcon return it, otherwise returnnull.
    IconUIDefaults.getIcon​(Object key,Locale l)
    If the value ofkey for the givenLocale is anIcon return it, otherwise returnnull.
    staticIconUIManager.getIcon​(Object key)
    Returns anIcon from the defaults.
    staticIconUIManager.getIcon​(Object key,Locale l)
    Returns anIcon from the defaults that is appropriate for the given locale.
    intDefaultComboBoxModel.getIndexOf​(Object anObject)
    Returns the index-position of the specified object in the list.
    InsetsUIDefaults.getInsets​(Object key)
    If the value ofkey is anInsets return it, otherwise returnnull.
    InsetsUIDefaults.getInsets​(Object key,Locale l)
    If the value ofkey for the givenLocale is anInsets return it, otherwise returnnull.
    staticInsetsUIManager.getInsets​(Object key)
    Returns anInsets object from the defaults.
    staticInsetsUIManager.getInsets​(Object key,Locale l)
    Returns anInsets object from the defaults that is appropriate for the given locale.
    intUIDefaults.getInt​(Object key)
    If the value ofkey is anInteger return its integer value, otherwise return 0.
    intUIDefaults.getInt​(Object key,Locale l)
    If the value ofkey for the givenLocale is anInteger return its integer value, otherwise return 0.
    static intUIManager.getInt​(Object key)
    Returns an integer from the defaults.
    static intUIManager.getInt​(Object key,Locale l)
    Returns an integer from the defaults that is appropriate for the given locale.
    StringUIDefaults.getString​(Object key)
    If the value ofkey is aString return it, otherwise returnnull.
    StringUIDefaults.getString​(Object key,Locale l)
    If the value ofkey for the givenLocale is aString return it, otherwise returnnull.
    staticStringUIManager.getString​(Object key)
    Returns a string from the defaults.
    staticStringUIManager.getString​(Object key,Locale l)
    Returns a string from the defaults that is appropriate for the given locale.
    ComponentDefaultCellEditor.getTableCellEditorComponent​(JTable table,Object value,boolean isSelected,int row,int column)
    Implements theTableCellEditor interface.
    ComponentDefaultCellEditor.getTreeCellEditorComponent​(JTree tree,Object value,boolean isSelected,boolean expanded,boolean leaf,int row)
    Implements theTreeCellEditor interface.
    intDefaultListModel.indexOf​(Object elem)
    Searches for the first occurrence ofelem.
    intDefaultListModel.indexOf​(Object elem,int index)
    Searches for the first occurrence ofelem, beginning the search atindex.
    static voidLookAndFeel.installProperty​(JComponent c,String propertyName,Object propertyValue)
    Convenience method for installing a property with the specified name and value on a component if that property has not already been set by the developer.
    intDefaultListModel.lastIndexOf​(Object elem)
    Returns the index of the last occurrence ofelem.
    intDefaultListModel.lastIndexOf​(Object elem,int index)
    Searches backwards forelem, starting from the specified index, and returns an index to it.
    static voidLookAndFeel.loadKeyBindings​(InputMap retMap,Object[] keys)
    Populates anInputMap with the specified bindings.
    staticComponentInputMapLookAndFeel.makeComponentInputMap​(JComponent c,Object[] keys)
    Creates aComponentInputMapUIResource fromkeys.
    staticInputMapLookAndFeel.makeInputMap​(Object[] keys)
    Creates anInputMapUIResource fromkeys.
    staticJTextComponent.KeyBinding[]LookAndFeel.makeKeyBindings​(Object[] keyBindingList)
    Convenience method for building an array of KeyBindings.
    static booleanSwingUtilities.notifyAction​(Action action,KeyStroke ks,KeyEvent event,Object sender,int modifiers)
    InvokesactionPerformed onaction ifaction is non-null and accepts the sender object.
    protected voidSwingWorker.publish​(V... chunks)
    Sends data chunks to theSwingWorker.process(java.util.List<V>) method.
    voidActionMap.put​(Object key,Action action)
    Adds a binding forkey toaction.
    voidComponentInputMap.put​(KeyStroke keyStroke,Object actionMapKey)
    Adds a binding forkeyStroke toactionMapKey.
    voidInputMap.put​(KeyStroke keyStroke,Object actionMapKey)
    Adds a binding forkeyStroke toactionMapKey.
    ObjectUIDefaults.put​(Object key,Object value)
    Sets the value ofkey tovalue for all locales.
    staticObjectUIManager.put​(Object key,Object value)
    Stores an object in the developer defaults.
    voidJComponent.putClientProperty​(Object key,Object value)
    Adds an arbitrary key/value "client property" to this component.
    voidUIDefaults.putDefaults​(Object[] keyValueList)
    Puts all of the key/value pairs in the database and unconditionally generates onePropertyChangeEvent.
    voidAbstractAction.putValue​(String key,Object newValue)
    Sets theValue associated with the specified key.
    voidAction.putValue​(String key,Object value)
    Sets one of this object's properties using the associated key.
    voidJEditorPane.read​(InputStream in,Object desc)
    This method initializes from a stream.
    voidActionMap.remove​(Object key)
    Removes the binding forkey from thisActionMap.
    booleanDefaultListModel.removeElement​(Object obj)
    Removes the first (lowest-indexed) occurrence of the argument from this list.
    voidMutableComboBoxModel.removeElement​(Object obj)
    Removes an item from the model.
    voidJComboBox.removeItem​(Object anObject)
    Removes an item from the item list.
    voidJOptionPane.setInitialSelectionValue​(Object newValue)
    Sets the input value that is initially displayed as selected to the user.
    voidJOptionPane.setInitialValue​(Object newInitialValue)
    Sets the initial value that is to be enabled -- theComponent that has the focus when the pane is initially displayed.
    voidJOptionPane.setInputValue​(Object newValue)
    Sets the input value that was selected or input by the user.
    voidComboBoxEditor.setItem​(Object anObject)
    Set the item that should be edited.
    voidJList.setListData​(E[] listData)
    Constructs a read-onlyListModel from an array of items, and callssetModel with this model.
    voidJOptionPane.setMessage​(Object newMessage)
    Sets the option pane's message-object.
    voidJOptionPane.setOptions​(Object[] newOptions)
    Sets the options this pane displays.
    voidComboBoxModel.setSelectedItem​(Object anItem)
    Set the selected item.
    voidDefaultComboBoxModel.setSelectedItem​(Object anObject)
    Set the value of the selected item.
    voidJComboBox.setSelectedItem​(Object anObject)
    Sets the selected item in the combo box display area to the object in the argument.
    voidJList.setSelectedValue​(Object anObject,boolean shouldScroll)
    Selects the specified object from the list.
    voidJOptionPane.setSelectionValues​(Object[] newValues)
    Sets the input selection values for a pane that provides the user with a list of items to choose from.
    voidDefaultCellEditor.EditorDelegate.setValue​(Object value)
    Sets the value of this cell.
    voidJFormattedTextField.setValue​(Object value)
    Sets the value that will be formatted by anAbstractFormatter obtained from the currentAbstractFormatterFactory.
    voidJOptionPane.setValue​(Object newValue)
    Sets the value the user has chosen.
    voidJSpinner.setValue​(Object value)
    Changes current value of the model, typically this value is displayed by theeditor.
    voidRenderer.setValue​(Object aValue,boolean isSelected)
    Specifies the value to display and whether or not the value should be portrayed as "currently selected".
    voidSpinnerDateModel.setValue​(Object value)
    Sets the currentDate for this sequence.
    voidSpinnerListModel.setValue​(Object elt)
    Changes the current element of the sequence and notifiesChangeListeners.
    voidSpinnerModel.setValue​(Object value)
    Changes current value of the model, typically this value is displayed by theeditor part of aJSpinner.
    voidSpinnerNumberModel.setValue​(Object value)
    Sets the current value for this sequence.
    voidJTable.setValueAt​(Object aValue,int row,int column)
    Sets the value for the cell in the table model atrow andcolumn.
    static intJOptionPane.showConfirmDialog​(Component parentComponent,Object message)
    Brings up a dialog with the optionsYes,No andCancel; with the title,Select an Option.
    static intJOptionPane.showConfirmDialog​(Component parentComponent,Object message,String title,int optionType)
    Brings up a dialog where the number of choices is determined by theoptionType parameter.
    static intJOptionPane.showConfirmDialog​(Component parentComponent,Object message,String title,int optionType,int messageType)
    Brings up a dialog where the number of choices is determined by theoptionType parameter, where themessageType parameter determines the icon to display.
    static intJOptionPane.showConfirmDialog​(Component parentComponent,Object message,String title,int optionType,int messageType,Icon icon)
    Brings up a dialog with a specified icon, where the number of choices is determined by theoptionType parameter.
    staticStringJOptionPane.showInputDialog​(Component parentComponent,Object message)
    Shows a question-message dialog requesting input from the user parented toparentComponent.
    staticStringJOptionPane.showInputDialog​(Component parentComponent,Object message,Object initialSelectionValue)
    Shows a question-message dialog requesting input from the user and parented toparentComponent.
    staticStringJOptionPane.showInputDialog​(Component parentComponent,Object message,String title,int messageType)
    Shows a dialog requesting input from the user parented toparentComponent with the dialog having the titletitle and message typemessageType.
    staticObjectJOptionPane.showInputDialog​(Component parentComponent,Object message,String title,int messageType,Icon icon,Object[] selectionValues,Object initialSelectionValue)
    Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
    staticStringJOptionPane.showInputDialog​(Object message)
    Shows a question-message dialog requesting input from the user.
    staticStringJOptionPane.showInputDialog​(Object message,Object initialSelectionValue)
    Shows a question-message dialog requesting input from the user, with the input value initialized toinitialSelectionValue.
    static intJOptionPane.showInternalConfirmDialog​(Component parentComponent,Object message)
    Brings up an internal dialog panel with the optionsYes,No andCancel; with the title,Select an Option.
    static intJOptionPane.showInternalConfirmDialog​(Component parentComponent,Object message,String title,int optionType)
    Brings up a internal dialog panel where the number of choices is determined by theoptionType parameter.
    static intJOptionPane.showInternalConfirmDialog​(Component parentComponent,Object message,String title,int optionType,int messageType)
    Brings up an internal dialog panel where the number of choices is determined by theoptionType parameter, where themessageType parameter determines the icon to display.
    static intJOptionPane.showInternalConfirmDialog​(Component parentComponent,Object message,String title,int optionType,int messageType,Icon icon)
    Brings up an internal dialog panel with a specified icon, where the number of choices is determined by theoptionType parameter.
    staticStringJOptionPane.showInternalInputDialog​(Component parentComponent,Object message)
    Shows an internal question-message dialog requesting input from the user parented toparentComponent.
    staticStringJOptionPane.showInternalInputDialog​(Component parentComponent,Object message,String title,int messageType)
    Shows an internal dialog requesting input from the user parented toparentComponent with the dialog having the titletitle and message typemessageType.
    staticObjectJOptionPane.showInternalInputDialog​(Component parentComponent,Object message,String title,int messageType,Icon icon,Object[] selectionValues,Object initialSelectionValue)
    Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.
    static voidJOptionPane.showInternalMessageDialog​(Component parentComponent,Object message)
    Brings up an internal confirmation dialog panel.
    static voidJOptionPane.showInternalMessageDialog​(Component parentComponent,Object message,String title,int messageType)
    Brings up an internal dialog panel that displays a message using a default icon determined by themessageType parameter.
    static voidJOptionPane.showInternalMessageDialog​(Component parentComponent,Object message,String title,int messageType,Icon icon)
    Brings up an internal dialog panel displaying a message, specifying all parameters.
    static intJOptionPane.showInternalOptionDialog​(Component parentComponent,Object message,String title,int optionType,int messageType,Icon icon,Object[] options,Object initialValue)
    Brings up an internal dialog panel with a specified icon, where the initial choice is determined by theinitialValue parameter and the number of choices is determined by theoptionType parameter.
    static voidJOptionPane.showMessageDialog​(Component parentComponent,Object message)
    Brings up an information-message dialog titled "Message".
    static voidJOptionPane.showMessageDialog​(Component parentComponent,Object message,String title,int messageType)
    Brings up a dialog that displays a message using a default icon determined by themessageType parameter.
    static voidJOptionPane.showMessageDialog​(Component parentComponent,Object message,String title,int messageType,Icon icon)
    Brings up a dialog displaying a message, specifying all parameters.
    static intJOptionPane.showOptionDialog​(Component parentComponent,Object message,String title,int optionType,int messageType,Icon icon,Object[] options,Object initialValue)
    Brings up a dialog with a specified icon, where the initial choice is determined by theinitialValue parameter and the number of choices is determined by theoptionType parameter.
    abstractStringJFormattedTextField.AbstractFormatter.valueToString​(Object value)
    Returns the string value to display forvalue.
    Constructors injavax.swing with parameters of typeObject 
    ConstructorDescription
    DefaultComboBoxModel​(E[] items)
    Constructs a DefaultComboBoxModel object initialized with an array of objects.
    DynamicUtilTreeNode​(Object value,Object children)
    Creates a node with the specified object as its value and with the specified children.
    JComboBox​(E[] items)
    Creates aJComboBox that contains the elements in the specified array.
    JFormattedTextField​(Object value)
    Creates a JFormattedTextField with the specified value.
    JFormattedTextField​(JFormattedTextField.AbstractFormatterFactory factory,Object currentValue)
    Creates aJFormattedTextField with the specifiedAbstractFormatterFactory and initial value.
    JList​(E[] listData)
    Constructs aJList that displays the elements in the specified array.
    JOptionPane​(Object message)
    Creates a instance ofJOptionPane to display a message using the plain-message message type and the default options delivered by the UI.
    JOptionPane​(Object message,int messageType)
    Creates an instance ofJOptionPane to display a message with the specified message type and the default options,
    JOptionPane​(Object message,int messageType,int optionType)
    Creates an instance ofJOptionPane to display a message with the specified message type and options.
    JOptionPane​(Object message,int messageType,int optionType,Icon icon)
    Creates an instance ofJOptionPane to display a message with the specified message type, options, and icon.
    JOptionPane​(Object message,int messageType,int optionType,Icon icon,Object[] options)
    Creates an instance ofJOptionPane to display a message with the specified message type, icon, and options.
    JOptionPane​(Object message,int messageType,int optionType,Icon icon,Object[] options,Object initialValue)
    Creates an instance ofJOptionPane to display a message with the specified message type, icon, and options, with the initially-selected option specified.
    JTable​(Object[][] rowData,Object[] columnNames)
    Constructs aJTable to display the values in the two dimensional array,rowData, with column names,columnNames.
    JTree​(Object[] value)
    Returns aJTree with each element of the specified array as the child of a new root node which is not displayed.
    LazyInputMap​(Object[] bindings)
    Constructs aLazyInputMap.
    ProgressMonitor​(Component parentComponent,Object message,String note,int min,int max)
    Constructs a graphic object that shows progress, typically by filling in a rectangular bar as the process nears completion.
    ProgressMonitorInputStream​(Component parentComponent,Object message,InputStream in)
    Constructs an object to monitor the progress of an input stream.
    ProxyLazyValue​(String c,Object[] o)
    Creates aLazyValue which will construct an instance when asked.
    ProxyLazyValue​(String c,String m,Object[] o)
    Creates aLazyValue which will construct an instance when asked.
    SpinnerListModel​(Object[] values)
    Constructs aSpinnerModel whose sequence of values is defined by the specified array.
    UIDefaults​(Object[] keyValueList)
    Creates a defaults table initialized with the specified key/value pairs.
  • Uses ofObject injavax.swing.border

    Subclasses ofObject injavax.swing.border 
    Modifier and TypeClassDescription
    class AbstractBorder
    A class that implements an empty border with no size.
    class BevelBorder
    A class which implements a simple two-line bevel border.
    class CompoundBorder
    A composite Border class used to compose two Border objects into a single border by nesting an inside Border object within the insets of an outside Border object.
    class EmptyBorder
    A class which provides an empty, transparent border which takes up space but does no drawing.
    class EtchedBorder
    A class which implements a simple etched border which can either be etched-in or etched-out.
    class LineBorder
    A class which implements a line border of arbitrary thickness and of a single color.
    class MatteBorder
    A class which provides a matte-like border of either a solid color or a tiled icon.
    class SoftBevelBorder
    A class which implements a raised or lowered bevel with softened corners.
    class StrokeBorder
    A class which implements a border of an arbitrary stroke.
    class TitledBorder
    A class which implements an arbitrary border with the addition of a String title in a specified position and justification.
  • Uses ofObject injavax.swing.colorchooser

    Subclasses ofObject injavax.swing.colorchooser 
    Modifier and TypeClassDescription
    class AbstractColorChooserPanel
    This is the abstract superclass for color choosers.
    class ColorChooserComponentFactory
    A class designed to produce preconfigured "accessory" objects to insert into color choosers.
    class DefaultColorSelectionModel
    A generic implementation ofColorSelectionModel.
  • Uses ofObject injavax.swing.event

    Subclasses ofObject injavax.swing.event 
    Modifier and TypeClassDescription
    class AncestorEvent
    An event reported to a child component that originated from an ancestor in the component hierarchy.
    class CaretEvent
    CaretEvent is used to notify interested parties that the text caret has changed in the event source.
    class ChangeEvent
    ChangeEvent is used to notify interested parties that state has changed in the event source.
    static class DocumentEvent.EventType
    Enumeration for document event types
    class EventListenerList
    A class that holds a list of EventListeners.
    class HyperlinkEvent
    HyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.
    static class HyperlinkEvent.EventType
    Defines the ENTERED, EXITED, and ACTIVATED event types, along with their string representations, returned by toString().
    class InternalFrameAdapter
    An abstract adapter class for receiving internal frame events.
    class InternalFrameEvent
    AnAWTEvent that adds support forJInternalFrame objects as the event source.
    class ListDataEvent
    Defines an event that encapsulates changes to a list.
    class ListSelectionEvent
    An event that characterizes a change in selection.
    class MenuDragMouseEvent
    MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
    class MenuEvent
    MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.
    class MenuKeyEvent
    MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
    class MouseInputAdapter
    An empty implementation of theMouseInputListener interface, provided as a convenience to simplify the task of creating listeners, by extending and implementing only the methods of interest.
    class PopupMenuEvent
    PopupMenuEvent only contains the source of the event which is the JPopupMenu sending the event
    class RowSorterEvent
    RowSorterEvent provides notification of changes to aRowSorter.
    class SwingPropertyChangeSupport
    This subclass ofjava.beans.PropertyChangeSupport is almost identical in functionality.
    class TableColumnModelEvent
    TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.
    class TableModelEvent
    TableModelEvent is used to notify listeners that a table model has changed.
    class TreeExpansionEvent
    An event used to identify a single path in a tree.
    class TreeModelEvent
    Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.
    class TreeSelectionEvent
    An event that characterizes a change in the current selection.
    class UndoableEditEvent
    An event indicating that an operation which can be undone has occurred.
    Fields injavax.swing.event declared asObject 
    Modifier and TypeFieldDescription
    protectedObject[]TreeModelEvent.children
    Children that have been removed.
    protectedObject[]EventListenerList.listenerList
    The list of ListenerType - Listener pairs
    Methods injavax.swing.event that returnObject 
    Modifier and TypeMethodDescription
    ObjectTreeSelectionEvent.cloneWithSource​(Object newSource)
    Returns a copy of the receiver, but with the source being newSource.
    Object[]TreeModelEvent.getChildren()
    Returns the objects that are children of the node identified bygetPath at the locations specified bygetChildIndices.
    Object[]EventListenerList.getListenerList()
    Passes back the event listener list as an array of ListenerType-listener pairs.
    Object[]TreeModelEvent.getPath()
    Convenience method to get the array of objects from the TreePath instance that this event wraps.
    Methods injavax.swing.event with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectTreeSelectionEvent.cloneWithSource​(Object newSource)
    Returns a copy of the receiver, but with the source being newSource.
    Constructors injavax.swing.event with parameters of typeObject 
    ConstructorDescription
    CaretEvent​(Object source)
    Creates a new CaretEvent object.
    ChangeEvent​(Object source)
    Constructs a ChangeEvent object.
    HyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL u)
    Creates a new object representing a hypertext link event.
    HyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL u,String desc)
    Creates a new object representing a hypertext link event.
    HyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL u,String desc,Element sourceElement)
    Creates a new object representing a hypertext link event.
    HyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL u,String desc,Element sourceElement,InputEvent inputEvent)
    Creates a new object representing a hypertext link event.
    ListDataEvent​(Object source,int type,int index0,int index1)
    Constructs a ListDataEvent object.
    ListSelectionEvent​(Object source,int firstIndex,int lastIndex,boolean isAdjusting)
    Represents a change in selection status betweenfirstIndex andlastIndex, inclusive.
    MenuEvent​(Object source)
    Constructs a MenuEvent object.
    PopupMenuEvent​(Object source)
    Constructs a PopupMenuEvent object.
    SwingPropertyChangeSupport​(Object sourceBean)
    Constructs a SwingPropertyChangeSupport object.
    SwingPropertyChangeSupport​(Object sourceBean,boolean notifyOnEDT)
    Constructs a SwingPropertyChangeSupport object.
    TreeExpansionEvent​(Object source,TreePath path)
    Constructs a TreeExpansionEvent object.
    TreeModelEvent​(Object source,Object[] path)
    Used to create an event when the node structure has changed in some way, identifying the path to the root of a modified subtree as an array of Objects.
    TreeModelEvent​(Object source,Object[] path,int[] childIndices,Object[] children)
    Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as an array of Objects.
    TreeModelEvent​(Object source,TreePath path)
    Used to create an event when the node structure has changed in some way, identifying the path to the root of the modified subtree as a TreePath object.
    TreeModelEvent​(Object source,TreePath path,int[] childIndices,Object[] children)
    Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as a TreePath object.
    TreeSelectionEvent​(Object source,TreePath[] paths,boolean[] areNew,TreePath oldLeadSelectionPath,TreePath newLeadSelectionPath)
    Represents a change in the selection of aTreeSelectionModel.
    TreeSelectionEvent​(Object source,TreePath path,boolean isNew,TreePath oldLeadSelectionPath,TreePath newLeadSelectionPath)
    Represents a change in the selection of aTreeSelectionModel.
    UndoableEditEvent​(Object source,UndoableEdit edit)
    Constructs an UndoableEditEvent object.
  • Uses ofObject injavax.swing.filechooser

    Subclasses ofObject injavax.swing.filechooser 
    Modifier and TypeClassDescription
    class FileFilter
    FileFilter is an abstract class used byJFileChooser for filtering the set of files shown to the user.
    class FileNameExtensionFilter
    An implementation ofFileFilter that filters using a specified set of extensions.
    class FileSystemView
    FileSystemView is JFileChooser's gateway to the file system.
    class FileView
    FileView defines an abstract class that can be implemented to provide the filechooser with UI information for aFile.
  • Uses ofObject injavax.swing.plaf

    Subclasses ofObject injavax.swing.plaf 
    Modifier and TypeClassDescription
    class ActionMapUIResource
    A subclass of javax.swing.ActionMap that implements UIResource.
    class BorderUIResource
    A Border wrapper class which implements UIResource.
    static class BorderUIResource.BevelBorderUIResource
    A bevel border UI resource.
    static class BorderUIResource.CompoundBorderUIResource
    A compound border UI resource.
    static class BorderUIResource.EmptyBorderUIResource
    An empty border UI resource.
    static class BorderUIResource.EtchedBorderUIResource
    An etched border UI resource.
    static class BorderUIResource.LineBorderUIResource
    A line border UI resource.
    static class BorderUIResource.MatteBorderUIResource
    A matte border UI resource.
    static class BorderUIResource.TitledBorderUIResource
    A titled border UI resource.
    class ButtonUI
    Pluggable look and feel interface for JButton.
    class ColorChooserUI
    Pluggable look and feel interface for JColorChooser.
    class ColorUIResource
    A subclass of Color that implements UIResource.
    class ComboBoxUI
    Pluggable look and feel interface for JComboBox.
    class ComponentInputMapUIResource
    A subclass of javax.swing.ComponentInputMap that implements UIResource.
    class ComponentUI
    The base class for all UI delegate objects in the Swing pluggable look and feel architecture.
    class DesktopIconUI
    Pluggable look and feel interface for JDesktopIcon.
    class DesktopPaneUI
    Pluggable look and feel interface for JDesktopPane.
    class DimensionUIResource
    A subclass ofDimension that implementsUIResource.
    class FileChooserUI
    Pluggable look and feel interface forJFileChooser.
    class FontUIResource
    A subclass of java.awt.Font that implements UIResource.
    class IconUIResource
    An Icon wrapper class which implements UIResource.
    class InputMapUIResource
    A subclass of javax.swing.InputMap that implements UIResource.
    class InsetsUIResource
    A subclass of Insets that implements UIResource.
    class InternalFrameUI
    Pluggable look and feel interface for JInternalFrame.
    class LabelUI
    Pluggable look and feel interface for JLabel.
    class LayerUI<V extendsComponent>
    The base class for allJLayer's UI delegates.
    class ListUI
    TheJList pluggable look and feel delegate.
    class MenuBarUI
    Pluggable look and feel interface for JMenuBar.
    class MenuItemUI
    Pluggable look and feel interface for JMenuItem.
    class OptionPaneUI
    Pluggable look and feel interface for JOptionPane.
    class PanelUI
    Pluggable look and feel interface for Panel.
    class PopupMenuUI
    Pluggable look and feel interface for JPopupMenu.
    class ProgressBarUI
    Pluggable look and feel interface for JProgressBar.
    class RootPaneUI
    Pluggable look and feel interface for JRootPane.
    class ScrollBarUI
    Pluggable look and feel interface for JScrollBar.
    class ScrollPaneUI
    Pluggable look and feel interface for JScrollPane.
    class SeparatorUI
    Pluggable look and feel interface for JSeparator.
    class SliderUI
    Pluggable look and feel interface for JSlider.
    class SpinnerUI
    Pluggable look and feel interface for JSpinner
    class SplitPaneUI
    Pluggable look and feel interface for JSplitPane.
    class TabbedPaneUI
    Pluggable look and feel interface for JTabbedPane.
    class TableHeaderUI
    Pluggable look and feel interface for JTableHeader.
    class TableUI
    Pluggable look and feel interface for JTable.
    class TextUI
    Text editor user interface
    class ToolBarUI
    Pluggable look and feel interface for JToolBar.
    class ToolTipUI
    Pluggable look and feel interface for JToolTip.
    class TreeUI
    Pluggable look and feel interface for JTree.
    class ViewportUI
    Pluggable look and feel interface for JViewport.
    Methods injavax.swing.plaf with parameters of typeObject 
    Modifier and TypeMethodDescription
    protected voidLayerUI.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes for Object properties.
  • Uses ofObject injavax.swing.plaf.basic

    Subclasses ofObject injavax.swing.plaf.basic 
    Modifier and TypeClassDescription
    class BasicArrowButton
    JButton object that draws a scaled Arrow in one of the cardinal directions.
    class BasicBorders
    Factory object that can vend Borders appropriate for the basic L & F.
    static class BasicBorders.ButtonBorder
    Draws a border around a button.
    static class BasicBorders.FieldBorder
    Draws the border around a field.
    static class BasicBorders.MarginBorder
    Draws the border around components which support margins.
    static class BasicBorders.MenuBarBorder
    Draws the border around a menu bar.
    static class BasicBorders.RadioButtonBorder
    Draws the border around a radio button.
    static class BasicBorders.RolloverButtonBorder
    Special thin border for rollover toolbar buttons.
    static class BasicBorders.SplitPaneBorder
    Draws the border around the splitpane.
    static class BasicBorders.ToggleButtonBorder
    Draws the border around a toggle button.
    class BasicButtonListener
    Button Listener
    class BasicButtonUI
    BasicButton implementation
    class BasicCheckBoxMenuItemUI
    BasicCheckboxMenuItem implementation
    class BasicCheckBoxUI
    CheckboxUI implementation for BasicCheckboxUI
    class BasicColorChooserUI
    Provides the basic look and feel for a JColorChooser.
    class BasicColorChooserUI.PropertyHandler
    This class should be treated as a "protected" inner class.
    class BasicComboBoxEditor
    The default editor for editable combo boxes.
    static class BasicComboBoxEditor.UIResource
    A subclass of BasicComboBoxEditor that implements UIResource.
    class BasicComboBoxRenderer
    ComboBox renderer
    static class BasicComboBoxRenderer.UIResource
    A subclass of BasicComboBoxRenderer that implements UIResource.
    class BasicComboBoxUI
    Basic UI implementation for JComboBox.
    class BasicComboBoxUI.ComboBoxLayoutManager
    This layout manager handles the 'standard' layout of combo boxes.
    class BasicComboBoxUI.FocusHandler
    This listener hides the popup when the focus is lost.
    class BasicComboBoxUI.ItemHandler
    This listener watches for changes to the selection in the combo box.
    class BasicComboBoxUI.KeyHandler
    This listener checks to see if the key event isn't a navigation key.
    class BasicComboBoxUI.ListDataHandler
    This listener watches for changes in theComboBoxModel.
    class BasicComboBoxUI.PropertyChangeHandler
    This listener watches for bound properties that have changed in the combo box.
    class BasicComboPopup
    This is a basic implementation of theComboPopup interface.
    class BasicComboPopup.InvocationKeyHandler
    As of Java 2 platform v 1.4, this class is now obsolete and is only included for backwards API compatibility.
    protected class BasicComboPopup.InvocationMouseHandler
    A listener to be registered upon the combo box (not its popup menu) to handle mouse events that affect the state of the popup menu.
    protected class BasicComboPopup.InvocationMouseMotionHandler
    This listener watches for dragging and updates the current selection in the list if it is dragging over the list.
    protected class BasicComboPopup.ItemHandler
    This listener watches for changes to the selection in the combo box.
    class BasicComboPopup.ListDataHandler
    As of 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility.
    protected class BasicComboPopup.ListMouseHandler
    This listener hides the popup when the mouse is released in the list.
    protected class BasicComboPopup.ListMouseMotionHandler
    This listener changes the selected item as you move the mouse over the list.
    protected class BasicComboPopup.ListSelectionHandler
    As of Java 2 platform v 1.4, this class is now obsolete, doesn't do anything, and is only included for backwards API compatibility.
    protected class BasicComboPopup.PropertyChangeHandler
    This listener watches for bound properties that have changed in the combo box.
    class BasicDesktopIconUI
    Basic L&F for a minimized window on a desktop.
    class BasicDesktopIconUI.MouseInputHandler
    Listens for mouse movements and acts on them.
    class BasicDesktopPaneUI
    Basic L&F for a desktop.
    protected class BasicDesktopPaneUI.CloseAction
    Handles closing an internal frame.
    protected class BasicDesktopPaneUI.MaximizeAction
    Handles maximizing an internal frame.
    protected class BasicDesktopPaneUI.MinimizeAction
    Handles minimizing an internal frame.
    protected class BasicDesktopPaneUI.NavigateAction
    Handles navigating to the next internal frame.
    protected class BasicDesktopPaneUI.OpenAction
    Handles restoring a minimized or maximized internal frame.
    class BasicDirectoryModel
    Basic implementation of a file list.
    class BasicEditorPaneUI
    Provides the look and feel for a JEditorPane.
    class BasicFileChooserUI
    Basic L&F implementation of a FileChooser.
    protected class BasicFileChooserUI.AcceptAllFileFilter
    Accept all file filter.
    protected class BasicFileChooserUI.ApproveSelectionAction
    Responds to an Open or Save request
    protected class BasicFileChooserUI.BasicFileView
    A basic file view.
    protected class BasicFileChooserUI.CancelSelectionAction
    Responds to a cancel request.
    protected class BasicFileChooserUI.ChangeToParentDirectoryAction
    Change to parent directory action.
    protected class BasicFileChooserUI.DoubleClickListener
    A double click listener.
    protected class BasicFileChooserUI.GoHomeAction
    Acts on the "home" key event or equivalent event.
    protected class BasicFileChooserUI.NewFolderAction
    Creates a new folder.
    protected class BasicFileChooserUI.SelectionListener
    A selection listener.
    protected class BasicFileChooserUI.UpdateAction
    Rescans the files in the current directory
    class BasicFormattedTextFieldUI
    Provides the look and feel implementation forJFormattedTextField.
    class BasicGraphicsUtils
    Convenient util class.
    class BasicHTML
    Support for providing html views for the swing components.
    class BasicIconFactory
    Factory object that can vend Icons appropriate for the basic L & F.
    class BasicInternalFrameTitlePane
    The class that manages a basic title bar
    class BasicInternalFrameTitlePane.CloseAction
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.IconifyAction
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.MaximizeAction
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.MoveAction
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.PropertyChangeHandler
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.RestoreAction
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.SizeAction
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.SystemMenuBar
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameTitlePane.TitlePaneLayout
    This class should be treated as a "protected" inner class.
    class BasicInternalFrameUI
    A basic L&F implementation of JInternalFrame.
    protected class BasicInternalFrameUI.BasicInternalFrameListener
    Basic internal frame listener.
    protected class BasicInternalFrameUI.BorderListener
    Listens for border adjustments.
    protected class BasicInternalFrameUI.ComponentHandler
    Component handler.
    protected class BasicInternalFrameUI.GlassPaneDispatcher
    Glass pane dispatcher.
    class BasicInternalFrameUI.InternalFrameLayout
    Internal frame layout.
    class BasicInternalFrameUI.InternalFramePropertyChangeListener
    Internal frame property change listener.
    class BasicLabelUI
    A Windows L&F implementation of LabelUI.
    class BasicListUI
    An extensible implementation ofListUI.
    class BasicListUI.FocusHandler
    This class should be treated as a "protected" inner class.
    class BasicListUI.ListDataHandler
    TheListDataListener that's added to theJLists model atinstallUI time, and whenever the JList.model property changes.
    class BasicListUI.ListSelectionHandler
    The ListSelectionListener that's added to the JLists selection model at installUI time, and whenever the JList.selectionModel property changes.
    class BasicListUI.MouseInputHandler
    Mouse input, and focus handling for JList.
    class BasicListUI.PropertyChangeHandler
    The PropertyChangeListener that's added to the JList at installUI time.
    class BasicLookAndFeel
    A base class to use in creating a look and feel for Swing.
    class BasicMenuBarUI
    A default L&F implementation of MenuBarUI.
    class BasicMenuItemUI
    BasicMenuItem implementation
    protected class BasicMenuItemUI.MouseInputHandler
    Mouse input handler
    class BasicMenuUI
    A default L&F implementation of MenuUI.
    class BasicMenuUI.ChangeHandler
    As of Java 2 platform 1.4, this previously undocumented class is now obsolete.
    protected class BasicMenuUI.MouseInputHandler
    Instantiated and used by a menu item to handle the current menu selection from mouse events.
    class BasicOptionPaneUI
    Provides the basic look and feel for aJOptionPane.
    class BasicOptionPaneUI.ButtonActionListener
    This class should be treated as a "protected" inner class.
    static class BasicOptionPaneUI.ButtonAreaLayout
    ButtonAreaLayout behaves in a similar manner toFlowLayout.
    class BasicOptionPaneUI.PropertyChangeHandler
    This class should be treated as a "protected" inner class.
    class BasicPanelUI
    BasicPanel implementation
    class BasicPasswordFieldUI
    Provides the Windows look and feel for a password field.
    class BasicPopupMenuSeparatorUI
    A Basic L&F implementation of PopupMenuSeparatorUI.
    class BasicPopupMenuUI
    A Windows L&F implementation of PopupMenuUI.
    class BasicProgressBarUI
    A Basic L&F implementation of ProgressBarUI.
    class BasicProgressBarUI.ChangeHandler
    This class should be treated as a "protected" inner class.
    class BasicRadioButtonMenuItemUI
    BasicRadioButtonMenuItem implementation
    class BasicRadioButtonUI
    RadioButtonUI implementation for BasicRadioButtonUI
    class BasicRootPaneUI
    Basic implementation of RootPaneUI, there is one shared between all JRootPane instances.
    class BasicScrollBarUI
    Implementation of ScrollBarUI for the Basic Look and Feel
    protected class BasicScrollBarUI.ArrowButtonListener
    Listener for cursor keys.
    protected class BasicScrollBarUI.ModelListener
    A listener to listen for model changes.
    class BasicScrollBarUI.PropertyChangeHandler
    Property change handler
    protected class BasicScrollBarUI.ScrollListener
    Listener for scrolling events initiated in theScrollPane.
    protected class BasicScrollBarUI.TrackListener
    Track mouse drags.
    class BasicScrollPaneUI
    A default L&F implementation of ScrollPaneUI.
    class BasicScrollPaneUI.HSBChangeListener
    Horizontal scrollbar listener.
    protected class BasicScrollPaneUI.MouseWheelHandler
    MouseWheelHandler is an inner class which implements the MouseWheelListener interface.
    class BasicScrollPaneUI.PropertyChangeHandler
    Property change handler.
    class BasicScrollPaneUI.ViewportChangeHandler
    Listener for viewport events.
    class BasicScrollPaneUI.VSBChangeListener
    Vertical scrollbar listener.
    class BasicSeparatorUI
    A Basic L&F implementation of SeparatorUI.
    class BasicSliderUI
    A Basic L&F implementation of SliderUI.
    class BasicSliderUI.ActionScroller
    As of Java 2 platform v1.3 this undocumented class is no longer used.
    class BasicSliderUI.ChangeHandler
    Data model listener.
    class BasicSliderUI.ComponentHandler
    Listener for resizing events.
    class BasicSliderUI.FocusHandler
    Focus-change listener.
    class BasicSliderUI.PropertyChangeHandler
    A property change handler.
    class BasicSliderUI.ScrollListener
    Scroll-event listener.
    class BasicSliderUI.TrackListener
    Track mouse movements.
    class BasicSpinnerUI
    The default Spinner UI delegate.
    class BasicSplitPaneDivider
    Divider used by BasicSplitPaneUI.
    protected class BasicSplitPaneDivider.DividerLayout
    Used to layout aBasicSplitPaneDivider.
    protected class BasicSplitPaneDivider.DragController
    Handles the events during a dragging session for a HORIZONTAL_SPLIT oriented split pane.
    protected class BasicSplitPaneDivider.MouseHandler
    MouseHandler is responsible for converting mouse events (released, dragged...) into the appropriate DragController methods.
    protected class BasicSplitPaneDivider.VerticalDragController
    Handles the events during a dragging session for a VERTICAL_SPLIT oriented split pane.
    class BasicSplitPaneUI
    A Basic L&F implementation of the SplitPaneUI.
    class BasicSplitPaneUI.BasicHorizontalLayoutManager
    LayoutManager for JSplitPanes that have an orientation of HORIZONTAL_SPLIT.
    class BasicSplitPaneUI.BasicVerticalLayoutManager
    LayoutManager used for JSplitPanes with an orientation of VERTICAL_SPLIT.
    class BasicSplitPaneUI.FocusHandler
    Implementation of the FocusListener that the JSplitPane UI uses.
    class BasicSplitPaneUI.KeyboardDownRightHandler
    Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.
    class BasicSplitPaneUI.KeyboardEndHandler
    Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.
    class BasicSplitPaneUI.KeyboardHomeHandler
    Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.
    class BasicSplitPaneUI.KeyboardResizeToggleHandler
    Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.
    class BasicSplitPaneUI.KeyboardUpLeftHandler
    Implementation of an ActionListener that the JSplitPane UI uses for handling specific key presses.
    class BasicSplitPaneUI.PropertyHandler
    Implementation of the PropertyChangeListener that the JSplitPane UI uses.
    class BasicTabbedPaneUI
    A Basic L&F implementation of TabbedPaneUI.
    class BasicTabbedPaneUI.FocusHandler
    This class should be treated as a "protected" inner class.
    class BasicTabbedPaneUI.MouseHandler
    This class should be treated as a "protected" inner class.
    class BasicTabbedPaneUI.PropertyChangeHandler
    This class should be treated as a "protected" inner class.
    class BasicTabbedPaneUI.TabbedPaneLayout
    This class should be treated as a "protected" inner class.
    class BasicTabbedPaneUI.TabSelectionHandler
    This class should be treated as a "protected" inner class.
    class BasicTableHeaderUI
    BasicTableHeaderUI implementation
    class BasicTableHeaderUI.MouseInputHandler
    This class should be treated as a "protected" inner class.
    class BasicTableUI
    BasicTableUI implementation
    class BasicTableUI.FocusHandler
    This class should be treated as a "protected" inner class.
    class BasicTableUI.KeyHandler
    This class should be treated as a "protected" inner class.
    class BasicTableUI.MouseInputHandler
    This class should be treated as a "protected" inner class.
    class BasicTextAreaUI
    Provides the look and feel for a plain text editor.
    class BasicTextFieldUI
    Basis of a look and feel for a JTextField.
    class BasicTextPaneUI
    Provides the look and feel for a styled text editor.
    class BasicTextUI
    Basis of a text components look-and-feel.
    static class BasicTextUI.BasicCaret
    Default implementation of the interfaceCaret.
    static class BasicTextUI.BasicHighlighter
    Default implementation of the interfaceHighlighter.
    class BasicToggleButtonUI
    BasicToggleButton implementation
    class BasicToolBarSeparatorUI
    A Basic L&F implementation of ToolBarSeparatorUI.
    class BasicToolBarUI
    A Basic L&F implementation of ToolBarUI.
    class BasicToolBarUI.DockingListener
    This class should be treated as a "protected" inner class.
    protected class BasicToolBarUI.DragWindow
    The window which appears during dragging theJToolBar.
    protected class BasicToolBarUI.FrameListener
    The class listens for window events.
    protected class BasicToolBarUI.PropertyListener
    The class listens for property changed events.
    protected class BasicToolBarUI.ToolBarContListener
    The class listens for component events.
    protected class BasicToolBarUI.ToolBarFocusListener
    The class listens for focus events.
    class BasicToolTipUI
    Standard tool tip L&F.
    class BasicTreeUI
    The basic L&F for a hierarchical data structure.
    class BasicTreeUI.CellEditorHandler
    Listener responsible for getting cell editing events and updating the tree accordingly.
    class BasicTreeUI.ComponentHandler
    Updates the preferred size when scrolling (if necessary).
    class BasicTreeUI.FocusHandler
    Repaints the lead selection row when focus is lost/gained.
    class BasicTreeUI.KeyHandler
    This is used to get multiple key down events to appropriately generate events.
    class BasicTreeUI.MouseHandler
    TreeMouseListener is responsible for updating the selection based on mouse events.
    class BasicTreeUI.MouseInputHandler
    MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with.
    class BasicTreeUI.NodeDimensionsHandler
    Class responsible for getting size of node, method is forwarded to BasicTreeUI method.
    class BasicTreeUI.PropertyChangeHandler
    PropertyChangeListener for the tree.
    class BasicTreeUI.SelectionModelPropertyChangeHandler
    Listener on the TreeSelectionModel, resets the row selection if any of the properties of the model change.
    class BasicTreeUI.TreeCancelEditingAction
    ActionListener that invokes cancelEditing when action performed.
    class BasicTreeUI.TreeExpansionHandler
    Updates the TreeState in response to nodes expanding/collapsing.
    class BasicTreeUI.TreeHomeAction
    TreeHomeAction is used to handle end/home actions.
    class BasicTreeUI.TreeIncrementAction
    TreeIncrementAction is used to handle up/down actions.
    class BasicTreeUI.TreeModelHandler
    Forwards all TreeModel events to the TreeState.
    class BasicTreeUI.TreePageAction
    TreePageAction handles page up and page down events.
    class BasicTreeUI.TreeSelectionHandler
    Listens for changes in the selection model and updates the display accordingly.
    class BasicTreeUI.TreeToggleAction
    For the first selected row expandedness will be toggled.
    class BasicTreeUI.TreeTraverseAction
    TreeTraverseAction is the action used for left/right keys.
    class BasicViewportUI
    BasicViewport implementation
    class DefaultMenuLayout
    The default layout manager for Popup menus and menubars.
    Fields injavax.swing.plaf.basic with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedJComboBox<Object>BasicComboBoxUI.comboBox
    The instance ofJComboBox.
    protectedJComboBox<Object>BasicComboPopup.comboBox
    The instance ofJComboBox.
    protectedJList<Object>BasicComboPopup.list
    This protected field is implementation specific.
    protectedJList<Object>BasicListUI.list
    The instance ofJList.
    protectedJList<Object>BasicComboBoxUI.listBox
    This list is for drawing the current item in the combo box.
    Methods injavax.swing.plaf.basic that returnObject 
    Modifier and TypeMethodDescription
    protectedObject[]BasicOptionPaneUI.getButtons()
    Returns the buttons to display from theJOptionPane the receiver is providing the look and feel for.
    protectedObjectBasicOptionPaneUI.getMessage()
    Returns the message to display from theJOptionPane the receiver is providing the look and feel for.
    Methods injavax.swing.plaf.basic that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    protectedJList<Object>BasicComboPopup.createList()
    Creates the JList used in the popup to display the items in the combo box model.
    protectedListCellRenderer<Object>BasicComboBoxUI.createRenderer()
    Creates the default renderer that will be used in a non-editiable combo box.
    JList<Object>BasicComboPopup.getList()
    Implementation of ComboPopup.getList().
    JList<Object>ComboPopup.getList()
    Returns the list that is being used to draw the items in the combo box.
    Methods injavax.swing.plaf.basic with parameters of typeObject 
    Modifier and TypeMethodDescription
    protected voidBasicOptionPaneUI.addButtonComponents​(Container container,Object[] buttons,int initialIndex)
    Creates the appropriate object to represent each of the objects inbuttons and adds it tocontainer.
    voidBasicSplitPaneUI.BasicHorizontalLayoutManager.addLayoutComponent​(Component comp,Object constraints)
    Adds the specified component to the layout, using the specified constraint object.
    protected voidBasicOptionPaneUI.addMessageComponents​(Container container,GridBagConstraints cons,Object msg,int maxll,boolean internallyCreated)
    Creates the appropriate object to representmsg and places it intocontainer.
    booleanBasicDirectoryModel.contains​(Object o)
    Returnstrue if an elemento is in file cache, otherwise, returnsfalse.
    protectedActionBasicLookAndFeel.createAudioAction​(Object key)
    Creates and returns anAction used to play a sound.
    protected voidBasicDirectoryModel.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes for boolean properties.
    RectangleBasicTreeUI.NodeDimensionsHandler.getNodeDimensions​(Object value,int row,int depth,boolean expanded,Rectangle size)
    Responsible for getting the size of a particular node.
    intBasicDirectoryModel.indexOf​(Object o)
    Returns an index of elemento in file cache.
    voidBasicComboBoxEditor.setItem​(Object anObject)
    Sets the item that should be edited.
    Method parameters injavax.swing.plaf.basic with type arguments of typeObject 
    Modifier and TypeMethodDescription
    protected voidBasicListUI.paintCell​(Graphics g,int row,Rectangle rowBounds,ListCellRenderer<Object> cellRenderer,ListModel<Object> dataModel,ListSelectionModel selModel,int leadIndex)
    Paint one List cell: compute the relevant state, get the "rubber stamp" cell renderer component, and then use theCellRendererPane to paint it.
    protected voidBasicListUI.paintCell​(Graphics g,int row,Rectangle rowBounds,ListCellRenderer<Object> cellRenderer,ListModel<Object> dataModel,ListSelectionModel selModel,int leadIndex)
    Paint one List cell: compute the relevant state, get the "rubber stamp" cell renderer component, and then use theCellRendererPane to paint it.
    Constructor parameters injavax.swing.plaf.basic with type arguments of typeObject 
    ConstructorDescription
    BasicComboPopup​(JComboBox<Object> combo)
    Constructs a new instance ofBasicComboPopup.
  • Uses ofObject injavax.swing.plaf.metal

    Subclasses ofObject injavax.swing.plaf.metal 
    Modifier and TypeClassDescription
    class DefaultMetalTheme
    A concrete implementation ofMetalTheme providing the original look of the Java Look and Feel, code-named "Steel".
    class MetalBorders
    Factory object that can vend Borders appropriate for the metal L & F.
    static class MetalBorders.ButtonBorder
    The class represents the border of aJButton.
    static class MetalBorders.Flush3DBorder
    The class represents the 3D border.
    static class MetalBorders.InternalFrameBorder
    The class represents the border of aJInternalFrame.
    static class MetalBorders.MenuBarBorder
    The class represents the border of aJMenuBar.
    static class MetalBorders.MenuItemBorder
    The class represents the border of aJMenuItem.
    static class MetalBorders.OptionDialogBorder
    The class represents the border of an option dialog.
    static class MetalBorders.PaletteBorder
    Border for a Palette.
    static class MetalBorders.PopupMenuBorder
    The class represents the border of aJPopupMenu.
    static class MetalBorders.RolloverButtonBorder
    The class represents the border of a rolloverButton.
    static class MetalBorders.ScrollPaneBorder
    The class represents the border of aJScrollPane.
    static class MetalBorders.TableHeaderBorder
    Border for a Table Header
    static class MetalBorders.TextFieldBorder
    The class represents the border of aJTestField.
    static class MetalBorders.ToggleButtonBorder 
    static class MetalBorders.ToolBarBorder
    The class represents the border of aJToolBar.
    class MetalButtonUI
    MetalButtonUI implementation
    class MetalCheckBoxIcon
    CheckboxIcon implementation for OrganicCheckBoxUI
    class MetalCheckBoxUI
    CheckboxUI implementation for MetalCheckboxUI
    class MetalComboBoxButton
    JButton subclass to help out MetalComboBoxUI
    class MetalComboBoxEditor
    The default editor for Metal editable combo boxes
    static class MetalComboBoxEditor.UIResource
    A subclass of BasicComboBoxEditor that implements UIResource.
    class MetalComboBoxIcon
    This utility class draws the horizontal bars which indicate a MetalComboBox
    class MetalComboBoxUI
    Metal UI for JComboBox
    class MetalComboBoxUI.MetalComboBoxLayoutManager
    This class should be treated as a "protected" inner class.
    class MetalComboBoxUI.MetalComboPopup
    Deprecated.
    As of Java 2 platform v1.4.
    class MetalComboBoxUI.MetalPropertyChangeListener
    This class should be treated as a "protected" inner class.
    class MetalDesktopIconUI
    Metal desktop icon.
    class MetalFileChooserUI
    Metal L&F implementation of a FileChooser.
    protected class MetalFileChooserUI.DirectoryComboBoxAction
    Acts when DirectoryComboBox has changed the selected item.
    protected class MetalFileChooserUI.DirectoryComboBoxModel
    Data model for a type-face selection combo-box.
    protected class MetalFileChooserUI.FileRenderer
    Deprecated.
    As of JDK version 9.
    protected class MetalFileChooserUI.FilterComboBoxModel
    Data model for a type-face selection combo-box.
    class MetalFileChooserUI.FilterComboBoxRenderer
    Render different type sizes and styles.
    protected class MetalFileChooserUI.SingleClickListener
    Deprecated.
    As of JDK version 9.
    class MetalIconFactory
    Factory object that vendsIcons for the Java™ look and feel (Metal).
    static class MetalIconFactory.FileIcon16
    Warning: Serialized objects of this class will not be compatible with future Swing releases.
    static class MetalIconFactory.FolderIcon16
    Warning: Serialized objects of this class will not be compatible with future Swing releases.
    static class MetalIconFactory.PaletteCloseIcon
    Defines an icon for Palette close
    static class MetalIconFactory.TreeControlIcon
    Warning: Serialized objects of this class will not be compatible with future Swing releases.
    static class MetalIconFactory.TreeFolderIcon
    Warning: Serialized objects of this class will not be compatible with future Swing releases.
    static class MetalIconFactory.TreeLeafIcon
    The class represents a tree leaf icon.
    class MetalInternalFrameTitlePane
    Class that manages a JLF title bar
    class MetalInternalFrameUI
    Metal implementation of JInternalFrame.
    class MetalLabelUI
    A Windows L&F implementation of LabelUI.
    class MetalLookAndFeel
    The Java Look and Feel, otherwise known as Metal.
    class MetalMenuBarUI
    Metal implementation ofMenuBarUI.
    class MetalPopupMenuSeparatorUI
    A Metal L&F implementation of PopupMenuSeparatorUI.
    class MetalProgressBarUI
    The Metal implementation of ProgressBarUI.
    class MetalRadioButtonUI
    RadioButtonUI implementation for MetalRadioButtonUI
    class MetalRootPaneUI
    Provides the metal look and feel implementation ofRootPaneUI.
    class MetalScrollBarUI
    Implementation of ScrollBarUI for the Metal Look and Feel
    class MetalScrollButton
    JButton object for Metal scrollbar arrows.
    class MetalScrollPaneUI
    A Metal L&F implementation of ScrollPaneUI.
    class MetalSeparatorUI
    A Metal L&F implementation of SeparatorUI.
    class MetalSliderUI
    A Java L&F implementation of SliderUI.
    protected class MetalSliderUI.MetalPropertyListener
    PropertyListener forJSlider.isFilled.
    class MetalSplitPaneUI
    Metal split pane.
    class MetalTabbedPaneUI
    The Metal subclass of BasicTabbedPaneUI.
    class MetalTabbedPaneUI.TabbedPaneLayout
    This class should be treated as a "protected" inner class.
    class MetalTextFieldUI
    Basis of a look and feel for a JTextField.
    class MetalTheme
    MetalTheme provides the color palette and fonts used by the Java Look and Feel.
    class MetalToggleButtonUI
    MetalToggleButton implementation
    class MetalToolBarUI
    A Metal Look and Feel implementation of ToolBarUI.
    protected class MetalToolBarUI.MetalContainerListener
    No longer used.
    protected class MetalToolBarUI.MetalDockingListener
    DockingListener forMetalToolBarUI.
    protected class MetalToolBarUI.MetalRolloverListener
    No longer used.
    class MetalToolTipUI
    A Metal L&F extension of BasicToolTipUI.
    class MetalTreeUI
    The metal look and feel implementation ofTreeUI.
    class OceanTheme
    The default theme for theMetalLookAndFeel.
    Fields injavax.swing.plaf.metal with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedJComboBox<Object>MetalComboBoxButton.comboBox
    The instance ofJComboBox.
    protectedJList<Object>MetalComboBoxButton.listBox
    The instance ofJList.
    Methods injavax.swing.plaf.metal that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    JComboBox<Object>MetalComboBoxButton.getComboBox()
    Returns theJComboBox.
    Methods injavax.swing.plaf.metal with parameters of typeObject 
    Modifier and TypeMethodDescription
    protected voidMetalTreeUI.decodeLineStyle​(Object lineStyleFlag)
    Converts between the string passed into the client property and the internal representation (currently and int)
    Method parameters injavax.swing.plaf.metal with type arguments of typeObject 
    Modifier and TypeMethodDescription
    voidMetalComboBoxButton.setComboBox​(JComboBox<Object> cb)
    Sets theJComboBox.
    Constructor parameters injavax.swing.plaf.metal with type arguments of typeObject 
    ConstructorDescription
    MetalComboBoxButton​(JComboBox<Object> cb,Icon i,boolean onlyIcon,CellRendererPane pane,JList<Object> list)
    Constructs a new instance ofMetalComboBoxButton.
    MetalComboBoxButton​(JComboBox<Object> cb,Icon i,boolean onlyIcon,CellRendererPane pane,JList<Object> list)
    Constructs a new instance ofMetalComboBoxButton.
    MetalComboBoxButton​(JComboBox<Object> cb,Icon i,CellRendererPane pane,JList<Object> list)
    Constructs a new instance ofMetalComboBoxButton.
    MetalComboBoxButton​(JComboBox<Object> cb,Icon i,CellRendererPane pane,JList<Object> list)
    Constructs a new instance ofMetalComboBoxButton.
    MetalComboPopup​(JComboBox<Object> cBox)
    Deprecated.
    Constructs a new instance ofMetalComboPopup.
  • Uses ofObject injavax.swing.plaf.multi

    Subclasses ofObject injavax.swing.plaf.multi 
    Modifier and TypeClassDescription
    class MultiButtonUI
    A multiplexing UI used to combineButtonUIs.
    class MultiColorChooserUI
    A multiplexing UI used to combineColorChooserUIs.
    class MultiComboBoxUI
    A multiplexing UI used to combineComboBoxUIs.
    class MultiDesktopIconUI
    A multiplexing UI used to combineDesktopIconUIs.
    class MultiDesktopPaneUI
    A multiplexing UI used to combineDesktopPaneUIs.
    class MultiFileChooserUI
    A multiplexing UI used to combineFileChooserUIs.
    class MultiInternalFrameUI
    A multiplexing UI used to combineInternalFrameUIs.
    class MultiLabelUI
    A multiplexing UI used to combineLabelUIs.
    class MultiListUI
    A multiplexing UI used to combineListUIs.
    class MultiLookAndFeel
    A multiplexing look and feel that allows more than one UI to be associated with a component at the same time.
    class MultiMenuBarUI
    A multiplexing UI used to combineMenuBarUIs.
    class MultiMenuItemUI
    A multiplexing UI used to combineMenuItemUIs.
    class MultiOptionPaneUI
    A multiplexing UI used to combineOptionPaneUIs.
    class MultiPanelUI
    A multiplexing UI used to combinePanelUIs.
    class MultiPopupMenuUI
    A multiplexing UI used to combinePopupMenuUIs.
    class MultiProgressBarUI
    A multiplexing UI used to combineProgressBarUIs.
    class MultiRootPaneUI
    A multiplexing UI used to combineRootPaneUIs.
    class MultiScrollBarUI
    A multiplexing UI used to combineScrollBarUIs.
    class MultiScrollPaneUI
    A multiplexing UI used to combineScrollPaneUIs.
    class MultiSeparatorUI
    A multiplexing UI used to combineSeparatorUIs.
    class MultiSliderUI
    A multiplexing UI used to combineSliderUIs.
    class MultiSpinnerUI
    A multiplexing UI used to combineSpinnerUIs.
    class MultiSplitPaneUI
    A multiplexing UI used to combineSplitPaneUIs.
    class MultiTabbedPaneUI
    A multiplexing UI used to combineTabbedPaneUIs.
    class MultiTableHeaderUI
    A multiplexing UI used to combineTableHeaderUIs.
    class MultiTableUI
    A multiplexing UI used to combineTableUIs.
    class MultiTextUI
    A multiplexing UI used to combineTextUIs.
    class MultiToolBarUI
    A multiplexing UI used to combineToolBarUIs.
    class MultiToolTipUI
    A multiplexing UI used to combineToolTipUIs.
    class MultiTreeUI
    A multiplexing UI used to combineTreeUIs.
    class MultiViewportUI
    A multiplexing UI used to combineViewportUIs.
  • Uses ofObject injavax.swing.plaf.nimbus

    Subclasses ofObject injavax.swing.plaf.nimbus 
    Modifier and TypeClassDescription
    class AbstractRegionPainter
    Convenient base class for defining Painter instances for rendering a region or component in Nimbus.
    protected static class AbstractRegionPainter.PaintContext
    A class encapsulating state useful when painting.
    class NimbusLookAndFeel
    The NimbusLookAndFeel class.
    class NimbusStyle
    A SynthStyle implementation used by Nimbus.
    class State<T extendsJComponent>
    Represents a built in, or custom, state in Nimbus.
    Methods injavax.swing.plaf.nimbus that returnObject 
    Modifier and TypeMethodDescription
    ObjectNimbusStyle.get​(SynthContext ctx,Object key)
    Getter for a region specific style property.
    protectedObject[]AbstractRegionPainter.getExtendedCacheKeys​(JComponent c)
    Get any extra attributes which the painter implementation would like to include in the image cache lookups.
    Methods injavax.swing.plaf.nimbus that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Painter<Object>NimbusStyle.getBackgroundPainter​(SynthContext ctx)
    Gets the appropriate background Painter, if there is one, for the state specified in the given SynthContext.
    Painter<Object>NimbusStyle.getBorderPainter​(SynthContext ctx)
    Gets the appropriate border Painter, if there is one, for the state specified in the given SynthContext.
    Painter<Object>NimbusStyle.getForegroundPainter​(SynthContext ctx)
    Gets the appropriate foreground Painter, if there is one, for the state specified in the given SynthContext.
    Methods injavax.swing.plaf.nimbus with parameters of typeObject 
    Modifier and TypeMethodDescription
    protected abstract voidAbstractRegionPainter.doPaint​(Graphics2D g,JComponent c,int width,int height,Object[] extendedCacheKeys)
    Actually performs the painting operation.
    ObjectNimbusStyle.get​(SynthContext ctx,Object key)
    Getter for a region specific style property.
  • Uses ofObject injavax.swing.plaf.synth

    Subclasses ofObject injavax.swing.plaf.synth 
    Modifier and TypeClassDescription
    class ColorType
    A typesafe enumeration of colors that can be fetched from a style.
    class Region
    A distinct rendering area of a Swing component.
    class SynthButtonUI
    Provides the Synth L&F UI delegate forJButton.
    class SynthCheckBoxMenuItemUI
    Provides the Synth L&F UI delegate forJCheckBoxMenuItem.
    class SynthCheckBoxUI
    Provides the Synth L&F UI delegate forJCheckBox.
    class SynthColorChooserUI
    Provides the Synth L&F UI delegate forJColorChooser.
    class SynthComboBoxUI
    Provides the Synth L&F UI delegate forJComboBox.
    class SynthContext
    An immutable transient object containing contextual information about aRegion.
    class SynthDesktopIconUI
    Provides the Synth L&F UI delegate for a minimized internal frame on a desktop.
    class SynthDesktopPaneUI
    Provides the Synth L&F UI delegate forJDesktopPane.
    class SynthEditorPaneUI
    Provides the Synth L&F UI delegate forJEditorPane.
    class SynthFormattedTextFieldUI
    Provides the Synth L&F UI delegate forJFormattedTextField.
    class SynthGraphicsUtils
    Wrapper for primitive graphics calls.
    class SynthInternalFrameUI
    Provides the Synth L&F UI delegate forJInternalFrame.
    class SynthLabelUI
    Provides the Synth L&F UI delegate forJLabel.
    class SynthListUI
    Provides the Synth L&F UI delegate forJList.
    class SynthLookAndFeel
    SynthLookAndFeel provides the basis for creating a customized look and feel.
    class SynthMenuBarUI
    Provides the Synth L&F UI delegate forJMenuBar.
    class SynthMenuItemUI
    Provides the Synth L&F UI delegate forJMenuItem.
    class SynthMenuUI
    Provides the Synth L&F UI delegate forJMenu.
    class SynthOptionPaneUI
    Provides the Synth L&F UI delegate forJOptionPane.
    class SynthPainter
    SynthPainter is used for painting portions ofJComponents.
    class SynthPanelUI
    Provides the Synth L&F UI delegate forJPanel.
    class SynthPasswordFieldUI
    Provides the Synth L&F UI delegate forJPasswordField.
    class SynthPopupMenuUI
    Provides the Synth L&F UI delegate forJPopupMenu.
    class SynthProgressBarUI
    Provides the Synth L&F UI delegate forJProgressBar.
    class SynthRadioButtonMenuItemUI
    Provides the Synth L&F UI delegate forJRadioButtonMenuItem.
    class SynthRadioButtonUI
    Provides the Synth L&F UI delegate forJRadioButton.
    class SynthRootPaneUI
    Provides the Synth L&F UI delegate forJRootPane.
    class SynthScrollBarUI
    Provides the Synth L&F UI delegate forJScrollBar.
    class SynthScrollPaneUI
    Provides the Synth L&F UI delegate forJScrollPane.
    class SynthSeparatorUI
    Provides the Synth L&F UI delegate forJSeparator.
    class SynthSliderUI
    Provides the Synth L&F UI delegate forJSlider.
    class SynthSpinnerUI
    Provides the Synth L&F UI delegate forJSpinner.
    class SynthSplitPaneUI
    Provides the Synth L&F UI delegate forJSplitPane.
    class SynthStyle
    SynthStyle is a set of style properties.
    class SynthStyleFactory
    Factory used for obtainingSynthStyles.
    class SynthTabbedPaneUI
    Provides the Synth L&F UI delegate forJTabbedPane.
    class SynthTableHeaderUI
    Provides the Synth L&F UI delegate forJTableHeader.
    class SynthTableUI
    Provides the Synth L&F UI delegate forJTable.
    class SynthTextAreaUI
    Provides the look and feel for a plain text editor in the Synth look and feel.
    class SynthTextFieldUI
    Provides the Synth L&F UI delegate forJTextField.
    class SynthTextPaneUI
    Provides the look and feel for a styled text editor in the Synth look and feel.
    class SynthToggleButtonUI
    Provides the Synth L&F UI delegate forJToggleButton.
    class SynthToolBarUI
    Provides the Synth L&F UI delegate forJToolBar.
    class SynthToolTipUI
    Provides the Synth L&F UI delegate forJToolTip.
    class SynthTreeUI
    Provides the Synth L&F UI delegate forJTree.
    class SynthViewportUI
    Provides the Synth L&F UI delegate forJViewport.
    Methods injavax.swing.plaf.synth that returnObject 
    Modifier and TypeMethodDescription
    ObjectSynthStyle.get​(SynthContext context,Object key)
    Getter for a region specific style property.
    Methods injavax.swing.plaf.synth with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidSynthGraphicsUtils.drawLine​(SynthContext context,Object paintKey,Graphics g,int x1,int y1,int x2,int y2)
    Draws a line between the two end points.
    voidSynthGraphicsUtils.drawLine​(SynthContext context,Object paintKey,Graphics g,int x1,int y1,int x2,int y2,Object styleKey)
    Draws a line between the two end points.
    ObjectSynthStyle.get​(SynthContext context,Object key)
    Getter for a region specific style property.
    booleanSynthStyle.getBoolean​(SynthContext context,Object key,boolean defaultValue)
    Convenience method to get a specific style property whose value is an Boolean.
    IconSynthStyle.getIcon​(SynthContext context,Object key)
    Convenience method to get a specific style property whose value is an Icon.
    intSynthStyle.getInt​(SynthContext context,Object key,int defaultValue)
    Convenience method to get a specific style property whose value is aNumber.
    StringSynthStyle.getString​(SynthContext context,Object key,String defaultValue)
    Convenience method to get a specific style property whose value is a String.
  • Uses ofObject injavax.swing.table

    Subclasses ofObject injavax.swing.table 
    Modifier and TypeClassDescription
    class AbstractTableModel
    This abstract class provides default implementations for most of the methods in theTableModel interface.
    class DefaultTableCellRenderer
    The standard class for rendering (displaying) individual cells in aJTable.
    static class DefaultTableCellRenderer.UIResource
    A subclass ofDefaultTableCellRenderer that implementsUIResource.
    class DefaultTableColumnModel
    The standard column-handler for aJTable.
    class DefaultTableModel
    This is an implementation ofTableModel that uses aVector ofVectors to store the cell value objects.
    class JTableHeader
    This is the object which manages the header of theJTable.
    protected class JTableHeader.AccessibleJTableHeader
    This class implements accessibility support for theJTableHeader class.
    protected class JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
    This class provides an implementation of the Java Accessibility API appropriate for JTableHeader entries.
    class TableColumn
    ATableColumn represents all the attributes of a column in aJTable, such as width, resizability, minimum and maximum width.
    class TableRowSorter<M extendsTableModel>
    An implementation ofRowSorter that provides sorting and filtering using aTableModel.
    class TableStringConverter
    TableStringConverter is used to convert objects from the model into strings.
    Fields injavax.swing.table declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectTableColumn.headerValue
    The header value of the column.
    protectedObjectTableColumn.identifier
    This object is not used internally by the drawing machinery of theJTable; identifiers may be set in theTableColumn as an optional way to tag and locate table columns.
    Methods injavax.swing.table that returnObject 
    Modifier and TypeMethodDescription
    ObjectTableColumn.getHeaderValue()
    Returns theObject used as the value for the header renderer.
    ObjectTableColumn.getIdentifier()
    Returns theidentifier object for this column.
    ObjectDefaultTableModel.getValueAt​(int row,int column)
    Returns an attribute value for the cell atrow andcolumn.
    ObjectTableModel.getValueAt​(int rowIndex,int columnIndex)
    Returns the value for the cell atcolumnIndex androwIndex.
    Methods injavax.swing.table that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    protected staticVector<Object>DefaultTableModel.convertToVector​(Object[] anArray)
    Returns a vector that contains the same objects as the array.
    protected staticVector<Vector<Object>>DefaultTableModel.convertToVector​(Object[][] anArray)
    Returns a vector of vectors that contains the same objects as the array.
    Methods injavax.swing.table with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidDefaultTableModel.addColumn​(Object columnName)
    Adds a column to the model.
    voidDefaultTableModel.addColumn​(Object columnName,Object[] columnData)
    Adds a column to the model.
    voidDefaultTableModel.addColumn​(Object columnName,Vector<?> columnData)
    Adds a column to the model.
    voidDefaultTableModel.addRow​(Object[] rowData)
    Adds a row to the end of the model.
    protected staticVector<Object>DefaultTableModel.convertToVector​(Object[] anArray)
    Returns a vector that contains the same objects as the array.
    protected staticVector<Vector<Object>>DefaultTableModel.convertToVector​(Object[][] anArray)
    Returns a vector of vectors that contains the same objects as the array.
    protected voidDefaultTableCellRenderer.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Overridden for performance reasons.
    intDefaultTableColumnModel.getColumnIndex​(Object identifier)
    Returns the index of the first column in thetableColumns array whose identifier is equal toidentifier, when compared usingequals.
    intTableColumnModel.getColumnIndex​(Object columnIdentifier)
    Returns the index of the first column in the table whose identifier is equal toidentifier, when compared usingequals.
    ComponentTableCellEditor.getTableCellEditorComponent​(JTable table,Object value,boolean isSelected,int row,int column)
    Sets an initialvalue for the editor.
    ComponentDefaultTableCellRenderer.getTableCellRendererComponent​(JTable table,Object value,boolean isSelected,boolean hasFocus,int row,int column)
    Returns the default table cell renderer.
    ComponentTableCellRenderer.getTableCellRendererComponent​(JTable table,Object value,boolean isSelected,boolean hasFocus,int row,int column)
    Returns the component used for drawing the cell.
    voidDefaultTableModel.insertRow​(int row,Object[] rowData)
    Inserts a row atrow in the model.
    voidDefaultTableModel.setColumnIdentifiers​(Object[] newIdentifiers)
    Replaces the column identifiers in the model.
    voidDefaultTableModel.setDataVector​(Object[][] dataVector,Object[] columnIdentifiers)
    Replaces the value in thedataVector instance variable with the values in the arraydataVector.
    voidTableColumn.setHeaderValue​(Object headerValue)
    Sets theObject whose string representation will be used as the value for theheaderRenderer.
    voidTableColumn.setIdentifier​(Object identifier)
    Sets theTableColumn's identifier toanIdentifier.
    protected voidDefaultTableCellRenderer.setValue​(Object value)
    Sets theString object for the cell being rendered tovalue.
    voidAbstractTableModel.setValueAt​(Object aValue,int rowIndex,int columnIndex)
    This empty implementation is provided so users don't have to implement this method if their data model is not editable.
    voidDefaultTableModel.setValueAt​(Object aValue,int row,int column)
    Sets the object value for the cell atcolumn androw.
    voidTableModel.setValueAt​(Object aValue,int rowIndex,int columnIndex)
    Sets the value in the cell atcolumnIndex androwIndex toaValue.
    Constructors injavax.swing.table with parameters of typeObject 
    ConstructorDescription
    DefaultTableModel​(Object[][] data,Object[] columnNames)
    Constructs aDefaultTableModel and initializes the table by passingdata andcolumnNames to thesetDataVector method.
    DefaultTableModel​(Object[] columnNames,int rowCount)
    Constructs aDefaultTableModel with as many columns as there are elements incolumnNames androwCount ofnull object values.
  • Uses ofObject injavax.swing.text

    Subclasses ofObject injavax.swing.text 
    Modifier and TypeClassDescription
    class AbstractDocument
    An implementation of the document interface to serve as a basis for implementing various kinds of documents.
    class AbstractDocument.AbstractElement
    Implements the abstract part of an element.
    class AbstractDocument.BranchElement
    Implements a composite element that contains other elements.
    class AbstractDocument.DefaultDocumentEvent
    Stores document changes as the document is being modified.
    static class AbstractDocument.ElementEdit
    An implementation of ElementChange that can be added to the document event.
    class AbstractDocument.LeafElement
    Implements an element that directly represents content of some kind.
    class AbstractWriter
    AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes.
    class AsyncBoxView
    A box that does layout asynchronously.
    class AsyncBoxView.ChildLocator
    A class to manage the effective position of the child views in a localized area while changes are being made around the localized area.
    class AsyncBoxView.ChildState
    A record representing the layout state of a child view.
    class BadLocationException
    This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist).
    class BoxView
    A view that arranges its children into a box shape by tiling its children along an axis.
    class ChangedCharSetException
    ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.
    class ComponentView
    Component decorator that implements the view interface.
    class CompositeView
    CompositeView is an abstractView implementation which manages one or more child views.
    class DateFormatter
    DateFormatter is anInternationalFormatter that does its formatting by way of an instance ofjava.text.DateFormat.
    class DefaultCaret
    A default implementation of Caret.
    class DefaultEditorKit
    This is the set of things needed by a text component to be a reasonably functioning editor for sometype of text document.
    static class DefaultEditorKit.BeepAction
    Creates a beep.
    static class DefaultEditorKit.CopyAction
    Copies the selected region and place its contents into the system clipboard.
    static class DefaultEditorKit.CutAction
    Cuts the selected region and place its contents into the system clipboard.
    static class DefaultEditorKit.DefaultKeyTypedAction
    The action that is executed by default if akey typed event is received and there is no keymap entry.
    static class DefaultEditorKit.InsertBreakAction
    Places a line/paragraph break into the document.
    static class DefaultEditorKit.InsertContentAction
    Places content into the associated document.
    static class DefaultEditorKit.InsertTabAction
    Places a tab character into the document.
    static class DefaultEditorKit.PasteAction
    Pastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
    class DefaultFormatter
    DefaultFormatter formats arbitrary objects.
    class DefaultFormatterFactory
    An implementation ofJFormattedTextField.AbstractFormatterFactory.
    class DefaultHighlighter
    Implements the Highlighter interfaces.
    static class DefaultHighlighter.DefaultHighlightPainter
    Simple highlight painter that fills a highlighted area with a solid color.
    class DefaultStyledDocument
    A document that can be marked up with character and paragraph styles in a manner similar to the Rich Text Format.
    static class DefaultStyledDocument.AttributeUndoableEdit
    An UndoableEdit used to remember AttributeSet changes to an Element.
    class DefaultStyledDocument.ElementBuffer
    Class to manage changes to the element hierarchy.
    static class DefaultStyledDocument.ElementSpec
    Specification for building elements.
    protected class DefaultStyledDocument.SectionElement
    Default root element for a document... maps out the paragraphs/lines contained.
    class DefaultTextUI
    Deprecated. 
    class DocumentFilter
    DocumentFilter, as the name implies, is a filter for theDocument mutation methods.
    static class DocumentFilter.FilterBypass
    Used as a way to circumvent calling back into the Document to change it.
    class EditorKit
    Establishes the set of things needed by a text component to be a reasonably functioning editor for sometype of text content.
    class ElementIterator
    ElementIterator, as the name suggests, iterates over theElement tree.
    class FieldView
    Extends the multi-line plain text view to be suitable for a single-line editor view.
    class FlowView
    A View that tries to flow it's children into some partially constrained space.
    static class FlowView.FlowStrategy
    Strategy for maintaining the physical form of the flow.
    class GapContent
    An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs.
    class GlyphView
    A GlyphView is a styled chunk of text that represents a view mapped over an element in the text model.
    static class GlyphView.GlyphPainter
    A class to perform rendering of the glyphs.
    class IconView
    Icon decorator that implements the view interface.
    class InternationalFormatter
    InternationalFormatter extendsDefaultFormatter, using an instance ofjava.text.Format to handle the conversion to a String, and the conversion from a String.
    class JTextComponent
    JTextComponent is the base class for swing text components.
    class JTextComponent.AccessibleJTextComponent
    This class implements accessibility support for theJTextComponent class.
    static class JTextComponent.DropLocation
    Represents a drop location forJTextComponents.
    static class JTextComponent.KeyBinding
    Binding record for creating key bindings.
    class LabelView
    ALabelView is a styled chunk of text that represents a view mapped over an element in the text model.
    class LayeredHighlighter 
    static class LayeredHighlighter.LayerPainter
    Layered highlight renderer.
    class LayoutQueue
    A queue of text layout tasks.
    class MaskFormatter
    MaskFormatter is used to format and edit strings.
    class NavigationFilter
    NavigationFilter can be used to restrict where the cursor can be positioned.
    static class NavigationFilter.FilterBypass
    Used as a way to circumvent calling back into the caret to position the cursor.
    class NumberFormatter
    NumberFormatter subclassesInternationalFormatter adding special behavior for numbers.
    class ParagraphView
    View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
    class PasswordView
    Implements a View suitable for use in JPasswordField UI implementations.
    class PlainDocument
    A plain document that maintains no character attributes.
    class PlainView
    Implements View interface for a simple multi-line text view that has text in one font and color.
    static class Position.Bias
    A typesafe enumeration to indicate bias to a position in the model.
    class Segment
    A segment of a character array representing a fragment of text.
    class SimpleAttributeSet
    A straightforward implementation of MutableAttributeSet using a hash table.
    class StringContent
    An implementation of the AbstractDocument.Content interface that is a brute force implementation that is useful for relatively small documents and/or debugging.
    class StyleConstants
    A collection ofwell known or common attribute keys and methods to apply to an AttributeSet or MutableAttributeSet to get/set the properties in a typesafe manner.
    static class StyleConstants.CharacterConstants
    This is a typesafe enumeration of thewell-known attributes that contribute to a character style.
    static class StyleConstants.ColorConstants
    This is a typesafe enumeration of thewell-known attributes that contribute to a color.
    static class StyleConstants.FontConstants
    This is a typesafe enumeration of thewell-known attributes that contribute to a font.
    static class StyleConstants.ParagraphConstants
    This is a typesafe enumeration of thewell-known attributes that contribute to a paragraph style.
    class StyleContext
    A pool of styles and their associated resources.
    class StyleContext.NamedStyle
    A collection of attributes, typically used to represent character and paragraph styles.
    class StyleContext.SmallAttributeSet
    This class holds a small number of attributes in an array.
    class StyledEditorKit
    This is the set of things needed by a text component to be a reasonably functioning editor for sometype of text document.
    static class StyledEditorKit.AlignmentAction
    An action to set paragraph alignment.
    static class StyledEditorKit.BoldAction
    An action to toggle the bold attribute.
    static class StyledEditorKit.FontFamilyAction
    An action to set the font family in the associated JEditorPane.
    static class StyledEditorKit.FontSizeAction
    An action to set the font size in the associated JEditorPane.
    static class StyledEditorKit.ForegroundAction
    An action to set foreground color.
    static class StyledEditorKit.ItalicAction
    An action to toggle the italic attribute.
    static class StyledEditorKit.StyledTextAction
    An action that assumes it's being fired on a JEditorPane with a StyledEditorKit (or subclass) installed.
    static class StyledEditorKit.UnderlineAction
    An action to toggle the underline attribute.
    class TableView
    Implements View interface for a table, that is composed of an element structure where the child elements of the element this view is responsible for represent rows and the child elements of the row elements are cells.
    class TableView.TableCell
    Deprecated.
    A table cell can now be any View implementation.
    class TableView.TableRow
    View of a row in a row-centric table.
    class TabSet
    A TabSet is comprised of many TabStops.
    class TabStop
    This class encapsulates a single tab stop (basically as tab stops are thought of by RTF).
    class TextAction
    An Action implementation useful for key bindings that are shared across a number of different text components.
    class Utilities
    A collection of methods to deal with various text related activities.
    class View
    A very important part of the text package is theView class.
    class WrappedPlainView
    View of plain text (text with only one font and color) that does line-wrapping.
    class ZoneView
    ZoneView is a View implementation that creates zones for which the child views are not created or stored until they are needed for display or model/view translations.
    Fields injavax.swing.text declared asObject 
    Modifier and TypeFieldDescription
    staticObjectStyleConstants.Alignment
    Alignment for the paragraph.
    staticObjectStyleConstants.Background
    Name of the background color attribute.
    staticObjectStyleConstants.BidiLevel
    Bidirectional level of a character as assigned by the Unicode bidi algorithm.
    staticObjectStyleConstants.Bold
    Name of the bold attribute.
    staticObjectStyleConstants.ComponentAttribute
    Name of the component attribute.
    staticObjectStyleConstants.ComposedTextAttribute
    Name of the input method composed text attribute.
    staticObjectStyleConstants.Family
    Name of the font family.
    staticObjectStyleConstants.FirstLineIndent
    The amount of space to indent the first line of the paragraph.
    staticObjectStyleConstants.FontFamily
    Name of the font family.
    staticObjectStyleConstants.FontSize
    Name of the font size.
    staticObjectStyleConstants.Foreground
    Name of the foreground color attribute.
    staticObjectStyleConstants.IconAttribute
    Name of the icon attribute.
    staticObjectStyleConstants.Italic
    Name of the italic attribute.
    staticObjectStyleConstants.LeftIndent
    The amount to indent the left side of the paragraph.
    staticObjectStyleConstants.LineSpacing
    The amount of space between lines of the paragraph.
    staticObjectStyleConstants.ModelAttribute
    Attribute used to identify the model for embedded objects that have a model view separation.
    staticObjectAttributeSet.NameAttribute
    Attribute name used to name the collection of attributes.
    staticObjectStyleConstants.NameAttribute
    Attribute name used to name the collection of attributes.
    staticObjectStyleConstants.Orientation
    Orientation for a paragraph.
    staticObjectAttributeSet.ResolveAttribute
    Attribute name used to identify the resolving parent set of attributes, if one is defined.
    staticObjectStyleConstants.ResolveAttribute
    Attribute name used to identify the resolving parent set of attributes, if one is defined.
    staticObjectStyleConstants.RightIndent
    The amount to indent the right side of the paragraph.
    staticObjectStyleConstants.Size
    Name of the font size.
    staticObjectStyleConstants.SpaceAbove
    The amount of space above the paragraph.
    staticObjectStyleConstants.SpaceBelow
    The amount of space below the paragraph.
    staticObjectStyleConstants.StrikeThrough
    Name of the Strikethrough attribute.
    staticObjectStyleConstants.Subscript
    Name of the Subscript attribute.
    staticObjectStyleConstants.Superscript
    Name of the Superscript attribute.
    staticObjectStyleConstants.TabSet
    TabSet for the paragraph, type is a TabSet containing TabStops.
    staticObjectStyleConstants.Underline
    Name of the underline attribute.
    Methods injavax.swing.text that returnObject 
    Modifier and TypeMethodDescription
    ObjectDefaultHighlighter.addHighlight​(int p0,int p1,Highlighter.HighlightPainter p)
    Adds a highlight to the view.
    ObjectHighlighter.addHighlight​(int p0,int p1,Highlighter.HighlightPainter p)
    Adds a highlight to the view.
    protectedObjectGapContent.allocateArray​(int len)
    Allocate an array to store items of the type appropriate (which is determined by the subclass).
    ObjectDefaultFormatter.clone()
    Creates a copy of the DefaultFormatter.
    ObjectEditorKit.clone()
    Creates a copy of the editor kit.
    ObjectElementIterator.clone()
    Clones theElementIterator.
    protectedObjectGlyphView.clone()
    Creates a shallow copy.
    ObjectInternationalFormatter.clone()
    Creates a copy of the DefaultFormatter.
    ObjectSegment.clone()
    Creates a shallow copy.
    ObjectSimpleAttributeSet.clone()
    Clones a set of attributes.
    ObjectStyleContext.SmallAttributeSet.clone()
    Clones a set of attributes.
    ObjectStyledEditorKit.clone()
    Creates a copy of the editor kit.
    ObjectAbstractDocument.AbstractElement.getAttribute​(Object attrName)
    Gets the value of an attribute.
    ObjectAttributeSet.getAttribute​(Object key)
    Fetches the value of the given attribute.
    ObjectSimpleAttributeSet.getAttribute​(Object name)
    Gets the value of an attribute.
    ObjectStyleContext.NamedStyle.getAttribute​(Object attrName)
    Gets the value of an attribute.
    ObjectStyleContext.SmallAttributeSet.getAttribute​(Object key)
    Gets the value of an attribute.
    ObjectAbstractDocument.getProperty​(Object key)
    A convenience method for looking up a property value.
    ObjectDocument.getProperty​(Object key)
    Gets the properties associated with the document.
    staticObjectStyleContext.getStaticAttribute​(Object key)
    Returns the object previously registered withregisterStaticAttributeKey.
    staticObjectStyleContext.getStaticAttributeKey​(Object key)
    Returns the String thatkey will be registered with.
    ObjectDefaultFormatter.stringToValue​(String string)
    Converts the passed in String into an instance ofgetValueClass by way of the constructor that takes a String argument.
    ObjectInternationalFormatter.stringToValue​(String text)
    Returns theObject representation of theStringtext.
    ObjectMaskFormatter.stringToValue​(String value)
    Parses the text, returning the appropriate Object representation of the Stringvalue.
    Methods injavax.swing.text that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Dictionary<Object,​Object>AbstractDocument.getDocumentProperties()
    Supports managing a set of properties.
    Dictionary<Object,​Object>AbstractDocument.getDocumentProperties()
    Supports managing a set of properties.
    Methods injavax.swing.text with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidAbstractDocument.AbstractElement.addAttribute​(Object name,Object value)
    Adds an attribute to the element.
    AttributeSetAbstractDocument.AttributeContext.addAttribute​(AttributeSet old,Object name,Object value)
    Adds an attribute to the given set, and returns the new representative set.
    voidMutableAttributeSet.addAttribute​(Object name,Object value)
    Creates a new attribute set similar to this one except that it contains an attribute with the given name and value.
    voidSimpleAttributeSet.addAttribute​(Object name,Object value)
    Adds an attribute to the list.
    AttributeSetStyleContext.addAttribute​(AttributeSet old,Object name,Object value)
    Adds an attribute to the given set, and returns the new representative set.
    voidStyleContext.NamedStyle.addAttribute​(Object name,Object value)
    Adds an attribute.
    voidDefaultHighlighter.changeHighlight​(Object tag,int p0,int p1)
    Changes a highlight.
    voidHighlighter.changeHighlight​(Object tag,int p0,int p1)
    Changes the given highlight to span a different portion of the document.
    booleanAbstractDocument.AbstractElement.containsAttribute​(Object name,Object value)
    Checks whether a given attribute name/value is defined.
    booleanAttributeSet.containsAttribute​(Object name,Object value)
    Returnstrue if this set defines an attribute with the same name and an equal value.
    booleanSimpleAttributeSet.containsAttribute​(Object name,Object value)
    Checks whether the attribute list contains a specified attribute name/value pair.
    booleanStyleContext.NamedStyle.containsAttribute​(Object name,Object value)
    Checks whether a given attribute name/value is defined.
    booleanStyleContext.SmallAttributeSet.containsAttribute​(Object name,Object value)
    Checks whether a given attribute name/value is defined.
    booleanDefaultCaret.equals​(Object obj)
    Compares this object to the specified object.
    booleanSimpleAttributeSet.equals​(Object obj)
    Compares this object to the specified object.
    booleanStyleContext.SmallAttributeSet.equals​(Object obj)
    Compares this object to the specified object.
    booleanTabSet.equals​(Object o)
    Indicates whether thisTabSet is equal to another one.
    booleanTabStop.equals​(Object other)
    Returns true if the tabs are equal.
    ObjectAbstractDocument.AbstractElement.getAttribute​(Object attrName)
    Gets the value of an attribute.
    ObjectAttributeSet.getAttribute​(Object key)
    Fetches the value of the given attribute.
    ObjectSimpleAttributeSet.getAttribute​(Object name)
    Gets the value of an attribute.
    ObjectStyleContext.NamedStyle.getAttribute​(Object attrName)
    Gets the value of an attribute.
    ObjectStyleContext.SmallAttributeSet.getAttribute​(Object key)
    Gets the value of an attribute.
    ObjectAbstractDocument.getProperty​(Object key)
    A convenience method for looking up a property value.
    ObjectDocument.getProperty​(Object key)
    Gets the properties associated with the document.
    staticObjectStyleContext.getStaticAttribute​(Object key)
    Returns the object previously registered withregisterStaticAttributeKey.
    staticObjectStyleContext.getStaticAttributeKey​(Object key)
    Returns the String thatkey will be registered with.
    booleanAbstractDocument.AbstractElement.isDefined​(Object attrName)
    Checks whether a given attribute is defined.
    booleanAttributeSet.isDefined​(Object attrName)
    Checks whether the named attribute has a value specified in the set without resolving through another attribute set.
    booleanSimpleAttributeSet.isDefined​(Object attrName)
    Tells whether a given attribute is defined.
    booleanStyleContext.NamedStyle.isDefined​(Object attrName)
    Checks whether a given attribute is defined.
    booleanStyleContext.SmallAttributeSet.isDefined​(Object key)
    Checks whether a given attribute is defined.
    voidAbstractDocument.putProperty​(Object key,Object value)
    A convenience method for storing up a property value.
    voidDocument.putProperty​(Object key,Object value)
    Associates a property with the document.
    voidJTextComponent.read​(Reader in,Object desc)
    Initializes from a stream.
    static voidStyleContext.registerStaticAttributeKey​(Object key)
    Registers an object as a static object that is being used as a key in attribute sets.
    voidAbstractDocument.AbstractElement.removeAttribute​(Object name)
    Removes an attribute from the set.
    AttributeSetAbstractDocument.AttributeContext.removeAttribute​(AttributeSet old,Object name)
    Removes an attribute from the set.
    voidMutableAttributeSet.removeAttribute​(Object name)
    Removes an attribute with the givenname.
    voidSimpleAttributeSet.removeAttribute​(Object name)
    Removes an attribute from the list.
    voidStyleContext.NamedStyle.removeAttribute​(Object name)
    Removes an attribute from the set.
    AttributeSetStyleContext.removeAttribute​(AttributeSet old,Object name)
    Removes an attribute from the set.
    voidDefaultHighlighter.removeHighlight​(Object tag)
    Removes a highlight from the view.
    voidHighlighter.removeHighlight​(Object tag)
    Removes a highlight from the view.
    StringDefaultFormatter.valueToString​(Object value)
    Converts the passed in Object into a String by way of thetoString method.
    StringInternationalFormatter.valueToString​(Object value)
    Returns a String representation of the Objectvalue.
    StringMaskFormatter.valueToString​(Object value)
    Returns a String representation of the Objectvalue based on the mask.
    Method parameters injavax.swing.text with type arguments of typeObject 
    Modifier and TypeMethodDescription
    voidAbstractDocument.setDocumentProperties​(Dictionary<Object,​Object> x)
    Replaces the document properties dictionary for this document.
    voidAbstractDocument.setDocumentProperties​(Dictionary<Object,​Object> x)
    Replaces the document properties dictionary for this document.
    Constructors injavax.swing.text with parameters of typeObject 
    ConstructorDescription
    SmallAttributeSet​(Object[] attributes)
    Constructs a SmallAttributeSet.
  • Uses ofObject injavax.swing.text.html

    Subclasses ofObject injavax.swing.text.html 
    Modifier and TypeClassDescription
    class BlockView
    A view implementation to display a block (as a box) with CSS specifications.
    class CSS
    Defines a set ofCSS attributes as a typesafe enumeration.
    static class CSS.Attribute
    Definitions to be used as a key on AttributeSet's that might hold CSS attributes.
    class FormSubmitEvent
    FormSubmitEvent is used to notify interested parties that a form was submitted.
    class FormView
    Component decorator that implements the view interface for form elements, <input>, <textarea>, and <select>.
    protected class FormView.MouseEventListener
    MouseEventListener class to handle form submissions when an input with type equal to image is clicked on.
    class HTML
    Constants used in theHTMLDocument.
    static class HTML.Attribute
    Typesafe enumeration representing an HTML attribute.
    static class HTML.Tag
    Typesafe enumeration for an HTML tag.
    static class HTML.UnknownTag
    Class represents unknown HTML tag.
    class HTMLDocument
    A document that models HTML.
    class HTMLDocument.BlockElement
    An element that represents a structuralblock of HTML.
    class HTMLDocument.HTMLReader
    An HTML reader to load an HTML document with an HTML element structure.
    class HTMLDocument.HTMLReader.BlockAction
    Action assigned by default to handle the Block task of the reader.
    class HTMLDocument.HTMLReader.CharacterAction
    Action assigned by default to handle the Character task of the reader.
    class HTMLDocument.HTMLReader.FormAction
    Action to support forms by building all of the elements used to represent form controls.
    class HTMLDocument.HTMLReader.HiddenAction
    Action assigned by default to handle the Hidden task of the reader.
    class HTMLDocument.HTMLReader.IsindexAction
    Action assigned by default to handle the Isindex task of the reader.
    class HTMLDocument.HTMLReader.ParagraphAction
    Action assigned by default to handle the Paragraph task of the reader.
    class HTMLDocument.HTMLReader.PreAction
    Action assigned by default to handle the Pre block task of the reader.
    class HTMLDocument.HTMLReader.SpecialAction
    Action assigned by default to handle the Special task of the reader.
    class HTMLDocument.HTMLReader.TagAction
    An action to be performed in response to parsing a tag.
    static class HTMLDocument.Iterator
    An iterator to iterate over a particular type of tag.
    class HTMLDocument.RunElement
    An element that represents a chunk of text that has a set of HTML character level attributes assigned to it.
    class HTMLEditorKit
    The Swing JEditorPane text component supports different kinds of content via a plug-in mechanism called an EditorKit.
    static class HTMLEditorKit.HTMLFactory
    A factory to build views for HTML.
    static class HTMLEditorKit.HTMLTextAction
    An abstract Action providing some convenience methods that may be useful in inserting HTML into an existing document.
    static class HTMLEditorKit.InsertHTMLTextAction
    InsertHTMLTextAction can be used to insert an arbitrary string of HTML into an existing HTML document.
    static class HTMLEditorKit.LinkController
    Class to watch the associated component and fire hyperlink events on it when appropriate.
    static class HTMLEditorKit.Parser
    Interface to be supported by the parser.
    static class HTMLEditorKit.ParserCallback
    The result of parsing drives these callback methods.
    class HTMLFrameHyperlinkEvent
    HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.
    class HTMLWriter
    This is a writer for HTMLDocuments.
    class ImageView
    View of an Image, intended to support the HTML <IMG> tag.
    class InlineView
    Displays theinline element styles based upon css attributes.
    class ListView
    A view implementation to display an html list
    class MinimalHTMLWriter
    MinimalHTMLWriter is a fallback writer used by the HTMLEditorKit to write out HTML for a document that is a not produced by the EditorKit.
    class ObjectView
    Component decorator that implements the view interface for <object> elements.
    class Option
    Value for the ListModel used to represent <option> elements.
    class ParagraphView
    Displays the a paragraph, and uses css attributes for its configuration.
    class StyleSheet
    Support for defining the visual characteristics of HTML views being rendered.
    static class StyleSheet.BoxPainter
    Class to carry out some of the duties of CSS formatting.
    static class StyleSheet.ListPainter
    Class to carry out some of the duties of CSS list formatting.
    Fields injavax.swing.text.html declared asObject 
    Modifier and TypeFieldDescription
    staticObjectHTMLEditorKit.ParserCallback.IMPLIED
    This is passed as an attribute in the attributeset to indicate the element is implied eg, the string '<>foo<\t>' contains an implied html element and an implied body element.
    Methods injavax.swing.text.html that returnObject 
    Modifier and TypeMethodDescription
    ObjectHTMLEditorKit.clone()
    Creates a copy of the editor kit.
    Methods injavax.swing.text.html with parameters of typeObject 
    Modifier and TypeMethodDescription
    AttributeSetStyleSheet.addAttribute​(AttributeSet old,Object key,Object value)
    Adds an attribute to the given set, and returns the new representative set.
    booleanHTML.UnknownTag.equals​(Object obj)
    Compares this object to the specified object.
    ElementHTMLDocument.getElement​(Element e,Object attribute,Object value)
    Returns the child element ofe that contains the attribute,attribute with valuevalue, ornull if one isn't found.
    AttributeSetStyleSheet.removeAttribute​(AttributeSet old,Object key)
    Removes an attribute from the set.
    Constructors injavax.swing.text.html with parameters of typeObject 
    ConstructorDescription
    HTMLFrameHyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL targetURL,String targetFrame)
    Creates a new object representing a html frame hypertext link event.
    HTMLFrameHyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL targetURL,String desc,String targetFrame)
    Creates a new object representing a hypertext link event.
    HTMLFrameHyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL targetURL,String desc,Element sourceElement,InputEvent inputEvent,String targetFrame)
    Creates a new object representing a hypertext link event.
    HTMLFrameHyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL targetURL,String desc,Element sourceElement,String targetFrame)
    Creates a new object representing a hypertext link event.
    HTMLFrameHyperlinkEvent​(Object source,HyperlinkEvent.EventType type,URL targetURL,Element sourceElement,String targetFrame)
    Creates a new object representing a hypertext link event.
  • Uses ofObject injavax.swing.text.html.parser

    Subclasses ofObject injavax.swing.text.html.parser 
    Modifier and TypeClassDescription
    class AttributeList
    This class defines the attributes of an SGML element as described in a DTD using the ATTLIST construct.
    class ContentModel
    A representation of a content model.
    class DocumentParser
    A Parser for HTML Documents (actually, you can specify a DTD, but you should really only use this class with the html dtd in swing).
    class DTD
    The representation of an SGML DTD.
    class Element
    An element as described in a DTD using the ELEMENT construct.
    class Entity
    An entity is described in a DTD using the ENTITY construct.
    class Parser
    A simple DTD-driven HTML parser.
    class ParserDelegator
    Responsible for starting up a new DocumentParser each time its parse method is invoked.
    class TagElement
    A generic HTML TagElement class.
    Fields injavax.swing.text.html.parser declared asObject 
    Modifier and TypeFieldDescription
    ObjectContentModel.content
    The content.
    ObjectElement.data
    A field to store user data.
    Fields injavax.swing.text.html.parser with type parameters of typeObject 
    Modifier and TypeFieldDescription
    Hashtable<Object,​Entity>DTD.entityHash
    The hash table contains anObject and the correspondingEntity
    Methods injavax.swing.text.html.parser with parameters of typeObject 
    Modifier and TypeMethodDescription
    protectedContentModelDTD.defContentModel​(int type,Object obj,ContentModel next)
    Creates and returns a new content model.
    booleanContentModel.first​(Object token)
    Return true if the token could potentially be the first token in the input stream.
    Constructors injavax.swing.text.html.parser with parameters of typeObject 
    ConstructorDescription
    ContentModel​(int type,Object content,ContentModel next)
    Create a content model of a particular type.
  • Uses ofObject injavax.swing.text.rtf

    Subclasses ofObject injavax.swing.text.rtf 
    Modifier and TypeClassDescription
    class RTFEditorKit
    This is the default implementation of RTF editing functionality.
  • Uses ofObject injavax.swing.tree

    Subclasses ofObject injavax.swing.tree 
    Modifier and TypeClassDescription
    class AbstractLayoutCache
    Warning: Serialized objects of this class will not be compatible with future Swing releases.
    static class AbstractLayoutCache.NodeDimensions
    Used byAbstractLayoutCache to determine the size and x origin of a particular node.
    class DefaultMutableTreeNode
    ADefaultMutableTreeNode is a general-purpose node in a tree data structure.
    class DefaultTreeCellEditor
    ATreeCellEditor.
    class DefaultTreeCellEditor.DefaultTextField
    TextField used when no editor is supplied.
    class DefaultTreeCellEditor.EditorContainer
    Container responsible for placing theeditingComponent.
    class DefaultTreeCellRenderer
    Displays an entry in a tree.
    class DefaultTreeModel
    A simple tree data model that uses TreeNodes.
    class DefaultTreeSelectionModel
    Default implementation of TreeSelectionModel.
    class ExpandVetoException
    Exception used to stop an expand/collapse from happening.
    class FixedHeightLayoutCache
    NOTE: This will become more open in a future release.
    class TreePath
    TreePath represents an array of objects that uniquely identify the path to a node in a tree.
    class VariableHeightLayoutCache
    NOTE: This will become more open in a future release.
    Fields injavax.swing.tree declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectDefaultMutableTreeNode.userObject
    optional user object
    Methods injavax.swing.tree that returnObject 
    Modifier and TypeMethodDescription
    ObjectDefaultMutableTreeNode.clone()
    Overridden to make clone public.
    ObjectDefaultTreeSelectionModel.clone()
    Returns a clone of this object with the same selection.
    ObjectDefaultTreeCellEditor.getCellEditorValue()
    Returns the value currently being edited.
    ObjectDefaultTreeModel.getChild​(Object parent,int index)
    Returns the child ofparent at indexindex in the parent's child array.
    ObjectTreeModel.getChild​(Object parent,int index)
    Returns the child ofparent at indexindex in the parent's child array.
    ObjectTreePath.getLastPathComponent()
    Returns the last element of this path.
    Object[]TreePath.getPath()
    Returns an ordered array of the elements of thisTreePath.
    ObjectTreePath.getPathComponent​(int index)
    Returns the path element at the specified index.
    ObjectDefaultTreeModel.getRoot()
    Returns the root of the tree.
    ObjectTreeModel.getRoot()
    Returns the root of the tree.
    ObjectDefaultMutableTreeNode.getUserObject()
    Returns this node's user object.
    Object[]DefaultMutableTreeNode.getUserObjectPath()
    Returns the user object path, from the root, to get to this node.
    Methods injavax.swing.tree with parameters of typeObject 
    Modifier and TypeMethodDescription
    protected voidDefaultTreeCellEditor.determineOffset​(JTree tree,Object value,boolean isSelected,boolean expanded,boolean leaf,int row)
    Determine the offset.
    booleanTreePath.equals​(Object o)
    Compares thisTreePath to the specified object.
    protected voidDefaultTreeCellRenderer.firePropertyChange​(String propertyName,Object oldValue,Object newValue)
    Overridden for performance reasons.
    protected voidDefaultTreeModel.fireTreeNodesChanged​(Object source,Object[] path,int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest for notification on this event type.
    protected voidDefaultTreeModel.fireTreeNodesInserted​(Object source,Object[] path,int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest for notification on this event type.
    protected voidDefaultTreeModel.fireTreeNodesRemoved​(Object source,Object[] path,int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest for notification on this event type.
    protected voidDefaultTreeModel.fireTreeStructureChanged​(Object source,Object[] path,int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest for notification on this event type.
    ObjectDefaultTreeModel.getChild​(Object parent,int index)
    Returns the child ofparent at indexindex in the parent's child array.
    ObjectTreeModel.getChild​(Object parent,int index)
    Returns the child ofparent at indexindex in the parent's child array.
    intDefaultTreeModel.getChildCount​(Object parent)
    Returns the number of children ofparent.
    intTreeModel.getChildCount​(Object parent)
    Returns the number of children ofparent.
    intDefaultTreeModel.getIndexOfChild​(Object parent,Object child)
    Returns the index of child in parent.
    intTreeModel.getIndexOfChild​(Object parent,Object child)
    Returns the index of child in parent.
    protectedRectangleAbstractLayoutCache.getNodeDimensions​(Object value,int row,int depth,boolean expanded,Rectangle placeIn)
    Returns, by reference inplaceIn, the size needed to representvalue.
    abstractRectangleAbstractLayoutCache.NodeDimensions.getNodeDimensions​(Object value,int row,int depth,boolean expanded,Rectangle bounds)
    Returns, by reference in bounds, the size and x origin to place value at.
    ComponentDefaultTreeCellEditor.getTreeCellEditorComponent​(JTree tree,Object value,boolean isSelected,boolean expanded,boolean leaf,int row)
    Configures the editor.
    ComponentTreeCellEditor.getTreeCellEditorComponent​(JTree tree,Object value,boolean isSelected,boolean expanded,boolean leaf,int row)
    Sets an initialvalue for the editor.
    ComponentDefaultTreeCellRenderer.getTreeCellRendererComponent​(JTree tree,Object value,boolean sel,boolean expanded,boolean leaf,int row,boolean hasFocus)
    Configures the renderer based on the passed in components.
    ComponentTreeCellRenderer.getTreeCellRendererComponent​(JTree tree,Object value,boolean selected,boolean expanded,boolean leaf,int row,boolean hasFocus)
    Sets the value of the current tree cell tovalue.
    booleanDefaultTreeModel.isLeaf​(Object node)
    Returns whether the specified node is a leaf node.
    booleanTreeModel.isLeaf​(Object node)
    Returnstrue ifnode is a leaf.
    voidDefaultTreeModel.nodesWereRemoved​(TreeNode node,int[] childIndices,Object[] removedChildren)
    Invoke this method after you've removed some TreeNodes from node.
    TreePathTreePath.pathByAddingChild​(Object child)
    Returns a new path containing all the elements of this path pluschild.
    voidDefaultMutableTreeNode.setUserObject​(Object userObject)
    Sets the user object for this node touserObject.
    voidMutableTreeNode.setUserObject​(Object object)
    Resets the user object of the receiver toobject.
    voidDefaultTreeModel.valueForPathChanged​(TreePath path,Object newValue)
    This sets the user object of the TreeNode identified by path and posts a node changed.
    voidTreeModel.valueForPathChanged​(TreePath path,Object newValue)
    Messaged when the user has altered the value for the item identified bypath tonewValue.
    Constructors injavax.swing.tree with parameters of typeObject 
    ConstructorDescription
    DefaultMutableTreeNode​(Object userObject)
    Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
    DefaultMutableTreeNode​(Object userObject,boolean allowsChildren)
    Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
    TreePath​(Object lastPathComponent)
    Creates aTreePath containing a single element.
    TreePath​(Object[] path)
    Creates aTreePath from an array.
    TreePath​(Object[] path,int length)
    Creates aTreePath from an array.
    TreePath​(TreePath parent,Object lastPathComponent)
    Creates aTreePath with the specified parent and element.
  • Uses ofObject injavax.swing.undo

    Subclasses ofObject injavax.swing.undo 
    Modifier and TypeClassDescription
    class AbstractUndoableEdit
    An abstract implementation ofUndoableEdit, implementing simple responses to all boolean methods in that interface.
    class CannotRedoException
    Thrown when an UndoableEdit is told toredo() and can't.
    class CannotUndoException
    Thrown when an UndoableEdit is told toundo() and can't.
    class CompoundEdit
    A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.
    class StateEdit
    StateEdit is a general edit for objects that change state.
    class UndoableEditSupport
    A support class used for managingUndoableEdit listeners.
    class UndoManager
    UndoManager manages a list ofUndoableEdits, providing a way to undo or redo the appropriate edits.
    Fields injavax.swing.undo declared asObject 
    Modifier and TypeFieldDescription
    protectedObjectUndoableEditSupport.realSource
    The real source.
    Fields injavax.swing.undo with type parameters of typeObject 
    Modifier and TypeFieldDescription
    protectedHashtable<Object,​Object>StateEdit.postState
    The state information after the edit
    protectedHashtable<Object,​Object>StateEdit.postState
    The state information after the edit
    protectedHashtable<Object,​Object>StateEdit.preState
    The state information prior to the edit
    protectedHashtable<Object,​Object>StateEdit.preState
    The state information prior to the edit
    Method parameters injavax.swing.undo with type arguments of typeObject 
    Modifier and TypeMethodDescription
    voidStateEditable.storeState​(Hashtable<Object,​Object> state)
    Upon receiving this message the receiver should place any relevant state intostate.
    voidStateEditable.storeState​(Hashtable<Object,​Object> state)
    Upon receiving this message the receiver should place any relevant state intostate.
    Constructors injavax.swing.undo with parameters of typeObject 
    ConstructorDescription
    UndoableEditSupport​(Object r)
    Constructs anUndoableEditSupport object.
  • Uses ofObject injavax.tools

    Subclasses ofObject injavax.tools 
    Modifier and TypeClassDescription
    class DiagnosticCollector<S>
    Provides an easy way to collect diagnostics in a list.
    class ForwardingFileObject<F extendsFileObject>
    Forwards calls to a given file object.
    class ForwardingJavaFileManager<M extendsJavaFileManager>
    Forwards calls to a given file manager.
    class ForwardingJavaFileObject<F extendsJavaFileObject>
    Forwards calls to a given file object.
    class SimpleJavaFileObject
    Provides simple implementations for most methods in JavaFileObject.
    class ToolProvider
    Provides methods for locating tool providers, for example, providers of compilers.
  • Uses ofObject injavax.transaction.xa

    Subclasses ofObject injavax.transaction.xa 
    Modifier and TypeClassDescription
    class XAException
    The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction.
  • Uses ofObject injavax.xml

    Subclasses ofObject injavax.xml 
    Modifier and TypeClassDescription
    class XMLConstants
    Utility class to contain basic XML values as constants.
  • Uses ofObject injavax.xml.catalog

    Subclasses ofObject injavax.xml.catalog 
    Modifier and TypeClassDescription
    class CatalogException
    The exception class handles errors that may happen while processing or using a catalog.
    class CatalogFeatures
    The CatalogFeatures holds a collection of features and properties.
    static class CatalogFeatures.Builder
    The Builder class for building the CatalogFeatures object.
    class CatalogManager
    The Catalog Manager manages the creation of XML Catalogs and Catalog Resolvers.
  • Uses ofObject injavax.xml.crypto

    Subclasses ofObject injavax.xml.crypto 
    Modifier and TypeClassDescription
    class KeySelector
    A selector that finds and returns a key using the data contained in aKeyInfo object.
    static class KeySelector.Purpose
    The purpose of the key that is to be selected.
    class KeySelectorException
    Indicates an exceptional condition thrown by aKeySelector.
    class MarshalException
    Indicates an exceptional condition that occurred during the XML marshalling or unmarshalling process.
    class NoSuchMechanismException
    This exception is thrown when a particular XML mechanism is requested but is not available in the environment.
    class OctetStreamData
    A representation of aData type containing an octet stream.
    class URIReferenceException
    Indicates an exceptional condition thrown while dereferencing aURIReference.
    Methods injavax.xml.crypto that returnObject 
    Modifier and TypeMethodDescription
    ObjectXMLCryptoContext.get​(Object key)
    Returns the value to which this context maps the specified key.
    ObjectXMLCryptoContext.getProperty​(String name)
    Returns the value of the specified property.
    ObjectXMLCryptoContext.put​(Object key,Object value)
    Associates the specified value with the specified key in this context.
    ObjectXMLCryptoContext.setProperty​(String name,Object value)
    Sets the specified property.
    Methods injavax.xml.crypto with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectXMLCryptoContext.get​(Object key)
    Returns the value to which this context maps the specified key.
    ObjectXMLCryptoContext.put​(Object key,Object value)
    Associates the specified value with the specified key in this context.
    ObjectXMLCryptoContext.setProperty​(String name,Object value)
    Sets the specified property.
  • Uses ofObject injavax.xml.crypto.dom

    Subclasses ofObject injavax.xml.crypto.dom 
    Modifier and TypeClassDescription
    class DOMCryptoContext
    This class provides a DOM-specific implementation of theXMLCryptoContext interface.
    class DOMStructure
    A DOM-specificXMLStructure.
    Methods injavax.xml.crypto.dom that returnObject 
    Modifier and TypeMethodDescription
    ObjectDOMCryptoContext.get​(Object key)
    This implementation uses an internalHashMap to get the object that the specified key maps to.
    ObjectDOMCryptoContext.getProperty​(String name)
    This implementation uses an internalHashMap to get the object that the specified name maps to.
    ObjectDOMCryptoContext.put​(Object key,Object value)
    This implementation uses an internalHashMap to map the key to the specified object.
    ObjectDOMCryptoContext.setProperty​(String name,Object value)
    This implementation uses an internalHashMap to map the name to the specified object.
    Methods injavax.xml.crypto.dom with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectDOMCryptoContext.get​(Object key)
    This implementation uses an internalHashMap to get the object that the specified key maps to.
    ObjectDOMCryptoContext.put​(Object key,Object value)
    This implementation uses an internalHashMap to map the key to the specified object.
    ObjectDOMCryptoContext.setProperty​(String name,Object value)
    This implementation uses an internalHashMap to map the name to the specified object.
  • Uses ofObject injavax.xml.crypto.dsig

    Subclasses ofObject injavax.xml.crypto.dsig 
    Modifier and TypeClassDescription
    class TransformException
    Indicates an exceptional condition that occurred while executing a transform algorithm.
    class TransformService
    A Service Provider Interface for transform and canonicalization algorithms.
    class XMLSignatureException
    Indicates an exceptional condition that occurred during the XML signature generation or validation process.
    class XMLSignatureFactory
    A factory for creatingXMLSignature objects from scratch or for unmarshalling anXMLSignature object from a corresponding XML representation.
  • Uses ofObject injavax.xml.crypto.dsig.dom

    Subclasses ofObject injavax.xml.crypto.dsig.dom 
    Modifier and TypeClassDescription
    class DOMSignContext
    A DOM-specificXMLSignContext.
    class DOMValidateContext
    A DOM-specificXMLValidateContext.
  • Uses ofObject injavax.xml.crypto.dsig.keyinfo

    Subclasses ofObject injavax.xml.crypto.dsig.keyinfo 
    Modifier and TypeClassDescription
    class KeyInfoFactory
    A factory for creatingKeyInfo objects from scratch or for unmarshalling aKeyInfo object from a corresponding XML representation.
  • Uses ofObject injavax.xml.crypto.dsig.spec

    Subclasses ofObject injavax.xml.crypto.dsig.spec 
    Modifier and TypeClassDescription
    class ExcC14NParameterSpec
    Parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm.
    class HMACParameterSpec
    class XPathFilter2ParameterSpec
    Parameters for the W3C Recommendation XPath Filter 2.0 Transform Algorithm.
    class XPathFilterParameterSpec
    class XPathType
    The XML Schema Definition of theXPath element as defined in the W3C Recommendation for XML-Signature XPath Filter 2.0:
    static class XPathType.Filter
    Represents the filter set operation.
    class XSLTTransformParameterSpec
    Parameters for the XSLT Transform Algorithm.
  • Uses ofObject injavax.xml.datatype

    Subclasses ofObject injavax.xml.datatype 
    Modifier and TypeClassDescription
    class DatatypeConfigurationException
    Indicates a serious configuration error.
    class DatatypeConstants
    Utility class to contain basic Datatype values as constants.
    static class DatatypeConstants.Field
    Type-safe enum class that represents six fields of theDuration class.
    class DatatypeFactory
    Factory that creates newjavax.xml.datatypeObjects that map XML to/from JavaObjects.
    class Duration
    Immutable representation of a time span as defined in the W3C XML Schema 1.0 specification.
    class XMLGregorianCalendar
    Representation for W3C XML Schema 1.0 date/time datatypes.
    Methods injavax.xml.datatype that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectXMLGregorianCalendar.clone()
    Creates and returns a copy of this object.
    Methods injavax.xml.datatype with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanDuration.equals​(Object duration)
    Checks if this duration object has the same duration as anotherDuration object.
    booleanXMLGregorianCalendar.equals​(Object obj)
    Compares this calendar to the specified object.
  • Uses ofObject injavax.xml.namespace

    Subclasses ofObject injavax.xml.namespace 
    Modifier and TypeClassDescription
    class QName
    QName represents aqualified name as defined in the XML specifications:XML Schema Part2: Datatypes specification,Namespaces in XML.
    Methods injavax.xml.namespace with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanQName.equals​(Object objectToTest)
    Test thisQName for equality with anotherObject.
  • Uses ofObject injavax.xml.parsers

    Subclasses ofObject injavax.xml.parsers 
    Modifier and TypeClassDescription
    class DocumentBuilder
    Defines the API to obtain DOM Document instances from an XML document.
    class DocumentBuilderFactory
    Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
    class FactoryConfigurationError
    Thrown when a problem with configuration with the Parser Factories exists.
    class ParserConfigurationException
    Indicates a serious configuration error.
    class SAXParser
    Defines the API that wraps anXMLReader implementation class.
    class SAXParserFactory
    Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
    Methods injavax.xml.parsers that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectDocumentBuilderFactory.getAttribute​(String name)
    Allows the user to retrieve specific attributes on the underlying implementation.
    abstractObjectSAXParser.getProperty​(String name)
    Returns the particular property requested for in the underlying implementation ofXMLReader.
    Methods injavax.xml.parsers with parameters of typeObject 
    Modifier and TypeMethodDescription
    abstract voidDocumentBuilderFactory.setAttribute​(String name,Object value)
    Allows the user to set specific attributes on the underlying implementation.
    abstract voidSAXParser.setProperty​(String name,Object value)
    Sets the particular property in the underlying implementation ofXMLReader.
  • Uses ofObject injavax.xml.stream

    Subclasses ofObject injavax.xml.stream 
    Modifier and TypeClassDescription
    class FactoryConfigurationError
    An error class for reporting factory configuration errors.
    class XMLEventFactory
    This interface defines a utility class for creating instances of XMLEvents
    class XMLInputFactory
    Defines an abstract implementation of a factory for getting streams.
    class XMLOutputFactory
    Defines an abstract implementation of a factory for getting XMLEventWriters and XMLStreamWriters.
    class XMLStreamException
    The base exception for unexpected processing errors.
    Methods injavax.xml.stream that returnObject 
    Modifier and TypeMethodDescription
    ObjectXMLEventReader.getProperty​(String name)
    Get the value of a feature/property from the underlying implementation
    abstractObjectXMLInputFactory.getProperty​(String name)
    Get the value of a feature/property from the underlying implementation
    abstractObjectXMLOutputFactory.getProperty​(String name)
    Get a feature/property on the underlying implementation
    ObjectXMLStreamReader.getProperty​(String name)
    Get the value of a feature/property from the underlying implementation
    ObjectXMLStreamWriter.getProperty​(String name)
    Get the value of a feature/property from the underlying implementation
    ObjectXMLResolver.resolveEntity​(String publicID,String systemID,String baseURI,String namespace)
    Retrieves a resource.
    Methods injavax.xml.stream with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidXMLReporter.report​(String message,String errorType,Object relatedInformation,Location location)
    Report the desired message in an application specific format.
    abstract voidXMLInputFactory.setProperty​(String name,Object value)
    Allows the user to set specific feature/property on the underlying implementation.
    abstract voidXMLOutputFactory.setProperty​(String name,Object value)
    Allows the user to set specific features/properties on the underlying implementation.
  • Uses ofObject injavax.xml.stream.events

    Methods injavax.xml.stream.events that returnObject 
    Modifier and TypeMethodDescription
    ObjectDTD.getProcessedDTD()
    Returns an implementation defined representation of the DTD.
  • Uses ofObject injavax.xml.stream.util

    Subclasses ofObject injavax.xml.stream.util 
    Modifier and TypeClassDescription
    class EventReaderDelegate
    This is the base class for deriving an XMLEventReader filter.
    class StreamReaderDelegate
    This is the base class for deriving an XMLStreamReader filter This class is designed to sit between an XMLStreamReader and an application's XMLStreamReader.
  • Uses ofObject injavax.xml.transform

    Subclasses ofObject injavax.xml.transform 
    Modifier and TypeClassDescription
    class OutputKeys
    Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.
    class Transformer
    An instance of this abstract class can transform a source tree into a result tree.
    class TransformerConfigurationException
    Indicates a serious configuration error.
    class TransformerException
    This class specifies an exceptional condition that occurred during the transformation process.
    class TransformerFactory
    A TransformerFactory instance can be used to createTransformer andTemplates objects.
    class TransformerFactoryConfigurationError
    Thrown when a problem with configuration with the Transformer Factories exists.
    Methods injavax.xml.transform that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectTransformerFactory.getAttribute​(String name)
    Allows the user to retrieve specific attributes on the underlying implementation.
    abstractObjectTransformer.getParameter​(String name)
    Get a parameter that was explicitly set with setParameter.
    Methods injavax.xml.transform with parameters of typeObject 
    Modifier and TypeMethodDescription
    abstract voidTransformerFactory.setAttribute​(String name,Object value)
    Allows the user to set specific attributes on the underlying implementation.
    abstract voidTransformer.setParameter​(String name,Object value)
    Add a parameter for the transformation.
  • Uses ofObject injavax.xml.transform.dom

    Subclasses ofObject injavax.xml.transform.dom 
    Modifier and TypeClassDescription
    class DOMResult
    Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
    class DOMSource
    Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
  • Uses ofObject injavax.xml.transform.sax

    Subclasses ofObject injavax.xml.transform.sax 
    Modifier and TypeClassDescription
    class SAXResult
    Acts as an holder for a transformation Result.
    class SAXSource
    Acts as an holder for SAX-style Source.
    class SAXTransformerFactory
    This class extends TransformerFactory to provide SAX-specific factory methods.
  • Uses ofObject injavax.xml.transform.stax

    Subclasses ofObject injavax.xml.transform.stax 
    Modifier and TypeClassDescription
    class StAXResult
    Acts as a holder for an XMLResult in the form of a StAX writer,i.e.
    class StAXSource
    Acts as a holder for an XMLSource in the form of a StAX reader,i.e.
  • Uses ofObject injavax.xml.transform.stream

    Subclasses ofObject injavax.xml.transform.stream 
    Modifier and TypeClassDescription
    class StreamResult
    Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
    class StreamSource
    Acts as an holder for a transformation Source in the form of a stream of XML markup.
  • Uses ofObject injavax.xml.validation

    Subclasses ofObject injavax.xml.validation 
    Modifier and TypeClassDescription
    class Schema
    Immutable in-memory representation of grammar.
    class SchemaFactory
    Factory that createsSchema objects.
    class SchemaFactoryConfigurationError
    Thrown when a problem with configuration with the Schema Factories exists.
    class SchemaFactoryLoader
    Factory that createsSchemaFactory.
    class TypeInfoProvider
    This class provides access to the type information determined byValidatorHandler.
    class Validator
    A processor that checks an XML document againstSchema.
    class ValidatorHandler
    Streaming validator that works on SAX stream.
    Methods injavax.xml.validation that returnObject 
    Modifier and TypeMethodDescription
    ObjectSchemaFactory.getProperty​(String name)
    Look up the value of a property.
    ObjectValidator.getProperty​(String name)
    Look up the value of a property.
    ObjectValidatorHandler.getProperty​(String name)
    Look up the value of a property.
    Methods injavax.xml.validation with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidSchemaFactory.setProperty​(String name,Object object)
    Set the value of a property.
    voidValidator.setProperty​(String name,Object object)
    Set the value of a property.
    voidValidatorHandler.setProperty​(String name,Object object)
    Set the value of a property.
  • Uses ofObject injavax.xml.xpath

    Subclasses ofObject injavax.xml.xpath 
    Modifier and TypeClassDescription
    class XPathConstants
    XPath constants.
    class XPathException
    XPathException represents a generic XPath exception.
    class XPathExpressionException
    XPathExpressionException represents an error in an XPath expression.
    class XPathFactory
    AnXPathFactory instance can be used to createXPath objects.
    class XPathFactoryConfigurationException
    XPathFactoryConfigurationException represents a configuration error in aXPathFactory environment.
    class XPathFunctionException
    XPathFunctionException represents an error with an XPath function.
    Methods injavax.xml.xpath that returnObject 
    Modifier and TypeMethodDescription
    ObjectXPath.evaluate​(String expression,Object item,QName returnType)
    Evaluate anXPath expression in the specified context and return the result as the specified type.
    ObjectXPath.evaluate​(String expression,InputSource source,QName returnType)
    Evaluate an XPath expression in the context of the specifiedInputSource and return the result as the specified type.
    ObjectXPathExpression.evaluate​(Object item,QName returnType)
    Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
    ObjectXPathExpression.evaluate​(InputSource source,QName returnType)
    Evaluate the compiled XPath expression in the context of the specifiedInputSource and return the result as the specified type.
    ObjectXPathFunction.evaluate​(List<?> args)
    Evaluate the function with the specified arguments.
    ObjectXPathVariableResolver.resolveVariable​(QName variableName)
    Find a variable in the set of available variables.
    Methods injavax.xml.xpath with parameters of typeObject 
    Modifier and TypeMethodDescription
    StringXPath.evaluate​(String expression,Object item)
    Evaluate an XPath expression in the specified context and return the result as aString.
    ObjectXPath.evaluate​(String expression,Object item,QName returnType)
    Evaluate anXPath expression in the specified context and return the result as the specified type.
    StringXPathExpression.evaluate​(Object item)
    Evaluate the compiled XPath expression in the specified context and return the result as aString.
    ObjectXPathExpression.evaluate​(Object item,QName returnType)
    Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
    defaultXPathEvaluationResult<?>XPath.evaluateExpression​(String expression,Object item)
    Evaluate an XPath expression in the specified context.
    default <T> TXPath.evaluateExpression​(String expression,Object item,Class<T> type)
    Evaluate an XPath expression in the specified context and return the result with the type specified through theclass type
    defaultXPathEvaluationResult<?>XPathExpression.evaluateExpression​(Object item)
    Evaluate the compiled XPath expression in the specified context.
    default <T> TXPathExpression.evaluateExpression​(Object item,Class<T> type)
    Evaluate the compiled XPath expression in the specified context, and return the result with the type specified through theclass type.
  • Uses ofObject injdk.dynalink

    Subclasses ofObject injdk.dynalink 
    Modifier and TypeClassDescription
    class CallSiteDescriptor
    Call site descriptors contain all the information necessary for linking a call site.
    class DynamicLinker
    The linker forRelinkableCallSite objects.
    class DynamicLinkerFactory
    A factory class for creatingDynamicLinker objects.
    class NamedOperation
    Operation that associates a name with another operation.
    class NamespaceOperation
    Describes an operation that operates on at least oneNamespace of an object.
    class NoSuchDynamicMethodException
    Thrown at the invocation if the call site can not be linked by any availableGuardingDynamicLinker.
    class SecureLookupSupplier
    Provides security-checked access to aMethodHandles.Lookup object.
    Methods injdk.dynalink that returnObject 
    Modifier and TypeMethodDescription
    ObjectNamedOperation.getName()
    Returns the name of this named operation.
    staticObjectNamedOperation.getName​(Operation op)
    If the passed operation is a named operation, returns itsNamedOperation.getName(), otherwise returns null.
    Methods injdk.dynalink with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanCallSiteDescriptor.equals​(Object obj)
    Returns true if this call site descriptor is equal to the passed object.
    booleanNamedOperation.equals​(Object obj)
    Compares this named operation to another object.
    booleanNamespaceOperation.equals​(Object obj)
    Returns true if the other object is also a namespace operation and their base operation and namespaces are equal.
    defaultNamedOperationOperation.named​(Object name)
    Returns aNamedOperation using this operation as its base.
    Constructors injdk.dynalink with parameters of typeObject 
    ConstructorDescription
    NamedOperation​(Operation baseOperation,Object name)
    Creates a new named operation.
  • Uses ofObject injdk.dynalink.beans

    Subclasses ofObject injdk.dynalink.beans 
    Modifier and TypeClassDescription
    class BeansLinker
    A linker for ordinary Java objects.
    class StaticClass
    Object that allows access to the static members of a class (its static methods, properties, and fields), as well as construction of instances usingStandardOperation.NEW operation.
    Methods injdk.dynalink.beans that returnObject 
    Modifier and TypeMethodDescription
    staticObjectBeansLinker.getConstructorMethod​(Class<?> clazz,String signature)
    Return the dynamic method of constructor of the given class and the given signature.
    Methods injdk.dynalink.beans with parameters of typeObject 
    Modifier and TypeMethodDescription
    static booleanBeansLinker.isDynamicConstructor​(Object obj)
    Returns true if the object is a Java constructor (obtained throughBeansLinker.getConstructorMethod(Class, String)}.
    static booleanBeansLinker.isDynamicMethod​(Object obj)
    Returns true if the object is a Java dynamic method (e.g., one obtained through aGET:METHOD operation on a Java object orStaticClass or throughBeansLinker.getConstructorMethod(Class, String).
  • Uses ofObject injdk.dynalink.linker

    Subclasses ofObject injdk.dynalink.linker 
    Modifier and TypeClassDescription
    class GuardedInvocation
    Represents a conditionally valid method handle.
    class GuardingDynamicLinkerExporter
    A class acting as a supplier of guarding dynamic linkers that can be automatically loaded by other language runtimes.
    Methods injdk.dynalink.linker that returnObject 
    Modifier and TypeMethodDescription
    Object[]LinkRequest.getArguments()
    Returns the arguments for the invocation being linked.
    ObjectLinkRequest.getReceiver()
    Returns the first argument for the invocation being linked; this is typically the receiver object.
    Methods injdk.dynalink.linker with parameters of typeObject 
    Modifier and TypeMethodDescription
    LinkRequestLinkRequest.replaceArguments​(CallSiteDescriptor callSiteDescriptor,Object... arguments)
    Returns a request identical to this one with call site descriptor and arguments replaced with the ones specified.
  • Uses ofObject injdk.dynalink.linker.support

    Subclasses ofObject injdk.dynalink.linker.support 
    Modifier and TypeClassDescription
    class CompositeGuardingDynamicLinker
    AGuardingDynamicLinker that delegates sequentially to a list of other guarding dynamic linkers in itsCompositeGuardingDynamicLinker.getGuardedInvocation(LinkRequest, LinkerServices).
    class CompositeTypeBasedGuardingDynamicLinker
    A composite type-based guarding dynamic linker.
    class DefaultInternalObjectFilter
    Default implementation for aDynamicLinkerFactory.setInternalObjectsFilter(MethodHandleTransformer) that delegates to a pair of filtering method handles.
    class Guards
    Utility methods for creating typical guards forMethodHandles.guardWithTest(MethodHandle, MethodHandle, MethodHandle) and for adjusting their method types.
    class Lookup
    A wrapper aroundMethodHandles.Lookup that masks checked exceptions.
    class SimpleLinkRequest
    Default simple implementation ofLinkRequest.
    class TypeUtilities
    Various static utility methods for working with Java types.
    Methods injdk.dynalink.linker.support with parameters of typeObject 
    Modifier and TypeMethodDescription
    staticMethodHandleGuards.getIdentityGuard​(Object obj)
    Creates a guard method that tests its only argument for being referentially identical to another object
    Constructors injdk.dynalink.linker.support with parameters of typeObject 
    ConstructorDescription
    SimpleLinkRequest​(CallSiteDescriptor callSiteDescriptor,boolean callSiteUnstable,Object... arguments)
    Creates a new link request.
  • Uses ofObject injdk.dynalink.support

    Subclasses ofObject injdk.dynalink.support 
    Modifier and TypeClassDescription
    class AbstractRelinkableCallSite
    A basic implementation of theRelinkableCallSite as aMutableCallSite.
    class ChainedCallSite
    A relinkable call site that implements a polymorphic inline caching strategy.
    class SimpleRelinkableCallSite
    A relinkable call site that implements monomorphic inline caching strategy, only being linked to a singleGuardedInvocation at any given time.
  • Uses ofObject in jdk.internal.event

    Subclasses ofObject in jdk.internal.event with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw 
    Modifier and TypeClassDescription
    class jdk.internal.event.Event
    Base class for events, to be subclassed in order to define events and their fields.
  • Uses ofObject injdk.javadoc.doclet

    Subclasses ofObject injdk.javadoc.doclet 
    Modifier and TypeClassDescription
    class StandardDoclet
    This doclet generates HTML-formatted documentation for the specified modules, packages and types.
  • Uses ofObject injdk.jfr

    Subclasses ofObject injdk.jfr 
    Modifier and TypeClassDescription
    class AnnotationElement
    Describes event metadata, such as labels, descriptions and units.
    class Configuration
    A collection of settings and metadata describing the configuration.
    class Event
    Base class for events, to be subclassed in order to define events and their fields.
    class EventFactory
    Class for defining an event at runtime.
    class EventSettings
    Convenience class for applying event settings to a recording.
    class EventType
    Describes an event, its fields, settings and annotations.
    class FlightRecorder
    Class for accessing, controlling, and managing Flight Recorder.
    class FlightRecorderPermission
    Permission for controlling access to Flight Recorder.
    class Recording
    Provides means to configure, start, stop and dump recording data to disk.
    class SettingControl
    Base class to extend to create setting controls.
    class SettingDescriptor
    Describes an event setting.
    class ValueDescriptor
    Describes the event fields and annotation elements.
    Methods injdk.jfr that returnObject 
    Modifier and TypeMethodDescription
    ObjectAnnotationElement.getValue​(String name)
    Returns a value for thisAnnotationElement.
    Methods injdk.jfr that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    List<Object>AnnotationElement.getValues()
    Returns an immutable list of annotation values in an order that matches the value descriptors for thisAnnotationElement.
    Methods injdk.jfr with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidEvent.set​(int index,Object value)
    Sets a field value.
    Constructors injdk.jfr with parameters of typeObject 
    ConstructorDescription
    AnnotationElement​(Class<? extendsAnnotation> annotationType,Object value)
    Creates an annotation element to use for dynamically defined events.
    Constructor parameters injdk.jfr with type arguments of typeObject 
    ConstructorDescription
    AnnotationElement​(Class<? extendsAnnotation> annotationType,Map<String,​Object> values)
    Creates an annotation element to use for dynamically defined events.
  • Uses ofObject injdk.jfr.consumer

    Subclasses ofObject injdk.jfr.consumer 
    Modifier and TypeClassDescription
    class RecordedClass
    A recorded Java type, such as a class or an interface.
    class RecordedClassLoader
    A recorded Java class loader.
    class RecordedEvent
    A recorded event.
    class RecordedFrame
    A recorded frame in a stack trace.
    class RecordedMethod
    A recorded method.
    class RecordedObject
    A complex data type that consists of one or more fields.
    class RecordedStackTrace
    A recorded stack trace.
    class RecordedThread
    A recorded thread.
    class RecordedThreadGroup
    A recorded Java thread group.
    class RecordingFile
    A recording file.
  • Uses ofObject in jdk.jfr.internal

    Subclasses ofObject in jdk.jfr.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw 
    Modifier and TypeClassDescription
    class jdk.jfr.internal.Control 
  • Uses ofObject injdk.jshell

    Subclasses ofObject injdk.jshell 
    Modifier and TypeClassDescription
    class DeclarationSnippet
    Grouping for all declaration Snippets: variable declarations (VarSnippet), method declarations (MethodSnippet), and type declarations (TypeDeclSnippet).
    class Diag
    Diagnostic information for a Snippet.
    class ErroneousSnippet
    A snippet of code that is not valid Java programming language code.
    class EvalException
    Wraps an throwable thrown in the executing client.
    class ExpressionSnippet
    Snippet for an assignment or variable-value expression.
    class ImportSnippet
    Snippet for an import declaration.
    class JShell
    The JShell evaluation state engine.
    static class JShell.Builder
    Builder forJShell instances.
    class JShell.Subscription
    Subscription is a token for referring to subscriptions so they can beunsubscribed.
    class JShellException
    The superclass of JShell generated exceptions
    class MethodSnippet
    Snippet for a method definition.
    class PersistentSnippet
    Grouping for Snippets which persist and influence future code.
    class Snippet
    A Snippet represents a snippet of Java source code as passed toJShell.eval(java.lang.String).
    class SnippetEvent
    A description of a change to a Snippet.
    class SourceCodeAnalysis
    Provides analysis utilities for source code input.
    static class SourceCodeAnalysis.QualifiedNames
    List of possible qualified names.
    class StatementSnippet
    Snippet for a statement.
    class TypeDeclSnippet
    Snippet for a type definition (a class, interface, enum, or annotation interface definition).
    class UnresolvedReferenceException
    Exception reported on attempting to execute aRECOVERABLE_DEFINED snippet.
    class VarSnippet
    Snippet for a variable definition.
  • Uses ofObject injdk.jshell.execution

    Subclasses ofObject injdk.jshell.execution 
    Modifier and TypeClassDescription
    class DirectExecutionControl
    AnExecutionControl implementation that runs in the current process.
    class FailOverExecutionControlProvider
    Tries other providers in sequence until one works.
    class JdiDefaultExecutionControl
    The implementation ofExecutionControl that the JShell-core uses by default.
    class JdiExecutionControl
    Abstract JDI implementation ofExecutionControl.
    class JdiExecutionControlProvider
    A provider of remote JDI-controlled execution engines.
    class JdiInitiator
    Sets up a JDI connection, providing the resulting JDIVirtualMachine and theProcess the remote agent is running in.
    class LocalExecutionControl
    An implementation ofExecutionControl which executes in the same JVM as the JShell-core.
    class LocalExecutionControlProvider
    A provider of execution engines which run in the same process as JShell.
    class RemoteExecutionControl
    The remote agent runs in the execution process (separate from the main JShell process).
    class StreamingExecutionControl
    An implementation of theExecutionControl execution engine SPI which streams requests to a remote agent where execution takes place.
    class Util
    Miscellaneous utility methods for setting-up implementations ofExecutionControl.
    Methods injdk.jshell.execution with parameters of typeObject 
    Modifier and TypeMethodDescription
    protected staticStringDirectExecutionControl.valueString​(Object value)
  • Uses ofObject injdk.jshell.spi

    Subclasses ofObject injdk.jshell.spi 
    Modifier and TypeClassDescription
    static class ExecutionControl.ClassBytecodes
    Bundles class name with class bytecodes.
    static class ExecutionControl.ClassInstallException
    A class install (load or redefine) encountered a problem.
    static class ExecutionControl.EngineTerminationException
    Unbidden execution engine termination has occurred.
    static class ExecutionControl.ExecutionControlException
    The abstract base of allExecutionControl exceptions.
    static class ExecutionControl.InternalException
    An internal problem has occurred.
    static class ExecutionControl.NotImplementedException
    The command is not implemented.
    static class ExecutionControl.ResolutionException
    An exception indicating that aDeclarationSnippet with unresolved references has been encountered.
    static class ExecutionControl.RunException
    The abstract base of of exceptions specific to running user code.
    static class ExecutionControl.StoppedException
    static class ExecutionControl.UserException
    A 'normal' user exception occurred.
    class SPIResolutionException
    The construction and throw of this exception is embedded in code generated by the JShell core implementation in such a way that, upon executing aRECOVERABLE_DEFINED user method, this exception is thrown.
    Methods injdk.jshell.spi that returnObject 
    Modifier and TypeMethodDescription
    ObjectExecutionControl.extensionCommand​(String command,Object arg)
    Run a non-standard command (or a standard command from a newer version).
    Methods injdk.jshell.spi with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectExecutionControl.extensionCommand​(String command,Object arg)
    Run a non-standard command (or a standard command from a newer version).
  • Uses ofObject injdk.management.jfr

    Subclasses ofObject injdk.management.jfr 
    Modifier and TypeClassDescription
    class ConfigurationInfo
    Management representation of aConfiguration.
    class EventTypeInfo
    Management representation of anEventType.
    class RecordingInfo
    Management representation of aRecording.
    class SettingDescriptorInfo
    Management class that describes a setting, for example name, description and default value.
  • Uses ofObject injdk.nashorn.api.scripting

    Subclasses ofObject injdk.nashorn.api.scripting 
    Modifier and TypeClassDescription
    class AbstractJSObject
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class NashornException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class NashornScriptEngine
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class NashornScriptEngineFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class ScriptObjectMirror
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class ScriptUtils
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class URLReader
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    Methods injdk.nashorn.api.scripting that returnObject 
    Modifier and TypeMethodDescription
    ObjectAbstractJSObject.call​(Object thiz,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ObjectJSObject.call​(Object thiz,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Call this object as a JavaScript function.
    ObjectScriptObjectMirror.callMember​(String functionName,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Call member function
    staticObjectScriptUtils.convert​(Object obj,Object type)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Convert the given object to the given type.
    ObjectAbstractJSObject.eval​(String s)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ObjectJSObject.eval​(String s)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Evaluate a JavaScript expression.
    staticObjectAbstractJSObject.getDefaultValue​(JSObject jsobj,Class<?> hint)
    Deprecated.
    defaultObjectJSObject.getDefaultValue​(Class<?> hint)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Implements this object's[[DefaultValue]] method as per ECMAScript 5.1 section 8.6.2.
    ObjectNashornException.getEcmaError()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the underlying ECMA error object, if available.
    ObjectAbstractJSObject.getMember​(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ObjectJSObject.getMember​(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Retrieves a named member of this JavaScript object.
    ObjectScriptObjectMirror.getOwnPropertyDescriptor​(String key)
    Deprecated, for removal: This API element is subject to removal in a future version.
    ECMA 8.12.1 [[GetOwnProperty]] (P)
    ObjectScriptObjectMirror.getProto()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the __proto__ of this object.
    ObjectAbstractJSObject.getSlot​(int index)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ObjectJSObject.getSlot​(int index)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Retrieves an indexed member of this JavaScript object.
    protectedObjectNashornException.getThrown()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get the thrown object.
    staticObjectScriptUtils.makeSynchronizedFunction​(Object func,Object sync)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a wrapper function that callsfunc synchronized onsync or, if that is undefined,self.
    ObjectAbstractJSObject.newObject​(Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ObjectJSObject.newObject​(Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Call this 'constructor' JavaScript function to create a new object.
    staticObjectScriptObjectMirror.unwrap​(Object obj,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap a script object mirror if needed.
    staticObjectScriptUtils.unwrap​(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap a script object mirror if needed.
    staticObject[]ScriptObjectMirror.unwrapArray​(Object[] args,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap an array of script object mirrors if needed.
    staticObject[]ScriptUtils.unwrapArray​(Object[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap an array of script object mirrors if needed.
    staticObjectScriptObjectMirror.wrap​(Object obj,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Make a script object mirror on given object if needed.
    staticObject[]ScriptObjectMirror.wrapArray​(Object[] args,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Wrap an array of object to script object mirrors if needed.
    staticObject[]ScriptUtils.wrapArray​(Object[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Wrap an array of object to script object mirrors if needed.
    staticObjectScriptObjectMirror.wrapAsJSONCompatible​(Object obj,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Make a script object mirror on given object if needed.
    Methods injdk.nashorn.api.scripting that return types with arguments of typeObject 
    Modifier and TypeMethodDescription
    Collection<Object>AbstractJSObject.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Collection<Object>JSObject.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the set of all property values of this object.
    Methods injdk.nashorn.api.scripting with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectAbstractJSObject.call​(Object thiz,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ObjectJSObject.call​(Object thiz,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Call this object as a JavaScript function.
    ObjectScriptObjectMirror.callMember​(String functionName,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Call member function
    staticObjectScriptUtils.convert​(Object obj,Object type)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Convert the given object to the given type.
    booleanScriptObjectMirror.delete​(Object key)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Delete a property from this object.
    staticStringScriptUtils.format​(String format,Object[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Method which converts javascript types to java types for the String.format method (jrunscript function sprintf).
    static booleanScriptObjectMirror.identical​(Object obj1,Object obj2)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Are the given objects mirrors to same underlying object?
    booleanAbstractJSObject.isInstance​(Object instance)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    booleanJSObject.isInstance​(Object instance)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checking whether the given object is an instance of 'this' object.
    booleanJSObject.isInstanceOf​(Object clazz)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checking whether this object is an instance of the given 'clazz' object.
    static booleanScriptObjectMirror.isUndefined​(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Utility to check if given object is ECMAScript undefined value
    staticObjectScriptUtils.makeSynchronizedFunction​(Object func,Object sync)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create a wrapper function that callsfunc synchronized onsync or, if that is undefined,self.
    ObjectAbstractJSObject.newObject​(Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ObjectJSObject.newObject​(Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Call this 'constructor' JavaScript function to create a new object.
    voidNashornException.setEcmaError​(Object ecmaError)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the underlying ECMA error object, if available.
    voidAbstractJSObject.setMember​(String name,Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    voidJSObject.setMember​(String name,Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set a named member in this JavaScript object
    voidScriptObjectMirror.setProto​(Object proto)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set the __proto__ of this object.
    voidAbstractJSObject.setSlot​(int index,Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    voidJSObject.setSlot​(int index,Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set an indexed member in this JavaScript object
    staticObjectScriptObjectMirror.unwrap​(Object obj,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap a script object mirror if needed.
    staticObjectScriptUtils.unwrap​(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap a script object mirror if needed.
    staticObject[]ScriptObjectMirror.unwrapArray​(Object[] args,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap an array of script object mirrors if needed.
    staticObject[]ScriptUtils.unwrapArray​(Object[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Unwrap an array of script object mirrors if needed.
    staticObjectScriptObjectMirror.wrap​(Object obj,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Make a script object mirror on given object if needed.
    staticScriptObjectMirrorScriptUtils.wrap​(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Make a script object mirror on given object if needed.
    staticObject[]ScriptObjectMirror.wrapArray​(Object[] args,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Wrap an array of object to script object mirrors if needed.
    staticObject[]ScriptUtils.wrapArray​(Object[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Wrap an array of object to script object mirrors if needed.
    staticObjectScriptObjectMirror.wrapAsJSONCompatible​(Object obj,Object homeGlobal)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Make a script object mirror on given object if needed.
  • Uses ofObject injdk.nashorn.api.tree

    Subclasses ofObject injdk.nashorn.api.tree 
    Modifier and TypeClassDescription
    class SimpleTreeVisitorES5_1<R,​P>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class SimpleTreeVisitorES6<R,​P>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    class UnknownTreeException
    Deprecated, for removal: This API element is subject to removal in a future version.
    Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.
    Methods injdk.nashorn.api.tree that returnObject 
    Modifier and TypeMethodDescription
    ObjectUnknownTreeException.getArgument()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the additional argument.
    ObjectLiteralTree.getValue()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the value of this literal.
    Constructors injdk.nashorn.api.tree with parameters of typeObject 
    ConstructorDescription
    UnknownTreeException​(Tree t,Object p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates a newUnknownTreeException.
  • Uses ofObject injdk.net

    Subclasses ofObject injdk.net 
    Modifier and TypeClassDescription
    class ExtendedSocketOptions
    Defines extended socket options, beyond those defined inStandardSocketOptions.
    class NetworkPermission
    Represents permission to access the extended networking capabilities defined in the jdk.net package.
    class SocketFlow
    Represents the service level properties for the platform specific socket optionExtendedSocketOptions.SO_FLOW_SLA.
    class Sockets
    Defines static methods to set and get socket options defined by theSocketOption interface.
  • Uses ofObject injdk.nio

    Subclasses ofObject injdk.nio 
    Modifier and TypeClassDescription
    class Channels
    Defines static methods to createchannels.
  • Uses ofObject injdk.security.jarsigner

    Subclasses ofObject injdk.security.jarsigner 
    Modifier and TypeClassDescription
    class JarSigner
    An immutable utility class to sign a jar file.
    static class JarSigner.Builder
    A mutable builder class that can create an immutableJarSigner from various signing-related parameters.
    class JarSignerException
  • Uses ofObject innetscape.javascript

    Subclasses ofObject innetscape.javascript 
    Modifier and TypeClassDescription
    class JSException
    Thrown when an exception is raised in the JavaScript engine.
    class JSObject
    Allows Java code to manipulate JavaScript objects.
    Methods innetscape.javascript that returnObject 
    Modifier and TypeMethodDescription
    abstractObjectJSObject.call​(String methodName,Object... args)
    Calls a JavaScript method.
    abstractObjectJSObject.eval​(String s)
    Evaluates a JavaScript expression.
    abstractObjectJSObject.getMember​(String name)
    Retrieves a named member of a JavaScript object.
    abstractObjectJSObject.getSlot​(int index)
    Retrieves an indexed member of a JavaScript object.
    Methods innetscape.javascript with parameters of typeObject 
    Modifier and TypeMethodDescription
    abstractObjectJSObject.call​(String methodName,Object... args)
    Calls a JavaScript method.
    abstract voidJSObject.setMember​(String name,Object value)
    Sets a named member of a JavaScript object.
    abstract voidJSObject.setSlot​(int index,Object value)
    Sets an indexed member of a JavaScript object.
  • Uses ofObject inorg.ietf.jgss

    Subclasses ofObject inorg.ietf.jgss 
    Modifier and TypeClassDescription
    class ChannelBinding
    This class encapsulates the concept of caller-provided channel binding information.
    class GSSException
    This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
    class GSSManager
    This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
    class MessageProp
    This is a utility class used within the per-message GSSContext methods to convey per-message properties.
    class Oid
    This class represents Universal Object Identifiers (Oids) and their associated operations.
    Methods inorg.ietf.jgss with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanChannelBinding.equals​(Object obj)
    Compares two instances of ChannelBinding.
    booleanGSSCredential.equals​(Object another)
    Tests if this GSSCredential asserts the same entity as the supplied object.
    booleanGSSName.equals​(Object another)
    Compares thisGSSName object to another Object that might be aGSSName.
    booleanOid.equals​(Object other)
    Tests if two Oid objects represent the same Object identifier value.
  • Uses ofObject inorg.w3c.dom

    Subclasses ofObject inorg.w3c.dom 
    Modifier and TypeClassDescription
    class DOMException
    DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
    Methods inorg.w3c.dom that returnObject 
    Modifier and TypeMethodDescription
    ObjectDOMImplementation.getFeature​(String feature,String version)
    This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified inDOM Features.
    ObjectNode.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 .
    ObjectDOMConfiguration.getParameter​(String name)
    Return the value of a parameter if known.
    ObjectDOMError.getRelatedData()
    The relatedDOMError.type dependent data if any.
    ObjectDOMError.getRelatedException()
    The related platform dependent exception if any.
    ObjectNode.getUserData​(String key)
    Retrieves the object associated to a key on a this node.
    ObjectNode.setUserData​(String key,Object data,UserDataHandler handler)
    Associate an object to a key on this node.
    Methods inorg.w3c.dom with parameters of typeObject 
    Modifier and TypeMethodDescription
    booleanDOMConfiguration.canSetParameter​(String name,Object value)
    Check if setting a parameter to a specific value is supported.
    voidUserDataHandler.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.
    voidDOMConfiguration.setParameter​(String name,Object value)
    Set the value of a parameter.
    ObjectNode.setUserData​(String key,Object data,UserDataHandler handler)
    Associate an object to a key on this node.
  • Uses ofObject inorg.w3c.dom.bootstrap

    Subclasses ofObject inorg.w3c.dom.bootstrap 
    Modifier and TypeClassDescription
    class DOMImplementationRegistry
    A factory that enables applications to obtain instances ofDOMImplementation.
  • Uses ofObject inorg.w3c.dom.events

    Subclasses ofObject inorg.w3c.dom.events 
    Modifier and TypeClassDescription
    class EventException
    Event operations may throw anEventException as specified in their method descriptions.
  • Uses ofObject inorg.w3c.dom.ls

    Subclasses ofObject inorg.w3c.dom.ls 
    Modifier and TypeClassDescription
    class LSException
    Parser or write operations may throw anLSException if the processing is stopped.
  • Uses ofObject inorg.w3c.dom.ranges

    Subclasses ofObject inorg.w3c.dom.ranges 
    Modifier and TypeClassDescription
    class RangeException
    Range operations may throw aRangeException as specified in their method descriptions.
  • Uses ofObject inorg.w3c.dom.xpath

    Subclasses ofObject inorg.w3c.dom.xpath 
    Modifier and TypeClassDescription
    class XPathException
    A new exception has been created for exceptions specific to these XPath interfaces.
    Methods inorg.w3c.dom.xpath that returnObject 
    Modifier and TypeMethodDescription
    ObjectXPathEvaluator.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.
    ObjectXPathExpression.evaluate​(Node contextNode,short type,Object result)
    Evaluates this XPath expression and returns a result.
    Methods inorg.w3c.dom.xpath with parameters of typeObject 
    Modifier and TypeMethodDescription
    ObjectXPathEvaluator.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.
    ObjectXPathExpression.evaluate​(Node contextNode,short type,Object result)
    Evaluates this XPath expression and returns a result.
  • Uses ofObject inorg.xml.sax

    Subclasses ofObject inorg.xml.sax 
    Modifier and TypeClassDescription
    class HandlerBase
    Deprecated.
    This class works with the deprecatedDocumentHandler interface.
    class InputSource
    A single input source for an XML entity.
    class SAXException
    Encapsulate a general SAX error or warning.
    class SAXNotRecognizedException
    Exception class for an unrecognized identifier.
    class SAXNotSupportedException
    Exception class for an unsupported operation.
    class SAXParseException
    Encapsulate an XML parse error or warning.
    Methods inorg.xml.sax that returnObject 
    Modifier and TypeMethodDescription
    ObjectXMLReader.getProperty​(String name)
    Look up the value of a property.
    Methods inorg.xml.sax with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidXMLReader.setProperty​(String name,Object value)
    Set the value of a property.
  • Uses ofObject inorg.xml.sax.ext

    Subclasses ofObject inorg.xml.sax.ext 
    Modifier and TypeClassDescription
    class Attributes2Impl
    SAX2 extension helper for additional Attributes information, implementing theAttributes2 interface.
    class DefaultHandler2
    This class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2 extensions.
    class Locator2Impl
    SAX2 extension helper for holding additional Entity information, implementing theLocator2 interface.
  • Uses ofObject inorg.xml.sax.helpers

    Subclasses ofObject inorg.xml.sax.helpers 
    Modifier and TypeClassDescription
    class AttributeListImpl
    Deprecated.
    This class implements a deprecated interface,AttributeList; that interface has been replaced byAttributes, which is implemented in theAttributesImpl helper class.
    class AttributesImpl
    Default implementation of the Attributes interface.
    class DefaultHandler
    Default base class for SAX2 event handlers.
    class LocatorImpl
    Provide an optional convenience implementation of Locator.
    class NamespaceSupport
    Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.
    class ParserAdapter
    Adapt a SAX1 Parser as a SAX2 XMLReader.
    class ParserFactory
    Deprecated.
    This class works with the deprecatedParser interface.
    class XMLFilterImpl
    Base class for deriving an XML filter.
    class XMLReaderAdapter
    Adapt a SAX2 XMLReader as a SAX1 Parser.
    class XMLReaderFactory
    Deprecated.
    It is recommended to useSAXParserFactory instead.
    Methods inorg.xml.sax.helpers that returnObject 
    Modifier and TypeMethodDescription
    ObjectParserAdapter.getProperty​(String name)
    Get a parser property.
    ObjectXMLFilterImpl.getProperty​(String name)
    Look up the value of a property.
    Methods inorg.xml.sax.helpers with parameters of typeObject 
    Modifier and TypeMethodDescription
    voidParserAdapter.setProperty​(String name,Object value)
    Set a parser property.
    voidXMLFilterImpl.setProperty​(String name,Object value)
    Set the value of a property.