Uses of Class
java.lang.Object

Packages that useObject
Package
Description
com.sun.java.accessibility.util
Provides a collection of interfaces and classes that compose the Java AccessibilityUtilities.
com.sun.jdi
This is the core package of the Java DebugInterface (JDI), it defines mirrors for values, types, and the targetVirtualMachine itself - as well bootstrapping facilities.
com.sun.jdi.connect
This package defines connections between the virtual machineusing the JDI and the target virtual machine.
com.sun.jdi.connect.spi
This package comprises the interfaces and classes used todevelop newTransportServiceimplementations.
com.sun.jdi.request
This package is used to request that a JDIevent be sent under specified conditions.
com.sun.management
This package contains JDK extensions to the standard implementation ofthejava.lang.management API and also defines the managementinterface 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 serverimplementation 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 extensionsto the GSS-API.
com.sun.source.tree
Provides interfaces to represent source code as abstract syntaxtrees (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 makedirect 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 appletuses to communicate with its applet context.
java.awt
Contains all of the classes for creating user interfaces and for paintinggraphics and images.
java.awt.color
Provides classes for color spaces.
java.awt.datatransfer
Provides interfaces and classes for transferring data between and withinapplications.
java.awt.desktop
Provides interfaces and classes for interaction with various desktopcapabilities.
java.awt.dnd
Drag and Drop is a direct manipulation gesture found in many Graphical UserInterface systems that provides a mechanism to transfer information betweentwo entities logically associated with presentation elements in the GUI.
java.awt.event
Provides interfaces and classes for dealing with different types of eventsfired 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 onobjects 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 beused 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 onthe 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 Javaprogramming language.
java.lang.annotation
Provides library support for the Java programming languageannotation facility.
java.lang.classfile
Provides classfile parsing, generation, and transformation library.
java.lang.classfile.constantpool
Provides interfaces describing constant pool entries for thejava.lang.classfile library.
java.lang.constant
Classes and interfaces to representnominal descriptors for run-timeentities such as classes or method handles, and classfile entities such asconstant pool entries orinvokedynamic call sites.
java.lang.foreign
Provides low-level access to memory and functions outside the Java runtime.
java.lang.instrument
Provides services that allow Java programming language agents to instrumentprograms running on the Java Virtual Machine (JVM).
java.lang.invoke
Thejava.lang.invoke package provides low-level primitives for interactingwith 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 modulesby means of resolution and service binding.
java.lang.ref
Provides reference-object classes, which support a limited degreeof interaction with the garbage collector.
java.lang.reflect
Provides classes and interfaces for obtaining reflective information aboutclasses and objects.
java.lang.runtime
Thejava.lang.runtime package provides low-level runtime supportfor the Java language.
java.math
Provides classes for performing arbitrary-precision integerarithmetic (BigInteger) and arbitrary-precision decimalarithmetic (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 anoverview of the other NIO packages.
java.nio.channels
Defines channels, which represent connections to entities that are capable ofperforming I/O operations, such as files and sockets; defines selectors, formultiplexed, non-blocking I/O operations.
java.nio.channels.spi
Service-provider classes for thejava.nio.channelspackage.
java.nio.charset
Defines charsets, decoders, and encoders, for translating betweenbytes 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.dgc
Provides classes and interface for RMI distributedgarbage-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.cert
Provides classes and interfaces for parsing and managingcertificates, certificate revocation lists (CRLs), andcertification paths.
java.security.spec
Provides classes and interfaces for key specifications and algorithmparameter specifications.
java.sql
Provides the API for accessing and processing data stored in adata source (usually a relational database) using theJava 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 parsingand scanning classes, base64 encoding and decoding, a bit array, andseveral 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-safeprogramming on single variables.
java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waitingfor conditions that is distinct from built-in synchronization andmonitors.
java.util.function
Functional interfaces provide target types for lambda expressionsand 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 anoptional manifest file.
java.util.logging
Provides the classes and interfaces ofthe Java 2 platform's core logging facilities.
java.util.prefs
This package allows applications to store and retrieve user and systempreference and configuration data.
java.util.random
This package contains classes and interfaces that support a generic APIfor random number generation.
java.util.regex
Classes for matching character sequences against patterns specifiedby 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, suchas map-reduce transformations on collections.
java.util.zip
Provides classes for reading and writing the standard ZIP and GZIP fileformats.
javax.accessibility
Defines a contract between user-interface components and an assistivetechnology that provides access to those components.
javax.annotation.processing
Facilities for declaring annotation processors and forallowing annotation processors to communicate with an annotation processingtool environment.
javax.crypto
Provides the classes and interfaces for cryptographicoperations.
javax.crypto.spec
Provides classes and interfaces for key specifications andalgorithm 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 writingmetadata.
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 forreaders, 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 andstreams.
javax.lang.model
Types and hierarchies of packages comprising a Java language model, a reflective API that models the declarations and types of the Javaprogramming 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 dynamicloading.
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 toJMX 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
Provides the Service Provider Interface for DNS lookups whenperforming LDAP operations.
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 PrintService API.
javax.print.attribute
Provides classes and interfaces that describe the types of Java PrintService attributes and how they can be collected into attribute sets.
javax.print.attribute.standard
Packagejavax.print.attribute.standard contains classes for specificprinting attributes.
javax.print.event
Packagejavax.print.event contains event classes and listenerinterfaces.
javax.rmi.ssl
Provides implementations ofRMIClientSocketFactoryandRMIServerSocketFactory overthe 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 andauthorization.
javax.security.auth.callback
This package provides the classes necessary for servicesto interact with applications in order to retrieveinformation (authentication data including usernamesor 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 networkauthentication 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 storeX500 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
Provides interfaces and classes for the Java Sound 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 MIDIdevices, MIDI file readers and writers, or sound bank readers.
javax.sound.sampled
Provides interfaces and classes for capture, processing, and playback ofsampled audio data.
javax.sound.sampled.spi
Supplies abstract classes for service providers to subclass when offering newaudio devices, sound file readers and writers, or audio format converters.
javax.sql
Provides the API for server side data source access and processing fromthe 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 typesand 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) componentsthat, to the maximum degree possible, work the same on all platforms.
javax.swing.border
Provides classes and interface for drawing specialized borders around a Swingcomponent.
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 provideits 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 Nimbuslook 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 textcomponents.
javax.swing.text.html
Provides the classHTMLEditorKit and supporting classes for creatingHTML 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 texteditors.
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 astext 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 managerand the resource manager, which allows the transaction manager to enlistand delist resource objects (supplied by the resource manager driver) inJTA transactions.
javax.xml
Defines constants for XML processing.
javax.xml.catalog
Provides the classes for implementingXML 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 digitalsignatures.
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 theevaluation of XPath expressions and access to the evaluationenvironment.
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 implementtheir own language-specific object models and type conversions.
jdk.dynalink.linker.support
Contains classes that make it more convenient for language runtimes toimplement their own language-specific object models and type conversionsby providing basic implementations of some classes as well as variousutilities.
jdk.dynalink.support
Contains classes that make using Dynalink more convenient by providingbasic implementations of some classes as well as various utilities.
jdk.incubator.vector

Incubating Feature. Will be removed in a future release.
jdk.javadoc.doclet
The Doclet API provides an environment which, in conjunction withthe Language Model API and Compiler Tree API, allows clientsto inspect the source-level structures of programs andlibraries, 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.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.net
Platform specific socket options for thejava.net andjava.nio.channelssocket classes.
jdk.nio
Defines JDK-specificchannel APIs.
jdk.nio.mapmode
JDK-specific map modes for use withFileChannel::map.
jdk.security.jarsigner
This package defines APIs for signing jar files.
netscape.javascript
Deprecated, for removal: This API element is subject to removalin a future version.
The jdk.jsobject module will be delivered with JavaFX.
org.ietf.jgss
This package presents a framework that allows application developers tomake use of security services like authentication, data integrity anddata confidentiality from a variety of underlying security mechanismslike 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 interfaces for the Simple API for XML (SAX).
org.xml.sax.ext
Provides interfaces to SAX2 facilities thatconformant SAX drivers won't necessarily support.
org.xml.sax.helpers
Provides helper classes, includingsupport for bootstrapping SAX-based applications.
  • Uses ofObject incom.sun.java.accessibility.util

    Modifier and Type
    Class
    Description
    class 
    AccessibilityEventMonitor implements a PropertyChange listeneron every UI object that implements interfaceAccessible in the JavaVirtual Machine.
    class 
    TheAccessibilityListenerList is a copy of the SwingEventListerList class.
    class 
    TheAWTEventMonitor implements a suite of listeners that areconditionally installed on every AWT component instance in the JavaVirtual Machine.
    class 
    EventID contains integer constants that map to event support inAWT and Swing.
    class 
    TheEventQueueMonitor class provides key core functionality for AssistiveTechnologies (and other system-level technologies that need some of the samethings that Assistive Technology needs).
    class 
    SwingEventMonitor extendsAWTEventMonitor by adding a suite oflisteners conditionally installed on every Swing component instancein the Java Virtual Machine.
    class 
    TheTranslator class provides a translation to interfaceAccessiblefor objects that do not implement interfaceAccessible.
    Modifier and Type
    Field
    Description
    protectedObject[]
    AccessibilityListenerList.listenerList
    The list of listener type, listener pairs
    protectedObject
    Translator.source
    The source object needing translating.
    Modifier and Type
    Method
    Description
    AccessibilityListenerList.getListenerList()
    Passes back the event listener list as an array of listener type, listener pairs.
    Translator.getSource()
    Get the sourceObject of theTranslator.
    Methods incom.sun.java.accessibility.util with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Translator.equals(Object o)
    Returns true if this object is the same as the one passed in.
    Translator.getAccessible(Object o)
    Obtain an object that implements interfaceAccessible.
    void
    Translator.setSource(Object o)
    Set the source object of theTranslator.
    Constructors incom.sun.java.accessibility.util with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Create a newTranslator with the source object o.
  • Uses ofObject incom.sun.jdi

    Subclasses ofObject incom.sun.jdi
    Modifier and Type
    Class
    Description
    class 
    Thrown to indicate line number or variable information is not available.
    class 
    Initial class that provides access to the default implementationof JDI interfaces.
    class 
    Thrown to indicate that the requested class hasnot yet been loaded through the appropriate class loader.
    class 
    Thrown to indicate that the requested operation cannot becompleted because the specified class has not yet been prepared.
    class 
    Thrown to indicate that the requested operation cannot becompleted while the specified thread is in its current state.
    class 
    Thrown to indicate that there is an inconistency in the debuginformation provided by the target VM.
    class 
    Thrown to indicate that an unexpected internal error hasoccurred.
    class 
    Deprecated.
    This exception is no longer thrown
    class 
    Deprecated.
    This exception is no longer thrown
    class 
    Thrown to indicate that the requested module is invalidor became invalid after the module was unloaded.
    class 
    Thrown to indicate that the requested operation cannot becompleted because the specified stack frame is no longer valid.
    class 
    Thrown to indicate a type mismatch in setting the value of a fieldor variable, or in specifying the return value of a method.
    class 
    Thrown to indicate an exception occurred in an invoked method withinthe target VM.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager,which is no longer supported.
    class 
    Thrown to indicate an operation cannot be completed becauseit is not valid for a native method.
    class 
    Thrown to indicate that the requested operation cannot becompleted because the specified object has been garbage collected.
    class 
    Thrown to indicate an operation could not be performed on a frame.
    class 
    Thrown to indicate that the operation is invalid because it wouldmodify the VM and the VM is read-only.
    class 
    Unchecked exception thrown to indicate that therequested operation cannot becompleted because there is no longer a connection to the target VM.
    class 
    Thrown to indicate that the requested operation cannot becompleted because the mirror from one target VM is beingcombined with a mirror from another target VM.
    class 
    Thrown to indicate that the requested operation cannot becompleted because the target VM has run out of memory.
    Methods incom.sun.jdi with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    BooleanValue.equals(Object obj)
    Compares the specified Object with this BooleanValue for equality.
    boolean
    ByteValue.equals(Object obj)
    Compares the specified Object with this ByteValue for equality.
    boolean
    CharValue.equals(Object obj)
    Compares the specified Object with this CharValue for equality.
    boolean
    DoubleValue.equals(Object obj)
    Compares the specified Object with this DoubleValue for equality.
    boolean
    Field.equals(Object obj)
    Compares the specified Object with this field for equality.
    boolean
    FloatValue.equals(Object obj)
    Compares the specified Object with this FloatValue for equality.
    boolean
    IntegerValue.equals(Object obj)
    Compares the specified Object with this IntegerValue for equality.
    boolean
    LocalVariable.equals(Object obj)
    Compares the specified Object with this LocalVariable for equality.
    boolean
    Location.equals(Object obj)
    Compares the specified Object with this Location for equality.
    boolean
    LongValue.equals(Object obj)
    Compares the specified Object with this LongValue for equality.
    boolean
    Method.equals(Object obj)
    Compares the specified Object with this method for equality.
    boolean
    ObjectReference.equals(Object obj)
    Compares the specified Object with this ObjectReference for equality.
    boolean
    ReferenceType.equals(Object obj)
    Compares the specified Object with this ReferenceType for equality.
    boolean
    ShortValue.equals(Object obj)
    Compares the specified Object with this ShortValue for equality.
    boolean
    VoidValue.equals(Object obj)
    Compares the specified Object with this VoidValue for equality.
  • Uses ofObject incom.sun.jdi.connect

    Modifier and Type
    Class
    Description
    class 
    Thrown to indicate an invalid argument orinconsistent passed to aConnector.
    class 
    This exception may be thrown as a result of a timeoutwhen attaching to a target VM, or waiting to accept aconnection from a target VM.
    class 
    A target VM was successfully launched, but terminated with anerror before a connection could be established.
  • Uses ofObject incom.sun.jdi.connect.spi

    Modifier and Type
    Class
    Description
    class 
    This exception may be thrown as a result of an asynchronousclose of aConnection while an I/O operation isin progress.
    class 
    A connection between a debugger and a target VM which it debugs.
    class 
    A transport service for connections between a debugger anda target VM.
    static class 
    The transport service capabilities.
    static class 
    Alisten key.
  • Uses ofObject incom.sun.jdi.request

    Modifier and Type
    Class
    Description
    class 
    Thrown to indicate a duplicate event request.
    class 
    Thrown to indicate that the requested event cannot be modifiedbecause it is enabled.
    Methods incom.sun.jdi.request that returnObject
    Modifier and Type
    Method
    Description
    EventRequest.getProperty(Object key)
    Returns the value of the property with the specified key.
    Methods incom.sun.jdi.request with parameters of typeObject
    Modifier and Type
    Method
    Description
    EventRequest.getProperty(Object key)
    Returns the value of the property with the specified key.
    void
    EventRequest.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 Type
    Class
    Description
    class 
    The information about a garbage collection
    class 
    Garbage collection information.
    class 
    Information about a VM option including its value andwhere the value came from which is referred as itsorigin.
    Methods incom.sun.management that returnObject
    Modifier and Type
    Method
    Description
    GcInfo.get(String key)
     
    GcInfo.getAll(String[] keys)
     
    Methods incom.sun.management with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    GcInfo.containsValue(Object value)
     
    boolean
    GcInfo.equals(Object obj)
     
  • Uses ofObject incom.sun.net.httpserver

    Modifier and Type
    Class
    Description
    class 
    Authenticator represents an implementation of an HTTP authenticationmechanism.
    static class 
    Indicates an authentication failure.
    static class 
    Base class for return type fromAuthenticator.authenticate(HttpExchange) method.
    static class 
    Indicates an authentication must be retried.
    static class 
    Indicates an authentication has succeeded and theauthenticated userprincipal can be acquired by callingAuthenticator.Success.getPrincipal().
    class 
    BasicAuthenticator provides an implementation of HTTP Basicauthentication.
    class 
    A filter used to pre- and post-process incoming requests.
    static class 
    A chain of filters associated with aHttpServer.
    class 
    HTTP request and response headers are represented by this class whichimplements the interfaceMap<String,List <String>>.
    class 
    HttpContext represents a mapping between the rootURIpath of an application to aHttpHandler which is invoked to handlerequests destined for that path on the associatedHttpServer orHttpsServer.
    class 
    This class encapsulates a HTTP request received and aresponse to be generated in one exchange.
    final class 
    Implementations ofHttpHandlerthat implement various useful handlers, such as a static response handler,or a conditional handler that complements one handler with another.
    class 
    Represents a user authenticated by HTTP Basic or Digestauthentication.
    class 
    This class is used to configure the https parameters for each incominghttps connection on aHttpsServer.
    class 
    This class implements a simple HTTP server.
    class 
    This class encapsulates a HTTPS request received and a response to begenerated in one exchange and defines the extensions toHttpExchangethat are specific to the HTTPS protocol.
    class 
    Represents the set of parameters for each https connection negotiated withclients.
    class 
    This class is an extension ofHttpServer which provides support forHTTPS.
    final class 
    A simple HTTP file server and its components (intended for testing,development and debugging purposes only).
    Methods incom.sun.net.httpserver that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    HttpExchange.getAttribute(String name)
    Filter modules may store arbitrary objects withHttpExchangeinstances as an out-of-band communication mechanism.
    Methods incom.sun.net.httpserver that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    abstractMap<String,Object>
    HttpContext.getAttributes()
    Returns a mutableMap, which can be used to pass configurationand other data toFilter modules and to the context's exchangehandler.
    Methods incom.sun.net.httpserver with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Headers.containsKey(Object key)
     
    boolean
    Headers.containsValue(Object value)
     
    boolean
    Headers.equals(Object o)
     
    boolean
    HttpPrincipal.equals(Object another)
    Compare two instances ofHttpPrincipal.
    Headers.get(Object key)
     
    Headers.remove(Object key)
     
    abstract void
    HttpExchange.setAttribute(String name,Object value)
    Filter modules may store arbitrary objects withHttpExchangeinstances as an out-of-band communication mechanism.
  • Uses ofObject incom.sun.net.httpserver.spi

    Modifier and Type
    Class
    Description
    class 
    Service provider class for HttpServer.
  • Uses ofObject incom.sun.nio.sctp

    Subclasses ofObject incom.sun.nio.sctp
    Modifier and Type
    Class
    Description
    class 
    A skeletal handler that consumes notifications and continues.
    class 
    A class that represents an SCTP association.
    class 
    Notification emitted when an association has either opened or closed.
    class 
    Unchecked exception thrown when an attempt is made to invoke thereceive method ofSctpChannel orSctpMultiChannelfrom a notification handler.
    class 
    Unchecked exception thrown when an attempt is made to remove anaddress that is not bound to the channel, or remove an address from achannel that has only one address bound to it.
    class 
    Unchecked exception thrown when an attempt is made to send amessage to an invalid stream.
    class 
    TheMessageInfo class provides additional ancillary information aboutmessages.
    class 
    Notification emitted when a destination address on a multi-homed peerencounters a change.
    class 
    A selectable channel for message-oriented connected SCTP sockets.
    class 
    A selectable channel for message-oriented SCTP sockets.
    class 
    A selectable channel for message-oriented listening SCTP sockets.
    final class 
    SCTP channels supports the socket options defined by this class(as well as those listed in the particular channel class) and may supportadditional Implementation specific socket options.
    static class 
    This class is used to set the maximum number of inbound/outbound streamsused by the local endpoint during association initialization.
    class 
    Notification emitted when a send failed notification has been received.
    class 
    Notification emitted when a peer shuts down an association.
    Methods incom.sun.nio.sctp with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    SctpStandardSocketOptions.InitMaxStreams.equals(Object obj)
    Returns true if the specified object is anotherInitMaxStreamsinstance with the same number of in and out bound streams.
  • Uses ofObject incom.sun.security.auth

    Modifier and Type
    Class
    Description
    final class 
    A principal identified by a distinguished name as specified byRFC 2253.
    class 
    This class implements thePrincipal interfaceand represents the name of the Windows NT domain into which theuser authenticated.
    class 
    This class abstracts an NT security tokenand provides a mechanism to do same-process security impersonation.
    class 
    This class implements thePrincipal interfaceand represents information about a Windows NT user, group or realm.
    class 
    This class extendsNTSidand represents a Windows NT user's domain SID.
    class 
    This class extendsNTSidand represents one of the groups to which a Windows NT user belongs.
    class 
    This class extendsNTSidand represents a Windows NT user's primary group SID.
    class 
    This class extendsNTSidand represents a Windows NT user's SID.
    class 
    This class implements thePrincipal interfaceand represents a Windows NT user.
    class 
    This class implements thePrincipal interfaceand represents a user's Unix group identification number (GID).
    class 
    This class implements thePrincipal interfaceand represents a user's Unix identification number (UID).
    class 
    This class implements thePrincipal interfaceand represents a Unix user.
    final class 
    A user principal identified by a username or account name.
    Methods incom.sun.security.auth with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    LdapPrincipal.equals(Object object)
    Compares this principal to the specified object.
    boolean
    NTDomainPrincipal.equals(Object o)
    Compares the specified Object with thisNTDomainPrincipalfor equality.
    boolean
    NTNumericCredential.equals(Object o)
    Compares the specified Object with thisNTNumericCredentialfor equality.
    boolean
    NTSid.equals(Object o)
    Compares the specified Object with thisNTSidfor equality.
    boolean
    NTSidDomainPrincipal.equals(Object o)
    Compares the specified Object with thisNTSidDomainPrincipalfor equality.
    boolean
    NTSidGroupPrincipal.equals(Object o)
    Compares the specified Object with thisNTSidGroupPrincipalfor equality.
    boolean
    NTSidPrimaryGroupPrincipal.equals(Object o)
    Compares the specified Object with thisNTSidPrimaryGroupPrincipalfor equality.
    boolean
    NTSidUserPrincipal.equals(Object o)
    Compares the specified Object with thisNTSidUserPrincipalfor equality.
    boolean
    NTUserPrincipal.equals(Object o)
    Compares the specified Object with thisNTUserPrincipalfor equality.
    boolean
    UnixNumericGroupPrincipal.equals(Object o)
    Compares the specified Object with thisUnixNumericGroupPrincipalfor equality.
    boolean
    UnixNumericUserPrincipal.equals(Object o)
    Compares the specified Object with thisUnixNumericUserPrincipalfor equality.
    boolean
    UnixPrincipal.equals(Object o)
    Compares the specified Object with thisUnixPrincipalfor equality.
    boolean
    UserPrincipal.equals(Object object)
    Compares this principal to the specified object.
  • Uses ofObject incom.sun.security.auth.callback

    Modifier and Type
    Class
    Description
    class 
    Prompts and reads from the command line for answers to authenticationquestions.
  • Uses ofObject incom.sun.security.auth.login

    Modifier and Type
    Class
    Description
    class 
    This class represents a default implementation forjavax.security.auth.login.Configuration.
  • Uses ofObject incom.sun.security.auth.module

    Modifier and Type
    Class
    Description
    class 
    The module prompts for a username and passwordand then verifies the password against the password stored ina directory service configured under JNDI.
    class 
    Provides a JAAS login module that prompts for a key store alias andpopulates the subject with the alias's principal and credentials.
    class 
    ThisLoginModule authenticates users usingKerberos protocols.
    class 
    ThisLoginModule performs LDAP-based authentication.
    class 
    ThisLoginModulerenders a user's NT security information as some number ofPrincipalsand associates them with aSubject.
    class 
    This class implementation retrieves and makes available NTsecurity information for the current user.
    class 
    ThisLoginModule imports a user's UnixPrincipal information (UnixPrincipal,UnixNumericUserPrincipal,andUnixNumericGroupPrincipal)and associates them with the currentSubject.
    class 
    This class implementation retrieves and makes available UnixUID/GID/groups information for the current user.
  • Uses ofObject incom.sun.security.jgss

    Modifier and Type
    Class
    Description
    final class 
    Kerberos 5 AuthorizationData entry.
    class 
    GSS-API Utilities for use in conjunction with the JDK implementationof Java GSS-API.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    Methods incom.sun.security.jgss that returnObject
    Modifier and Type
    Method
    Description
    ExtendedGSSContext.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 Type
    Method
    Description
    LiteralTree.getValue()
    Returns the value of the literal expression.
  • Uses ofObject incom.sun.source.util

    Modifier and Type
    Class
    Description
    class 
    A path of tree nodes, typically used to represent the sequence of ancestornodes of a tree node up to the top-levelDocCommentTree node.
    class 
    A DocTreeVisitor that visits all the child tree nodes, and providessupport for maintaining a path for the parent nodes.
    class 
    Provides access to syntax trees for doc comments.
    class 
    A DocTreeVisitor that visits all the child tree nodes.
    class 
    Provides access to functionality specific to the JDK Java Compiler, javac.
    class 
    A simple visitor for tree nodes.
    class 
    A simple visitor for tree nodes.
    final class 
    Provides details about work that has been done by the JDK Java Compiler, javac.
    class 
    A path of tree nodes, typically used to represent the sequence of ancestornodes of a tree node up to the top-levelCompilationUnitTree node.
    class 
    A TreeVisitor that visits all the child tree nodes, and providessupport for maintaining a path for the parent nodes.
    class 
    Bridges JSR 199, JSR 269, and the Tree API.
    class 
    A TreeVisitor that visits all the child tree nodes.
    Fields incom.sun.source.util declared asObject
    Modifier and Type
    Field
    Description
    protected finalR
    SimpleDocTreeVisitor.DEFAULT_VALUE
    The default value, returned by thedefault action.
    protected finalR
    SimpleTreeVisitor.DEFAULT_VALUE
    The default value, returned by thedefault action.
  • Uses ofObject incom.sun.tools.attach

    Modifier and Type
    Class
    Description
    class 
    The exception thrown when an agent fails to initialize in the targetJava virtual machine.
    class 
    The exception thrown when an agent cannot be loaded into the targetJava virtual machine.
    class 
    Thrown byVirtualMachine.attach when attempting to attach to a Java virtual machinefor which a compatibleAttachProvider does not exist.
    class 
    Exception type to signal that an attach operation failed in the target VM.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager,which is no longer supported.
    class 
    A Java virtual machine.
    class 
    Describes a Java virtual machine.
    Methods incom.sun.tools.attach with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    VirtualMachine.equals(Object ob)
    Tests this VirtualMachine for equality with another object.
    boolean
    VirtualMachineDescriptor.equals(Object ob)
    Tests this VirtualMachineDescriptor for equality with another object.
  • Uses ofObject incom.sun.tools.attach.spi

    Modifier and Type
    Class
    Description
    class 
    Attach provider class for attaching to a Java virtual machine.
  • Uses ofObject incom.sun.tools.javac

    Modifier and Type
    Class
    Description
    class 
    A legacy programmatic interface for the Java Programming Languagecompiler, javac.
  • Uses ofObject incom.sun.tools.jconsole

    Modifier and Type
    Class
    Description
    class 
    A JConsole plugin class.
  • Uses ofObject injava.applet

    Subclasses ofObject injava.applet
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    The Applet API is deprecated, no replacement.
    protected class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class implements accessibility support for theApplet class.
  • Uses ofObject injava.awt

    Subclasses ofObject injava.awt
    Modifier and Type
    Class
    Description
    final class 
    TheAlphaComposite class implements basic alphacompositing rules for combining source and destination colorsto achieve blending and transparency effects with graphics andimages.
    class 
    Thrown when a serious Abstract Window Toolkit error has occurred.
    class 
    The root event class for all AWT events.
    class 
    AWTEventMulticaster implements efficient and thread-safe multi-castevent dispatching for the AWT events defined in thejava.awt.eventpackage.
    class 
    Signals that an Abstract Window Toolkit exception has occurred.
    class 
    AnAWTKeyStroke represents a key action on thekeyboard, or equivalent input device.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    There is no replacement for this class.
    class 
    TheBasicStroke class defines a basic set of renderingattributes for the outlines of graphics primitives, which are renderedwith aGraphics2D object that has its Stroke attribute set tothisBasicStroke.
    class 
    A border layout lays out a container, arranging and resizingits components to fit in five regions:north, south, east, west, and center.
    class 
    Capabilities and properties of buffers.
    static final class 
    A type-safe enumeration of the possible back buffer contents afterpage-flipping
    class 
    This class creates a labeled button.
    protected class 
    This class implements accessibility support for theButton class.
    class 
    ACanvas component represents a blank rectangulararea of the screen onto which the application can draw or fromwhich the application can trap input events from the user.
    protected class 
    This class implements accessibility support for theCanvas class.
    class 
    ACardLayout object is a layout manager for acontainer.
    class 
    A check box is a graphical component that can be in either an"on" (true) or "off" (false) state.
    protected class 
    This class implements accessibility support for theCheckbox class.
    class 
    TheCheckboxGroup class is used to group togethera set ofCheckbox buttons.
    class 
    This class represents a check box that can be included in a menu.
    protected class 
    Inner class of CheckboxMenuItem used to provide default support foraccessibility.
    class 
    TheChoice class presents a pop-up menu of choices.
    protected class 
    This class implements accessibility support for theChoice class.
    class 
    TheColor class is used to encapsulate colors in the defaultsRGB color space or colors in arbitrary color spaces identified by aColorSpace.
    class 
    Acomponent is an object having a graphical representationthat can be displayed on the screen and that can interact with theuser.
    protected class 
    Inner class of Component used to provide default support foraccessibility.
    protected class 
    Fire PropertyChange listener, if one is registered,when shown/hidden..
    protected class 
    Fire PropertyChange listener, if one is registered,when focus events happen
    protected class 
    Inner class for blitting offscreen surfaces to a component.
    protected class 
    Inner class for flipping buffers on a component.
    final class 
    The ComponentOrientation class encapsulates the language-sensitiveorientation that is to be used to order the elements of a componentor of text.
    class 
    A generic Abstract Window Toolkit(AWT) container object is a componentthat can contain other AWT components.
    protected class 
    Inner class of Container used to provide default support foraccessibility.
    protected class 
    FirePropertyChange listener, if one is registered,when children are added or removed.
    class 
    A FocusTraversalPolicy that determines traversal order based on the orderof child Components in a Container.
    class 
    A class to encapsulate the bitmap representation of the mouse cursor.
    class 
    A FocusTraversalPolicy that determines traversal order based on the orderof child Components in a Container.
    class 
    The default KeyboardFocusManager for AWT applications.
    class 
    TheDesktop class allows interact with various desktop capabilities.
    class 
    A Dialog is a top-level window with a title and a borderthat is typically used to take some form of input from the user.
    protected class 
    This class implements accessibility support for theDialog class.
    class 
    TheDimension class encapsulates the width andheight of a component (in integer precision) in a single object.
    final class 
    TheDisplayMode class encapsulates the bit depth, height,width, and refresh rate of aGraphicsDevice.
    class 
    Deprecated.
    It is recommended thatAWTEvent and its subclasses be used instead
    class 
    EventQueue is a platform-independent classthat queues events, both from the underlying peer classesand from trusted application classes.
    class 
    TheFileDialog class displays a dialog windowfrom which the user can select a file.
    class 
    A flow layout arranges components in a directional flow, muchlike lines of text in a paragraph.
    class 
    A FocusTraversalPolicy defines the order in which Components with aparticular focus cycle root are traversed.
    class 
    TheFont class represents fonts, which are used torender text in a visible way.
    class 
    Thrown by method createFont in theFont class to indicatethat the specified font is bad.
    class 
    TheFontMetrics class defines a font metrics object, whichencapsulates information about the rendering of a particular font on aparticular screen.
    class 
    AFrame is a top-level window with a title and a border.
    protected class 
    This class implements accessibility support for theFrame class.
    class 
    TheGradientPaint class provides a way to fillaShape with a linear color gradient pattern.
    class 
    TheGraphics class is the abstract base class forall graphics contexts that allow an application to draw ontocomponents that are realized on various devices, as well asonto off-screen images.
    class 
    ThisGraphics2D class extends theGraphics class to provide more sophisticatedcontrol over geometry, coordinate transformations, color management,and text layout.
    class 
    TheGraphicsConfigTemplate class is used to obtain a validGraphicsConfiguration.
    class 
    TheGraphicsConfiguration class describes thecharacteristics of a graphics destination such as a printer or monitor.
    class 
    TheGraphicsDevice class describes the graphics devicesthat might be available in a particular graphics environment.
    class 
    TheGraphicsEnvironment class describes the collectionofGraphicsDevice objects andFont objectsavailable to a Java(tm) application on a particular platform.
    class 
    TheGridBagConstraints class specifies constraintsfor components that are laid out using theGridBagLayout class.
    class 
    TheGridBagLayout class is a flexible layoutmanager that aligns components vertically, horizontally or along theirbaseline without requiring that the components be of the same size.
    final class 
    TheGridBagLayoutInfo is an utility class forGridBagLayout layout manager.
    class 
    TheGridLayout class is a layout manager thatlays out a container's components in a rectangular grid.
    class 
    Thrown when code that is dependent on a keyboard, display, or mouseis called in an environment that does not support a keyboard, display,or mouse.
    class 
    Signals that an AWT component is not in an appropriate state forthe requested operation.
    class 
    The abstract classImage is the superclass of allclasses that represent graphical images.
    class 
    Capabilities and properties of images.
    class 
    AnInsets object is a representation of the bordersof a container.
    final class 
    A set of attributes which control a print job.
    static final class 
    A type-safe enumeration of possible default selection states.
    static final class 
    A type-safe enumeration of possible job destinations.
    static final class 
    A type-safe enumeration of possible dialogs to display to the user.
    static final class 
    A type-safe enumeration of possible multiple copy handling states.
    static final class 
    A type-safe enumeration of possible multi-page impositions.
    class 
    The KeyboardFocusManager is responsible for managing the active and focusedWindows, and the current focus owner.
    class 
    ALabel object is a component for placing text in acontainer.
    protected class 
    This class implements accessibility support for theLabel class.
    final class 
    TheLinearGradientPaint class provides a way to fillaShape with a linear color gradient pattern.
    class 
    TheList component presents the user with ascrolling list of text items.
    protected class 
    This class implements accessibility support for theList class.
    protected class 
    This class implements accessibility support forList children.
    class 
    TheMediaTracker class is a utility class to trackthe status of a number of media objects.
    class 
    AMenu object is a pull-down menu componentthat is deployed from a menu bar.
    protected class 
    Inner class of Menu used to provide default support foraccessibility.
    class 
    TheMenuBar class encapsulates the platform'sconcept of a menu bar bound to a frame.
    protected class 
    Inner class of MenuBar used to provide default support foraccessibility.
    class 
    The abstract classMenuComponent is the superclassof all menu-related components.
    protected class 
    Inner class ofMenuComponent used to providedefault support for accessibility.
    class 
    All items in a menu must belong to the classMenuItem, or one of its subclasses.
    protected class 
    Inner class of MenuItem used to provide default support foraccessibility.
    class 
    TheMenuShortcut class represents a keyboard acceleratorfor a MenuItem.
    class 
    MouseInfo provides methods for getting information about the mouse,such as mouse pointer location and the number of mouse buttons.
    class 
    This is the superclass for Paints which use a multiple colorgradient to fill in their raster.
    final class 
    A set of attributes which control the output of a printed page.
    static final class 
    A type-safe enumeration of possible color states.
    static final class 
    A type-safe enumeration of possible paper sizes.
    static final class 
    A type-safe enumeration of possible orientations.
    static final class 
    A type-safe enumeration of possible origins.
    static final class 
    A type-safe enumeration of possible print qualities.
    class 
    Panel is the simplest container class.
    protected class 
    This class implements accessibility support for thePanel class.
    class 
    A point representing a location in(x,y) coordinate space,specified in integer precision.
    final class 
    A class that describes the pointer position.
    class 
    ThePolygon class encapsulates a description of aclosed, two-dimensional region within a coordinate space.
    class 
    A class that implements a menu which can be dynamically popped upat a specified position within a component.
    protected class 
    Inner class of PopupMenu used to provide default support foraccessibility.
    class 
    An abstract class which initiates and executes a print job.
    final class 
    TheRadialGradientPaint class provides a way to fill a shape witha circular radial color gradient pattern.
    class 
    ARectangle specifies an area in a coordinate space that isenclosed by theRectangle object's upper-left point(x,y)in the coordinate space, its width, and its height.
    class 
    TheRenderingHints class defines and manages collections ofkeys and associated values which allow an application to provide inputinto the choice of algorithms used by other classes which performrendering and image manipulation services.
    static class 
    Defines the base type of all keys used along with theRenderingHints class to control variousalgorithm choices in the rendering and imaging pipelines.
    class 
    This class is used to generate native system input eventsfor the purposes of test automation, self-running demos, andother applications where control of the mouse and keyboardis needed.
    class 
    TheScrollbar class embodies a scroll bar, afamiliar user-interface object.
    protected class 
    This class implements accessibility support for theScrollbar class.
    class 
    A container class which implements automatic horizontal and/orvertical scrolling for a single child component.
    protected class 
    This class implements accessibility support for theScrollPane class.
    final class 
    This class represents the state of a horizontal or verticalscrollbar of aScrollPane.
    final class 
    The splash screen can be displayed at application startup, before theJava Virtual Machine (JVM) starts.
    final class 
    A class to encapsulate symbolic colors representing the color ofnative GUI objects on a system.
    class 
    TheSystemTray class represents the system tray for adesktop.
    class 
    TheTaskbar class allows a Java application to interact withthe system task area (taskbar, Dock, etc.).
    class 
    ATextArea object is a multi-line regionthat displays text.
    protected class 
    This class implements accessibility support for theTextArea class.
    class 
    TheTextComponent class is the superclass ofany component that allows the editing of some text.
    protected class 
    This class implements accessibility support for theTextComponent class.
    class 
    ATextField object is a text componentthat allows for the editing of a single line of text.
    protected class 
    This class implements accessibility support for theTextField class.
    class 
    TheTexturePaint class provides a way to fill aShape with a texture that is specified asaBufferedImage.
    class 
    This class is the abstract superclass of all actualimplementations of the Abstract Window Toolkit.
    class 
    ATrayIcon object represents a tray icon that can beadded to thesystem tray.
    class 
    AWindow object is a top-level window with no borders and nomenubar.
    protected class 
    This class implements accessibility support for theWindow class.
    Classes injava.awt that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    TheRenderingHints class defines and manages collections ofkeys and associated values which allow an application to provide inputinto the choice of algorithms used by other classes which performrendering and image manipulation services.
    class 
    TheRenderingHints class defines and manages collections ofkeys and associated values which allow an application to provide inputinto the choice of algorithms used by other classes which performrendering and image manipulation services.
    Fields injava.awt declared asObject
    Modifier and Type
    Field
    Description
    Event.arg
    Deprecated.
    An arbitrary argument of the event.
    Event.target
    Deprecated.
    The target component.
    static finalObject
    TheUndefinedProperty object should be returned whenever aproperty which was not defined for a particular image is fetched.
    static finalObject
    Alpha interpolation hint value -- alpha blending algorithmsare chosen by the implementation for a good tradeoff ofperformance vs. quality.
    static finalObject
    Alpha interpolation hint value -- alpha blending algorithmsare chosen with a preference for precision and visual quality.
    static finalObject
    Alpha interpolation hint value -- alpha blending algorithmsare chosen with a preference for calculation speed.
    static finalObject
    Antialiasing hint value -- rendering is done with a defaultantialiasing mode chosen by the implementation.
    static finalObject
    RenderingHints.VALUE_ANTIALIAS_OFF
    Antialiasing hint value -- rendering is done without antialiasing.
    static finalObject
    RenderingHints.VALUE_ANTIALIAS_ON
    Antialiasing hint value -- rendering is done with antialiasing.
    static finalObject
    Color rendering hint value -- perform color conversioncalculations as chosen by the implementation to representthe best available tradeoff between performance andaccuracy.
    static finalObject
    Color rendering hint value -- perform the color conversioncalculations with the highest accuracy and visual quality.
    static finalObject
    Color rendering hint value -- perform the fastest colorconversion to the format of the output device.
    static finalObject
    RenderingHints.VALUE_DITHER_DEFAULT
    Dithering hint value -- use a default for dithering chosen bythe implementation.
    static finalObject
    RenderingHints.VALUE_DITHER_DISABLE
    Dithering hint value -- do not dither when rendering geometry.
    static finalObject
    RenderingHints.VALUE_DITHER_ENABLE
    Dithering hint value -- dither when rendering geometry, if needed.
    static finalObject
    Font fractional metrics hint value -- character glyphs arepositioned with accuracy chosen by the implementation.
    static finalObject
    Font fractional metrics hint value -- character glyphs arepositioned with advance widths rounded to pixel boundaries.
    static finalObject
    Font fractional metrics hint value -- character glyphs arepositioned with sub-pixel accuracy.
    static finalObject
    Interpolation hint value -- the color samples of 9 nearbyinteger coordinate samples in the image are interpolated usinga cubic function in bothX andY to producea color sample.
    static finalObject
    Interpolation hint value -- the color samples of the 4 nearestneighboring integer coordinate samples in the image areinterpolated linearly to produce a color sample.
    static finalObject
    Interpolation hint value -- the color sample of the nearestneighboring integer coordinate sample in the image is used.
    static finalObject
    RenderingHints.VALUE_RENDER_DEFAULT
    Rendering hint value -- rendering algorithms are chosenby the implementation for a good tradeoff of performancevs. quality.
    static finalObject
    RenderingHints.VALUE_RENDER_QUALITY
    Rendering hint value -- rendering algorithms are chosenwith a preference for output quality.
    static finalObject
    RenderingHints.VALUE_RENDER_SPEED
    Rendering hint value -- rendering algorithms are chosenwith a preference for output speed.
    static finalObject
    Image resolution variant hint value -- the standard resolution of an imageis always used.
    static finalObject
    Image resolution variant hint value -- an image resolution variant ischosen based on a default heuristic which may depend on the policiesof the platform
    static finalObject
    Image resolution variant hint value -- an image resolution variant ischosen based only on the DPI of the screen.
    static finalObject
    Image resolution variant hint value -- an image resolution variant ischosen based on the DPI of the screen and the transform in the Graphics2Dcontext.
    static finalObject
    RenderingHints.VALUE_STROKE_DEFAULT
    Stroke normalization control hint value -- geometry may bemodified or left pure depending on the tradeoffs in a givenimplementation.
    static finalObject
    RenderingHints.VALUE_STROKE_NORMALIZE
    Stroke normalization control hint value -- geometry shouldbe normalized to improve uniformity or spacing of lines andoverall aesthetics.
    static finalObject
    RenderingHints.VALUE_STROKE_PURE
    Stroke normalization control hint value -- geometry shouldbe left unmodified and rendered with sub-pixel accuracy.
    static finalObject
    Text antialiasing hint value -- text rendering is done accordingto theRenderingHints.KEY_ANTIALIASING hint or a default chosen by theimplementation.
    static finalObject
    Text antialiasing hint value -- text rendering is requested touse information in the font resource which specifies for each pointsize whether to applyRenderingHints.VALUE_TEXT_ANTIALIAS_ON orRenderingHints.VALUE_TEXT_ANTIALIAS_OFF.
    static finalObject
    Text antialiasing hint value -- request that text be displayedoptimised for an LCD display with subpixels in order from displayleft to right of B,G,R such that the horizontal subpixel resolutionis three times that of the full pixel horizontal resolution (HBGR).
    static finalObject
    Text antialiasing hint value -- request that text be displayedoptimised for an LCD display with subpixels in order from displayleft to right of R,G,B such that the horizontal subpixel resolutionis three times that of the full pixel horizontal resolution (HRGB).
    static finalObject
    Text antialiasing hint value -- request that text be displayedoptimised for an LCD display with subpixel organisation from displaytop to bottom of B,G,R such that the vertical subpixel resolution isthree times that of the full pixel vertical resolution (VBGR).
    static finalObject
    Text antialiasing hint value -- request that text be displayedoptimised for an LCD display with subpixel organisation from displaytop to bottom of R,G,B such that the vertical subpixel resolution isthree times that of the full pixel vertical resolution (VRGB).
    static finalObject
    Text antialiasing hint value -- text rendering is done withoutany form of antialiasing.
    static finalObject
    Text antialiasing hint value -- text rendering is done withsome form of antialiasing.
    Fields injava.awt with type parameters of typeObject
    Modifier and Type
    Field
    Description
    protected finalMap<String,Object>
    The desktop properties.
    Methods injava.awt that returnObject
    Modifier and Type
    Method
    Description
    BufferCapabilities.clone()
     
    GridBagConstraints.clone()
    Creates a copy of this grid bag constraint.
    ImageCapabilities.clone()
     
    Insets.clone()
    Create a copy of this object.
    JobAttributes.clone()
    Creates and returns a copy of thisJobAttributes.
    PageAttributes.clone()
    Creates and returns a copy of this PageAttributes.
    RenderingHints.clone()
    Creates a clone of thisRenderingHints objectthat has the same contents as thisRenderingHintsobject.
    RenderingHints.get(Object key)
    Returns the value to which the specified key is mapped.
    BorderLayout.getConstraints(Component comp)
    Gets the constraints for the specified component
    finalObject
    Toolkit.getDesktopProperty(String propertyName)
    Obtains a value for the specified desktop property.
    MediaTracker.getErrorsAny()
    Returns a list of all media that have encountered an error.
    MediaTracker.getErrorsID(int id)
    Returns a list of media with the specified ID thathave encountered an error.
    abstractObject
    Image.getProperty(String name,ImageObserver observer)
    Gets a property of this image by name.
    abstractObject
    Returns the value of a single preference for the rendering algorithms.
    Returns an array (length 1) containing the checkboxlabel or null if the checkbox is not selected.
    CheckboxMenuItem.getSelectedObjects()
    Returns the array (length 1) containing the checkbox menu itemlabel or null if the checkbox is not selected.
    Returns an array (length 1) containing the currently selecteditem.
    ItemSelectable.getSelectedObjects()
    Returns the selected items ornull if noitems are selected.
    Gets the selected items on this scrolling list in an array of Objects.
    finalObject
    Component.getTreeLock()
    Gets this component's locking object (the object that owns the threadsynchronization monitor) for AWT component-tree and layoutoperations.
    protected finalObject
    MenuComponent.getTreeLock()
    Gets this component's locking object (the object that owns the threadsynchronization monitor) for AWT component-tree and layoutoperations.
    protectedObject
    An opportunity to lazily evaluate desktop property values.
    RenderingHints.put(Object key,Object value)
    Maps the specifiedkey to the specifiedvalue in thisRenderingHints object.
    protectedObject
    AWTKeyStroke.readResolve()
    Returns a cached instance ofAWTKeyStroke (or a subclass ofAWTKeyStroke) which is equal to this instance.
    RenderingHints.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 Type
    Method
    Description
    RenderingHints.entrySet()
    Returns aSet view of the mappings containedin thisRenderingHints.
    RenderingHints.entrySet()
    Returns aSet view of the mappings containedin thisRenderingHints.
    RenderingHints.keySet()
    Returns aSet view of the Keys contained in thisRenderingHints.
    RenderingHints.values()
    Returns aCollection view of the valuescontained in thisRenderingHints.
    Methods injava.awt with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Component.action(Event evt,Object what)
    Deprecated.
    As of JDK version 1.1,should register this component as ActionListener on componentwhich fires action events.
    void
    Container.add(Component comp,Object constraints)
    Adds the specified component to the end of this container.
    void
    Container.add(Component comp,Object constraints, int index)
    Adds the specified component to this container with the specifiedconstraints at the specified index.
    protected void
    Container.addImpl(Component comp,Object constraints, int index)
    Adds the specified component to this container at the specifiedindex.
    protected final void
    ScrollPane.addImpl(Component comp,Object constraints, int index)
    Adds the specified component to this scroll pane container.
    void
    BorderLayout.addLayoutComponent(Component comp,Object constraints)
    Adds the specified component to the layout, using the specifiedconstraint object.
    void
    CardLayout.addLayoutComponent(Component comp,Object constraints)
    Adds the specified component to this card layout's internaltable of names.
    void
    GridBagLayout.addLayoutComponent(Component comp,Object constraints)
    Adds the specified component to the layout, using the specifiedconstraints object.
    void
    LayoutManager2.addLayoutComponent(Component comp,Object constraints)
    Adds the specified component to the layout, using the specifiedconstraint object.
    boolean
    RenderingHints.containsKey(Object key)
    Returnstrue if thisRenderingHints contains a mapping for the specified key.
    boolean
    RenderingHints.containsValue(Object value)
    Returns true if this RenderingHints maps one or more keys to thespecified value.
    boolean
    AlphaComposite.equals(Object obj)
    Determines whether the specified object is equal to thisAlphaComposite.
    final boolean
    AWTKeyStroke.equals(Object anObject)
    Returns true if this object is identical to the specified object.
    boolean
    BasicStroke.equals(Object obj)
    Tests if a specified object is equal to thisBasicStrokeby first testing if it is aBasicStroke and then comparingits width, join, cap, miter limit, dash, and dash phase attributes withthose of thisBasicStroke.
    boolean
    Color.equals(Object obj)
    Determines whether another object is equal to thisColor.
    boolean
    Dimension.equals(Object obj)
    Checks whether two dimension objects have equal values.
    boolean
    Font.equals(Object obj)
    Compares thisFont object to the specifiedObject.
    boolean
    Insets.equals(Object obj)
    Checks whether two insets objects are equal.
    boolean
    JobAttributes.equals(Object obj)
    Determines whether two JobAttributes are equal to each other.
    boolean
    MenuShortcut.equals(Object obj)
    Returns whether this MenuShortcut is the same as another:equality is defined to mean that both MenuShortcuts use the same keyand both either use or don't use the SHIFT key.
    boolean
    PageAttributes.equals(Object obj)
    Determines whether two PageAttributes are equal to each other.
    boolean
    Point.equals(Object obj)
    Determines whether or not two points are equal.
    boolean
    Rectangle.equals(Object obj)
    Checks whether two rectangles are equal.
    boolean
    RenderingHints.equals(Object o)
    Compares the specifiedObject with thisRenderingHints for equality.
    final boolean
    RenderingHints.Key.equals(Object o)
    The equals method for all Key objects will return the sameresult as the equality operator '=='.
    protected void
    Component.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes for Object properties.
    protected void
    KeyboardFocusManager.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Fires a PropertyChangeEvent in response to a change in a bound property.
    protected void
    KeyboardFocusManager.fireVetoableChange(String propertyName,Object oldValue,Object newValue)
    Fires a PropertyChangeEvent in response to a change in a vetoableproperty.
    RenderingHints.get(Object key)
    Returns the value to which the specified key is mapped.
    BorderLayout.getLayoutComponent(Container target,Object constraints)
    Returns the component that corresponds to the given constraint locationbased on the targetContainer's component orientation.
    BorderLayout.getLayoutComponent(Object constraints)
    Gets the component that was added using the given constraint
    boolean
    Component.gotFocus(Event evt,Object what)
    Deprecated.
    As of JDK version 1.1,replaced by processFocusEvent(FocusEvent).
    abstract boolean
    RenderingHints.Key.isCompatibleValue(Object val)
    Returns true if the specified object is a valid valuefor this Key.
    boolean
    Component.lostFocus(Event evt,Object what)
    Deprecated.
    As of JDK version 1.1,replaced by processFocusEvent(FocusEvent).
    RenderingHints.put(Object key,Object value)
    Maps the specifiedkey to the specifiedvalue in thisRenderingHints object.
    RenderingHints.remove(Object key)
    Removes the key and its corresponding value from thisRenderingHints object.
    protected final void
    Toolkit.setDesktopProperty(String name,Object newValue)
    Sets the named desktop property to the specified value and fires aproperty change event to notify any listeners that the value has changed.
    abstract void
    Graphics2D.setRenderingHint(RenderingHints.Key hintKey,Object hintValue)
    Sets the value of a single preference for the rendering algorithms.
    void
    AWTEvent.setSource(Object newSource)
    Retargets an event to a new source.
    Constructors injava.awt with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 isavailable 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 isavailable 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 isavailable only for backwards compatibility.
     
    Constructs a new object with the specified key/value pair.
  • Uses ofObject injava.awt.color

    Subclasses ofObject injava.awt.color
    Modifier and Type
    Class
    Description
    class 
    This exception is thrown if the native CMM returns an error.
    class 
    This abstract class is used to serve as a color space tag to identify thespecific color space of aColor object or, via aColorModelobject, of anImage, aBufferedImage, or aGraphicsDevice.
    class 
    TheICC_ColorSpace class is an implementation of the abstractColorSpace class.
    class 
    A representation of color profile data for device independent and devicedependent color spaces based on the International Color ConsortiumSpecification ICC.1:2001-12, File Format for Color Profiles, (see https://www.color.org).
    final class 
    TheICC_ProfileGray class is a subclass of theICC_Profileclass that represents profiles which meet the following criteria: the colorspace type of the profile isTYPE_GRAY and the profile includes thegrayTRCTag andmediaWhitePointTag tags.
    final class 
    TheICC_ProfileRGB class is a subclass of theICC_Profileclass that represents profiles which meet the following criteria: theprofile's color space type is RGB, and the profile includes theredColorantTag,greenColorantTag,blueColorantTag,redTRCTag,greenTRCTag,blueTRCTag,mediaWhitePointTag tags.
    class 
    This exception is thrown when an error occurs in accessing or processing anICC_Profile object.
    Methods injava.awt.color that returnObject
    Modifier and Type
    Method
    Description
    protectedObject
    ICC_Profile.readResolve()
    Resolves instances being deserialized into instances registered with CMM.
  • Uses ofObject injava.awt.datatransfer

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

    Subclasses ofObject injava.awt.desktop
    Modifier and Type
    Class
    Description
    final class 
    Event sent when the application is asked to open its about window.
    class 
    AppEvents are sent to listeners and handlers installed on theDesktop instance of the current desktop context.
    final class 
    Event sent when the application has become the foreground app, and when it isno longer the foreground app.
    final class 
    Event sent when the application has been hidden or shown.
    final class 
    Event sent when the application is asked to re-open itself.
    class 
    Auxiliary event containing a list of files.
    final class 
    Event sent when the app is asked to open a list of files.
    final class 
    Event sent when the app is asked to open aURI.
    final class 
    Event sent when the application is asked to open its preferences window.
    final class 
    Event sent when the app is asked to print a list of files.
    final class 
    Event sent when the application is asked to quit.
    final class 
    Event sent when the displays attached to the system enter and exit power savesleep.
    final class 
    Event sent when the system enters and exits power save sleep.
    final class 
    Event sent when the user session has been changed.
  • Uses ofObject injava.awt.dnd

    Subclasses ofObject injava.awt.dnd
    Modifier and Type
    Class
    Description
    final class 
    This class contains constant values representingthe type of action(s) to be performed by a Drag and Drop operation.
    class 
    ADragGestureEvent is passedtoDragGestureListener'sdragGestureRecognized() methodwhen a particularDragGestureRecognizer detects that aplatform dependent drag initiating gesture has occurredon theComponent that it is tracking.
    class 
    TheDragGestureRecognizer is anabstract base class for the specificationof a platform-dependent listener that can be associated with a particularComponent in order toidentify platform-dependent drag initiating gestures.
    class 
    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 
    An abstract adapter class for receiving drag source events.
    class 
    TheDragSourceContext class is responsible for managing theinitiator side of the Drag and Drop protocol.
    class 
    TheDragSourceDragEvent isdelivered from theDragSourceContextPeer,via theDragSourceContext, to theDragSourceListenerregistered with thatDragSourceContext and with its associatedDragSource.
    class 
    TheDragSourceDropEvent is deliveredfrom theDragSourceContextPeer,via theDragSourceContext, to thedragDropEndmethod ofDragSourceListeners registered with thatDragSourceContext and with its associatedDragSource.
    class 
    This class is the base class forDragSourceDragEvent andDragSourceDropEvent.
    class 
    TheDropTarget is associatedwith aComponent when thatComponentwishesto accept drops during Drag and Drop operations.
    protected static class 
    this protected nested class implements autoscrolling
    class 
    An abstract adapter class for receiving drop target events.
    final class 
    ADropTargetContext is createdwhenever the logical cursor associatedwith a Drag and Drop operation coincides with the visible geometry ofaComponent associated with aDropTarget.
    protected class 
    TransferableProxy is a helper inner class that implementsTransferable interface and serves as a proxy for anotherTransferable object which represents data transfer fora particular drag-n-drop operation.
    class 
    TheDropTargetDragEvent is delivered to aDropTargetListener via itsdragEnter() and dragOver() methods.
    class 
    TheDropTargetDropEvent is deliveredvia theDropTargetListener drop() method.
    class 
    TheDropTargetEvent is the baseclass for both theDropTargetDragEventand theDropTargetDropEvent.
    class 
    This exception is thrown by various methods in the java.awt.dnd package.
    class 
    This abstract subclass ofDragGestureRecognizerdefines aDragGestureRecognizerfor mouse-based gestures.
    Methods injava.awt.dnd that returnObject
    Modifier and Type
    Method
    Description
    DropTargetContext.TransferableProxy.getTransferData(DataFlavor df)
    Returns an object which represents the data provided bythe encapsulated transferable for the requested data flavor.
    DragGestureEvent.toArray()
    Returns anObject array of theevents comprising the drag gesture.
    DragGestureEvent.toArray(Object[] array)
    Returns an array of the events comprising the drag gesture.
    Methods injava.awt.dnd with parameters of typeObject
    Modifier and Type
    Method
    Description
    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 Type
    Class
    Description
    class 
    A semantic event which indicates that a component-defined action occurred.
    class 
    The adjustment event emitted by Adjustable objects likeScrollbar andScrollPane.
    class 
    A class which extends theEventListenerProxyspecifically for adding anAWTEventListenerfor a specific event mask.
    class 
    An abstract adapter class for receiving component events.
    class 
    A low-level event which indicates that a component moved, changedsize, or changed visibility (also, the root class for the othercomponent-level events).
    class 
    An abstract adapter class for receiving container events.
    class 
    A low-level event which indicates that a container's contentschanged because a component was added or removed.
    class 
    An abstract adapter class for receiving keyboard focus events.
    class 
    A low-level event which indicates that a Component has gained or lost theinput focus.
    class 
    An abstract adapter class for receiving ancestor moved and resized events.
    class 
    An event which indicates a change to theComponenthierarchy to whichComponent belongs.
    class 
    The root event class for all component-level input events.
    class 
    Input method events contain information about text that is beingcomposed using an input method.
    class 
    An event which executes therun() method on aRunnable when dispatched by the AWT event dispatcher thread.
    class 
    A semantic event which indicates that an item was selected or deselected.
    class 
    An abstract adapter class for receiving keyboard events.
    class 
    An event which indicates that a keystroke occurred in a component.
    class 
    An abstract adapter class for receiving mouse events.
    class 
    An event which indicates that a mouse action occurred in a component.
    class 
    An abstract adapter class for receiving mouse motion events.
    class 
    An event which indicates that the mouse wheel was rotated in a component.
    class 
    The component-level paint event.
    class 
    A semantic event which indicates that an object's text changed.
    class 
    An abstract adapter class for receiving window events.
    class 
    A low-level event that indicates that a window has changed its status.
    Fields injava.awt.event declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    InvocationEvent.notifier
    The (potentially null) Object whose notifyAll() method will be calledimmediately after the Runnable.run() method has returned or thrown an exceptionor after the event was disposed.
    Methods injava.awt.event that returnObject
    Modifier and Type
    Method
    Description
    ItemEvent.getItem()
    Returns the item affected by the event.
    Constructors injava.awt.event with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 specifiedmodifier keys and timestamp.
    protected
    InvocationEvent(Object source, int id,Runnable runnable,Object notifier, boolean catchThrowables)
    Constructs anInvocationEvent with the specifiedsource and ID which will execute the runnable'srun()method when dispatched.
     
    InvocationEvent(Object source,Runnable runnable)
    Constructs anInvocationEvent with the specifiedsource which will execute the runnable'srun()method when dispatched.
     
    InvocationEvent(Object source,Runnable runnable,Object notifier, boolean catchThrowables)
    Constructs anInvocationEvent with the specifiedsource which will execute the runnable'srun()method when dispatched.
     
    InvocationEvent(Object source,Runnable runnable,Runnable listener, boolean catchThrowables)
    Constructs anInvocationEvent with the specifiedsource 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 Type
    Class
    Description
    class 
    TheFontRenderContext class is a container for theinformation needed to correctly measure text.
    final class 
    TheGlyphJustificationInfo class represents informationabout the justification properties of a glyph.
    final class 
    TheGlyphMetrics class represents information for asingle glyph.
    class 
    AGlyphVector object is a collection of glyphscontaining geometric information for the placement of each glyphin a transformed coordinate space which corresponds to thedevice on which theGlyphVector is ultimatelydisplayed.
    class 
    This class is used with the CHAR_REPLACEMENT attribute.
    final class 
    TheImageGraphicAttribute class is an implementation ofGraphicAttribute which draws images inaTextLayout.
    class 
    LayoutPath provides a mapping between locations relative to thebaseline and points in user space.
    final class 
    TheLineBreakMeasurer class allows styled text to bebroken into lines (or segments) that fit within a particular visualadvance.
    class 
    TheLineMetrics class allows access to themetrics needed to layout characters along a lineand to layout of a set of lines.
    final class 
    TheNumericShaper class is used to convert Latin-1 (European)digits to other Unicode decimal digits.
    final class 
    TheShapeGraphicAttribute class is an implementation ofGraphicAttribute that draws shapes in aTextLayout.
    final class 
    TheTextAttribute class defines attribute keys andattribute values used for text rendering.
    final class 
    TheTextHitInfo class represents a character position in atext model, and abias, or "side," of the character.
    final class 
    TextLayout is an immutable graphical representation of styledcharacter data.
    static class 
    Defines a policy for determining the strong caret location.
    final class 
    TheTextMeasurer class provides the primitive operationsneeded for line break: measuring up to a given advance, determining theadvance of a range of characters, and generating aTextLayout for a range of characters.
    final class 
    TheTransformAttribute class provides an immutablewrapper for a transform so that it is safe to use as an attribute.
    Methods injava.awt.font that returnObject
    Modifier and Type
    Method
    Description
    protectedObject
    TextLayout.clone()
    Creates a copy of thisTextLayout.
    protectedObject
    TextMeasurer.clone()
     
    FontRenderContext.getAntiAliasingHint()
    Return the text anti-aliasing rendering mode hint used in thisFontRenderContext.
    FontRenderContext.getFractionalMetricsHint()
    Return the text fractional metrics rendering mode hint used in thisFontRenderContext.
    protectedObject
    TextAttribute.readResolve()
    Resolves instances being deserialized to the predefined constants.
    Methods injava.awt.font with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    FontRenderContext.equals(Object obj)
    Return true if obj is an instance of FontRenderContext and has the sametransform, antialiasing, and fractional metrics values as this.
    boolean
    ImageGraphicAttribute.equals(Object rhs)
    Compares thisImageGraphicAttribute to the specifiedObject.
    boolean
    NumericShaper.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 theenum.
    boolean
    ShapeGraphicAttribute.equals(Object rhs)
    Compares thisShapeGraphicAttribute to the specifiedObject.
    boolean
    TextHitInfo.equals(Object obj)
    Returnstrue if the specifiedObject is aTextHitInfo and equals thisTextHitInfo.
    boolean
    TransformAttribute.equals(Object rhs)
    Returnstrue if rhs is aTransformAttributewhose transform is equal to thisTransformAttribute'stransform.
    Constructors injava.awt.font with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Constructs aFontRenderContext object from anoptionalAffineTransform and twoObjectvalues that determine if the newly constructed object hasanti-aliasing or fractional metrics.
  • Uses ofObject injava.awt.geom

    Subclasses ofObject injava.awt.geom
    Modifier and Type
    Class
    Description
    class 
    TheAffineTransform class represents a 2D affine transformthat performs a linear mapping from 2D coordinates to other 2Dcoordinates that preserves the "straightness" and"parallelness" of lines.
    class 
    Arc2D is the abstract superclass for all objects thatstore 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 
    This class defines an arc specified indouble precision.
    static class 
    This class defines an arc specified infloat precision.
    class 
    AnArea object stores and manipulates aresolution-independent description of an enclosed area of2-dimensional space.
    class 
    TheCubicCurve2D class defines a cubic parametric curvesegment in(x,y) coordinate space.
    static class 
    A cubic parametric curve segment specified withdouble coordinates.
    static class 
    A cubic parametric curve segment specified withfloat coordinates.
    class 
    TheDimension2D class is to encapsulate a widthand a height dimension.
    class 
    TheEllipse2D class describes an ellipse that is definedby a framing rectangle.
    static class 
    TheDouble class defines an ellipse specifiedindouble precision.
    static class 
    TheFloat class defines an ellipse specifiedinfloat precision.
    class 
    TheFlatteningPathIterator class returns a flattened view ofanotherPathIterator object.
    final class 
    TheGeneralPath class represents a geometric pathconstructed from straight lines, and quadratic and cubic(Bézier) curves.
    class 
    TheIllegalPathStateException represents anexception that is thrown if an operation is performed on a paththat is in an illegal state with respect to the particularoperation being performed, such as appending a path segmentto aGeneralPath without an initial moveto.
    class 
    ThisLine2D represents a line segment in(x,y)coordinate space.
    static class 
    A line segment specified with double coordinates.
    static class 
    A line segment specified with float coordinates.
    class 
    TheNoninvertibleTransformException class representsan exception that is thrown if an operation is performed requiringthe inverse of anAffineTransform object but theAffineTransform is in a non-invertible state.
    class 
    ThePath2D class provides a simple, yet flexibleshape which represents an arbitrary geometric path.
    static class 
    TheDouble class defines a geometric path withcoordinates stored in double precision floating point.
    static class 
    TheFloat class defines a geometric path withcoordinates stored in single precision floating point.
    class 
    ThePoint2D class defines a point representing a locationin(x,y) coordinate space.
    static class 
    TheDouble class defines a point specified indouble precision.
    static class 
    TheFloat class defines a point specified in floatprecision.
    class 
    TheQuadCurve2D class defines a quadratic parametric curvesegment in(x,y) coordinate space.
    static class 
    A quadratic parametric curve segment specified withdouble coordinates.
    static class 
    A quadratic parametric curve segment specified withfloat coordinates.
    class 
    TheRectangle2D class describes a rectangledefined by a location(x,y) and dimension(w x h).
    static class 
    TheDouble class defines a rectangle specified indouble coordinates.
    static class 
    TheFloat class defines a rectangle specified in floatcoordinates.
    class 
    RectangularShape is the base class for a number ofShape objects whose geometry is defined by a rectangular frame.
    class 
    TheRoundRectangle2D class defines a rectangle withrounded corners defined by a location(x,y), adimension(w x h), and the width and height of an arcwith which to round the corners.
    static class 
    TheDouble class defines a rectangle with roundedcorners all specified indouble coordinates.
    static class 
    TheFloat class defines a rectangle with roundedcorners all specified infloat coordinates.
    Methods injava.awt.geom that returnObject
    Modifier and Type
    Method
    Description
    AffineTransform.clone()
    Returns a copy of thisAffineTransform object.
    Area.clone()
    Returns an exact copy of thisArea object.
    CubicCurve2D.clone()
    Creates a new object of the same class as this object.
    Dimension2D.clone()
    Creates a new object of the same class as this object.
    Line2D.clone()
    Creates a new object of the same class as this object.
    abstractObject
    Path2D.clone()
    Creates a new object of the same class as this object.
    finalObject
    Path2D.Double.clone()
    Creates a new object of the same class as this object.
    finalObject
    Path2D.Float.clone()
    Creates a new object of the same class as this object.
    Point2D.clone()
    Creates a new object of the same class and with thesame contents as this object.
    QuadCurve2D.clone()
    Creates a new object of the same class and with the same contentsas this object.
    RectangularShape.clone()
    Creates a new object of the same class and with the samecontents as this object.
    Methods injava.awt.geom with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    AffineTransform.equals(Object obj)
    Returnstrue if thisAffineTransformrepresents the same affine coordinate transform as the specifiedargument.
    boolean
    Arc2D.equals(Object obj)
    Determines whether or not the specifiedObject isequal to thisArc2D.
    boolean
    Ellipse2D.equals(Object obj)
    Determines whether or not the specifiedObject isequal to thisEllipse2D.
    boolean
    Point2D.equals(Object obj)
    Determines whether or not two points are equal.
    boolean
    Rectangle2D.equals(Object obj)
    Determines whether or not the specifiedObject isequal to thisRectangle2D.
    boolean
    RoundRectangle2D.equals(Object obj)
    Determines whether or not the specifiedObject isequal to thisRoundRectangle2D.
  • Uses ofObject injava.awt.im

    Subclasses ofObject injava.awt.im
    Modifier and Type
    Class
    Description
    class 
    Provides methods to control text input facilities such as inputmethods and keyboard layouts.
    class 
    An InputMethodHighlight is used to describe the highlightattributes of text being composed.
    final class 
    Defines additional Unicode subsets for use by input methods.
    Methods injava.awt.im that returnObject
    Modifier and Type
    Method
    Description
    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 Type
    Method
    Description
    InputMethod.getControlObject()
    Returns a control object from this input method, or null.
  • Uses ofObject injava.awt.image

    Subclasses ofObject injava.awt.image
    Modifier and Type
    Class
    Description
    class 
    This class provides default implementations of severalImage methodsfor classes that want to implement theMultiResolutionImageinterface.
    class 
    This class uses an affine transform to perform a linear mapping from2D coordinates in the source image orRaster to 2D coordinatesin the destination image orRaster.
    class 
    An ImageFilter class for scaling images using a simple area averagingalgorithm that produces smoother results than the nearest neighboralgorithm.
    class 
    This class performs an arbitrary linear combination of the bandsin aRaster, using a specified matrix.
    final class 
    This class represents image data which is stored in a band interleavedfashion and forwhich each sample of a pixel occupies one data element of the DataBuffer.
    class 
    This class is an array-based implementation oftheAbstractMultiResolutionImage class.
    class 
    TheBufferedImage subclass describes anImage with an accessible buffer of image data.
    class 
    TheBufferedImageFilter class subclasses anImageFilter to provide a simple means ofusing a single-source/single-destination image operator(BufferedImageOp) to filter aBufferedImagein the Image Producer/Consumer/Observerparadigm.
    class 
    TheBufferStrategy class represents the mechanism with whichto organize complex memory on a particularCanvas orWindow.
    class 
    This class defines a lookup table object.
    class 
    This class performs a pixel-by-pixel color conversion of the data inthe source image.
    class 
    TheColorModel abstract class encapsulates themethods for translating a pixel value to color components(for example, red, green, and blue) and an alpha component.
    class 
    AColorModel class that works with pixel values thatrepresent color and alpha information as separate samples and thatstore each sample in a separate data element.
    class 
    This class represents image data which is stored such that each sampleof a pixel occupies one data element of the DataBuffer.
    class 
    This class implements a convolution from the source to the destination.
    class 
    An ImageFilter class for cropping images.
    class 
    This class exists to wrap one or more data arrays.
    final class 
    This class extendsDataBuffer and stores data internally as bytes.
    final class 
    This class extendsDataBuffer and stores data internallyindouble form.
    final class 
    This class extendsDataBuffer and stores data internallyinfloat form.
    final class 
    This class extendsDataBuffer and stores data internallyas integers.
    final class 
    This class extendsDataBuffer and stores data internally as shorts.
    final class 
    This class extendsDataBuffer and stores data internally asshorts.
    class 
    TheDirectColorModel class is aColorModelclass that works with pixel values that represent RGBcolor and alpha information as separate samples and that pack allsamples for a single pixel into a single int, short, or byte quantity.
    class 
    This class is an implementation of the ImageProducer interface whichtakes an existing image and a filter object and uses them to produceimage data for a new filtered version of the original image.
    class 
    This class implements a filter for the set of interface methods thatare used to deliver data from an ImageProducer to an ImageConsumer.
    class 
    TheImagingOpException is thrown if one of theBufferedImageOp orRasterOp filter methods cannotprocess the image.
    class 
    TheIndexColorModel class is aColorModelclass that works with pixel values consisting of asingle sample that is an index into a fixed colormap in the defaultsRGB color space.
    class 
    TheKernel class defines a matrix that describes how aspecified pixel and its surrounding pixels affect the valuecomputed for the pixel's position in the output image of a filteringoperation.
    class 
    This class implements a lookup operation from the sourceto the destination.
    class 
    This abstract class defines a lookup table object.
    class 
    This class is an implementation of the ImageProducer interface whichuses an array to produce pixel values for an Image.
    class 
    TheMultiPixelPackedSampleModel class representsone-banded images and can pack multiple one-samplepixels into one data element.
    class 
    ThePackedColorModel class is an abstractColorModel class that works with pixel values which representcolor and alpha information as separate samples and which pack allsamples for a single pixel into a single int, short, or byte quantity.
    class 
    The PixelGrabber class implements an ImageConsumer which can be attachedto an Image or ImageProducer object to retrieve a subset of the pixelsin that image.
    class 
    This class represents image data which is stored in a pixel interleavedfashion and forwhich each sample of a pixel occupies one data element of the DataBuffer.
    class 
    A class representing a rectangular array of pixels.
    class 
    TheRasterFormatException is thrown if there isinvalid layout information in theRaster.
    class 
    An ImageFilter class for scaling images using the simplest algorithm.
    class 
    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 
    This class provides an easy way to create an ImageFilter which modifiesthe pixels of an image in the default RGB ColorModel.
    class 
    This abstract class defines an interface for extracting samples of pixelsin an image.
    class 
    This class defines a lookup table object.
    class 
    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 is an image which can lose itscontents at any time due to circumstances beyond the control of theapplication (e.g., situations caused by the operating system or byother applications).
    class 
    This class extends Raster to provide pixel writing capabilities.
    Fields injava.awt.image declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    ReplicateScaleFilter.outpixbuf
    Abyte array initialized with a size ofReplicateScaleFilter.destWidth and used to deliver a row of pixeldata to theImageConsumer.
    Methods injava.awt.image that returnObject
    Modifier and Type
    Method
    Description
    ImageFilter.clone()
    Clones this object.
    Kernel.clone()
    Clones this object.
    BandedSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    ColorModel.getDataElements(float[] normComponents, int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alphacomponents.
    ColorModel.getDataElements(int[] components, int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alphacomponents.
    ColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation inthe default RGB color model.
    ComponentColorModel.getDataElements(float[] normComponents, int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alphacomponents.
    ComponentColorModel.getDataElements(int[] components, int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alphacomponents.
    ComponentColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representationin the default RGB color model.
    ComponentSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    DirectColorModel.getDataElements(int[] components, int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alphacomponents.
    DirectColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in thedefault RGB color model.
    IndexColorModel.getDataElements(int[] components, int offset,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel given an array of unnormalized color/alphacomponents.
    IndexColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in thedefault RGB color model.
    MultiPixelPackedSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    Raster.getDataElements(int x, int y, int w, int h,Object outData)
    Returns the pixel data for the specified rectangle of pixels in aprimitive array of type TransferType.
    Raster.getDataElements(int x, int y,Object outData)
    Returns data for a single pixel in a primitive array of typeTransferType.
    SampleModel.getDataElements(int x, int y, int w, int h,Object obj,DataBuffer data)
    Returns the pixel data for the specified rectangle of pixels in aprimitive array of type TransferType.
    abstractObject
    SampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    SinglePixelPackedSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    PixelGrabber.getPixels()
    Get the pixel buffer.
    AbstractMultiResolutionImage.getProperty(String name,ImageObserver observer)
    This method simply delegates to the same method on the base image andit is equivalent to:getBaseImage().getProperty(name, observer).
    BufferedImage.getProperty(String name)
    Returns a property of the image by name.
    BufferedImage.getProperty(String name,ImageObserver observer)
    Returns a property of the image by name.
    RenderedImage.getProperty(String name)
    Gets a property from the property set of this image.
    Methods injava.awt.image with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    ColorModel.equals(Object obj)
    This method simply delegates to the default implementation inObjectwhich is identical to an== test since this class cannot enforce theissues of a proper equality test among multiple independent subclassbranches.
    boolean
    ComponentColorModel.equals(Object obj)
    Tests if the specifiedObject is an instanceofComponentColorModel and equals thisComponentColorModel.
    boolean
    IndexColorModel.equals(Object obj)
    Tests if the specifiedObject is aninstance ofIndexColorModeland if it equals thisIndexColorModel
    boolean
    PackedColorModel.equals(Object obj)
    Tests if the specifiedObject is an instanceofPackedColorModel and equals thisPackedColorModel.
    int
    ColorModel.getAlpha(Object inData)
    Returns the alpha component for the specified pixel, scaledfrom 0 to 255.
    int
    ComponentColorModel.getAlpha(Object inData)
    Returns the alpha component for the specified pixel, scaled from0 to 255.
    int
    DirectColorModel.getAlpha(Object inData)
    Returns the alpha component for the specified pixel, scaledfrom 0 to 255.
    int
    ColorModel.getBlue(Object inData)
    Returns the blue color component for the specified pixel, scaledfrom 0 to 255 in the default RGBColorSpace, sRGB.
    int
    ComponentColorModel.getBlue(Object inData)
    Returns the blue color component for the specified pixel, scaledfrom 0 to 255 in the default RGBColorSpace, sRGB.
    int
    DirectColorModel.getBlue(Object inData)
    Returns the blue color component for the specified pixel, scaledfrom 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 pixelin thisColorModel.
    int[]
    ComponentColorModel.getComponents(Object pixel, int[] components, int offset)
    Returns an array of unnormalized color/alpha components given a pixelin thisColorModel.
    final int[]
    DirectColorModel.getComponents(Object pixel, int[] components, int offset)
    Returns an array of unnormalized color/alpha components given a pixelin thisColorModel.
    int[]
    IndexColorModel.getComponents(Object pixel, int[] components, int offset)
    Returns an array of unnormalized color/alpha components fora specified pixel in thisColorModel.
    BandedSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    ColorModel.getDataElements(float[] normComponents, int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alphacomponents.
    ColorModel.getDataElements(int[] components, int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alphacomponents.
    ColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation inthe default RGB color model.
    ComponentColorModel.getDataElements(float[] normComponents, int normOffset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of normalized color/alphacomponents.
    ComponentColorModel.getDataElements(int[] components, int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alphacomponents.
    ComponentColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representationin the default RGB color model.
    ComponentSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    DirectColorModel.getDataElements(int[] components, int offset,Object obj)
    Returns a data element array representation of a pixel in thisColorModel, given an array of unnormalized color/alphacomponents.
    DirectColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in thedefault RGB color model.
    IndexColorModel.getDataElements(int[] components, int offset,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel given an array of unnormalized color/alphacomponents.
    IndexColorModel.getDataElements(int rgb,Object pixel)
    Returns a data element array representation of a pixel in thisColorModel, given an integer pixel representation in thedefault RGB color model.
    MultiPixelPackedSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    Raster.getDataElements(int x, int y, int w, int h,Object outData)
    Returns the pixel data for the specified rectangle of pixels in aprimitive array of type TransferType.
    Raster.getDataElements(int x, int y,Object outData)
    Returns data for a single pixel in a primitive array of typeTransferType.
    SampleModel.getDataElements(int x, int y, int w, int h,Object obj,DataBuffer data)
    Returns the pixel data for the specified rectangle of pixels in aprimitive array of type TransferType.
    abstractObject
    SampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    SinglePixelPackedSampleModel.getDataElements(int x, int y,Object obj,DataBuffer data)
    Returns data for a single pixel in a primitive array of typeTransferType.
    int
    ColorModel.getGreen(Object inData)
    Returns the green color component for the specified pixel, scaledfrom 0 to 255 in the default RGBColorSpace, sRGB.
    int
    ComponentColorModel.getGreen(Object inData)
    Returns the green color component for the specified pixel, scaledfrom 0 to 255 in the default RGBColorSpace, sRGB.
    int
    DirectColorModel.getGreen(Object inData)
    Returns the green color component for the specified pixel, scaledfrom 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 normalizedform, 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 normalizedform, given a pixel in thisColorModel.
    int
    ColorModel.getRed(Object inData)
    Returns the red color component for the specified pixel, scaledfrom 0 to 255 in the default RGBColorSpace, sRGB.
    int
    ComponentColorModel.getRed(Object inData)
    Returns the red color component for the specified pixel, scaledfrom 0 to 255 in the default RGB ColorSpace, sRGB.
    int
    DirectColorModel.getRed(Object inData)
    Returns the red color component for the specified pixel, scaledfrom 0 to 255 in the default RGBColorSpace, sRGB.
    int
    ColorModel.getRGB(Object inData)
    Returns the color/alpha components for the specified pixel in thedefault RGB color model format.
    int
    ComponentColorModel.getRGB(Object inData)
    Returns the color/alpha components for the specified pixel in thedefault RGB color model format.
    int
    DirectColorModel.getRGB(Object inData)
    Returns the color/alpha components for the specified pixel in thedefault RGB color model format.
    void
    BandedSampleModel.setDataElements(int x, int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specified DataBuffer from aprimitive array of type TransferType.
    void
    ComponentSampleModel.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.
    void
    MultiPixelPackedSampleModel.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.
    void
    SampleModel.setDataElements(int x, int y, int w, int h,Object obj,DataBuffer data)
    Sets the data for a rectangle of pixels in the specified DataBufferfrom a primitive array of type TransferType.
    abstract void
    SampleModel.setDataElements(int x, int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specified DataBuffer from aprimitive array of type TransferType.
    void
    SinglePixelPackedSampleModel.setDataElements(int x, int y,Object obj,DataBuffer data)
    Sets the data for a single pixel in the specified DataBuffer from aprimitive array of type TransferType.
    void
    WritableRaster.setDataElements(int x, int y, int w, int h,Object inData)
    Sets the data for a rectangle of pixels from aprimitive array of type TransferType.
    void
    WritableRaster.setDataElements(int x, int y,Object inData)
    Sets the data for a single pixel from aprimitive array of type TransferType.
  • Uses ofObject injava.awt.image.renderable

    Modifier and Type
    Class
    Description
    class 
    AParameterBlock encapsulates all the information about sources andparameters (Objects) required by a RenderableImageOp, or otherclasses that process images.
    class 
    This class handles the renderable aspects of an operation with helpfrom its associated instance of a ContextualRenderedImageFactory.
    class 
    An adapter class that implements ImageProducer to allow theasynchronous production of a RenderableImage.
    class 
    A RenderContext encapsulates the information needed to produce aspecific rendering from a RenderableImage.
    Fields injava.awt.image.renderable with type parameters of typeObject
    Modifier and Type
    Field
    Description
    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 Type
    Method
    Description
    ParameterBlock.clone()
    Creates a copy of aParameterBlock.
    RenderContext.clone()
    Makes a copy of a RenderContext.
    ParameterBlock.getObjectParameter(int index)
    Gets a parameter as an object.
    ContextualRenderedImageFactory.getProperty(ParameterBlock paramBlock,String name)
    Gets the appropriate instance of the property specified by the nameparameter.
    RenderableImage.getProperty(String name)
    Gets a property from the property set of this image.
    RenderableImageOp.getProperty(String name)
    Gets a property from the property set of this image.
    ParameterBlock.getSource(int index)
    Returns a source as a general Object.
    ParameterBlock.shallowClone()
    Creates a shallow copy of aParameterBlock.
    Methods injava.awt.image.renderable that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    ParameterBlock.getParameters()
    Returns the entire Vector of parameters.
    ParameterBlock.getSources()
    Returns the entire Vector of sources.
    Methods injava.awt.image.renderable with parameters of typeObject
    Modifier and Type
    Method
    Description
    ParameterBlock.add(Object obj)
    Adds an object to the list of parameters.
    ParameterBlock.addSource(Object source)
    Adds an image to end of the list of sources.
    ParameterBlock.set(Object obj, int index)
    Replaces an Object in the list of parameters.
    ParameterBlock.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 Type
    Method
    Description
    void
    ParameterBlock.setParameters(Vector<Object> parameters)
    Sets the entire Vector of parameters to a given Vector.
    void
    ParameterBlock.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
    Modifier
    Constructor
    Description
     
    Constructs aParameterBlock with a given Vectorof sources.
     
    ParameterBlock(Vector<Object> sources,Vector<Object> parameters)
    Constructs aParameterBlock with a given Vector of sources andVector of parameters.
  • Uses ofObject injava.awt.print

    Subclasses ofObject injava.awt.print
    Modifier and Type
    Class
    Description
    class 
    TheBook class provides a representation of a document inwhich pages may have different page formats and page painters.
    class 
    ThePageFormat class describes the size andorientation of a page to be printed.
    class 
    ThePaper class describes the physical characteristics ofa piece of paper.
    class 
    ThePrinterAbortException class is a subclass ofPrinterException and is used to indicate that a useror application has terminated the print job while it was inthe process of printing.
    class 
    ThePrinterException class and its subclasses are usedto indicate that an exceptional condition has occurred in the printsystem.
    class 
    ThePrinterIOException class is a subclass ofPrinterException and is used to indicate that an IO errorof some sort has occurred while printing.
    class 
    ThePrinterJob class is the principal class that controlsprinting.
    Methods injava.awt.print that returnObject
    Modifier and Type
    Method
    Description
    PageFormat.clone()
    Makes a copy of thisPageFormat with the samecontents as thisPageFormat.
    Paper.clone()
    Creates a copy of thisPaper with the same contentsas thisPaper.
  • Uses ofObject injava.beans

    Subclasses ofObject injava.beans
    Modifier and Type
    Class
    Description
    class 
    A BeanDescriptor provides global information about a "bean",including its Java class, its displayName, etc.
    class 
    This class provides some general purpose beans control methods.
    class 
    TheDefaultPersistenceDelegate is a concrete implementation ofthe abstractPersistenceDelegate class andis the delegate used by default for classes aboutwhich no information is available.
    class 
    AnEncoder is a class which can be used to createfiles or streams that encode the state of a collection ofJavaBeans in terms of their public APIs.
    class 
    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 
    An EventSetDescriptor describes a group of events that a given Javabean fires.
    class 
    AnExpression object represents a primitive expressionin which a single method is applied to a target and a set ofarguments to return a result - as in"a.getFoo()".
    class 
    The FeatureDescriptor class is the common baseclass for PropertyDescriptor,EventSetDescriptor, and MethodDescriptor, etc.
    class 
    An "IndexedPropertyChange" event gets delivered whenever a component thatconforms to the JavaBeans specification (a "bean") changes a boundindexed property.
    class 
    An IndexedPropertyDescriptor describes a property that acts like anarray and has an indexed read and/or indexed write method to accessspecific elements of the array.
    class 
    Thrown when an exception happens during Introspection.
    class 
    The Introspector class provides a standard way for tools to learn aboutthe properties, events, and methods supported by a target Java Bean.
    class 
    A MethodDescriptor describes a particular method that a Java Beansupports for external access from other components.
    class 
    The ParameterDescriptor class allows bean implementors to provideadditional information on each of their parameters, beyond thelow level type information provided by the java.lang.reflect.Methodclass.
    class 
    The PersistenceDelegate class takes the responsibilityfor expressing the state of an instance of a given classin terms of the methods in the class's public API.
    class 
    A "PropertyChange" event gets delivered whenever a bean changes a "bound"or "constrained" property.
    class 
    A class which extends theEventListenerProxyspecifically for adding aPropertyChangeListenerwith a "bound" property.
    class 
    This is a utility class that can be used by beans that support boundproperties.
    class 
    A PropertyDescriptor describes one property that a Java Beanexports via a pair of accessor methods.
    class 
    The PropertyEditorManager can be used to locate a property editor forany given type name.
    class 
    This is a support class to help build property editors.
    class 
    A PropertyVetoException is thrown when a proposed change to aproperty represents an unacceptable value.
    class 
    This is a support class to make it easier for people to provideBeanInfo classes.
    class 
    AStatement object represents a primitive statementin which a single method is applied to a target anda set of arguments - as in"a.setFoo(b)".
    class 
    A class which extends theEventListenerProxyspecifically for adding aVetoableChangeListenerwith a "constrained" property.
    class 
    This is a utility class that can be used by beans that support constrainedproperties.
    class 
    TheXMLDecoder class is used to read XML documents created using theXMLEncoder and is used just like theObjectInputStream.
    class 
    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 Type
    Method
    Description
    Encoder.get(Object oldInstance)
    Returns a tentative value foroldInstance inthe environment created by this stream.
    Statement.getArguments()
    Returns the arguments for the method to invoke.
    staticObject
    Beans.getInstanceOf(Object bean,Class<?> targetType)
    From a given bean, obtain an object representing a specifiedtype view of that source object.
    PropertyChangeEvent.getNewValue()
    Gets the new value for the property, expressed as an Object.
    PropertyChangeEvent.getOldValue()
    Gets the old value for the property, expressed as an Object.
    XMLDecoder.getOwner()
    Gets the owner of this decoder.
    XMLEncoder.getOwner()
    Gets the owner of this encoder.
    PropertyChangeEvent.getPropagationId()
    The "propagationId" field is reserved for future use.
    PropertyEditorSupport.getSource()
    Returns the bean that is used as thesource of events.
    EventHandler.getTarget()
    Returns the object to which this event handler will send a message.
    Statement.getTarget()
    Returns the target object of this statement.
    Expression.getValue()
    If the value property of this instance is not already set,this method dynamically finds the method with the specifiedmethodName on this target with these arguments and calls it.
    FeatureDescriptor.getValue(String attributeName)
    Retrieve a named attribute with this feature.
    PropertyEditor.getValue()
    Gets the property value.
    PropertyEditorSupport.getValue()
    Gets the value of the property.
    staticObject
    Beans.instantiate(ClassLoader cls,String beanName)
    Instantiate a JavaBean.
    staticObject
    Beans.instantiate(ClassLoader cls,String beanName,BeanContext beanContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
    this method will be removed when java.beans.beancontext is removed
    staticObject
    Beans.instantiate(ClassLoader cls,String beanName,BeanContext beanContext,AppletInitializer initializer)
    Deprecated, for removal: This API element is subject to removal in a future version.
    It is recommended to useBeans.instantiate(ClassLoader, String, BeanContext),because the Applet API is deprecated.
    EventHandler.invoke(Object proxy,Method method,Object[] arguments)
    Extract the appropriate property value from the event andpass it to the action associated withthisEventHandler.
    XMLDecoder.readObject()
    Reads the next object from the underlying input stream.
    Encoder.remove(Object oldInstance)
    Removes the entry for this instance, returning the old entry.
    Methods injava.beans with parameters of typeObject
    Modifier and Type
    Method
    Description
    static <T> T
    EventHandler.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> T
    EventHandler.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> T
    EventHandler.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.
    Creates a new handler for SAX parserthat can be used to parse embedded XML archivescreated by theXMLEncoder class.
    PropertyDescriptor.createPropertyEditor(Object bean)
    Constructs an instance of a property editor using the currentproperty editor class.
    boolean
    IndexedPropertyDescriptor.equals(Object obj)
    Compares thisPropertyDescriptor against the specified object.
    boolean
    PropertyDescriptor.equals(Object obj)
    Compares thisPropertyDescriptor against the specified object.
    void
    PropertyChangeSupport.fireIndexedPropertyChange(String propertyName, int index,Object oldValue,Object newValue)
    Reports a bound indexed property update to listenersthat have been registered to track updates ofall properties or a property with the specified name.
    void
    PropertyChangeSupport.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Reports a bound property update to listenersthat have been registered to track updates ofall properties or a property with the specified name.
    void
    VetoableChangeSupport.fireVetoableChange(String propertyName,Object oldValue,Object newValue)
    Reports a constrained property update to listenersthat have been registered to track updates ofall properties or a property with the specified name.
    Encoder.get(Object oldInstance)
    Returns a tentative value foroldInstance inthe environment created by this stream.
    staticObject
    Beans.getInstanceOf(Object bean,Class<?> targetType)
    From a given bean, obtain an object representing a specifiedtype view of that source object.
    protected void
    DefaultPersistenceDelegate.initialize(Class<?> type,Object oldInstance,Object newInstance,Encoder out)
    This default implementation of theinitialize method assumesall state held in objects of this type is exposed via thematching pairs of "setter" and "getter" methods in the orderthey are returned by the Introspector.
    protected void
    PersistenceDelegate.initialize(Class<?> type,Object oldInstance,Object newInstance,Encoder out)
    Produce a series of statements with side effects onnewInstanceso that the new instance becomesequivalent tooldInstance.
    protectedExpression
    DefaultPersistenceDelegate.instantiate(Object oldInstance,Encoder out)
    This default implementation of theinstantiate method returnsan expression containing the predefined method name "new" which denotes acall to a constructor with the arguments as specified intheDefaultPersistenceDelegate's constructor.
    protected abstractExpression
    PersistenceDelegate.instantiate(Object oldInstance,Encoder out)
    Returns an expression whose value isoldInstance.
    EventHandler.invoke(Object proxy,Method method,Object[] arguments)
    Extract the appropriate property value from the event andpass it to the action associated withthisEventHandler.
    static boolean
    Beans.isInstanceOf(Object bean,Class<?> targetType)
    Check if a bean can be viewed as a given target type.
    protected boolean
    DefaultPersistenceDelegate.mutatesTo(Object oldInstance,Object newInstance)
    If the number of arguments in the specified constructor is non-zero andthe class ofoldInstance explicitly declares an "equals" methodthis method returns the value ofoldInstance.equals(newInstance).
    protected boolean
    PersistenceDelegate.mutatesTo(Object oldInstance,Object newInstance)
    Returns true if anequivalent copy ofoldInstance may becreated by applying a series of statements tonewInstance.
    Encoder.remove(Object oldInstance)
    Removes the entry for this instance, returning the old entry.
    void
    Customizer.setObject(Object bean)
    Set the object to be customized.
    void
    XMLDecoder.setOwner(Object owner)
    Sets the owner of this decoder toowner.
    void
    XMLEncoder.setOwner(Object owner)
    Sets the owner of this encoder toowner.
    void
    PropertyChangeEvent.setPropagationId(Object propagationId)
    Sets the propagationId object for the event.
    void
    PropertyEditorSupport.setSource(Object source)
    Sets the source bean.
    void
    Expression.setValue(Object value)
    Sets the value of this expression tovalue.
    void
    FeatureDescriptor.setValue(String attributeName,Object value)
    Associate a named attribute with this feature.
    void
    PropertyEditor.setValue(Object value)
    Set (or change) the object that is to be edited.
    void
    PropertyEditorSupport.setValue(Object value)
    Set (or change) the object that is to be edited.
    protected void
    Encoder.writeObject(Object o)
    Write the specified object to the output stream.
    void
    PersistenceDelegate.writeObject(Object oldInstance,Encoder out)
    ThewriteObject is a single entry point to the persistenceand is used by anEncoder in the traditionalmode of delegation.
    void
    XMLEncoder.writeObject(Object o)
    Write an XML representation of the specified object to the output.
    Constructors injava.beans with parameters of typeObject
    Modifier
    Constructor
    Description
     
    EventHandler(Object target,String action,String eventPropertyName,String listenerMethodName)
    Creates a newEventHandler object;you generally use one of thecreate methodsinstead of invoking this constructor directly.
     
    Expression(Object value,Object target,String methodName,Object[] arguments)
    Creates a newExpression object with the specified valuefor the specified target object to invoke the methodspecified by the name and by the array of arguments.
     
    Expression(Object target,String methodName,Object[] arguments)
    Creates a newExpression objectfor the specified target object to invoke the methodspecified 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.
     
    Constructs aPropertyChangeSupport object.
     
    Constructs aPropertyEditorSupport object.
     
    Statement(Object target,String methodName,Object[] arguments)
    Creates a newStatement objectfor the specified target object to invoke the methodspecified by the name and by the array of arguments.
     
    Constructs aVetoableChangeSupport object.
     
    Creates a new input stream for reading archivescreated by theXMLEncoder class.
     
    XMLDecoder(InputStream in,Object owner,ExceptionListener exceptionListener)
    Creates a new input stream for reading archivescreated by theXMLEncoder class.
     
    XMLDecoder(InputStream in,Object owner,ExceptionListener exceptionListener,ClassLoader cl)
    Creates a new input stream for reading archivescreated by theXMLEncoder class.
  • Uses ofObject injava.beans.beancontext

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    protected class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    A protected nested class containing per-child informationin thechildren hashtable.
    protected class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Subclasses may subclass this nested class to represent a proxy foreach BeanContextServiceProvider.
    protected static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    subclasses may subclass this nested class to add behaviors foreach BeanContextServicesProvider.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    protected class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    A protected nested class containing per-child informationin thechildren hashtable.
    protected static final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    protected final subclass that encapsulates an iterator but implementsa noop remove() method.
    Classes injava.beans.beancontext that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    protected static final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    protected final subclass that encapsulates an iterator but implementsa noop remove() method.
    Fields injava.beans.beancontext declared asObject
    Modifier and Type
    Field
    Description
    static finalObject
    Deprecated, for removal: This API element is subject to removal in a future version.
    This global lock is used by bothBeanContextandBeanContextServices implementorsto serialize changes in aBeanContexthierarchy and any service requests etc.
    Fields injava.beans.beancontext with type parameters of typeObject
    Modifier and Type
    Field
    Description
    BeanContextSupport.children
    Deprecated, for removal: This API element is subject to removal in a future version.
    all accesses to theprotected HashMap children fieldshall be synchronized on that object.
    BeanContextServicesSupport.services
    Deprecated, for removal: This API element is subject to removal in a future version.
    all accesses to theprotected transient HashMap servicesfield should be synchronized on that object
    Methods injava.beans.beancontext that returnObject
    Modifier and Type
    Method
    Description
    protected finalObject[]
    BeanContextSupport.copyChildren()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets a copy of the this BeanContext's children.
    BeanContextServiceProvider.getService(BeanContextServices bcs,Object requestor,Class<?> serviceClass,Object serviceSelector)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked byBeanContextServices, this methodrequests an instance of aservice from thisBeanContextServiceProvider.
    BeanContextServices.getService(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
    ABeanContextChild, or any arbitrary objectassociated with aBeanContextChild, may obtaina reference to a currently registered service from itsnestingBeanContextServicesvia invocation of this method.
    BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs,Object requestor,Class<?> serviceClass,Object serviceSelector)
     
    BeanContextServicesSupport.getService(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
    obtain a service which may be delegated
    BeanContext.instantiateChild(String beanName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Instantiate the javaBean named as achild of thisBeanContext.
    BeanContextSupport.instantiateChild(String beanName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    The instantiateChild method is a convenience hookin BeanContext to simplifythe task of instantiating a Bean, nested,into aBeanContext.
    BeanContextSupport.BCSIterator.next()
     
    BeanContextMembershipEvent.toArray()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the array of children affected by this event.
    BeanContextSupport.toArray()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets all JavaBean orBeanContextinstances currently nested in this BeanContext.
    BeanContextSupport.toArray(Object[] arry)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets an array containing all children ofthisBeanContext that matchthe types contained in arry.
    Methods injava.beans.beancontext that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    BeanContextServicesSupport.getCurrentServiceClasses()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BeanContextSupport.iterator()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets all JavaBean orBeanContext instancescurrently nested in thisBeanContext.
    Methods injava.beans.beancontext with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    BeanContextSupport.add(Object targetChild)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Adds/nests a child within thisBeanContext.
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Called by readObject with the newly deserialized child and BCSChild.
    protected void
    BeanContextSupport.childJustAddedHook(Object child,BeanContextSupport.BCSChild bcsc)
    Deprecated, for removal: This API element is subject to removal in a future version.
    subclasses may override this method to simply extend add() semanticsafter the child has been added and before the event notification hasoccurred.
    protected void
    BeanContextServicesSupport.childJustRemovedHook(Object child,BeanContextSupport.BCSChild bcsc)
    Deprecated, for removal: This API element is subject to removal in a future version.
    called from superclass child removal operations after a childhas been successfully removed. called with child synchronized.
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
    subclasses may override this method to simply extend remove() semanticsafter the child has been removed and before the event notification hasoccurred.
    boolean
    BeanContextMembershipEvent.contains(Object child)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Is the child specified affected by the event?
    boolean
    BeanContextSupport.contains(Object o)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determines whether or not the specified object is currently a child ofthisBeanContext.
    boolean
    BeanContextSupport.containsKey(Object o)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determines whether or not the specified object is currently a child ofthisBeanContext.
    BeanContextServicesSupport.createBCSChild(Object targetChild,Object peer)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Subclasses can override this method to insert their own subclassof Child without having to override add() or the other Collectionmethods that add children to the set.
    BeanContextSupport.createBCSChild(Object targetChild,Object peer)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Subclasses can override this method to insert their own subclassof Child without having to override add() or the other Collectionmethods that add children to the set.
    void
    BeanContextChildSupport.firePropertyChange(String name,Object oldValue,Object newValue)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Report a bound property update to any registered listeners.
    void
    BeanContextChildSupport.fireVetoableChange(String name,Object oldValue,Object newValue)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Report a vetoable property update to any registered listeners.
    protected static finalBeanContextChild
    BeanContextSupport.getChildBeanContextChild(Object child)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the BeanContextChild (if any) of the specified child
    protected static finalBeanContextMembershipListener
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the BeanContextMembershipListener(if any) of the specified child
    protected static finalBeanContextServicesListener
    BeanContextServicesSupport.getChildBeanContextServicesListener(Object child)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets theBeanContextServicesListener (if any) of the specifiedchild.
    protected static finalPropertyChangeListener
    BeanContextSupport.getChildPropertyChangeListener(Object child)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the PropertyChangeListener(if any) of the specified child
    protected static finalSerializable
    BeanContextSupport.getChildSerializable(Object child)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the Serializable (if any) associated with the specified Child
    protected static finalVetoableChangeListener
    BeanContextSupport.getChildVetoableChangeListener(Object child)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the VetoableChangeListener(if any) of the specified child
    protected static finalVisibility
    BeanContextSupport.getChildVisibility(Object child)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the Component (if any) associated with the specified child.
    BeanContextServiceProvider.getService(BeanContextServices bcs,Object requestor,Class<?> serviceClass,Object serviceSelector)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked byBeanContextServices, this methodrequests an instance of aservice from thisBeanContextServiceProvider.
    BeanContextServices.getService(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
    ABeanContextChild, or any arbitrary objectassociated with aBeanContextChild, may obtaina reference to a currently registered service from itsnestingBeanContextServicesvia invocation of this method.
    BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices bcs,Object requestor,Class<?> serviceClass,Object serviceSelector)
     
    BeanContextServicesSupport.getService(BeanContextChild child,Object requestor,Class<?> serviceClass,Object serviceSelector,BeanContextServiceRevokedListener bcsrl)
    Deprecated, for removal: This API element is subject to removal in a future version.
    obtain a service which may be delegated
    void
    BeanContextServiceProvider.releaseService(BeanContextServices bcs,Object requestor,Object service)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked byBeanContextServices,this method releases a nestedBeanContextChild's(or any arbitrary object associated with aBeanContextChild) reference to the specified service.
    void
    BeanContextServices.releaseService(BeanContextChild child,Object requestor,Object service)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Releases aBeanContextChild's(or any arbitrary object associated with a BeanContextChild)reference to the specified service by calling releaseService()on the underlyingBeanContextServiceProvider.
    void
    BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices bcs,Object requestor,Object service)
     
    void
    BeanContextServicesSupport.releaseService(BeanContextChild child,Object requestor,Object service)
    Deprecated, for removal: This API element is subject to removal in a future version.
    release a service
    boolean
    BeanContextSupport.remove(Object targetChild)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Removes a child from this BeanContext.
    protected boolean
    BeanContextSupport.remove(Object targetChild, boolean callChildSetBC)
    Deprecated, for removal: This API element is subject to removal in a future version.
    internal remove used when removal caused byunexpectedsetBeanContext orbyremove() invocation.
    BeanContextSupport.toArray(Object[] arry)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets an array containing all children ofthisBeanContext that matchthe types contained in arry.
    protected boolean
    BeanContextSupport.validatePendingAdd(Object targetChild)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Subclasses of this class may override, or envelope, this method toadd validation behavior for the BeanContext to examine child objectsimmediately prior to their being added to the BeanContext.
    protected boolean
    BeanContextSupport.validatePendingRemove(Object targetChild)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Subclasses of this class may override, or envelope, this method toadd validation behavior for the BeanContext to examine child objectsimmediately prior to their being removed from the BeanContext.
    Constructors injava.beans.beancontext with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Construct a BeanContextMembershipEvent
  • Uses ofObject injava.io

    Subclasses ofObject injava.io
    Modifier and Type
    Class
    Description
    class 
    ABufferedInputStream addsfunctionality to another input stream-namely,the ability to buffer the input and tosupport themark andresetmethods.
    class 
    The class implements a buffered output stream.
    class 
    Reads text from a character-input stream, buffering characters so as toprovide for the efficient reading of characters, arrays, and lines.
    class 
    Writes text to a character-output stream, buffering characters so as toprovide for the efficient writing of single characters, arrays, and strings.
    class 
    AByteArrayInputStream containsan internal buffer that contains bytes thatmay be read from the stream.
    class 
    This class implements an output stream in which the data iswritten into a byte array.
    class 
    This class implements a character buffer that can be used as acharacter-input stream.
    class 
    This class implements a character buffer that can be used as a Writer.
    class 
    Base class for character conversion exceptions.
    class 
    Methods to access the character-based console device, if any, associatedwith the current Java virtual machine.
    class 
    A data input stream lets an application read primitive Java datatypes from an underlying input stream in a machine-independentway.
    class 
    A data output stream lets an application write primitive Java datatypes to an output stream in a portable way.
    class 
    Signals that an end of file or end of stream has been reachedunexpectedly during input.
    class 
    An abstract representation of file and directory pathnames.
    final class 
    Instances of the file descriptor class serve as an opaque handleto the underlying machine-specific structure representing an openfile, an open socket, or another source or sink of bytes.
    class 
    AFileInputStream obtains input bytesfrom a file in a file system.
    class 
    Signals that an attempt to open the file denoted by a specified pathnamehas failed.
    class 
    A file output stream is an output stream for writing data to aFile or to aFileDescriptor.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Reads text from character files using a default buffer size.
    class 
    Writes text to character files using a default buffer size.
    class 
    AFilterInputStream wraps some other input stream, which it uses asits basic source of data, possibly transforming the data along the way orproviding additional functionality.
    class 
    This class is the superclass of all classes that filter outputstreams.
    class 
    Abstract class for reading filtered character streams.
    class 
    Abstract class for writing filtered character streams.
    class 
    This abstract class is the superclass of all classes representingan input stream of bytes.
    class 
    An InputStreamReader is a bridge from byte streams to character streams: Itreads bytes and decodes them into characters using a specifiedcharset.
    class 
    Signals that an I/O operation has been interrupted.
    class 
    Thrown when the Serialization runtime detects one of the followingproblems with a Class.
    class 
    Indicates that one or more deserialized objects failed validationtests.
    class 
    Thrown when a serious I/O error has occurred.
    class 
    Signals that an I/O exception of some sort has occurred.
    class 
    Deprecated.
    This class incorrectly assumes that bytes adequately represent characters.
    class 
    A buffered character-input stream that keeps track of line numbers.
    class 
    Thrown when serialization or deserialization is not active.
    class 
    Thrown when an instance is required to have a Serializable interface.
    static final class 
    A utility class to set and get the JVM-wide deserialization filter factory,the static JVM-wide filter, or to create a filter from a pattern string.
    class 
    An ObjectInputStream deserializes primitive data and objects previouslywritten using an ObjectOutputStream.
    static class 
    Provide access to the persistent fields read from the input stream.
    class 
    An ObjectOutputStream writes primitive data types and graphs of Java objectsto an OutputStream.
    static class 
    Provide programmatic access to the persistent fields to be writtento ObjectOutput.
    final class 
    Serialization's descriptor for classes.
    class 
    Superclass of all exceptions specific to Object Stream classes.
    class 
    A description of a Serializable field from a Serializable class.
    final class 
    Exception indicating the failure of an object read operation due tounread primitive data, or the end of data belonging to a serializedobject in the stream.
    class 
    This abstract class is the superclass of all classes representingan output stream of bytes.
    class 
    An OutputStreamWriter is a bridge from character streams to byte streams:Characters written to it are encoded into bytes using a specifiedcharset.
    class 
    A piped input stream should be connectedto a piped output stream; the piped inputstream then provides whatever data bytesare written to the piped output stream.
    class 
    A piped output stream can be connected to a piped input streamto create a communications pipe.
    class 
    Piped character-input streams.
    class 
    Piped character-output streams.
    class 
    APrintStream adds functionality to another output stream,namely the ability to print representations of various data valuesconveniently.
    class 
    Prints formatted representations of objects to a text-output stream.
    class 
    APushbackInputStream addsfunctionality to another input stream, namelythe ability to "push back" or "unread" bytes,by storing pushed-back bytes in an internal buffer.
    class 
    A character-stream reader that allows characters to be pushed back into thestream.
    class 
    Instances of this class support both reading and writing to arandom access file.
    class 
    Abstract class for reading character streams.
    class 
    ASequenceInputStream representsthe logical concatenation of other inputstreams.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Thrown when control information that was read from an object streamviolates internal consistency checks.
    class 
    TheStreamTokenizer class takes an input stream andparses it into "tokens", allowing the tokens to beread one at a time.
    class 
    Deprecated.
    This class does not properly convert characters into bytes.
    class 
    A character stream whose source is a string.
    class 
    A character stream that collects its output in a string buffer, which canthen be used to construct a string.
    class 
    Signals that a sync operation has failed.
    class 
    Wraps anIOException with an unchecked exception.
    class 
    The Character Encoding is not supported.
    class 
    Signals that a malformed string inmodified UTF-8format has been read in a datainput stream or by any class that implements the data inputinterface.
    class 
    Signals that one of the ObjectStreamExceptions was thrown during awrite operation.
    class 
    Abstract class for writing to character streams.
    Classes injava.io that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    A description of a Serializable field from a Serializable class.
    Fields injava.io declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    Reader.lock
    The object used to synchronize operations on this stream.
    protectedObject
    Writer.lock
    The object used to synchronize operations on this stream.
    Methods injava.io that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    ObjectInputStream.GetField.get(String name,Object val)
    Get the value of the named Object field from the persistent field.
    ObjectInput.readObject()
    Read and return an object.
    finalObject
    ObjectInputStream.readObject()
    Read an object from the ObjectInputStream.
    protectedObject
    ObjectInputStream.readObjectOverride()
    This method is called by trusted subclasses of ObjectInputStream thatconstructed ObjectInputStream using the protected no-arg constructor.
    ObjectInputStream.readUnshared()
    Reads an "unshared" object from the ObjectInputStream.
    protectedObject
    ObjectOutputStream.replaceObject(Object obj)
    This method will allow trusted subclasses of ObjectOutputStream tosubstitute one object for another during serialization.
    protectedObject
    ObjectInputStream.resolveObject(Object obj)
    This method will allow trusted subclasses of ObjectInputStream tosubstitute one object for another during deserialization.
    Methods injava.io with parameters of typeObject
    Modifier and Type
    Method
    Description
    int
    ObjectStreamField.compareTo(Object obj)
    Compare this field with anotherObjectStreamField.
    boolean
    File.equals(Object obj)
    Tests this abstract pathname for equality with the given object.
    boolean
    FilePermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two FilePermission objects for equality.
    Console.format(String format,Object... args)
    Writes a formatted string to this console's output stream usingthe specified format string and arguments with thedefault format locale.
    Console.format(Locale locale,String format,Object... args)
    Writes a formatted string to this console's output stream usingthe specified format string and arguments with the specifiedlocale.
    PrintStream.format(String format,Object... args)
    Writes a formatted string to this output stream using the specifiedformat string and arguments.
    PrintStream.format(Locale l,String format,Object... args)
    Writes a formatted string to this output stream using the specifiedformat string and arguments.
    PrintWriter.format(String format,Object... args)
    Writes a formatted string to this writer using the specified formatstring and arguments.
    PrintWriter.format(Locale l,String format,Object... args)
    Writes a formatted string to this writer using the specified formatstring and arguments.
    abstractObject
    ObjectInputStream.GetField.get(String name,Object val)
    Get the value of the named Object field from the persistent field.
    void
    PrintStream.print(Object obj)
    Prints an object.
    void
    PrintWriter.print(Object obj)
    Prints an object.
    Console.printf(String format,Object... args)
    A convenience method to write a formatted string to this console'soutput stream using the specified format string and arguments withthedefault format locale.
    Console.printf(Locale locale,String format,Object... args)
    A convenience method to write a formatted string to this console'soutput stream using the specified format string and arguments withthe specifiedlocale.
    PrintStream.printf(String format,Object... args)
    A convenience method to write a formatted string to this output streamusing the specified format string and arguments.
    PrintStream.printf(Locale l,String format,Object... args)
    A convenience method to write a formatted string to this output streamusing the specified format string and arguments.
    PrintWriter.printf(String format,Object... args)
    A convenience method to write a formatted string to this writer usingthe specified format string and arguments.
    PrintWriter.printf(Locale l,String format,Object... args)
    A convenience method to write a formatted string to this writer usingthe specified format string and arguments.
    void
    PrintStream.println(Object x)
    Prints an Object and then terminates the line.
    void
    PrintWriter.println(Object x)
    Prints an Object and then terminates the line.
    abstract void
    ObjectOutputStream.PutField.put(String name,Object val)
    Put the value of the named Object field into the persistent field.
    Console.readLine(String format,Object... args)
    Provides a formatted prompt using thedefault format locale, then reads asingle line of text from the console.
    Console.readLine(Locale locale,String format,Object... args)
    Provides a formatted prompt using the specifiedlocale, thenreads a single line of text from the console.
    char[]
    Console.readPassword(String format,Object... args)
    Provides a formatted prompt using thedefault format locale, then reads apassword or passphrase from the console with echoing disabled.
    char[]
    Console.readPassword(Locale locale,String format,Object... args)
    Provides a formatted prompt using the specifiedlocale, thenreads a password or passphrase from the console with echoing disabled.
    protectedObject
    ObjectOutputStream.replaceObject(Object obj)
    This method will allow trusted subclasses of ObjectOutputStream tosubstitute one object for another during serialization.
    protectedObject
    ObjectInputStream.resolveObject(Object obj)
    This method will allow trusted subclasses of ObjectInputStream tosubstitute one object for another during deserialization.
    void
    ObjectOutput.writeObject(Object obj)
    Write an object to the underlying storage or stream.
    final void
    ObjectOutputStream.writeObject(Object obj)
    Write the specified object to the ObjectOutputStream.
    protected void
    ObjectOutputStream.writeObjectOverride(Object obj)
    Method used by subclasses to override the default writeObject method.
    void
    ObjectOutputStream.writeUnshared(Object obj)
    Writes an "unshared" object to the ObjectOutputStream.
    Constructors injava.io with parameters of typeObject
    Modifier
    Constructor
    Description
    protected
    Reader(Object lock)
    Creates a new character-stream reader whose critical sections willsynchronize on the given object.
    protected
    Writer(Object lock)
    Creates a new character-stream writer whose critical sections willsynchronize on the given object.
  • Uses ofObject injava.lang

    Subclasses ofObject injava.lang
    Modifier and Type
    Class
    Description
    class 
    Thrown when an application tries to call an abstract method.
    class 
    Thrown when an exceptional arithmetic condition has occurred.
    class 
    Thrown to indicate that an array has been accessed with an illegal index.
    class 
    Thrown to indicate that an attempt has been made to store thewrong type of object into an array of objects.
    class 
    Thrown to indicate that an assertion has failed.
    final class 
    TheBoolean class is thewrapper class for values of the primitivetypeboolean.
    class 
    Thrown to indicate that aninvokedynamic instruction or a dynamicconstant failed to resolve its bootstrap method and arguments,or forinvokedynamic instruction the bootstrap method has failed toprovide acall site with atargetof the correctmethod type,or for a dynamic constant the bootstrap method has failed to provide aconstant value of the required type.
    final class 
    TheByte class is thewrapper class for values of the primitivetypebyte.
    final class 
    TheCharacter class is thewrapper class for values of the primitivetypechar.
    static class 
    Instances of this class represent particular subsets of the Unicodecharacter set.
    static final class 
    A family of character subsets representing the character blocks in theUnicode specification.
    final class 
    Instances of the classClass represent classes andinterfaces in a running Java application.
    class 
    Thrown to indicate that the code has attempted to cast an objectto a subclass of which it is not an instance.
    class 
    Thrown when the Java Virtual Machine detects a circularity in thesuperclass hierarchy of a class being loaded.
    class 
    Thrown when the Java Virtual Machine attempts to read a classfile and determines that the file is malformed or otherwise cannotbe interpreted as a class file.
    class 
    A class loader is an object that is responsible for loading classes.
    class 
    Thrown when an application tries to load in a class through itsstring name using:TheforName method in classClass.
    class 
    Lazily associate a computed value with anyClass object.
    class 
    Thrown to indicate that theclone method in classObject has been called to clone an object, but thatthe object's class does not implement theCloneableinterface.
    final class 
    TheDouble class is thewrapper class for values of the primitive typedouble.
    class 
    Enum<E extendsEnum<E>>
    This is the common base class of all Java language enumeration classes.
    static final class 
    Enum.EnumDesc<E extendsEnum<E>>
    Anominal descriptor for anenum constant.
    class 
    Thrown when an application tries to access an enum constant by nameand the enum type contains no constant with the specified name.
    class 
    AnError is a subclass ofThrowablethat indicates serious problems that a reasonable applicationshould not try to catch.
    class 
    The classException and its subclasses are a form ofThrowable that indicates conditions that a reasonableapplication might want to catch.
    class 
    Signals that an unexpected exception has occurred in a static initializer.
    final class 
    TheFloat class is thewrapper class for values of the primitivetypefloat.
    class 
    Thrown if an application attempts to access or modify a field, orto call a method that it does not have access to.
    class 
    An IllegalAccessException is thrown when an application triesto reflectively create an instance (other than an array),set or get a field, or invoke a method, but the currentlyexecuting method does not have access to the definition ofthe specified class, field, method or constructor.
    class 
    Thrown to indicate that a method has been passed an illegal orinappropriate argument.
    class 
    Thrown to indicate that a method has been called by an inappropriate caller.
    class 
    Thrown to indicate that a thread has attempted to wait on anobject's monitor or to notify other threads waiting on an object'smonitor without owning the specified monitor.
    class 
    Signals that a method has been invoked at an illegal orinappropriate time.
    class 
    Thrown to indicate that a thread is not in an appropriate statefor the requested operation.
    class 
    Thrown when an incompatible class change has occurred to some classdefinition.
    class 
    Thrown to indicate that an index of some sort (such as to an array, to astring, or to a vector) is out of range.
    class 
    This class extendsThreadLocal to provide inheritance of valuesfrom parent thread to child thread: when a child thread is created, thechild receives initial values for all inheritable thread-local variablesfor which the parent has values.
    class 
    Thrown when an application tries to use the Javanewconstruct to instantiate an abstract class or an interface.
    class 
    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.
    final class 
    TheInteger class is thewrapper class for values of the primitivetypeint.
    class 
    Thrown to indicate some unexpected internal error has occurred inthe Java Virtual Machine.
    class 
    Thrown when a thread is waiting, sleeping, or otherwise occupied,and the thread is interrupted, either before or during the activity.
    final class 
    A collection of static methods that provide convenient access toSystem.inandSystem.out for line-oriented input and output.
    class 
    Thrown when creating amodule layer fails.
    class 
    Subclasses ofLinkageError indicate that a class hassome dependency on another class; however, the latter class hasincompatibly changed after the compilation of the former class.
    final class 
    TheLong class is thewrapper class for values of the primitivetypelong.
    final class 
    Thrown to indicate an unexpected failure in pattern matching.
    final class 
    The classMath contains methods for performing basicnumeric operations such as the elementary exponential, logarithm,square root, and trigonometric functions.
    final class 
    Represents a run-time module, eithernamed or unnamed.
    final class 
    A layer of modules in the Java virtual machine.
    static final class 
    Controls a module layer.
    class 
    Thrown if an application tries to create an array with negative size.
    class 
    Thrown if the Java Virtual Machine or aClassLoader instancetries to load in the definition of a class (as part of a normal method callor as part of creating a new instance using thenew expression)and no definition of the class could be found.
    class 
    Thrown if an application tries to access or modify a specifiedfield of an object, and that object no longer has that field.
    class 
    Signals that the class doesn't have a field of a specified name.
    class 
    Thrown if an application tries to call a specified method of aclass (either static or instance), and that class no longer has adefinition of that method.
    class 
    Thrown when a particular method cannot be found.
    class 
    Thrown when an application attempts to usenull in acase where an object is required.
    class 
    The abstract classNumber is the superclass of platformclasses representing numeric values that are convertible to theprimitive typesbyte,double,float,int,long, andshort.
    class 
    Thrown to indicate that the application has attempted to converta string to one of the numeric types, but that the string does nothave the appropriate format.
    class 
    Thrown when the Java Virtual Machine cannot allocate an objectbecause it is out of memory, and no more memory could be madeavailable by the garbage collector.
    final class 
    Represents metadata about a run-time package associated with a class loader.
    class 
    Process provides control of native processes started byProcessBuilder.start andRuntime.exec.
    final class 
    This class is used to create operating system processes.
    static class 
    Represents a source of subprocess input or a destination ofsubprocess output.
    class 
    This is the common base class of all Java language record classes.
    class 
    Common superclass of exceptions thrown by reflective operations incore reflection.
    final class 
    Every Java application has a single instance of classRuntime that allows the application to interface withthe environment in which the application is running.
    static final class 
    A representation of a version string for an implementation of theJava SE Platform.
    class 
    RuntimeException is the superclass of thoseexceptions that can be thrown during the normal operation of theJava Virtual Machine.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    final class 
    A value that may be safely and efficiently shared to methods without using methodparameters.
    static final class 
    A mapping of scoped values, askeys, to values.
    class 
    Thrown to indicate a security violation.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    There is no replacement for this class.
    final class 
    TheShort class is thewrapper class for values of the primitivetypeshort.
    class 
    Thrown when a stack overflow occurs because an applicationrecurses too deeply.
    final class 
    An element in a stack trace, as returned byThrowable.getStackTrace().
    final class 
    A stack walker.
    final class 
    The classStrictMath contains methods for performing basicnumeric operations such as the elementary exponential, logarithm,square root, and trigonometric functions.
    final class 
    TheString class represents character strings.
    final class 
    A thread-safe, mutable sequence of characters.
    final class 
    A mutable sequence of characters.
    class 
    Thrown byString methods to indicate that an index is either negativeor greater than the size of the string.
    final class 
    TheSystem class contains several useful class fieldsand methods.
    static class 
    TheLoggerFinder service is responsible for creating, managing,and configuring loggers to the underlying framework it uses.
    class 
    Athread is a thread of execution in a program.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Thread.stop() was originally specified to "stop" a victim thread by causing the victim thread to throw aThreadDeath.
    class 
    A thread group represents a set of threads.
    class 
    This class provides thread-local variables.
    class 
    TheThrowable class is the superclass of all errors andexceptions in the Java language.
    class 
    Thrown when an application tries to access a type using a stringrepresenting the type's name, but no definition for the type withthe specified name can be found.
    class 
    Thrown when an unknown but serious exception has occurred in theJava Virtual Machine.
    class 
    Thrown if the Java Virtual Machine cannot find an appropriatenative-language definition of a method declarednative.
    class 
    Thrown when the Java Virtual Machine attempts to read a classfile and determines that the major and minor version numbersin the file are not supported.
    class 
    Thrown to indicate that the requested operation is not supported.
    class 
    Thrown when the "verifier" detects that a class file,though well formed, contains some sort of internal inconsistencyor security problem.
    class 
    Thrown to indicate that the Java Virtual Machine is broken or hasrun out of resources necessary for it to continue operating.
    final class 
    TheVoid class is an uninstantiable placeholder class to hold areference to theClass object representing the Java keywordvoid.
    final class 
    Thrown to indicate that a method has been called on the wrong thread.
    Methods injava.lang that returnObject
    Modifier and Type
    Method
    Description
    protected finalObject
    Enum.clone()
    Throws CloneNotSupportedException.
    protectedObject
    Object.clone()
    Creates and returns a copy of this object.
    protectedObject
    Thread.clone()
    Throws CloneNotSupportedException as a Thread can not be meaningfullycloned.
    protectedObject
    ClassLoader.getClassLoadingLock(String className)
    Returns the lock object for class loading operations.
    T[]
    Returns the elements of this enum class or null if thisClass object does not represent an enum class.
    SecurityManager.getSecurityContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns anAccessControlContext where thecheckPermissionmethod always throws anAccessControlException and thegetDomainCombiner method always returnsnull.
    Class.getSigners()
    Gets the signers of this class.
    Methods injava.lang with parameters of typeObject
    Modifier and Type
    Method
    Description
    StringBuffer.append(Object obj)
     
    StringBuilder.append(Object obj)
     
    static void
    System.arraycopy(Object src, int srcPos,Object dest, int destPos, int length)
    Copies an array from the specified source array, beginning at thespecified position, to the specified position of the destination array.
    Class.cast(Object obj)
    Casts an object to the class or interface representedby thisClass object.
    void
    SecurityManager.checkConnect(String host, int port,Object context)
    Deprecated, for removal: This API element is subject to removal in a future version.
    ThrowsSecurityException.
    void
    SecurityManager.checkPermission(Permission perm,Object context)
    Deprecated, for removal: This API element is subject to removal in a future version.
    ThrowsSecurityException.
    void
    SecurityManager.checkRead(String file,Object context)
    Deprecated, for removal: This API element is subject to removal in a future version.
    ThrowsSecurityException.
    boolean
    Boolean.equals(Object obj)
    Returnstrue if and only if the argument is notnull and is aBoolean object thatrepresents the sameboolean value as this object.
    boolean
    Byte.equals(Object obj)
    Compares this object to the specified object.
    boolean
    Character.equals(Object obj)
    Compares this object against the specified object.
    final boolean
    Character.Subset.equals(Object obj)
    Compares twoSubset objects for equality.
    boolean
    Double.equals(Object obj)
    Compares this object against the specified object.
    final boolean
    Enum.equals(Object other)
    Returns true if the specified object is equal to thisenum constant.
    boolean
    Float.equals(Object obj)
    Compares this object against the specified object.
    boolean
    Integer.equals(Object obj)
    Compares this object to the specified object.
    boolean
    Long.equals(Object obj)
    Compares this object to the specified object.
    boolean
    Object.equals(Object obj)
    Indicates whether some other object is "equal to" this one.
    boolean
    ProcessBuilder.Redirect.equals(Object obj)
    Compares the specified object with thisRedirect forequality.
    boolean
    ProcessHandle.equals(Object other)
    Returnstrue ifother object is non-null, is of thesame implementation, and represents the same system process;otherwise it returnsfalse.
    abstract boolean
    Record.equals(Object obj)
    Indicates whether some other object is "equal to" this one.
    boolean
    Runtime.Version.equals(Object obj)
    Determines whether thisVersion is equal to another object.
    boolean
    Short.equals(Object obj)
    Compares this object to the specified object.
    boolean
    StableValue.equals(Object obj)
    Returnstrue ifthis == obj,false otherwise.
    boolean
    StackTraceElement.equals(Object obj)
    Returns true if the specified object is anotherStackTraceElement instance representing the same executionpoint as this instance.
    boolean
    String.equals(Object anObject)
    Compares this string to the specified object.
    boolean
    Runtime.Version.equalsIgnoreOptional(Object obj)
    Determines whether thisVersion is equal to anotherdisregarding optional build information.
    staticString
    String.format(String format,Object... args)
    Returns a formatted string using the specified format string andarguments.
    staticString
    String.format(Locale l,String format,Object... args)
    Returns a formatted string using the specified locale, format string,and arguments.
    String.formatted(Object... args)
    Formats using this string as the format string, and the suppliedarguments.
    static boolean
    Thread.holdsLock(Object obj)
    Returnstrue if and only if the current thread holds themonitor lock on the specified object.
    static int
    Returns the same hash code for the given object aswould be returned by the default method hashCode(),whether or not the given object's class overrideshashCode().
    StringBuffer.insert(int offset,Object obj)
     
    StringBuilder.insert(int offset,Object obj)
     
    boolean
    Class.isInstance(Object obj)
    Determines if the specifiedObject is assignment-compatiblewith the object represented by thisClass.
    default void
    System.Logger.log(System.Logger.Level level,Object obj)
    Logs a message produced from the given object.
    default void
    System.Logger.log(System.Logger.Level level,String format,Object... params)
    Logs a message with an optional list of parameters.
    void
    System.Logger.log(System.Logger.Level level,ResourceBundle bundle,String format,Object... params)
    Logs a message with resource bundle and an optional list ofparameters.
    static void
    IO.print(Object obj)
    Writes a string representation of the specified object to thestandard output.
    static void
    IO.println(Object obj)
    Writes a string representation of the specified object and then writesa line separator to the standard output.
    protected final void
    ClassLoader.setSigners(Class<?> c,Object[] signers)
    Sets the signers of a class.
    staticString
    String.valueOf(Object obj)
    Returns the string representation of theObject argument.
    Constructors injava.lang with parameters of typeObject
    Modifier
    Constructor
    Description
     
    AssertionError(Object detailMessage)
    Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section5.1.11 ofThe Java Language Specification.
  • Uses ofObject injava.lang.annotation

    Modifier and Type
    Class
    Description
    class 
    Thrown when the annotation parser attempts to read an annotationfrom a class file and determines that the annotation is malformed.
    class 
    Thrown to indicate that a program has attempted to access an element ofan annotation whose type has changed after the annotation was compiled(or serialized).
    class 
    Thrown to indicate that a program has attempted to access an element ofan annotation interface that was added to the annotation interface definitionafter the annotation was compiled (or serialized).
    Methods injava.lang.annotation with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Annotation.equals(Object obj)
    Returns true if the specified object represents an annotationthat is logically equivalent to this one.
  • Uses ofObject injava.lang.classfile

    Modifier and Type
    Class
    Description
    final class 
    Attribute mappers for predefined (JVMS4.7) and JDK-specificnonstandard attributes.
    class 
    Models a user-defined attribute in aclass file.
    Methods injava.lang.classfile with parameters of typeObject
    Modifier and Type
    Method
    Description
    AnnotationValue.of(Object value)
    Returns an annotation element.
  • Uses ofObject injava.lang.classfile.constantpool

    Modifier and Type
    Class
    Description
    class 
    Thrown to indicate that requested entry cannot be obtained from the constantpool or the bootstrap method table.
  • Uses ofObject injava.lang.constant

    Subclasses ofObject injava.lang.constant
    Modifier and Type
    Class
    Description
    final class 
    Predefined values ofnominal descriptorfor common constants, including descriptors for primitive class types andother common platform types, and descriptors for method handles for standardbootstrap methods.
    final class 
    Anominal descriptor for aninvokedynamic call site.
    class 
    Anominal descriptor for adynamic constant (one described in the constant pool withConstant_Dynamic_info.)
    Methods injava.lang.constant that returnObject
    Modifier and Type
    Method
    Description
    Resolves this descriptor reflectively, emulating the resolution behaviorof JVMS5.4.3 and the access control behavior of JVMS5.4.4.
    Methods injava.lang.constant with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    ClassDesc.equals(Object o)
    Compare the specified object with this descriptor for equality.
    final boolean
    DynamicCallSiteDesc.equals(Object o)
    Compares the specified object with this descriptor for equality.
    final boolean
    DynamicConstantDesc.equals(Object o)
    Compares the specified object with this descriptor for equality.
    boolean
    MethodHandleDesc.equals(Object o)
    Compares the specified object with this descriptor for equality.
    boolean
    MethodTypeDesc.equals(Object o)
    Compares the specified object with this descriptor for equality.
    boolean
    ModuleDesc.equals(Object o)
    Compare the specified object with this descriptor for equality.
    boolean
    PackageDesc.equals(Object o)
    Compare the specified object with this descriptor for equality.
  • Uses ofObject injava.lang.foreign

    Methods injava.lang.foreign that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    MemorySegment.heapBase()
    Returns the Java object stored in the on-heap region of memory backing this memorysegment, if any.
    Methods injava.lang.foreign with parameters of typeObject
    Modifier and Type
    Method
    Description
    static void
    MemorySegment.copy(MemorySegment srcSegment,ValueLayout srcLayout, long srcOffset,Object dstArray, int dstIndex, int elementCount)
    Copies a number of elements from a source memory segment to a destination array.
    static void
    MemorySegment.copy(Object srcArray, int srcIndex,MemorySegment dstSegment,ValueLayout dstLayout, long dstOffset, int elementCount)
    Copies a number of elements from a source array to a destination memory segment.
    boolean
    MemoryLayout.equals(Object other)
    Compares the specified object with this layout for equality.
    boolean
    MemorySegment.equals(Object that)
    Compares the specified object with this memory segment for equality.
    boolean
    MemorySegment.Scope.equals(Object that)
    Returnstrue, if the provided object is also a scope, which modelsthe same lifetime as that modeled by this scope.
  • Uses ofObject injava.lang.instrument

    Modifier and Type
    Class
    Description
    final class 
    This class serves as a parameter block to theInstrumentation.redefineClasses method.
    class 
    Thrown by an implementation ofClassFileTransformer.transformwhen its input parameters are invalid.
    class 
    Thrown by an implementation ofInstrumentation.redefineClasseswhen one of the specified classes cannot be modified.
    class 
    Thrown to indicate that a module cannot be modified.
    Methods injava.lang.instrument with parameters of typeObject
    Modifier and Type
    Method
    Description
    long
    Instrumentation.getObjectSize(Object objectToSize)
    Returns an implementation-specific approximation of the amount of storage consumed bythe specified object.
  • Uses ofObject injava.lang.invoke

    Subclasses ofObject injava.lang.invoke
    Modifier and Type
    Class
    Description
    class 
    ACallSite is a holder for a variableMethodHandle, which is called itstarget.
    final class 
    Bootstrap methods for dynamically-computed constants.
    class 
    AConstantCallSite is aCallSite whose target is permanent, and can never be changed.
    class 
    LambdaConversionException
    final class 
    Methods to facilitate the creation of simple "function objects" thatimplement one or more interfaces by delegation to a providedMethodHandle,possibly after type adaptation and partial evaluation of arguments.
    class 
    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.
    final class 
    This class consists exclusively of static methods that help adaptmethod handles to other JVM types, such as interfaces.
    final class 
    This class consists exclusively of static methods that operate on or returnmethod handles.
    static final class 
    Alookup object is a factory for creating method handles,when the creation requires access checking.
    final class 
    A method type represents the arguments and return type accepted andreturned by a method handle, or the arguments and return type passedand expected by a method handle caller.
    class 
    AMutableCallSite is aCallSite whose target variable behaves like an ordinary field.
    final class 
    Serialized form of a lambda expression.
    class 
    StringConcatException is thrown byStringConcatFactory when linkageinvariants are violated.
    final class 
    Methods to facilitate the creation of String concatenation methods, thatcan be used to efficiently concatenate a known number of arguments of knowntypes, possibly after type adaptation and partial evaluation of arguments.
    class 
    ASwitchPoint is an object which can publish state transitions to other threads.
    class 
    A VarHandle is a dynamically strongly typed reference to a variable, or to aparametrically-defined family of variables, including static fields,non-static fields, array elements, or components of an off-heap datastructure.
    static final class 
    class 
    AVolatileCallSite is aCallSite whose target acts like a volatile variable.
    class 
    Thrown to indicate that code has attempted to call a method handlevia the wrong method type.
    Methods injava.lang.invoke that returnObject
    Modifier and Type
    Method
    Description
    finalObject
    VarHandle.compareAndExchange(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setVolatile(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.compareAndExchangeAcquire(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.set(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.compareAndExchangeRelease(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setRelease(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(Object...).
    staticObject
    ConstantBootstraps.explicitCast(MethodHandles.Lookup lookup,String name,Class<?> dstType,Object value)
    Applies a conversion from a source type to a destination type.
    finalObject
    VarHandle.get(Object... args)
    Returns the value of a variable, with memory semantics of reading asif the variable was declared non-volatile.
    finalObject
    VarHandle.getAcquire(Object... args)
    Returns the value of a variable, and ensures that subsequent loads andstores are not reordered before this access.
    finalObject
    VarHandle.getAndAdd(Object... args)
    Atomically adds thevalue to the current value of a variable withthe memory semantics ofVarHandle.setVolatile(Object...), and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndAddAcquire(Object... args)
    Atomically adds thevalue to the current value of a variable withthe memory semantics ofVarHandle.set(Object...), and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndAddRelease(Object... args)
    Atomically adds thevalue to the current value of a variable withthe memory semantics ofVarHandle.setRelease(Object...), and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndBitwiseAnd(Object... args)
    Atomically sets the value of a variable to the result ofbitwise AND between the variable's current value and themaskwith the memory semantics ofVarHandle.setVolatile(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndBitwiseAndAcquire(Object... args)
    Atomically sets the value of a variable to the result ofbitwise AND between the variable's current value and themaskwith the memory semantics ofVarHandle.set(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndBitwiseAndRelease(Object... args)
    Atomically sets the value of a variable to the result ofbitwise AND between the variable's current value and themaskwith the memory semantics ofVarHandle.setRelease(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndBitwiseOr(Object... args)
    Atomically sets the value of a variable to the result ofbitwise OR between the variable's current value and themaskwith the memory semantics ofVarHandle.setVolatile(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndBitwiseOrAcquire(Object... args)
    Atomically sets the value of a variable to the result ofbitwise OR between the variable's current value and themaskwith the memory semantics ofVarHandle.set(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndBitwiseOrRelease(Object... args)
    Atomically sets the value of a variable to the result ofbitwise OR between the variable's current value and themaskwith the memory semantics ofVarHandle.setRelease(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndBitwiseXor(Object... args)
    Atomically sets the value of a variable to the result ofbitwise XOR between the variable's current value and themaskwith the memory semantics ofVarHandle.setVolatile(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndBitwiseXorAcquire(Object... args)
    Atomically sets the value of a variable to the result ofbitwise XOR between the variable's current value and themaskwith the memory semantics ofVarHandle.set(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndBitwiseXorRelease(Object... args)
    Atomically sets the value of a variable to the result ofbitwise XOR between the variable's current value and themaskwith the memory semantics ofVarHandle.setRelease(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndSet(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setVolatile(Object...) and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndSetAcquire(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.set(Object...) and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndSetRelease(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setRelease(Object...) and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.get(Object...).
    SerializedLambda.getCapturedArg(int i)
    Get a dynamic argument to the lambda capture site.
    finalObject
    VarHandle.getOpaque(Object... args)
    Returns the value of a variable, accessed in program order, but with noassurance of memory ordering effects with respect to other threads.
    staticObject
    ConstantBootstraps.getStaticFinal(MethodHandles.Lookup lookup,String name,Class<?> type)
    Returns the value of a static final field declared in the class whichis the same as the field's type (or, for primitive-valued fields,declared in the wrapper class.)
    staticObject
    ConstantBootstraps.getStaticFinal(MethodHandles.Lookup lookup,String name,Class<?> type,Class<?> declaringClass)
    Returns the value of a static final field.
    finalObject
    VarHandle.getVolatile(Object... args)
    Returns the value of a variable, with memory semantics of reading as ifthe variable was declaredvolatile.
    staticObject
    ConstantBootstraps.invoke(MethodHandles.Lookup lookup,String name,Class<?> type,MethodHandle handle,Object... args)
    Returns the result of invoking a method handle with the providedarguments.
    finalObject
    MethodHandle.invoke(Object... args)
    Invokes the method handle, allowing any caller type descriptor,and optionally performing conversions on arguments and return values.
    finalObject
    MethodHandle.invokeExact(Object... args)
    Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
    MethodHandle.invokeWithArguments(Object... arguments)
    Performs a variable arity invocation, passing the arguments in the given arrayto the method handle, as if via an inexactinvoke from a call sitewhich mentions only the typeObject, and whose actual argument count is the lengthof the argument array.
    MethodHandle.invokeWithArguments(List<?> arguments)
    Performs a variable arity invocation, passing the arguments in the given listto the method handle, as if via an inexactinvoke from a call sitewhich mentions only the typeObject, and whose actual argument count is the lengthof the argument list.
    staticObject
    ConstantBootstraps.nullConstant(MethodHandles.Lookup lookup,String name,Class<?> type)
    Returns anull object reference for the reference type specifiedbytype.
    Methods injava.lang.invoke with parameters of typeObject
    Modifier and Type
    Method
    Description
    staticCallSite
    LambdaMetafactory.altMetafactory(MethodHandles.Lookup caller,String interfaceMethodName,MethodType factoryType,Object... args)
    Facilitates the creation of simple "function objects" that implement oneor more interfaces by delegation to a providedMethodHandle,after appropriate type adaptation and partial evaluation of arguments.
    MethodHandles.Lookup.bind(Object receiver,String name,MethodType type)
    Produces an early-bound method handle for a non-static method.
    MethodHandle.bindTo(Object x)
    Binds a valuex to the first argument of a method handle, without invoking it.
    finalObject
    VarHandle.compareAndExchange(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setVolatile(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.compareAndExchangeAcquire(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.set(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.compareAndExchangeRelease(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setRelease(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(Object...).
    final boolean
    VarHandle.compareAndSet(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setVolatile(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    MethodHandles.constant(Class<?> type,Object value)
    Produces a method handle of the requested return type which returns the givenconstant value every time it is invoked.
    MethodHandles.Lookup.defineHiddenClassWithClassData(byte[] bytes,Object classData, boolean initialize,MethodHandles.Lookup.ClassOption... options)
    Creates ahidden class or interface frombytes with associatedclass data,returning aLookup on the newly created class or interface.
    boolean
    MethodType.equals(Object x)
    Compares the specified object with this type for equality.
    staticObject
    ConstantBootstraps.explicitCast(MethodHandles.Lookup lookup,String name,Class<?> dstType,Object value)
    Applies a conversion from a source type to a destination type.
    finalObject
    VarHandle.get(Object... args)
    Returns the value of a variable, with memory semantics of reading asif the variable was declared non-volatile.
    finalObject
    VarHandle.getAcquire(Object... args)
    Returns the value of a variable, and ensures that subsequent loads andstores are not reordered before this access.
    finalObject
    VarHandle.getAndAdd(Object... args)
    Atomically adds thevalue to the current value of a variable withthe memory semantics ofVarHandle.setVolatile(Object...), and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndAddAcquire(Object... args)
    Atomically adds thevalue to the current value of a variable withthe memory semantics ofVarHandle.set(Object...), and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndAddRelease(Object... args)
    Atomically adds thevalue to the current value of a variable withthe memory semantics ofVarHandle.setRelease(Object...), and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndBitwiseAnd(Object... args)
    Atomically sets the value of a variable to the result ofbitwise AND between the variable's current value and themaskwith the memory semantics ofVarHandle.setVolatile(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndBitwiseAndAcquire(Object... args)
    Atomically sets the value of a variable to the result ofbitwise AND between the variable's current value and themaskwith the memory semantics ofVarHandle.set(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndBitwiseAndRelease(Object... args)
    Atomically sets the value of a variable to the result ofbitwise AND between the variable's current value and themaskwith the memory semantics ofVarHandle.setRelease(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndBitwiseOr(Object... args)
    Atomically sets the value of a variable to the result ofbitwise OR between the variable's current value and themaskwith the memory semantics ofVarHandle.setVolatile(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndBitwiseOrAcquire(Object... args)
    Atomically sets the value of a variable to the result ofbitwise OR between the variable's current value and themaskwith the memory semantics ofVarHandle.set(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndBitwiseOrRelease(Object... args)
    Atomically sets the value of a variable to the result ofbitwise OR between the variable's current value and themaskwith the memory semantics ofVarHandle.setRelease(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndBitwiseXor(Object... args)
    Atomically sets the value of a variable to the result ofbitwise XOR between the variable's current value and themaskwith the memory semantics ofVarHandle.setVolatile(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndBitwiseXorAcquire(Object... args)
    Atomically sets the value of a variable to the result ofbitwise XOR between the variable's current value and themaskwith the memory semantics ofVarHandle.set(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndBitwiseXorRelease(Object... args)
    Atomically sets the value of a variable to the result ofbitwise XOR between the variable's current value and themaskwith the memory semantics ofVarHandle.setRelease(Object...) and returns thevariable's previous value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getAndSet(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setVolatile(Object...) and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    finalObject
    VarHandle.getAndSetAcquire(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.set(Object...) and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    finalObject
    VarHandle.getAndSetRelease(Object... args)
    Atomically sets the value of a variable to thenewValue with thememory semantics ofVarHandle.setRelease(Object...) and returns the variable'sprevious value, as accessed with the memory semantics ofVarHandle.get(Object...).
    finalObject
    VarHandle.getOpaque(Object... args)
    Returns the value of a variable, accessed in program order, but with noassurance of memory ordering effects with respect to other threads.
    finalObject
    VarHandle.getVolatile(Object... args)
    Returns the value of a variable, with memory semantics of reading as ifthe variable was declaredvolatile.
    MethodHandles.insertArguments(MethodHandle target, int pos,Object... values)
    Provides a target method handle with one or morebound argumentsin advance of the method handle's invocation.
    staticVarHandle
    MethodHandles.insertCoordinates(VarHandle target, int pos,Object... values)
    Provides a target var handle with one or morebound coordinatesin advance of the var handle's invocation.
    staticObject
    ConstantBootstraps.invoke(MethodHandles.Lookup lookup,String name,Class<?> type,MethodHandle handle,Object... args)
    Returns the result of invoking a method handle with the providedarguments.
    finalObject
    MethodHandle.invoke(Object... args)
    Invokes the method handle, allowing any caller type descriptor,and optionally performing conversions on arguments and return values.
    finalObject
    MethodHandle.invokeExact(Object... args)
    Invokes the method handle, allowing any caller type descriptor, but requiring an exact type match.
    MethodHandle.invokeWithArguments(Object... arguments)
    Performs a variable arity invocation, passing the arguments in the given arrayto the method handle, as if via an inexactinvoke from a call sitewhich mentions only the typeObject, and whose actual argument count is the lengthof the argument array.
    static boolean
    MethodHandleProxies.isWrapperInstance(Object x)
    Determines if the given object was produced by a call toasInterfaceInstance.
    staticCallSite
    StringConcatFactory.makeConcatWithConstants(MethodHandles.Lookup lookup,String name,MethodType concatType,String recipe,Object... constants)
    Facilitates the creation of optimized String concatenation methods, thatcan be used to efficiently concatenate a known number of arguments ofknown types, possibly after type adaptation and partial evaluation ofarguments.
    final void
    VarHandle.set(Object... args)
    Sets the value of a variable to thenewValue, with memorysemantics of setting as if the variable was declared non-volatileand non-final.
    final void
    VarHandle.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 otherthreads.
    final void
    VarHandle.setRelease(Object... args)
    Sets the value of a variable to thenewValue, and ensures thatprior loads and stores are not reordered after this access.
    final void
    VarHandle.setVolatile(Object... args)
    Sets the value of a variable to thenewValue, with memorysemantics of setting as if the variable was declaredvolatile.
    final boolean
    VarHandle.weakCompareAndSet(Object... args)
    Possibly atomically sets the value of a variable to thenewValuewith the memory semantics ofVarHandle.setVolatile(Object...) if the variable'scurrent value, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getVolatile(Object...).
    final boolean
    VarHandle.weakCompareAndSetAcquire(Object... args)
    Possibly atomically sets the value of a variable to thenewValuewith the semantics ofVarHandle.set(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.getAcquire(Object...).
    final boolean
    VarHandle.weakCompareAndSetPlain(Object... args)
    Possibly atomically sets the value of a variable to thenewValuewith the semantics ofVarHandle.set(Object...) if the variable's current value,referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(Object...).
    final boolean
    VarHandle.weakCompareAndSetRelease(Object... args)
    Possibly atomically sets the value of a variable to thenewValuewith the semantics ofVarHandle.setRelease(Object...) if the variable's currentvalue, referred to as thewitness value,== theexpectedValue, as accessed with the memory semantics ofVarHandle.get(Object...).
    MethodHandleProxies.wrapperInstanceTarget(Object x)
    Produces or recovers a target method handle which is behaviorallyequivalent 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
    Modifier
    Constructor
    Description
     
    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 presentat the lambda factory site.
  • Uses ofObject injava.lang.management

    Modifier and Type
    Class
    Description
    class 
    Information about alock.
    class 
    TheManagementFactory class is a factory class for gettingmanaged beans for the Java platform.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager,which is no longer supported.
    class 
    The information about a memory notification.
    class 
    AMemoryUsage object represents a snapshot of memory usage.
    class 
    Information about an object monitor lock.
    class 
    Thread information.
  • Uses ofObject injava.lang.module

    Subclasses ofObject injava.lang.module
    Modifier and Type
    Class
    Description
    final class 
    A configuration that is the result ofresolution or resolution withservice binding.
    class 
    Thrown by aModuleFinder when an error occurs findinga module.
    class 
    Thrown when reading a module descriptor and the module descriptor is foundto be malformed or otherwise cannot be interpreted as a module descriptor.
    final class 
    A module descriptor.
    static final class 
    A builder for buildingModuleDescriptor objects.
    static final class 
    A package exported by a module, may be qualified or unqualified.
    static final class 
    A package opened by a module, may be qualified or unqualified.
    static final class 
    A service that a module provides one or more implementations of.
    static final class 
    A dependence upon a module.
    static final class 
    A module's version string.
    class 
    A reference to a module's content.
    class 
    Thrown when resolving a set of modules, or resolving a set of modules withservice binding, fails.
    final class 
    A module in a graph ofresolved modules.
    Methods injava.lang.module with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    ModuleDescriptor.equals(Object ob)
    Tests this module descriptor for equality with the given object.
    boolean
    ModuleDescriptor.Exports.equals(Object ob)
    Tests this module export for equality with the given object.
    boolean
    ModuleDescriptor.Opens.equals(Object ob)
    Tests this moduleOpens for equality with the given object.
    boolean
    ModuleDescriptor.Provides.equals(Object ob)
    Tests thisProvides for equality with the given object.
    boolean
    ModuleDescriptor.Requires.equals(Object ob)
    Tests this module dependence for equality with the given object.
    boolean
    ModuleDescriptor.Version.equals(Object ob)
    Tests this module version for equality with the given object.
    boolean
    ResolvedModule.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 Type
    Class
    Description
    final class 
    Cleaner manages a set of object references and corresponding cleaning actions.
    class 
    Phantom reference objects, which are enqueued after the collectordetermines that their referents may otherwise be reclaimed.
    class 
    Abstract base class for reference objects.
    class 
    Reference queues, to which registered reference objects are appended by thegarbage collector after the appropriate reachability changes are detected.
    class 
    Soft reference objects, which are cleared at the discretion of the garbagecollector in response to memory demand.
    class 
    Weak reference objects, which do not prevent their referents from beingmade finalizable, finalized, and then reclaimed.
    Methods injava.lang.ref that returnObject
    Modifier and Type
    Method
    Description
    protectedObject
    Reference.clone()
    Methods injava.lang.ref with parameters of typeObject
    Modifier and Type
    Method
    Description
    static void
    Reference.reachabilityFence(Object ref)
    Ensures that the given object remainsstrongly reachable.
    Cleaner.register(Object obj,Runnable action)
    Registers an object and a cleaning action to run when the objectbecomes phantom reachable.
  • Uses ofObject injava.lang.reflect

    Subclasses ofObject injava.lang.reflect
    Modifier and Type
    Class
    Description
    class 
    TheAccessibleObject class is the base class forField,Method, andConstructor objects (known asreflectedobjects).
    final class 
    TheArray class provides static methods to dynamically create andaccess Java arrays.
    final class 
    Constructor provides information about, and access to, a singleconstructor for a class.
    class 
    A shared superclass for the common functionality ofMethodandConstructor.
    final class 
    AField provides information about, and dynamic access to, asingle field of a class or an interface.
    class 
    Thrown when a syntactically malformed signature attribute isencountered by a reflective method that needs to interpret the genericsignature information for a class or interface, method or constructor.
    class 
    Thrown when Java language access checks cannot be suppressed.
    class 
    InvocationTargetException is a checked exception that wrapsan exception thrown by an invoked method or constructor.
    class 
    Thrown when a semantically malformed parameterized type isencountered by a reflective method that needs to instantiate it.
    class 
    Thrown whenthejava.lang.reflect package attempts to read method parameters froma class file and determines that one or more parameters aremalformed.
    final class 
    AMethod provides information about, and access to, a single methodon a class or interface.
    final class 
    The Modifier class providesstatic methods andconstants to decode class and member access modifiers.
    final class 
    Information about method parameters.
    class 
    Proxy provides static methods for creating objects that act like instancesof interfaces but allow for customized method invocation.
    final class 
    ARecordComponent provides information about, and dynamic access to, acomponent of a record class.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Thrown by a method invocation on a proxy instance if its invocationhandler'sinvoke method throws achecked exception (aThrowable that is not assignabletoRuntimeException orError) thatis not assignable to any of the exception types declared in thethrows clause of the method that was invoked on theproxy instance and dispatched to the invocation handler.
    Methods injava.lang.reflect that returnObject
    Modifier and Type
    Method
    Description
    staticObject
    Array.get(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object.
    Field.get(Object obj)
    Returns the value of the field represented by thisField, onthe specified object.
    Returns the default value for the annotation member represented bythisMethod instance.
    InvocationHandler.invoke(Object proxy,Method method,Object[] args)
    Processes a method invocation on a proxy instance and returnsthe result.
    Method.invoke(Object obj,Object... args)
    Invokes the underlying method represented by thisMethodobject, on the specified object with the specified parameters.
    staticObject
    InvocationHandler.invokeDefault(Object proxy,Method method,Object... args)
    Invokes the specified default method on the givenproxy instance withthe given parameters.
    staticObject
    Array.newInstance(Class<?> componentType, int length)
    Creates a new array with the specified component type andlength.
    staticObject
    Array.newInstance(Class<?> componentType, int... dimensions)
    Creates a new arraywith the specified component type and dimensions.
    staticObject
    Proxy.newProxyInstance(ClassLoader loader,Class<?>[] interfaces,InvocationHandler h)
    Returns a proxy instance for the specified interfacesthat dispatches method invocations to the specified invocationhandler.
    Methods injava.lang.reflect with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    AccessibleObject.canAccess(Object obj)
    Test if the caller can access this reflected object.
    boolean
    Constructor.equals(Object obj)
    Compares thisConstructor against the specified object.
    boolean
    Field.equals(Object obj)
    Compares thisField against the specified object.
    boolean
    Method.equals(Object obj)
    Compares thisMethod against the specified object.
    boolean
    Parameter.equals(Object obj)
    Compares based on the executable and the index.
    staticObject
    Array.get(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object.
    Field.get(Object obj)
    Returns the value of the field represented by thisField, onthe specified object.
    static boolean
    Array.getBoolean(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as aboolean.
    boolean
    Field.getBoolean(Object obj)
    Gets the value of a static or instanceboolean field.
    static byte
    Array.getByte(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as abyte.
    byte
    Field.getByte(Object obj)
    Gets the value of a static or instancebyte field.
    static char
    Array.getChar(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as achar.
    char
    Field.getChar(Object obj)
    Gets the value of a static or instance field of typechar or of another primitive type convertible totypechar via a widening conversion.
    static double
    Array.getDouble(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as adouble.
    double
    Field.getDouble(Object obj)
    Gets the value of a static or instance field of typedouble or of another primitive type convertible totypedouble via a widening conversion.
    static float
    Array.getFloat(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as afloat.
    float
    Field.getFloat(Object obj)
    Gets the value of a static or instance field of typefloat or of another primitive type convertible totypefloat via a widening conversion.
    static int
    Array.getInt(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as anint.
    int
    Field.getInt(Object obj)
    Gets the value of a static or instance field of typeint or of another primitive type convertible totypeint via a widening conversion.
    Returns the invocation handler for the specified proxy instance.
    static int
    Array.getLength(Object array)
    Returns the length of the specified array object, as anint.
    static long
    Array.getLong(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as along.
    long
    Field.getLong(Object obj)
    Gets the value of a static or instance field of typelong or of another primitive type convertible totypelong via a widening conversion.
    static short
    Array.getShort(Object array, int index)
    Returns the value of the indexed component in the specifiedarray object, as ashort.
    short
    Field.getShort(Object obj)
    Gets the value of a static or instance field of typeshort or of another primitive type convertible totypeshort via a widening conversion.
    InvocationHandler.invoke(Object proxy,Method method,Object[] args)
    Processes a method invocation on a proxy instance and returnsthe result.
    Method.invoke(Object obj,Object... args)
    Invokes the underlying method represented by thisMethodobject, on the specified object with the specified parameters.
    staticObject
    InvocationHandler.invokeDefault(Object proxy,Method method,Object... args)
    Invokes the specified default method on the givenproxy instance withthe given parameters.
    Constructor.newInstance(Object... initargs)
    Uses the constructor represented by thisConstructor object tocreate and initialize a new instance of the constructor'sdeclaring class, with the specified initialization parameters.
    static void
    Array.set(Object array, int index,Object value)
    Sets the value of the indexed component of the specified arrayobject to the specified new value.
    void
    Field.set(Object obj,Object value)
    Sets the field represented by thisField object on thespecified object argument to the specified new value.
    static void
    Array.setBoolean(Object array, int index, boolean z)
    Sets the value of the indexed component of the specified arrayobject to the specifiedboolean value.
    void
    Field.setBoolean(Object obj, boolean z)
    Sets the value of a field as aboolean on the specified object.
    static void
    Array.setByte(Object array, int index, byte b)
    Sets the value of the indexed component of the specified arrayobject to the specifiedbyte value.
    void
    Field.setByte(Object obj, byte b)
    Sets the value of a field as abyte on the specified object.
    static void
    Array.setChar(Object array, int index, char c)
    Sets the value of the indexed component of the specified arrayobject to the specifiedchar value.
    void
    Field.setChar(Object obj, char c)
    Sets the value of a field as achar on the specified object.
    static void
    Array.setDouble(Object array, int index, double d)
    Sets the value of the indexed component of the specified arrayobject to the specifieddouble value.
    void
    Field.setDouble(Object obj, double d)
    Sets the value of a field as adouble on the specified object.
    static void
    Array.setFloat(Object array, int index, float f)
    Sets the value of the indexed component of the specified arrayobject to the specifiedfloat value.
    void
    Field.setFloat(Object obj, float f)
    Sets the value of a field as afloat on the specified object.
    static void
    Array.setInt(Object array, int index, int i)
    Sets the value of the indexed component of the specified arrayobject to the specifiedint value.
    void
    Field.setInt(Object obj, int i)
    Sets the value of a field as anint on the specified object.
    static void
    Array.setLong(Object array, int index, long l)
    Sets the value of the indexed component of the specified arrayobject to the specifiedlong value.
    void
    Field.setLong(Object obj, long l)
    Sets the value of a field as along on the specified object.
    static void
    Array.setShort(Object array, int index, short s)
    Sets the value of the indexed component of the specified arrayobject to the specifiedshort value.
    void
    Field.setShort(Object obj, short s)
    Sets the value of a field as ashort on the specified object.
  • Uses ofObject injava.lang.runtime

    Subclasses ofObject injava.lang.runtime
    Modifier and Type
    Class
    Description
    final class 
    A testing conversion of a value is exact if it yields a result without lossof information or throwing an exception.
    final class 
    Bootstrap methods for state-driven implementations of core methods,includingObject.equals(Object),Object.hashCode(), andObject.toString().
    final class 
    Bootstrap methods for linkinginvokedynamic call sites that implementthe selection functionality of theswitch statement.
    Methods injava.lang.runtime that returnObject
    Modifier and Type
    Method
    Description
    staticObject
    ObjectMethods.bootstrap(MethodHandles.Lookup lookup,String methodName,TypeDescriptor type,Class<?> recordClass,String names,MethodHandle... getters)
    Bootstrap method to generate theObject.equals(Object),Object.hashCode(), andObject.toString() methods, basedon a description of the component names and accessor methods, for eitherinvokedynamic call sites or dynamic constant pool entries.
    Methods injava.lang.runtime with parameters of typeObject
    Modifier and Type
    Method
    Description
    staticCallSite
    SwitchBootstraps.enumSwitch(MethodHandles.Lookup lookup,String invocationName,MethodType invocationType,Object... labels)
    Bootstrap method for linking aninvokedynamic call site thatimplements aswitch on a target of an enum type.
    staticCallSite
    SwitchBootstraps.typeSwitch(MethodHandles.Lookup lookup,String invocationName,MethodType invocationType,Object... labels)
    Bootstrap method for linking aninvokedynamic call site thatimplements aswitch on a target of a reference type.
  • Uses ofObject injava.math

    Subclasses ofObject injava.math
    Modifier and Type
    Class
    Description
    class 
    Immutable, arbitrary-precision signed decimal numbers.
    class 
    Immutable arbitrary-precision integers.
    final class 
    Immutable objects which encapsulate the context settings whichdescribe certain rules for numerical operators, such as thoseimplemented by theBigDecimal class.
    Methods injava.math with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    BigDecimal.equals(Object x)
    Compares thisBigDecimal with the specifiedObject for equality.
    boolean
    BigInteger.equals(Object x)
    Compares this BigInteger with the specified Object for equality.
    boolean
    MathContext.equals(Object x)
    Compares thisMathContext with the specifiedObject for equality.
  • Uses ofObject injava.net

    Subclasses ofObject injava.net
    Modifier and Type
    Class
    Description
    class 
    The class Authenticator represents an object that knows how to obtainauthentication for a network connection.
    class 
    Signals that an error occurred while attempting to bind asocket to a local address and port.
    class 
    Represents channels for storing resources in theResponseCache.
    class 
    Represent channels for retrieving resources from theResponseCache.
    class 
    Signals that an error occurred while attempting to connect asocket to a remote address and port.
    class 
    The abstract classContentHandler is the superclassof all classes that read anObject from aURLConnection.
    class 
    A CookieHandler object provides a callback mechanism to hook up aHTTP state management policy implementation into the HTTP protocolhandler.
    class 
    CookieManager provides a concrete implementation ofCookieHandler,which separates the storage of cookies from the policy surrounding acceptingand rejecting cookies.
    final class 
    This class represents a datagram packet.
    class 
    This class represents a socket for sending and receiving datagram packets.
    class 
    Abstract datagram and multicast socket implementation base class.
    final class 
    An HttpCookie object represents an HTTP cookie, which carries stateinformation between server and user agent.
    class 
    Thrown to indicate that a HTTP request needs to be retriedbut cannot be retried automatically, due to streaming modebeing enabled.
    class 
    A URLConnection with support for HTTP-specific features.
    final class 
    Provides methods to convert internationalized domain names (IDNs) betweena normal Unicode representation and an ASCII Compatible Encoding (ACE) representation.
    final class 
    This class represents an Internet Protocol version 4 (IPv4) address.
    final class 
    This class represents an Internet Protocol version 6 (IPv6) address.
    class 
    This class represents an Internet Protocol (IP) address.
    class 
    This class implements an IP Socket Address (IP address + port number)It can also be a pair (hostname + port number), in which case an attemptwill be made to resolve the hostname.
    final class 
    This class represents a Network Interface address.
    class 
    A URL Connection to a Java ARchive (JAR) file or an entry in a JARfile.
    class 
    Thrown to indicate that a malformed URL has occurred.
    class 
    AMulticastSocket is a datagram socket that isconvenient for sending and receiving IP multicast datagrams.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    final class 
    This class represents a Network Interface.
    class 
    Signals that an error occurred while attempting to connect asocket to a remote address and port.
    final class 
    The class PasswordAuthentication is a data holder that is used byAuthenticator.
    class 
    Signals that an ICMP Port Unreachable message has beenreceived on a connected datagram.
    class 
    Thrown to indicate that there is an error in the underlyingprotocol, such as a TCP error.
    class 
    This class represents a proxy setting, typically a type (http, socks) anda socket address.
    class 
    Selects the proxy server to use, if any, when connecting to thenetwork resource referenced by a URL.
    class 
    Represents implementations of URLConnection caches.
    class 
    Represents a cache response originally retrieved through securemeans, such as TLS.
    class 
    This class implements server sockets.
    class 
    This class implements client sockets (also called just"sockets").
    class 
    This class represents a Socket Address with no protocol attachment.
    class 
    Thrown to indicate that there is an error creating or accessing a Socket.
    class 
    The abstract classSocketImpl is a common superclassof all classes that actually implement sockets.
    final class 
    This class represents access to a network via sockets.
    class 
    Signals that a timeout has occurred on a socket read or accept.
    final class 
    Defines thestandard socket options.
    final class 
    A Unix domain socket address.
    class 
    Thrown to indicate that the IP address of a host could not be determined.
    class 
    Thrown to indicate that an unknown service exception hasoccurred.
    final class 
    Represents a Uniform Resource Identifier (URI) reference.
    class 
    Checked exception thrown to indicate that a string could not be parsed as aURI reference.
    final class 
    ClassURL represents a Uniform ResourceLocator, a pointer to a "resource" on the WorldWide Web.
    class 
    This class loader is used to load classes and resources from a searchpath of URLs referring to both JAR files and directories.
    class 
    The abstract classURLConnection is the superclassof all classes that represent a communications link between theapplication and a URL.
    final class 
    Utility class for HTML form decoding.
    final class 
    Utility class for HTML form encoding.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    The abstract classURLStreamHandler is the commonsuperclass for all stream protocol handlers.
    Methods injava.net that returnObject
    Modifier and Type
    Method
    Description
    HttpCookie.clone()
    Create and return a copy of this object.
    abstractObject
    ContentHandler.getContent(URLConnection urlc)
    Given a URL connect stream positioned at the beginning of therepresentation of an object, this method reads that stream andcreates an object from it.
    ContentHandler.getContent(URLConnection urlc,Class[] classes)
    Given a URL connect stream positioned at the beginning of therepresentation of an object, this method reads that stream andcreates an object that matches one of the types specified.
    finalObject
    Gets the contents of this URL.
    finalObject
    URL.getContent(Class<?>[] classes)
    Gets the contents of this URL.
    URLConnection.getContent()
    Retrieves the contents of this URL connection.
    URLConnection.getContent(Class<?>[] classes)
    Retrieves the contents of this URL connection.
    SocketOptions.getOption(int optID)
    Fetch the value of an option.
    Methods injava.net with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    HttpCookie.equals(Object obj)
    Test the equality of two HTTP cookies.
    boolean
    Inet4Address.equals(Object obj)
    Compares this object against the specified object.
    boolean
    Inet6Address.equals(Object obj)
    Compares this object against the specified object.
    boolean
    InetAddress.equals(Object obj)
    Compares this object against the specified object.
    final boolean
    InetSocketAddress.equals(Object obj)
    Compares this object against the specified object.
    boolean
    InterfaceAddress.equals(Object obj)
    Compares this object against the specified object.
    boolean
    NetworkInterface.equals(Object obj)
    Compares this object against the specified object.
    final boolean
    Proxy.equals(Object obj)
    Compares this object against the specified object.
    boolean
    SocketPermission.equals(Object obj)
    Checks two SocketPermission objects for equality.
    boolean
    UnixDomainSocketAddress.equals(Object o)
    Compares this address with another object.
    boolean
    URI.equals(Object ob)
    Tests this URI for equality with another object.
    boolean
    URL.equals(Object obj)
    Compares this URL for equality with another object.
    boolean
    URLPermission.equals(Object p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns true if, this.getActions().equals(p.getActions())and p's url equals this's url.
    void
    SocketOptions.setOption(int optID,Object value)
    Enable/disable the option specified byoptID.
  • Uses ofObject injava.net.http

    Subclasses ofObject injava.net.http
    Modifier and Type
    Class
    Description
    class 
    An HTTP Client.
    class 
    Thrown when a connection, over which anHttpRequest is intended to besent, is not successfully established within a specified time period.
    final class 
    A read-only view of a set of HTTP headers.
    class 
    An HTTP request.
    static class 
    Implementations ofBodyPublisher that implementvarious useful publishers, such as publishing the request body from aString, or from a file.
    static class 
    Implementations ofBodyHandler that implement varioususeful handlers, such as handling the response body as a String, orstreaming the response body to a file.
    static class 
    Implementations ofBodySubscriber that implementvarious useful subscribers, such as converting the response body bytesinto a String, or streaming the bytes to a file.
    class 
    Thrown when a response is not received within a specified time period.
    final class 
    Thrown when the opening handshake has failed.
    Methods injava.net.http with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    HttpHeaders.equals(Object obj)
    Tests this HTTP headers instance for equality with the given object.
    final boolean
    HttpRequest.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 Type
    Class
    Description
    static final class 
    ALookupPolicy object describes characteristics that can be applied to a lookup operation.
    class 
    Service-provider class forInetAddress resolvers.
    class 
    URL stream handler service-provider class.
  • Uses ofObject injava.nio

    Subclasses ofObject injava.nio
    Modifier and Type
    Class
    Description
    class 
    A container for data of a specific primitive type.
    class 
    Unchecked exception thrown when a relativeput operation reachesthe target buffer's limit.
    class 
    Unchecked exception thrown when a relativeget operation reachesthe source buffer's limit.
    class 
    A byte buffer.
    final class 
    A typesafe enumeration for byte orders.
    class 
    A char buffer.
    class 
    A double buffer.
    class 
    A float buffer.
    class 
    An int buffer.
    class 
    Unchecked exception thrown when an attempt is made to reset a bufferwhen its mark is not defined.
    class 
    A long buffer.
    class 
    A direct byte buffer whose content is a memory-mapped region of a file.
    class 
    Unchecked exception thrown when a content-mutation method such asput orcompact is invoked upon a read-only buffer.
    class 
    A short buffer.
    Methods injava.nio that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    Buffer.array()
    Returns the array that backs thisbuffer  (optional operation).
    Methods injava.nio with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    ByteBuffer.equals(Object ob)
    Tells whether or not this buffer is equal to another object.
    boolean
    CharBuffer.equals(Object ob)
    Tells whether or not this buffer is equal to another object.
    boolean
    DoubleBuffer.equals(Object ob)
    Tells whether or not this buffer is equal to another object.
    boolean
    FloatBuffer.equals(Object ob)
    Tells whether or not this buffer is equal to another object.
    boolean
    IntBuffer.equals(Object ob)
    Tells whether or not this buffer is equal to another object.
    boolean
    LongBuffer.equals(Object ob)
    Tells whether or not this buffer is equal to another object.
    boolean
    ShortBuffer.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 Type
    Class
    Description
    class 
    Unchecked exception thrown when an attempt is made to initiate an acceptoperation on a channel and a previous accept operation has not completed.
    class 
    Unchecked exception thrown when an attempt is made to bind the socket anetwork oriented channel that is already bound.
    class 
    Unchecked exception thrown when an attempt is made to connect aSocketChannel that is already connected.
    class 
    A grouping of asynchronous channels for the purpose of resource sharing.
    class 
    Checked exception received by a thread when another thread closes thechannel or the part of the channel upon which it is blocked in an I/Ooperation.
    class 
    An asynchronous channel for reading, writing, and manipulating a file.
    class 
    An asynchronous channel for stream-oriented listening sockets.
    class 
    An asynchronous channel for stream-oriented connecting sockets.
    class 
    Unchecked exception thrown when an attempt is made to usea selection key that is no longer valid.
    final class 
    Utility methods for channels and streams.
    class 
    Checked exception received by a thread when another thread interrupts itwhile it is blocked in an I/O operation upon a channel.
    class 
    Checked exception thrown when an attempt is made to invoke or complete anI/O operation upon channel that is closed, or at least closed to thatoperation.
    class 
    Unchecked exception thrown when an attempt is made to invoke an I/Ooperation upon a closed selector.
    class 
    Unchecked exception thrown when an attempt is made to connect aSocketChannel for which a non-blocking connection operation is already inprogress.
    class 
    A selectable channel for datagram-oriented sockets.
    class 
    A channel for reading, writing, mapping, and manipulating a file.
    static class 
    A file-mapping mode.
    class 
    A token representing a lock on a region of a file.
    class 
    Checked exception received by a thread when another thread interrupts itwhile it is waiting to acquire a file lock.
    class 
    Unchecked exception thrown when a blocking-mode-specific operationis invoked upon a channel in the incorrect blocking mode.
    class 
    Unchecked exception thrown when an attempt is made to open a channelin a group that was not created by the same provider.
    class 
    Unchecked exception thrown when an attempt is made to register a channelwith a selector that was not created by the provider that created thechannel.
    class 
    Checked exception received by a thread when a timeout elapses before anasynchronous operation completes.
    class 
    A token representing the membership of an Internet Protocol (IP) multicastgroup.
    class 
    Unchecked exception thrown when thefinishConnect method of aSocketChannel is invoked without firstsuccessfully invoking itsconnect method.
    class 
    Unchecked exception thrown when an attempt is made to readfrom a channel that was not originally opened for reading.
    class 
    Unchecked exception thrown when an attempt is made to writeto a channel that was not originally opened for writing.
    class 
    Unchecked exception thrown when an attempt is made to invoke an I/Ooperation upon a server socket channel that is not yet bound.
    class 
    Unchecked exception thrown when an attempt is made to invoke an I/Ooperation upon a socket channel that is not yet connected.
    class 
    Unchecked exception thrown when an attempt is made to acquire a lock on aregion of a file that overlaps a region already locked by the same Javavirtual machine, or when another thread is already waiting to lock anoverlapping region of the same file.
    class 
    A pair of channels that implements a unidirectional pipe.
    static class 
    A channel representing the writable end of aPipe.
    static class 
    A channel representing the readable end of aPipe.
    class 
    Unchecked exception thrown when an attempt is made to read from anasynchronous socket channel and a previous read has not completed.
    class 
    A channel that can be multiplexed via aSelector.
    class 
    A token representing the registration of aSelectableChannel with aSelector.
    class 
    A multiplexor ofSelectableChannel objects.
    class 
    A selectable channel for stream-oriented listening sockets.
    class 
    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 
    A selectable channel for stream-oriented connecting sockets.
    class 
    Unchecked exception thrown when an attempt is made to invoke a networkoperation upon an unresolved socket address.
    class 
    Unchecked exception thrown when an attempt is made to bind or connectto a socket address of a type that is not supported.
    class 
    Unchecked exception thrown when an attempt is made to write to anasynchronous socket channel and a previous write has not completed.
    Methods injava.nio.channels that returnObject
    Modifier and Type
    Method
    Description
    finalObject
    SelectionKey.attach(Object ob)
    Attaches the given object to this key.
    finalObject
    SelectionKey.attachment()
    Retrieves the current attachment.
    abstractObject
    SelectableChannel.blockingLock()
    Retrieves the object upon which theconfigureBlocking andregister methods synchronize.
    Methods injava.nio.channels with parameters of typeObject
    Modifier and Type
    Method
    Description
    finalObject
    SelectionKey.attach(Object ob)
    Attaches the given object to this key.
    abstractSelectionKey
    SelectableChannel.register(Selector sel, int ops,Object att)
    Registers this channel with the given selector, returning a selectionkey.
  • Uses ofObject injava.nio.channels.spi

    Modifier and Type
    Class
    Description
    class 
    Base implementation class for interruptible channels.
    class 
    Base implementation class for selectable channels.
    class 
    Base implementation class for selection keys.
    class 
    Base implementation class for selectors.
    class 
    Service-provider class for asynchronous channels.
    class 
    Service-provider class for selectors and selectable channels.
    Methods injava.nio.channels.spi that returnObject
    Modifier and Type
    Method
    Description
    finalObject
    AbstractSelectableChannel.blockingLock()
     
    Methods injava.nio.channels.spi with parameters of typeObject
    Modifier and Type
    Method
    Description
    AbstractSelectableChannel.register(Selector sel, int ops,Object att)
    Registers this channel with the given selector, returning a selection key.
    protected abstractSelectionKey
    AbstractSelector.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 Type
    Class
    Description
    class 
    Checked exception thrown when a character encodingor decoding error occurs.
    class 
    A named mapping between sequences of sixteen-bit Unicodecode units and sequences ofbytes.
    class 
    An engine that can transform a sequence of bytes in a specific charset into a sequence ofsixteen-bit Unicode characters.
    class 
    An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence ofbytes in a specific charset.
    class 
    Error thrown when thedecodeLoop method ofaCharsetDecoder, or theencodeLoop method of aCharsetEncoder, throws an unexpectedexception.
    final class 
    A description of the result state of a coder.
    final class 
    A typesafe enumeration for coding-error actions.
    class 
    Unchecked exception thrown when a string that is not alegal charset name is used as such.
    class 
    Checked exception thrown when an input byte sequence is not legal for givencharset, or an input character sequence is not a legal sixteen-bit Unicodesequence.
    final class 
    Constant definitions for the standardcharsets.
    class 
    Checked exception thrown when an input character (or byte) sequenceis valid but cannot be mapped to an output byte (or character)sequence.
    class 
    Unchecked exception thrown when no support is availablefor a requested charset.
    Methods injava.nio.charset with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    Charset.equals(Object ob)
    Tells whether or not this object is equal to another.
  • Uses ofObject injava.nio.charset.spi

    Modifier and Type
    Class
    Description
    class 
    Charset service-provider class.
  • Uses ofObject injava.nio.file

    Subclasses ofObject injava.nio.file
    Modifier and Type
    Class
    Description
    class 
    Checked exception thrown when a file system operation is denied, typicallydue to a file permission or other access check.
    class 
    Checked exception thrown when a file cannot be moved as an atomic file systemoperation.
    class 
    Unchecked exception thrown when an attempt is made to invoke an operation ona directory stream that is closed.
    class 
    Unchecked exception thrown when an attempt is made to invoke an operation ona file and the file system is closed.
    class 
    Unchecked exception thrown when an attempt is made to invoke an operation ona watch service that is closed.
    final class 
    Runtime exception thrown if an I/O error is encountered when iterating overthe entries in a directory.
    class 
    Checked exception thrown when a file system operation fails because adirectory is not empty.
    class 
    Checked exception thrown when an attempt is made to create a file ordirectory and a file of that name already exists.
    final class 
    This class consists exclusively of static methods that operate on files,directories, or other types of files.
    class 
    Storage for files.
    class 
    Provides an interface to a file system and is the factory for objects toaccess files and other objects in the file system.
    class 
    Runtime exception thrown when an attempt is made to create a file system thatalready exists.
    class 
    Thrown when a file system operation fails on one or two files.
    class 
    Checked exception thrown when a file system loop, or cycle, is encountered.
    class 
    Runtime exception thrown when a file system cannot be found.
    final class 
    Factory methods for file systems.
    class 
    Unchecked exception thrown when path string cannot be converted into aPath because the path string contains invalid characters, orthe path string is invalid for other file system specific reasons.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Checked exception thrown when an attempt is made to access a file that doesnot exist.
    class 
    Checked exception thrown when a file system operation, intended for adirectory, fails because the file is not a directory.
    class 
    Checked exception thrown when a file system operation fails because a fileis not a symbolic link.
    final class 
    This class consists exclusively of static methods that return aPathby converting a path string orURI.
    class 
    Unchecked exception thrown when an attempt is made to invoke a method on anobject created by one file system provider with a parameter created by adifferent file system provider.
    class 
    Runtime exception thrown when a provider of the required type cannot be found.
    class 
    Unchecked exception thrown when an attempt is made to update an objectassociated with aread-onlyFileSystem.
    class 
    A simple visitor of files with default behavior to visit all files and tore-throw I/O errors.
    final class 
    Defines thestandard event kinds.
    Fields injava.nio.file with type parameters of typeObject
    Modifier and Type
    Field
    Description
    static finalWatchEvent.Kind<Object>
    StandardWatchEventKinds.OVERFLOW
    A special event to indicate that events may have been lost ordiscarded.
    Methods injava.nio.file that returnObject
    Modifier and Type
    Method
    Description
    staticObject
    Files.getAttribute(Path path,String attribute,LinkOption... options)
    Reads the value of a file attribute.
    abstractObject
    FileStore.getAttribute(String attribute)
    Reads the value of a file store attribute.
    Methods injava.nio.file that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    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 Type
    Method
    Description
    boolean
    Path.equals(Object other)
    Tests this path for equality with the given object.
    staticPath
    Files.setAttribute(Path path,String attribute,Object value,LinkOption... options)
    Sets the value of a file attribute.
  • Uses ofObject injava.nio.file.attribute

    Modifier and Type
    Class
    Description
    final class 
    An entry in an access control list (ACL).
    static final class 
    A builder ofAclEntry objects.
    final class 
    Represents the value of a file's time stamp attribute.
    final class 
    This class consists exclusively of static methods that operate on sets ofPosixFilePermission objects.
    class 
    An object to lookup user and group principals by name.
    class 
    Checked exception thrown when a lookup ofUserPrincipal fails becausethe principal does not exist.
    Methods injava.nio.file.attribute that returnObject
    Modifier and Type
    Method
    Description
    BasicFileAttributes.fileKey()
    Returns an object that uniquely identifies the given file, ornull if a file key is not available.
    Methods injava.nio.file.attribute with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    AclEntry.equals(Object ob)
    Compares the specified object with this ACL entry for equality.
    boolean
    FileTime.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 Type
    Class
    Description
    class 
    Service-provider class for file systems.
    class 
    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 Type
    Method
    Description
    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 Type
    Method
    Description
    abstract void
    FileSystemProvider.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 Type
    Class
    Description
    class 
    AnAccessException is thrown by certain methods of thejava.rmi.Naming class (specificallybind,rebind, andunbind) toindicate that the caller does not have permission to perform the actionrequested by the method call.
    class 
    AnAlreadyBoundException is thrown if an attemptis made to bind an object to a name that alreadyhas an associated binding in the registry.
    class 
    AConnectException is thrown if a connection is refusedto the remote host for a remote method call.
    class 
    AConnectIOException is thrown if anIOException occurs while making a connectionto the remote host for a remote method call.
    class 
    AMarshalException is thrown if ajava.io.IOException occurs while marshalling the remote callheader, arguments or return value for a remote method call.
    final class 
    AMarshalledObject contains a byte stream with the serializedrepresentation of an object given to its constructor.
    final class 
    TheNaming class provides methods for storing and obtainingreferences to remote objects in a remote object registry.
    class 
    ANoSuchObjectException is thrown if an attempt is made toinvoke a method on an object that no longer exists in the remote virtualmachine.
    class 
    ANotBoundException is thrown if an attemptis made to lookup or unbind in the registry a name that hasno associated binding.
    class 
    ARemoteException is the common superclass for a number ofcommunication-related exceptions that may occur during the execution of aremote method call.
    class 
    Deprecated.
    UseSecurityException instead.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    There is no replacement for the Security Manager.
    class 
    AServerError is thrown as a result of a remote methodinvocation when anError is thrown while processingthe invocation on the server, either while unmarshalling the arguments,executing the remote method itself, or marshalling the return value.
    class 
    AServerException is thrown as a result of a remote methodinvocation when aRemoteException is thrown while processingthe invocation on the server, either while unmarshalling the arguments orexecuting the remote method itself.
    class 
    Deprecated.
    no replacement
    class 
    AStubNotFoundException is thrown if a valid stub classcould not be found for a remote object when it is exported.
    class 
    AnUnexpectedException is thrown if the client of aremote method call receives, as a result of the call, a checkedexception that is not among the checked exception types declared in thethrows clause of the method in the remote interface.
    class 
    AnUnknownHostException is thrown if ajava.net.UnknownHostException occurs while creatinga connection to the remote host for a remote method call.
    class 
    AnUnmarshalException can be thrown while unmarshalling theparameters or results of a remote method call if any of the followingconditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if ajava.io.IOException occurs unmarshallingparameters (on the server side) or the return value (on the client side).
    Methods injava.rmi with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    MarshalledObject.equals(Object obj)
    Compares thisMarshalledObject to another object.
  • Uses ofObject injava.rmi.dgc

    Subclasses ofObject injava.rmi.dgc
    Modifier and Type
    Class
    Description
    final class 
    A lease contains a unique VM identifier and a lease duration.
    final class 
    A VMID is a identifier that is unique across all Java virtualmachines.
    Methods injava.rmi.dgc with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    VMID.equals(Object obj)
    Compare this VMID to another, and return true if they are thesame identifier.
  • Uses ofObject injava.rmi.registry

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

    Subclasses ofObject injava.rmi.server
    Modifier and Type
    Class
    Description
    class 
    AnExportException is aRemoteExceptionthrown if an attempt to export a remote object fails.
    class 
    Deprecated.
    no replacement
    final class 
    AnObjID is used to identify a remote object exportedto an RMI runtime.
    class 
    Deprecated.
    no replacement
    class 
    TheRemoteObject class implements thejava.lang.Object behavior for remote objects.
    class 
    An implementation of theInvocationHandler interface foruse with Java Remote Method Invocation (Java RMI).
    class 
    TheRemoteServer class is the common superclass to serverimplementations and provides the framework to support a wide rangeof remote reference semantics.
    class 
    Deprecated.
    Statically generated stubs are deprecated, sincestubs are generated dynamically.
    class 
    RMIClassLoader comprises static methods to supportdynamic class loading with RMI.
    class 
    RMIClassLoaderSpi is the service provider interface forRMIClassLoader.
    class 
    AnRMISocketFactory instance is used by the RMI runtimein order to obtain client and server sockets for RMI calls.
    class 
    AServerCloneException is thrown if a remote exception occursduring the cloning of aUnicastRemoteObject.
    class 
    AnServerNotActiveException is anExceptionthrown during a call toRemoteServer.getClientHost ifthe getClientHost method is called outside of servicing a remotemethod call.
    class 
    Deprecated.
    no replacement.
    class 
    Deprecated.
    no replacement.
    class 
    Deprecated.
    This class is obsolete.
    final class 
    AUID represents an identifier that is unique over timewith respect to the host it is generated on, or one of 216"well-known" identifiers.
    class 
    Used for exporting a remote object with JRMP and obtaining a stubthat communicates to the remote object.
    Methods injava.rmi.server that returnObject
    Modifier and Type
    Method
    Description
    UnicastRemoteObject.clone()
    Returns a clone of the remote object that is distinct fromthe original.
    LoaderHandler.getSecurityContext(ClassLoader loader)
    Deprecated.
    no replacement
    staticObject
    RMIClassLoader.getSecurityContext(ClassLoader loader)
    Deprecated.
    no replacement.
    RemoteObjectInvocationHandler.invoke(Object proxy,Method method,Object[] args)
    Processes a method invocation made on the encapsulatingproxy instance,proxy, and returns the result.
    RemoteRef.invoke(Remote obj,Method method,Object[] params, long opnum)
    Invoke a method.
    Methods injava.rmi.server with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    ObjID.equals(Object obj)
    Compares the specified object with thisObjID forequality.
    boolean
    RemoteObject.equals(Object obj)
    Compares two remote objects for equality.
    boolean
    UID.equals(Object obj)
    Compares the specified object with thisUID forequality.
    ServerRef.exportObject(Remote obj,Object data)
    Deprecated.
    Creates a client stub object for the supplied Remote object.
    RemoteObjectInvocationHandler.invoke(Object proxy,Method method,Object[] args)
    Processes a method invocation made on the encapsulatingproxy instance,proxy, and returns the result.
    RemoteRef.invoke(Remote obj,Method method,Object[] params, long opnum)
    Invoke a method.
  • Uses ofObject injava.security

    Subclasses ofObject injava.security
    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with thethe Security Manager, which is no longer supported.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This exception was only useful in conjunction withthe Security Manager, which is no longer supported.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction withthe Security Manager, which is no longer supported.
    class 
    TheAlgorithmParameterGenerator class is used to generate aset ofparameters to be used with a certain algorithm.
    class 
    This class defines theService Provider Interface (SPI)for theAlgorithmParameterGenerator class, whichis used to generate a set of parameters to be used with a certain algorithm.
    class 
    This class is used as an opaque representation of cryptographic parameters.
    class 
    This class defines theService Provider Interface (SPI)for theAlgorithmParameters class, which is used to managealgorithm parameters.
    final class 
    TheAllPermission is a permission that implies all other permissions.
    class 
    This class defines login and logout methods for a provider.
    class 
    TheBasicPermission class extends thePermission class, andcan be used as the base class for permissions that want tofollow the same naming convention asBasicPermission.
    final class 
    This class encapsulates information about a code signer.
    class 
    This class extends the concept of a codebase toencapsulate not only the location (URL) but also the certificate chainsthat were used to verify signed code originating from that location.
    class 
    This is the generic Message Digest exception.
    class 
    A transparent stream that updates the associated message digest usingthe bits going through the stream.
    class 
    A transparent stream that updates the associated message digest usingthe bits going through the stream.
    final class 
    Configuration data that specifies the keystores in a keystore domain.
    final class 
    This class specifies the parameters used by a DRBG (DeterministicRandom Bit Generator).
    static final class 
    DRBG parameters for instantiation.
    static final class 
    DRBG parameters for random bits generation.
    static final class 
    DRBG parameters for reseed.
    class 
    TheGeneralSecurityException class is a genericsecurity exception class that provides type safety for all thesecurity-related exception classes that extend from it.
    class 
    A GuardedObject is an object that is used to protect access toanother object.
    class 
    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 
    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 
    This is the exception for invalid or inappropriate algorithm parameters.
    class 
    This is the exception for invalid Keys (invalid encoding, wronglength, uninitialized, etc.).
    class 
    This exception, designed for use by the JCA/JCE engine classes,is thrown when an invalid parameter is passedto a method.
    class 
    This is the basic key exception.
    class 
    Key factories are used to convertkeys (opaquecryptographic keys of typeKey) intokey specifications(transparent representations of the underlying key material), and viceversa.
    class 
    This class defines theService Provider Interface (SPI)for theKeyFactory class.
    class 
    This is the general key management exception for all operationsdealing with key management.
    final class 
    This class is a simple holder for a key pair (a public key and aprivate key).
    class 
    TheKeyPairGenerator class is used to generate pairs ofpublic and private keys.
    class 
    This class defines theService Provider Interface (SPI)for theKeyPairGenerator class, which is used to generatepairs of public and private keys.
    class 
    Standardized representation for serialized Key objects.
    class 
    This class represents a storage facility for cryptographic keys and certificates.
    static class 
    A description of a to-be-instantiatedKeyStore object.
    static class 
    AProtectionParameter encapsulating a CallbackHandler.
    static class 
    A password-based implementation ofProtectionParameter.
    static final class 
    AKeyStore entry that holds aPrivateKeyand corresponding certificate chain.
    static final class 
    AKeyStore entry that holds aSecretKey.
    static final class 
    AKeyStore entry that holds a trustedCertificate.
    class 
    This is the generic KeyStore exception.
    class 
    This class defines theService Provider Interface (SPI)for theKeyStore class.
    class 
    ThisMessageDigest class provides applications the functionality of amessage digest algorithm, such as SHA-1 or SHA-256.
    class 
    This class defines theService Provider Interface (SPI)for theMessageDigest class, which provides the functionalityof a message digest algorithm, such as MD5 or SHA.
    class 
    This exception is thrown when a particular cryptographic algorithm isrequested but is not available in the environment.
    class 
    This exception is thrown when a particular security provider isrequested but is not available in the environment.
    final class 
    Preview.
    PEMDecoder implements a decoder for Privacy-Enhanced Mail (PEM) data.
    final class 
    Preview.
    PEMEncoder implements an encoder for Privacy-Enhanced Mail (PEM)data.
    class 
    Abstract class for representing access to a system resource.
    class 
    Abstract class representing a collection of Permission objects.
    final class 
    This class represents a heterogeneous collection of permissions.
    final class 
    An attribute associated with a PKCS12 keystore entry.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction withthe Security Manager, which is no longer supported.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction withthe Security Manager, which is no longer supported.
    class 
    This exception is thrown bydoPrivileged(PrivilegedExceptionAction) anddoPrivileged(PrivilegedExceptionAction,AccessControlContext context) to indicatethat the action being performed threw a checked exception.
    class 
    TheProtectionDomain class encapsulates the characteristics of adomain, which encloses a set of classes whose instances are granted a setof permissions.
    class 
    This class represents a "provider" for theJava Security API, where a provider implements some or all parts ofJava Security.
    static class 
    The description of a security service.
    class 
    A runtime exception forProvider exceptions (such asmisconfiguration errors or unrecoverable internal errors),which may be subclassed by Providers tothrow specialized, provider-specific runtime errors.
    class 
    This class extendsClassLoader with additional support for definingclasses with an associated code source and permissions.
    class 
    This class provides a cryptographically strong random numbergenerator (RNG).
    class 
    This class defines theService Provider Interface (SPI)for theSecureRandom class.
    final class 
    This class centralizes all security properties and common securitymethods.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    TheSignature class is used to provide applications the functionalityof a digital signature algorithm.
    class 
    This is the generic Signature exception.
    class 
    This class defines theService Provider Interface (SPI)for theSignature class, which is used to provide thefunctionality of a digital signature algorithm.
    final class 
    SignedObject is a class for the purpose of creating authenticruntime objects whose integrity cannot be compromised without beingdetected.
    class 
    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.
    final class 
    This class encapsulates information about a signed timestamp.
    class 
    This exception is thrown if an entry in the keystore cannot be recovered.
    class 
    This exception is thrown if a key in the keystore cannot be recovered.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resources as the Security Manager is no longer supported.
    class 
    A parameter that contains a URI pointing to data intended for aPolicySpi or ConfigurationSpi implementation.
    Methods injava.security that returnObject
    Modifier and Type
    Method
    Description
    MessageDigest.clone()
    Returns a clone if the implementation is cloneable.
    MessageDigestSpi.clone()
    Returns a clone if the implementation is cloneable.
    Signature.clone()
    Returns a clone if the implementation is cloneable.
    SignatureSpi.clone()
    Returns a clone if the implementation is cloneable.
    Provider.compute(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and itscurrent mapped value (ornull if there is no currentmapping).
    Provider.computeIfAbsent(Object key,Function<? superObject, ? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (oris mapped tonull), attempts to compute its value usingthe given mapping function and enters it into this map unlessnull.
    Provider.computeIfPresent(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts tocompute a new mapping given the key and its current mapped value.
    protected abstractObject
    SignatureSpi.engineGetParameter(String param)
    Deprecated. 
    GuardedObject.getObject()
    Retrieves the guarded object, or throws an exception if accessto the guarded object is denied by the guard.
    SignedObject.getObject()
    Retrieves the encapsulated object.
    Provider.getOrDefault(Object key,Object defaultValue)
     
    finalObject
    Signature.getParameter(String param)
    Deprecated. 
    Provider.merge(Object key,Object value,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or isassociated withnull, associates it with the given value.
    Provider.Service.newInstance(Object constructorParameter)
    Return a new instance of the implementation described by thisservice.
    Provider.put(Object key,Object value)
    Sets thekey property to have the specifiedvalue.
    Provider.putIfAbsent(Object key,Object value)
    If the specified key is not already associated with a value (or is mappedtonull) associates it with the given value and returnsnull, else returns the current value.
    protectedObject
    KeyRep.readResolve()
    Resolve the Key object.
    Provider.remove(Object key)
    Removes thekey property (and its correspondingvalue).
    Provider.replace(Object key,Object value)
    Replaces the entry for the specified key only if it iscurrently mapped to some value.
    Methods injava.security that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    Provider.entrySet()
    Returns an unmodifiable Set view of the property entries containedin thisProvider.
    Provider.entrySet()
    Returns an unmodifiable Set view of the property entries containedin thisProvider.
    Provider.keySet()
    Returns an unmodifiable Set view of the property keys contained inthisProvider.
    Provider.values()
    Returns an unmodifiable Collection view of the property valuescontained in thisProvider.
    Methods injava.security with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    Guard.checkGuard(Object object)
    Determines whether to allow access to the guarded objectobject.
    void
    Permission.checkGuard(Object object)
    Implements the guard interface for a permission.
    Provider.compute(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and itscurrent mapped value (ornull if there is no currentmapping).
    Provider.computeIfAbsent(Object key,Function<? superObject, ? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (oris mapped tonull), attempts to compute its value usingthe given mapping function and enters it into this map unlessnull.
    Provider.computeIfPresent(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts tocompute a new mapping given the key and its current mapped value.
    protected abstract void
    SignatureSpi.engineSetParameter(String param,Object value)
    Deprecated.
    Replaced byengineSetParameter.
    boolean
    AccessControlContext.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks twoAccessControlContext objects for equality.
    boolean
    AllPermission.equals(Object obj)
    Checks twoAllPermission objects for equality.
    boolean
    BasicPermission.equals(Object obj)
    Checks twoBasicPermission objects for equality.
    boolean
    CodeSigner.equals(Object obj)
    Tests for equality between the specified object and thiscode signer.
    boolean
    CodeSource.equals(Object obj)
    Tests for equality between the specified object and thisobject.
    final boolean
    Identity.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 thisIdentity.
    final boolean
    PEMRecord.equals(Object o)
    Indicates whether some other object is "equal to" this one.
    abstract boolean
    Permission.equals(Object obj)
    Checks twoPermission objects for equality.
    boolean
    PKCS12Attribute.equals(Object obj)
    Compares thisPKCS12Attribute and a specified object forequality.
    boolean
    Principal.equals(Object another)
    Compares thisPrincipal to the specified object.
    boolean
    Timestamp.equals(Object obj)
    Tests for equality between the specified object and thisTimestamp.
    boolean
    UnresolvedPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks twoUnresolvedPermission objects for equality.
    Provider.getOrDefault(Object key,Object defaultValue)
     
    Provider.merge(Object key,Object value,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or isassociated withnull, associates it with the given value.
    Provider.Service.newInstance(Object constructorParameter)
    Return a new instance of the implementation described by thisservice.
    Provider.put(Object key,Object value)
    Sets thekey property to have the specifiedvalue.
    Provider.putIfAbsent(Object key,Object value)
    If the specified key is not already associated with a value (or is mappedtonull) associates it with the given value and returnsnull, else returns the current value.
    Provider.remove(Object key)
    Removes thekey property (and its correspondingvalue).
    boolean
    Provider.remove(Object key,Object value)
    Removes the entry for the specified key only if it is currentlymapped to the specified value.
    Provider.replace(Object key,Object value)
    Replaces the entry for the specified key only if it iscurrently mapped to some value.
    boolean
    Provider.replace(Object key,Object oldValue,Object newValue)
    Replaces the entry for the specified key only if currentlymapped to the specified value.
    final void
    Signature.setParameter(String param,Object value)
    Deprecated.
    boolean
    Provider.Service.supportsParameter(Object parameter)
    Test whether this Service can use the specified parameter.
    Method parameters injava.security with type arguments of typeObject
    Modifier and Type
    Method
    Description
    Provider.compute(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and itscurrent mapped value (ornull if there is no currentmapping).
    Provider.compute(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and itscurrent mapped value (ornull if there is no currentmapping).
    Provider.compute(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    Attempts to compute a mapping for the specified key and itscurrent mapped value (ornull if there is no currentmapping).
    Provider.computeIfAbsent(Object key,Function<? superObject, ? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (oris mapped tonull), attempts to compute its value usingthe given mapping function and enters it into this map unlessnull.
    Provider.computeIfAbsent(Object key,Function<? superObject, ? extendsObject> mappingFunction)
    If the specified key is not already associated with a value (oris mapped tonull), attempts to compute its value usingthe given mapping function and enters it into this map unlessnull.
    Provider.computeIfPresent(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts tocompute a new mapping given the key and its current mapped value.
    Provider.computeIfPresent(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts tocompute a new mapping given the key and its current mapped value.
    Provider.computeIfPresent(Object key,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the value for the specified key is present and non-null, attempts tocompute a new mapping given the key and its current mapped value.
    void
    Provider.forEach(BiConsumer<? superObject, ? superObject> action)
     
    void
    Provider.forEach(BiConsumer<? superObject, ? superObject> action)
     
    Provider.merge(Object key,Object value,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or isassociated withnull, associates it with the given value.
    Provider.merge(Object key,Object value,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or isassociated withnull, associates it with the given value.
    Provider.merge(Object key,Object value,BiFunction<? superObject, ? superObject, ? extendsObject> remappingFunction)
    If the specified key is not already associated with a value or isassociated withnull, associates it with the given value.
    void
    Provider.replaceAll(BiFunction<? superObject, ? superObject, ? extendsObject> function)
    Replaces each entry's value with the result of invoking the givenfunction on that entry, in the order entries are returned by an entryset iterator, until all entries have been processed or the functionthrows an exception.
    void
    Provider.replaceAll(BiFunction<? superObject, ? superObject, ? extendsObject> function)
    Replaces each entry's value with the result of invoking the givenfunction on that entry, in the order entries are returned by an entryset iterator, until all entries have been processed or the functionthrows an exception.
    void
    Provider.replaceAll(BiFunction<? superObject, ? superObject, ? extendsObject> function)
    Replaces each entry's value with the result of invoking the givenfunction on that entry, in the order entries are returned by an entryset iterator, until all entries have been processed or the functionthrows an exception.
    Constructors injava.security with parameters of typeObject
    Modifier
    Constructor
    Description
     
    GuardedObject(Object object,Guard guard)
    Constructs a GuardedObject using the specified object and guard.
  • Uses ofObject injava.security.cert

    Subclasses ofObject injava.security.cert
    Modifier and Type
    Class
    Description
    class 
    Abstract class for managing a variety of identity certificates.
    protected static class 
    AlternateCertificate class for serialization.
    class 
    Certificate Encoding Exception.
    class 
    This exception indicates one of a variety of certificate problems.
    class 
    Certificate Expired Exception.
    class 
    This class defines the functionality of a certificate factory, which isused to generate certificate, certification path (CertPath)and certificate revocation list (CRL) objects from their encodings.
    class 
    This class defines theService Provider Interface (SPI)for theCertificateFactory class.
    class 
    Certificate is not yet valid exception.
    class 
    Certificate Parsing Exception.
    class 
    An exception that indicates an X.509 certificate is revoked.
    class 
    An immutable sequence of certificates (a certification path).
    protected static class 
    AlternateCertPath class for serialization.
    class 
    A class for building certification paths (also known as certificate chains).
    class 
    An exception indicating one of a variety of problems encountered whenbuilding a certification path with aCertPathBuilder.
    class 
    TheService Provider Interface (SPI)for theCertPathBuilder class.
    class 
    A class for validating certification paths (also known as certificatechains).
    class 
    An exception indicating one of a variety of problems encountered whenvalidating a certification path.
    class 
    TheService Provider Interface (SPI)for theCertPathValidator class.
    class 
    A class for retrievingCertificates andCRLsfrom a repository.
    class 
    An exception indicating one of a variety of problems retrievingcertificates and CRLs from aCertStore.
    class 
    TheService Provider Interface (SPI)for theCertStore class.
    class 
    Parameters used as input for the CollectionCertStorealgorithm.
    class 
    This class is an abstraction of certificate revocation lists (CRLs) thathave different formats but important common uses.
    class 
    CRL (Certificate Revocation List) Exception.
    class 
    Parameters used as input for the LDAPCertStore algorithm.
    class 
    Parameters used as input for the PKIXCertPathBuilderalgorithm.
    class 
    This class represents the successful result of the PKIX certificationpath builder algorithm.
    class 
    An abstract class that performs one or more checks on anX509Certificate.
    class 
    This class represents the successful result of the PKIX certificationpath validation algorithm.
    class 
    Parameters used as input for the PKIXCertPathValidatoralgorithm.
    class 
    APKIXCertPathChecker for checking the revocation status ofcertificates with the PKIX algorithm.
    class 
    An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfostructure.
    class 
    A trust anchor or most-trusted Certification Authority (CA).
    final class 
    Parameters used as input forCertStore algorithms which useinformation contained in a URI to retrieve certificates and CRLs.
    class 
    Abstract class for X.509 certificates.
    class 
    ACertSelector that selectsX509Certificates thatmatch all specified criteria.
    class 
    Abstract class for an X.509 Certificate Revocation List (CRL).
    class 
    Abstract class for a revoked certificate in a CRL (CertificateRevocation List).
    class 
    ACRLSelector that selectsX509CRLs thatmatch all specified criteria.
    Methods injava.security.cert that returnObject
    Modifier and Type
    Method
    Description
    CertPathBuilderResult.clone()
    Makes a copy of thisCertPathBuilderResult.
    CertPathParameters.clone()
    Makes a copy of thisCertPathParameters.
    CertPathValidatorResult.clone()
    Makes a copy of thisCertPathValidatorResult.
    CertSelector.clone()
    Makes a copy of thisCertSelector.
    CertStoreParameters.clone()
    Makes a copy of thisCertStoreParameters.
    CollectionCertStoreParameters.clone()
    Returns a copy of this object.
    CRLSelector.clone()
    Makes a copy of thisCRLSelector.
    LDAPCertStoreParameters.clone()
    Returns a copy of this object.
    PKIXCertPathChecker.clone()
    Returns a clone of this object.
    PKIXCertPathValidatorResult.clone()
    Returns a copy of this object.
    PKIXParameters.clone()
    Makes a copy of thisPKIXParameters object.
    X509CertSelector.clone()
    Returns a copy of this object.
    X509CRLSelector.clone()
    Returns a copy of this object.
    protectedObject
    Certificate.CertificateRep.readResolve()
    Returns aCertificate with the type and data of thisCertificateRep.
    protectedObject
    CertPath.CertPathRep.readResolve()
    Returns aCertPath constructed from the type and data ofthisCertPathRep.
    protectedObject
    Certificate.writeReplace()
    Replace theCertificate to be serialized with aCertificateRep object containing the type andencoded bytes of theCertificate.
    protectedObject
    CertPath.writeReplace()
    Replaces theCertPath to be serialized with aCertPathRep object containing theCertificate type and encoded bytes of theCertPath.
    Methods injava.security.cert that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    X509CRLSelector.getIssuerNames()
    Returns a copy of the issuerNames criterion.
    Methods injava.security.cert with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Certificate.equals(Object other)
    Compares this certificate for equality with the specifiedobject.
    boolean
    CertPath.equals(Object other)
    Compares this certification path for equality with the specifiedobject.
    boolean
    URICertStoreParameters.equals(Object p)
    Compares the specified object with this parameters object for equality.
    boolean
    X509CRL.equals(Object other)
    Compares this CRL for equality with the givenobject.
    boolean
    X509CRLEntry.equals(Object other)
    Compares this CRL entry for equality with the givenobject.
  • Uses ofObject injava.security.spec

    Subclasses ofObject injava.security.spec
    Modifier and Type
    Class
    Description
    final class 
    This immutable class specifies the set of parameters used forgenerating DSA parameters as specified inFIPS 186-3 Digital Signature Standard (DSS).
    class 
    This class specifies the set of parameters used with the DSA algorithm.
    class 
    This class specifies a DSA private key with its associated parameters.
    class 
    This class specifies a DSA public key with its associated parameters.
    class 
    This immutable class defines an elliptic curve (EC)characteristic 2 finite field.
    class 
    This immutable class defines an elliptic curve (EC) primefinite field.
    class 
    This immutable class specifies the set of parameters used forgenerating elliptic curve (EC) domain parameters.
    class 
    This immutable class specifies the set of domain parametersused with elliptic curve cryptography (ECC).
    class 
    This immutable class represents a point on an elliptic curve (EC)in affine coordinates.
    class 
    This immutable class specifies an elliptic curve private key withits associated parameters.
    class 
    This immutable class specifies an elliptic curve public key withits associated parameters.
    class 
    A class used to specify EdDSA signature and verification parameters.
    final class 
    An elliptic curve point used to specify keys as defined byRFC 8032: Edwards-CurveDigital Signature Algorithm (EdDSA).
    final class 
    A class representing elliptic curve private keys as defined inRFC 8032: Edwards-CurveDigital Signature Algorithm (EdDSA), including the curve and otheralgorithm parameters.
    final class 
    A class representing elliptic curve public keys as defined inRFC 8032: Edwards-CurveDigital Signature Algorithm (EdDSA), including the curve and otheralgorithm parameters.
    class 
    This immutable class holds the necessary values needed to representan elliptic curve.
    class 
    This class represents a public or private key in encoded format.
    class 
    This is the exception for invalid key specifications.
    class 
    This is the exception for invalid parameter specifications.
    class 
    This class specifies the set of parameters used with mask generationfunction MGF1 in OAEP Padding and RSASSA-PSS signature scheme, asdefined in thePKCS#1 v2.2 standard.
    class 
    This class is used to specify any algorithm parameters that are determinedby a standard name.
    class 
    This class represents the ASN.1 encoding of a private key,encoded according to the ASN.1 typeOneAsymmetricKey.
    class 
    This class specifies a parameter spec for the RSASSA-PSS signature scheme,as defined in thePKCS#1 v2.2 standard.
    class 
    This class specifies the set of parameters used to generate an RSAkey pair.
    class 
    This class specifies an RSA multi-prime private key, as defined in thePKCS#1 v2.2 standardusing the Chinese Remainder Theorem (CRT) information valuesfor efficiency.
    class 
    This class represents the triplet (prime, exponent, and coefficient)inside RSA's OtherPrimeInfo structure, as defined in thePKCS#1 v2.2 standard.
    class 
    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 
    This class specifies an RSA private key.
    class 
    This class specifies an RSA public key.
    class 
    This class represents the ASN.1 encoding of a public key,encoded according to the ASN.1 typeSubjectPublicKeyInfo.
    class 
    A class representing elliptic curve private keys as defined in RFC 7748,including the curve and other algorithm parameters.
    class 
    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 Type
    Method
    Description
    boolean
    ECFieldF2m.equals(Object obj)
    Compares this finite field for equality with thespecified object.
    boolean
    ECFieldFp.equals(Object obj)
    Compares this prime finite field for equality with thespecified object.
    boolean
    ECPoint.equals(Object obj)
    Compares this elliptic curve point for equality withthe specified object.
    boolean
    EllipticCurve.equals(Object obj)
    Compares this elliptic curve for equality with thespecified object.
  • Uses ofObject injava.sql

    Subclasses ofObject injava.sql
    Modifier and Type
    Class
    Description
    class 
    The subclass ofSQLException thrown when an erroroccurs during a batch update operation.
    class 
    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 
    A thin wrapper around a millisecond value that allowsJDBC to identify this as an SQLDATE value.
    class 
    The basic service for managing a set of JDBC drivers.
    class 
    Driver properties for making a connection.
    class 
    The subclass ofSQLException is thrown when one or more client info propertiescould not be set on aConnection.
    class 
    The subclass ofSQLException thrown when the SQLState class valueis '22', or under vendor-specified conditions.
    class 
    An exception that provides information on a database accesserror or other errors.
    class 
    The subclass ofSQLException thrown when the SQLState class value is '0A' ( the value is 'zero' A).
    class 
    The subclass ofSQLException thrown when the SQLState class valueis '23', or under vendor-specified conditions.
    class 
    The subclass ofSQLException thrown when the SQLState class valueis '28', or under vendor-specified conditions.
    class 
    The subclass ofSQLException thrown for the SQLStateclass value '08', or under vendor-specified conditions.
    class 
    The subclass ofSQLException thrown when an instance where a retryof the same operation would fail unless the cause of theSQLExceptionis corrected.
    final class 
    ASQLPermission object containsa name (also referred to as a "target name") but no actionslist; there is either a named permission or there is not.
    class 
    The subclass ofSQLException thrown in situations where apreviously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of adistributed transaction, the transaction branch.
    class 
    The subclass ofSQLException thrown when the SQLState class valueis '42', or under vendor-specified conditions.
    class 
    The subclass ofSQLException thrown when the timeout specified byStatement.setQueryTimeout,DriverManager.setLoginTimeout,DataSource.setLoginTimeout,XADataSource.setLoginTimeouthas expired.
    class 
    The subclass ofSQLException thrown when the SQLState class valueis '40', or under vendor-specified conditions.
    class 
    The subclass ofSQLException for the SQLState classvalue '08', or under vendor-specified conditions.
    class 
    The subclass ofSQLException is thrown in situations where apreviously failed operation might be able to succeed when the operation isretried without any intervention by application-level functionality.
    class 
    An exception that provides information on database accesswarnings.
    class 
    A thin wrapper around thejava.util.Date class that allows the JDBCAPI to identify this as an SQLTIME value.
    class 
    A thin wrapper aroundjava.util.Date that allows the JDBC API to identify this as an SQLTIMESTAMP value.
    class 
    The class that defines the constants that are used to identify genericSQL types, called JDBC types.
    Methods injava.sql that returnObject
    Modifier and Type
    Method
    Description
    Array.getArray()
    Retrieves the contents of the SQLARRAY value designatedby thisArray object in the form of an array in the Javaprogramming language.
    Array.getArray(long index, int count)
    Retrieves a slice of the SQLARRAYvalue designated by thisArray object, beginning with thespecifiedindex and containing up tocountsuccessive elements of the SQL array.
    Array.getArray(long index, int count,Map<String,Class<?>> map)
    Retrieves a slice of the SQLARRAY valuedesignated by thisArray object, beginning with the specifiedindex and containing up tocountsuccessive elements of the SQL array.
    Array.getArray(Map<String,Class<?>> map)
    Retrieves the contents of the SQLARRAY value designated by thisArray object.
    Struct.getAttributes()
    Produces the ordered values of the attributes of the SQLstructured type that thisStruct object represents.
    Struct.getAttributes(Map<String,Class<?>> map)
    Produces the ordered values of the attributes of the SQLstructured type that thisStruct object represents.
    CallableStatement.getObject(int parameterIndex)
    Retrieves the value of the designated parameter as anObjectin the Java programming language.
    CallableStatement.getObject(int parameterIndex,Map<String,Class<?>> map)
    Returns an object representing the value of OUT parameterparameterIndex and usesmap for the custommapping of the parameter value.
    CallableStatement.getObject(String parameterName)
    Retrieves the value of a parameter as anObject in the Javaprogramming language.
    CallableStatement.getObject(String parameterName,Map<String,Class<?>> map)
    Returns an object representing the value of OUT parameterparameterName and usesmap for the custommapping of the parameter value.
    Ref.getObject()
    Retrieves the SQL structured type instance referenced bythisRef object.
    Ref.getObject(Map<String,Class<?>> map)
    Retrieves the referenced object and maps it to a Java typeusing the given type map.
    ResultSet.getObject(int columnIndex)
    Gets the value of the designated column in the current rowof thisResultSet object asanObject in the Java programming language.
    ResultSet.getObject(int columnIndex,Map<String,Class<?>> map)
    Retrieves the value of the designated column in the current rowof thisResultSet object as anObjectin the Java programming language.
    ResultSet.getObject(String columnLabel)
    Gets the value of the designated column in the current rowof thisResultSet object asanObject in the Java programming language.
    ResultSet.getObject(String columnLabel,Map<String,Class<?>> map)
    Retrieves the value of the designated column in the current rowof thisResultSet object as anObjectin the Java programming language.
    SQLInput.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 Type
    Method
    Description
    Connection.createArrayOf(String typeName,Object[] elements)
    Factory method for creating Array objects.
    Connection.createStruct(String typeName,Object[] attributes)
    Factory method for creating Struct objects.
    boolean
    RowId.equals(Object obj)
    Compares thisRowId to the specified object.
    boolean
    Timestamp.equals(Object ts)
    Tests to see if thisTimestamp object isequal to the given object.
    void
    CallableStatement.setObject(String parameterName,Object x)
    Sets the value of the designated parameter with the given object.
    void
    CallableStatement.setObject(String parameterName,Object x, int targetSqlType)
    Sets the value of the designated parameter with the given object.
    void
    CallableStatement.setObject(String parameterName,Object x, int targetSqlType, int scale)
    Sets the value of the designated parameter with the given object.
    default void
    CallableStatement.setObject(String parameterName,Object x,SQLType targetSqlType)
    Sets the value of the designated parameter with the given object.
    default void
    CallableStatement.setObject(String parameterName,Object x,SQLType targetSqlType, int scaleOrLength)
    Sets the value of the designated parameter with the given object.
    void
    PreparedStatement.setObject(int parameterIndex,Object x)
    Sets the value of the designated parameter using the given object.
    void
    PreparedStatement.setObject(int parameterIndex,Object x, int targetSqlType)
    Sets the value of the designated parameter with the given object.
    void
    PreparedStatement.setObject(int parameterIndex,Object x, int targetSqlType, int scaleOrLength)
    Sets the value of the designated parameter with the given object.
    default void
    PreparedStatement.setObject(int parameterIndex,Object x,SQLType targetSqlType)
    Sets the value of the designated parameter with the given object.
    default void
    PreparedStatement.setObject(int parameterIndex,Object x,SQLType targetSqlType, int scaleOrLength)
    Sets the value of the designated parameter with the given object.
    void
    Ref.setObject(Object value)
    Sets the structured type value that thisRefobject references to the given instance ofObject.
    ShardingKeyBuilder.subkey(Object subkey,SQLType subkeyType)
    This method will be called to add a subkey into a Sharding Key object beingbuilt.
    void
    ResultSet.updateObject(int columnIndex,Object x)
    Updates the designated column with anObject value.
    void
    ResultSet.updateObject(int columnIndex,Object x, int scaleOrLength)
    Updates the designated column with anObject value.
    default void
    ResultSet.updateObject(int columnIndex,Object x,SQLType targetSqlType)
    Updates the designated column with anObject value.
    default void
    ResultSet.updateObject(int columnIndex,Object x,SQLType targetSqlType, int scaleOrLength)
    Updates the designated column with anObject value.
    void
    ResultSet.updateObject(String columnLabel,Object x)
    Updates the designated column with anObject value.
    void
    ResultSet.updateObject(String columnLabel,Object x, int scaleOrLength)
    Updates the designated column with anObject value.
    default void
    ResultSet.updateObject(String columnLabel,Object x,SQLType targetSqlType)
    Updates the designated column with anObject value.
    default void
    ResultSet.updateObject(String columnLabel,Object x,SQLType targetSqlType, int scaleOrLength)
    Updates the designated column with anObject value.
    default void
    SQLOutput.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 Type
    Class
    Description
    class 
    An Annotation object is used as a wrapper for a text attribute value ifthe attribute has annotation characteristics.
    static class 
    Defines attribute keys that are used to identify text attributes.
    class 
    An AttributedString holds text and related attribute information.
    final class 
    This class implements the Unicode Bidirectional Algorithm.
    class 
    TheBreakIterator class implements methods for finding the location of boundaries in text.
    class 
    ChoiceFormat is a concrete subclass ofNumberFormat thatallows you to attach a format to a range of numbers.
    final class 
    TheCollationElementIterator class is used as an iteratorto walk through each character of an international string.
    class 
    ACollationKey represents aString under therules of a specificCollator object.
    class 
    TheCollator class performs locale-sensitiveString comparison.
    final class 
    CompactNumberFormat is a concrete subclass ofNumberFormatthat formats a decimal number in a localized compact form.
    class 
    DateFormat is an abstract class for date/time formatting subclasses whichformats and parses dates or time in a language-independent manner.
    static class 
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returnedfromDateFormat.formatToCharacterIterator and asfield identifiers inFieldPosition.
    class 
    DateFormatSymbols is a public class for encapsulatinglocalizable date-time formatting data, such as the names of themonths, the names of the days of the week, and the time zone data.
    class 
    DecimalFormat is a concrete subclass ofNumberFormat that formats decimal numbers in a localized manner.
    class 
    This class represents the set of symbols (such as the decimal separator,the grouping separator, and so on) needed byDecimalFormatto format numbers.
    class 
    FieldPosition is a simple class used byFormatand its subclasses to identify fields in formatted output.
    class 
    Format is an abstract base class for formatting locale-sensitiveinformation such as dates, messages, numbers, and lists.
    static class 
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returnedfromFormat.formatToCharacterIterator and asfield identifiers inFieldPosition.
    final class 
    ListFormat formats or parses a list of strings in a locale-sensitive way.
    class 
    MessageFormat provides a means to produce concatenatedmessages in a language-neutral way.
    static class 
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returnedfromMessageFormat.formatToCharacterIterator.
    final class 
    This class provides the methodnormalize which transforms Unicodetext into an equivalent composed or decomposed form, allowing for easiersorting and searching of text.
    class 
    NumberFormat is the abstract base class for all numberformats.
    static class 
    Defines constants that are used as attribute keys in theAttributedCharacterIterator returnedfromNumberFormat.formatToCharacterIterator and asfield identifiers inFieldPosition.
    class 
    Signals that an error has been reached unexpectedlywhile parsing.
    class 
    ParsePosition is a simple class used byFormatand its subclasses to keep track of the current position during parsing.
    class 
    TheRuleBasedCollator class is a concrete subclass ofCollator that provides a simple, data-driven, tablecollator.
    class 
    SimpleDateFormat is a concrete class for formatting andparsing dates in a locale-sensitive manner.
    final class 
    StringCharacterIterator implements theCharacterIterator protocol for aString.
    Classes injava.text that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    TheCollator class performs locale-sensitiveString comparison.
    Methods injava.text that returnObject
    Modifier and Type
    Method
    Description
    BreakIterator.clone()
    Create a copy of this iterator
    CharacterIterator.clone()
    Create a copy of this iterator
    ChoiceFormat.clone()
    Overrides Cloneable
    Collator.clone()
    Overrides Cloneable
    DateFormat.clone()
    Overrides Cloneable
    DateFormatSymbols.clone()
    Overrides Cloneable
    DecimalFormat.clone()
    Standard override; no change in semantics.
    DecimalFormatSymbols.clone()
    Standard override.
    Format.clone()
    Creates and returns a copy of this object.
    MessageFormat.clone()
    Creates and returns a copy of this object.
    NumberFormat.clone()
    Overrides Cloneable.
    RuleBasedCollator.clone()
    Standard override; no change in semantics.
    SimpleDateFormat.clone()
    Creates a copy of thisSimpleDateFormat.
    StringCharacterIterator.clone()
    Creates a copy of this iterator.
    AttributedCharacterIterator.getAttribute(AttributedCharacterIterator.Attribute attribute)
    Returns the value of the namedattribute for the current character.
    ChoiceFormat.getFormats()
    Returns the formats of this ChoiceFormat.
    Annotation.getValue()
    Returns the value of the attribute, which may be null.
    MessageFormat.parse(String source)
    Parses text from the beginning of the given string to produce an objectarray.
    MessageFormat.parse(String source,ParsePosition pos)
    Parses the string.
    DateFormat.parseObject(String source,ParsePosition pos)
    Parses text from a string to produce aDate.
    Format.parseObject(String source)
    Parses text from the beginning of the given string to produce an object.
    abstractObject
    Format.parseObject(String source,ParsePosition pos)
    Parses text from the given string to produce an object.
    ListFormat.parseObject(String source,ParsePosition parsePos)
    Parses text from a string to produce a list of strings.
    MessageFormat.parseObject(String source,ParsePosition pos)
    Parses text from a string to produce an object array.
    finalObject
    NumberFormat.parseObject(String source,ParsePosition pos)
    Parses text from the given string to produce an object.
    protectedObject
    AttributedCharacterIterator.Attribute.readResolve()
    Resolves instances being deserialized to the predefined constants.
    protectedObject
    DateFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    protectedObject
    MessageFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    protectedObject
    NumberFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    Methods injava.text that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    AttributedCharacterIterator.getAttributes()
    Returns a map with the attributes defined on the currentcharacter.
    Methods injava.text with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,Object value)
    Adds an attribute to the entire string.
    void
    AttributedString.addAttribute(AttributedCharacterIterator.Attribute attribute,Object value, int beginIndex, int endIndex)
    Adds an attribute to a subrange of the string.
    int
    Collator.compare(Object o1,Object o2)
    Compares its two arguments for order.
    final boolean
    AttributedCharacterIterator.Attribute.equals(Object obj)
    Compares two objects for equality.
    boolean
    ChoiceFormat.equals(Object obj)
    Compares the specified object with thisChoiceFormat for equality.
    boolean
    Collator.equals(Object that)
    Compares the equality of two Collators.
    boolean
    CompactNumberFormat.equals(Object obj)
    Compares the specified object with thisCompactNumberFormat for equality.
    boolean
    DateFormat.equals(Object obj)
    Compares the specified object with thisDateFormat for equality.
    boolean
    DateFormatSymbols.equals(Object obj)
    Compares the specified object with thisDateFormatSymbols for equality.
    boolean
    DecimalFormat.equals(Object obj)
    Compares the specified object with thisDecimalFormat for equality.
    boolean
    DecimalFormatSymbols.equals(Object obj)
    Compares the specified object with thisDecimalFormatSymbols for equality.
    boolean
    FieldPosition.equals(Object obj)
    Overrides equals
    boolean
    ListFormat.equals(Object obj)
    Compares the specified object with thisListFormat for equality.
    boolean
    MessageFormat.equals(Object obj)
    Compares the specified object with thisMessageFormat for equality.
    boolean
    NumberFormat.equals(Object obj)
    Compares the specified object with thisNumberFormat for equality.
    boolean
    ParsePosition.equals(Object obj)
    Overrides equals
    boolean
    RuleBasedCollator.equals(Object obj)
    Compares the equality of two collation objects.
    boolean
    SimpleDateFormat.equals(Object obj)
    Compares the specified object with thisSimpleDateFormat for equality.
    boolean
    StringCharacterIterator.equals(Object obj)
    Compares the equality of two StringCharacterIterator objects.
    CompactNumberFormat.format(Object number,StringBuffer toAppendTo,FieldPosition fieldPosition)
    Formats a number to produce a string representing its compact form.
    DateFormat.format(Object obj,StringBuffer toAppendTo,FieldPosition fieldPosition)
    Formats the givenObject into a date-time string.
    DecimalFormat.format(Object number,StringBuffer toAppendTo,FieldPosition pos)
    Formats a number and appends the resulting text to the given stringbuffer.
    finalString
    Format.format(Object obj)
    Formats an object to produce a string.
    abstractStringBuffer
    Format.format(Object obj,StringBuffer toAppendTo,FieldPosition pos)
    Formats an object and appends the resulting text to a given stringbuffer.
    ListFormat.format(Object obj,StringBuffer toAppendTo,FieldPosition pos)
    Formats an object and appends the resulting text to a given stringbuffer.
    MessageFormat.format(Object[] arguments,StringBuffer result,FieldPosition pos)
    Formats an array of objects and appends theMessageFormat'spattern, with format elements replaced by the formatted objects, to theprovidedStringBuffer.
    MessageFormat.format(Object arguments,StringBuffer result,FieldPosition pos)
    Formats an array of objects and appends theMessageFormat'spattern, with format elements replaced by the formatted objects, to theprovidedStringBuffer.
    staticString
    MessageFormat.format(String pattern,Object... arguments)
    Creates a MessageFormat with the given pattern and uses itto format the given arguments.
    NumberFormat.format(Object number,StringBuffer toAppendTo,FieldPosition pos)
    Formats a number and appends the resulting text to the given stringbuffer.
    CompactNumberFormat.formatToCharacterIterator(Object obj)
    Formats an Object producing anAttributedCharacterIterator.
    DecimalFormat.formatToCharacterIterator(Object obj)
    Formats an Object producing anAttributedCharacterIterator.
    Formats an Object producing anAttributedCharacterIterator.
    MessageFormat.formatToCharacterIterator(Object arguments)
    Formats an array of objects and inserts them into theMessageFormat's pattern, producing anAttributedCharacterIterator.
    SimpleDateFormat.formatToCharacterIterator(Object obj)
    Formats an Object producing anAttributedCharacterIterator.
    static void
    Bidi.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
    Modifier
    Constructor
    Description
     
    Constructs an annotation record with the given value, whichmay be null.
  • Uses ofObject injava.text.spi

    Subclasses ofObject injava.text.spi
    Modifier and Type
    Class
    Description
    class 
    An abstract class for service providers thatprovide concrete implementations of theBreakIterator class.
    class 
    An abstract class for service providers thatprovide concrete implementations of theCollator class.
    class 
    An abstract class for service providers thatprovide concrete implementations of theDateFormat class.
    class 
    An abstract class for service providers thatprovide instances of theDateFormatSymbols class.
    class 
    An abstract class for service providers thatprovide instances of theDecimalFormatSymbols class.
    class 
    An abstract class for service providers thatprovide concrete implementations of theNumberFormat class.
  • Uses ofObject injava.time

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

    Subclasses ofObject injava.time.chrono
    Modifier and Type
    Class
    Description
    class 
    An abstract implementation of a calendar system, used to organize and identify dates.
    final class 
    The Hijrah calendar is a lunar calendar supporting Islamic calendars.
    final class 
    A date in the Hijrah calendar system.
    final class 
    The ISO calendar system.
    final class 
    The Japanese Imperial calendar system.
    final class 
    A date in the Japanese Imperial calendar system.
    final class 
    An era in the Japanese Imperial calendar system.
    final class 
    The Minguo calendar system.
    final class 
    A date in the Minguo calendar system.
    final class 
    The Thai Buddhist calendar system.
    final class 
    A date in the Thai Buddhist calendar system.
    Methods injava.time.chrono with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    AbstractChronology.equals(Object obj)
    Checks if this chronology is equal to another chronology.
    boolean
    ChronoLocalDate.equals(Object obj)
    Checks if this date is equal to another date, including the chronology.
    boolean
    ChronoLocalDateTime.equals(Object obj)
    Checks if this date-time is equal to another date-time, including the chronology.
    boolean
    Chronology.equals(Object obj)
    Checks if this chronology is equal to another chronology.
    boolean
    ChronoPeriod.equals(Object obj)
    Checks if this period is equal to another period, including the chronology.
    boolean
    ChronoZonedDateTime.equals(Object obj)
    Checks if this date-time is equal to another date-time.
    boolean
    HijrahDate.equals(Object obj)
    Compares this date to another date, including the chronology.
    boolean
    JapaneseDate.equals(Object obj)
    Compares this date to another date, including the chronology.
    boolean
    MinguoDate.equals(Object obj)
    Compares this date to another date, including the chronology.
    boolean
    ThaiBuddhistDate.equals(Object obj)
    Compares this date to another date, including the chronology.
  • Uses ofObject injava.time.format

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

    Subclasses ofObject injava.time.temporal
    Modifier and Type
    Class
    Description
    final class 
    Fields and units specific to the ISO-8601 calendar system,including quarter-of-year and week-based-year.
    final class 
    A set of date fields that provide access to Julian Days.
    final class 
    Common and useful TemporalAdjusters.
    final class 
    Common implementations ofTemporalQuery.
    class 
    UnsupportedTemporalTypeException indicates that a ChronoField or ChronoUnit isnot supported for a Temporal class.
    final class 
    The range of valid values for a date-time field.
    final class 
    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 Type
    Method
    Description
    boolean
    ValueRange.equals(Object obj)
    Checks if this range is equal to another range.
    boolean
    WeekFields.equals(Object object)
    Checks if thisWeekFields is equal to the specified object.
  • Uses ofObject injava.time.zone

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

    Subclasses ofObject injava.util
    Modifier and Type
    Class
    Description
    class 
    This class provides a skeletal implementation of theCollectioninterface, to minimize the effort required to implement this interface.
    class 
    This class provides a skeletal implementation of theListinterface to minimize the effort required to implement this interfacebacked by a "random access" data store (such as an array).
    class 
    This class provides a skeletal implementation of theMapinterface, to minimize the effort required to implement this interface.
    static class 
    An Entry maintaining a key and a value.
    static class 
    An unmodifiable Entry maintaining a key and a value.
    class 
    This class provides skeletal implementations of someQueueoperations.
    class 
    This class provides a skeletal implementation of theListinterface to minimize the effort required to implement this interfacebacked by a "sequential access" data store (such as a linked list).
    class 
    This class provides a skeletal implementation of theSetinterface to minimize the effort required to implement thisinterface.
    class 
    Resizable-array implementation of theDeque interface.
    class 
    Resizable-array implementation of theList interface.
    final class 
    This class contains various methods for manipulating arrays (such assorting and searching).
    final class 
    This class consists exclusively of static methods for obtainingencoders and decoders for the Base64 encoding scheme.
    static class 
    This class implements a decoder for decoding byte data using theBase64 encoding scheme as specified in RFC 4648 and RFC 2045.
    static class 
    This class implements an encoder for encoding byte data usingthe Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
    class 
    This class implements a vector of bits that grows as needed.
    class 
    TheCalendar class is an abstract class that provides methodsfor converting between a specific instant in time and a set ofcalendar fields such asYEAR,MONTH,DAY_OF_MONTH,HOUR, and so on, and formanipulating the calendar fields, such as getting the date of the nextweek.
    static class 
    Calendar.Builder is used for creating aCalendar fromvarious date-time parameters.
    final class 
    This class consists exclusively of static methods that operate on or returncollections.
    class 
    This exception may be thrown by methods that have detected concurrentmodification of an object when such modification is not permissible.
    final class 
    Represents a currency.
    class 
    The classDate represents a specific instantin time, with millisecond precision.
    class 
    TheDictionary class is the abstract parent of anyclass, such asHashtable, which maps keys to values.
    class 
    A state object for collecting statistics such as count, min, max, sum, and average.
    class 
    Unchecked exception thrown when duplicate flags are provided in the formatspecifier.
    class 
    Thrown by methods in theStack class to indicatethat 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 
    An abstract wrapper class for anEventListener classwhich associates a set of additional parameters with the listener.
    class 
    The root class from which all event state objects shall be derived.
    class 
    Unchecked exception thrown when a conversion and flag are incompatible.
    final class 
    FormattableFlags are passed to theFormattable.formatTo() method and modify the output format forFormattables.
    final class 
    An interpreter for printf-style format strings.
    class 
    Unchecked exception thrown when the formatter has been closed.
    class 
    GregorianCalendar is a concrete subclass ofCalendar and provides the standard calendar systemused by most of the world.
    class 
    HashMap<K,V>
    Hash table based implementation of theMap interface.
    class 
    This class implements theSet interface, backed by a hash table(actually aHashMap instance).
    class 
    This class implements a hash table, which maps keys to values.
    final class 
    HexFormat converts between bytes and chars and hex-encoded strings which may includeadditional formatting markup such as prefixes, suffixes, and delimiters.
    class 
    This class implements theMap interface with a hash table, usingreference-equality in place of object-equality when comparing keys (andvalues).
    class 
    Unchecked exception thrown when a character with an invalid Unicode codepoint as defined byCharacter.isValidCodePoint(int) is passed to theFormatter.
    class 
    Unchecked exception thrown when the argument corresponding to the formatspecifier is of an incompatible type.
    class 
    Unchecked exception thrown when a format string contains an illegal syntaxor a format specifier that is incompatible with the given arguments.
    class 
    Unchecked exception thrown when an illegal combination flags is given.
    class 
    Unchecked exception thrown when the precision is a negative value other than-1, the conversion does not support a precision, or the value isotherwise unsupported.
    class 
    Unchecked exception thrown when the format width is a negative value otherthan-1 or is otherwise unsupported.
    class 
    Thrown by methods inLocale andLocale.Builder toindicate that an argument is not a well-formed BCP 47 tag.
    class 
    Thrown by aScanner to indicate that the tokenretrieved does not match the pattern for the expected type, orthat the token is out of range for the expected type.
    class 
    A state object for collecting statistics such as count, min, max, sum, and average.
    class 
    Thrown to indicate that an operation could not complete becausethe input did not conform to the appropriate XML document typefor a collection of properties, as per thePropertiesspecification.
    class 
    Hash table and linked list implementation of theMap interface,with well-defined encounter order.
    class 
    Hash table and linked list implementation of theSet interface,with well-defined encounter order.
    class 
    Doubly-linked list implementation of theList andDequeinterfaces.
    class 
    ListResourceBundle is an abstract subclass ofResourceBundle that manages resources for a localein a convenient and easy to use list.
    final class 
    ALocale represents a specific geographical, political,or cultural region.
    static final class 
    Builder is used to build instances ofLocalefrom values configured by the setters.
    static final class 
    This class expresses aLanguage Range defined inRFC 4647 Matching ofLanguage Tags.
    class 
    A state object for collecting statistics such as count, min, max, sum, and average.
    class 
    Unchecked exception thrown when there is a format specifier which does nothave a corresponding argument or if an argument index refers to an argumentthat does not exist.
    class 
    Unchecked exception thrown when the format width is required.
    class 
    Signals that a resource is missing.
    class 
    Thrown by various accessor methods to indicate that the element being requesteddoes not exist.
    final class 
    This class consists ofstatic utility methods for operatingon objects, or checking certain conditions before operation.
    class 
    Deprecated.
    This class and theObserver interface have been deprecated.
    final class 
    A container object which may or may not contain a non-null value.
    final class 
    A container object which may or may not contain adouble value.
    final class 
    A container object which may or may not contain anint value.
    final class 
    A container object which may or may not contain along value.
    class 
    An unbounded priorityqueue based on a priority heap.
    class 
    TheProperties class represents a persistent set ofproperties.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    PropertyResourceBundle is a concrete subclass ofResourceBundle that manages resources for a localeusing a set of static strings from a property file.
    class 
    An instance of this class is used to generate a stream ofpseudorandom numbers; its period is only 248.
    class 
    Resource bundles contain locale-specific objects.
    static class 
    ResourceBundle.Control defines a set of callback methodsthat are invoked by theResourceBundle.getBundle factorymethods during the bundle loading process.
    final class 
    A simple text scanner which can parse primitive types and strings usingregular expressions.
    class 
    Error thrown when something goes wrong while locating, loading, orinstantiating a service provider.
    final class 
    A facility to load implementations of a service.
    class 
    SimpleTimeZone is a concrete subclass ofTimeZonethat represents a time zone for use with a Gregorian calendar.
    final class 
    Static classes and methods for operating on or creating instances ofSpliterator and its primitive specializationsSpliterator.OfInt,Spliterator.OfLong, andSpliterator.OfDouble.
    static class 
    An abstractSpliterator.OfDouble that implementstrySplit to permit limited parallelism.
    static class 
    An abstractSpliterator.OfInt that implementstrySplit topermit limited parallelism.
    static class 
    An abstractSpliterator.OfLong that implementstrySplitto permit limited parallelism.
    static class 
    An abstractSpliterator that implementstrySplit topermit limited parallelism.
    final class 
    A generator of uniform pseudorandom values (with period 264)applicable for use in (among other contexts) isolated parallelcomputations that may generate subtasks.
    class 
    TheStack class represents a last-in-first-out(LIFO) stack of objects.
    final class 
    StringJoiner is used to construct a sequence of characters separatedby a delimiter and optionally starting with a supplied prefixand ending with a supplied suffix.
    class 
    The string tokenizer class allows an application to break astring into tokens.
    class 
    A facility for threads to schedule tasks for future execution in abackground thread.
    class 
    A task that can be scheduled for one-time or repeated execution by aTimer.
    class 
    TimeZone represents a time zone offset, and also figures out daylightsavings.
    class 
    The TooManyListenersException Exception is used as part ofthe Java Event model to annotate and implement a unicast special case ofa multicast Event Source.
    class 
    TreeMap<K,V>
    A Red-Black tree basedNavigableMap implementation.
    class 
    ANavigableSet implementation based on aTreeMap.
    class 
    Unchecked exception thrown when an unknown conversion is given.
    class 
    Unchecked exception thrown when an unknown flag is given.
    final class 
    A class that represents an immutable universally unique identifier (UUID).
    class 
    TheVector class implements a growable array ofobjects.
    class 
    Hash table based implementation of theMap interface, withweak keys.
    Subclasses with type arguments of typeObject injava.util
    Modifier and Type
    Class
    Description
    class 
    TheProperties class represents a persistent set ofproperties.
    class 
    TheProperties class represents a persistent set ofproperties.
    Classes injava.util that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    The string tokenizer class allows an application to break astring into tokens.
    Fields injava.util declared asObject
    Modifier and Type
    Field
    Description
    protectedObject[]
    The array buffer into which the components of the vector arestored.
    protectedObject
    EventObject.source
    The object on which the Event initially occurred.
    Methods injava.util with type parameters of typeObject
    Modifier and Type
    Method
    Description
    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 Type
    Method
    Description
    protectedObject
    AbstractMap.clone()
    Returns a shallow copy of thisAbstractMap instance: the keysand values themselves are not cloned.
    ArrayList.clone()
    Returns a shallow copy of thisArrayList instance.
    BitSet.clone()
    Cloning thisBitSet produces a newBitSetthat is equal to it.
    Calendar.clone()
    Creates and returns a copy of this object.
    Date.clone()
    Return a copy of this object.
    HashMap.clone()
    Returns a shallow copy of thisHashMap instance: the keys andvalues themselves are not cloned.
    HashSet.clone()
    Returns a shallow copy of thisHashSet instance: the elementsthemselves are not cloned.
    Hashtable.clone()
    Creates a shallow copy of this hashtable.
    IdentityHashMap.clone()
    Returns a shallow copy of this identity hash map: the keys and valuesthemselves are not cloned.
    LinkedList.clone()
    Returns a shallow copy of thisLinkedList.
    Locale.clone()
    Overrides Cloneable.
    SimpleTimeZone.clone()
    Returns a clone of thisSimpleTimeZone instance.
    TimeZone.clone()
    Creates a copy of thisTimeZone.
    TreeMap.clone()
    Returns a shallow copy of thisTreeMap instance.
    TreeSet.clone()
    Returns a shallow copy of thisTreeSet instance.
    Vector.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.
    finalObject
    ResourceBundle.getObject(String key)
    Gets an object for the given key from this resource bundle or one of its parents.
    EventObject.getSource()
    The object on which the Event initially occurred.
    finalObject
    ListResourceBundle.handleGetObject(String key)
     
    PropertyResourceBundle.handleGetObject(String key)
     
    protected abstractObject
    ResourceBundle.handleGetObject(String key)
    Gets an object for the given key from this resource bundle.
    StringTokenizer.nextElement()
    Returns the same value as thenextToken method,except that its declared return value isObject rather thanString.
    Properties.setProperty(String key,String value)
    Calls theHashtable methodput.
    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.
    ArrayDeque.toArray()
    Returns an array containing all of the elements in this dequein proper sequence (from first to last element).
    <T> T[]
    ArrayDeque.toArray(T[] a)
    Returns an array containing all of the elements in this deque inproper sequence (from first to last element); the runtime type of thereturned array is that of the specified array.
    ArrayList.toArray()
    Returns an array containing all of the elements in this listin 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 propersequence (from first to last element); the runtime type of the returnedarray is that of the specified array.
    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.
    HashSet.toArray()
     
    <T> T[]
    HashSet.toArray(T[] a)
     
    LinkedList.toArray()
    Returns an array containing all of the elements in this listin proper sequence (from first to last element).
    <T> T[]
    LinkedList.toArray(T[] a)
    Returns an array containing all of the elements in this list inproper sequence (from first to last element); the runtime type ofthe returned array is that of the specified array.
    List.toArray()
    Returns an array containing all of the elements in this list in propersequence (from first to last element).
    <T> T[]
    List.toArray(T[] a)
    Returns an array containing all of the elements in this list inproper sequence (from first to last element); the runtime type ofthe returned array is that of the specified array.
    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; theruntime type of the returned array is that of the specified array.
    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; theruntime type of the returned array is that of the specified array.
    Vector.toArray()
    Returns an array containing all of the elements in this Vectorin the correct order.
    <T> T[]
    Vector.toArray(T[] a)
    Returns an array containing all of the elements in this Vector in thecorrect order; the runtime type of the returned array is that of thespecified array.
    Methods injava.util with parameters of typeObject
    Modifier and Type
    Method
    Description
    static <T> boolean
    Collections.addAll(Collection<? super T> c, T... elements)
    Adds all of the specified elements to the specified collection.
    boolean
    Calendar.after(Object when)
    Returns whether thisCalendar represents a timeafter the time represented by the specifiedObject.
    static <T> List<T>
    Arrays.asList(T... a)
    Returns a fixed-size list backed by the specified array.
    boolean
    Calendar.before(Object when)
    Returns whether thisCalendar represents a timebefore the time represented by the specifiedObject.
    static int
    Arrays.binarySearch(Object[] a, int fromIndex, int toIndex,Object key)
    Searches a range ofthe specified array for the specified object using the binarysearch algorithm.
    static int
    Arrays.binarySearch(Object[] a,Object key)
    Searches the specified array for the specified object using the binarysearch algorithm.
    static <T> int
    Arrays.binarySearch(T[] a, int fromIndex, int toIndex, T key,Comparator<? super T> c)
    Searches a range ofthe specified array for the specified object using the binarysearch algorithm.
    static <T> int
    Arrays.binarySearch(T[] a, T key,Comparator<? super T> c)
    Searches the specified array for the specified object using the binarysearch algorithm.
    static <T> int
    Arrays.compare(T[] a, int aFromIndex, int aToIndex, T[] b, int bFromIndex, int bToIndex,Comparator<? super T> cmp)
    Compares twoObject arrays lexicographically over the specifiedranges.
    static <T> int
    Arrays.compare(T[] a, T[] b,Comparator<? super T> cmp)
    Compares twoObject arrays lexicographically using a specifiedcomparator.
    boolean
    AbstractCollection.contains(Object o)
    Returnstrue if this collection contains the specified element.
    boolean
    ArrayDeque.contains(Object o)
    Returnstrue if this deque contains the specified element.
    boolean
    ArrayList.contains(Object o)
    Returnstrue if this list contains the specified element.
    boolean
    Collection.contains(Object o)
    Returnstrue if this collection contains the specified element.
    boolean
    Deque.contains(Object o)
    Returnstrue if this deque contains the specified element.
    boolean
    HashSet.contains(Object o)
    Returnstrue if this set contains the specified element.
    boolean
    Hashtable.contains(Object value)
    Tests if some key maps into the specified value in this hashtable.
    boolean
    LinkedList.contains(Object o)
    Returnstrue if this list contains the specified element.
    boolean
    List.contains(Object o)
    Returnstrue if this list contains the specified element.
    boolean
    PriorityQueue.contains(Object o)
    Returnstrue if this queue contains the specified element.
    boolean
    Returnstrue if this set contains the specified element.
    boolean
    TreeSet.contains(Object o)
    Returnstrue if this set contains the specified element.
    boolean
    Vector.contains(Object o)
    Returnstrue if this vector contains the specified element.
    boolean
    AbstractMap.containsKey(Object key)
    Returnstrue if this map contains a mapping for the specifiedkey.
    boolean
    EnumMap.containsKey(Object key)
    Returnstrue if this map contains a mapping for the specifiedkey.
    boolean
    HashMap.containsKey(Object key)
    Returnstrue if this map contains a mapping for thespecified key.
    boolean
    Hashtable.containsKey(Object key)
    Tests if the specified object is a key in this hashtable.
    boolean
    IdentityHashMap.containsKey(Object key)
    Tests whether the specified object reference is a key in this identityhash map.
    boolean
    Returnstrue if this map contains a mapping for the specifiedkey.
    boolean
    TreeMap.containsKey(Object key)
    Returnstrue if this map contains a mapping for the specifiedkey.
    boolean
    WeakHashMap.containsKey(Object key)
    Returnstrue if this map contains a mapping for thespecified key.
    boolean
    AbstractMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    EnumMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    HashMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    Hashtable.containsValue(Object value)
    Returns true if this hashtable maps one or more keys to this value.
    boolean
    IdentityHashMap.containsValue(Object value)
    Tests whether the specified object reference is a value in this identityhash map.
    boolean
    LinkedHashMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    Map.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    TreeMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    WeakHashMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    void
    Vector.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 boolean
    Arrays.deepEquals(Object[] a1,Object[] a2)
    Returnstrue if the two specified arrays aredeeplyequal to one another.
    static boolean
    Objects.deepEquals(Object a,Object b)
    Returnstrue if the arguments are deeply equal to each otherandfalse otherwise.
    static int
    Arrays.deepHashCode(Object[] a)
    Returns a hash code based on the "deep contents" of the specifiedarray.
    staticString
    Arrays.deepToString(Object[] a)
    Returns a string representation of the "deep contents" of the specifiedarray.
    boolean
    AbstractList.equals(Object o)
    Compares the specified object with this list for equality.
    boolean
    AbstractMap.equals(Object o)
    Compares the specified object with this map for equality.
    boolean
    AbstractMap.SimpleEntry.equals(Object o)
    Compares the specified object with this entry for equality.
    boolean
    AbstractMap.SimpleImmutableEntry.equals(Object o)
    Compares the specified object with this entry for equality.
    boolean
    AbstractSet.equals(Object o)
    Compares the specified object with this set for equality.
    boolean
    ArrayList.equals(Object o)
    Compares the specified object with this list for equality.
    static boolean
    Arrays.equals(Object[] a, int aFromIndex, int aToIndex,Object[] b, int bFromIndex, int bToIndex)
    Returns true if the two specified arrays of Objects, over the specifiedranges, areequal to one another.
    static boolean
    Arrays.equals(Object[] a,Object[] a2)
    Returnstrue if the two specified arrays of Objects areequal to one another.
    static <T> boolean
    Arrays.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 specifiedranges, areequal to one another.
    static <T> boolean
    Arrays.equals(T[] a, T[] a2,Comparator<? super T> cmp)
    Returnstrue if the two specified arrays of Objects areequal to one another.
    boolean
    BitSet.equals(Object obj)
    Compares this bit set against the specified object.
    boolean
    Calendar.equals(Object obj)
    Compares thisCalendar to the specifiedObject.
    boolean
    Collection.equals(Object o)
    Compares the specified object with this collection for equality.
    boolean
    Comparator.equals(Object obj)
    Indicates whether some other object is "equal to"this comparator.
    boolean
    Date.equals(Object obj)
    Compares two dates for equality.
    boolean
    EnumMap.equals(Object o)
    Compares the specified object with this map for equality.
    boolean
    GregorianCalendar.equals(Object obj)
    Compares thisGregorianCalendar to the specifiedObject.
    boolean
    Hashtable.equals(Object o)
    Compares the specified Object with this Map for equality,as per the definition in the Map interface.
    boolean
    HexFormat.equals(Object o)
    Returnstrue if the other object is aHexFormatwith the same parameters.
    boolean
    IdentityHashMap.equals(Object o)
    Compares the specified object with this map for equality.
    boolean
    List.equals(Object o)
    Compares the specified object with this list for equality.
    boolean
    Locale.equals(Object obj)
    Returns true if this Locale is equal to another object.
    boolean
    Locale.LanguageRange.equals(Object obj)
    Compares this object to the specified object.
    boolean
    Map.Entry.equals(Object o)
    Compares the specified object with this entry for equality.
    boolean
    Map.equals(Object o)
    Compares the specified object with this map for equality.
    static boolean
    Objects.equals(Object a,Object b)
    Returnstrue if the arguments are equal to each otherandfalse otherwise.
    boolean
    Optional.equals(Object obj)
    Indicates whether some other object is "equal to" thisOptional.
    boolean
    OptionalDouble.equals(Object obj)
    Indicates whether some other object is "equal to" thisOptionalDouble.
    boolean
    OptionalInt.equals(Object obj)
    Indicates whether some other object is "equal to" thisOptionalInt.
    boolean
    OptionalLong.equals(Object obj)
    Indicates whether some other object is "equal to" thisOptionalLong.
    boolean
    PropertyPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two PropertyPermission objects for equality.
    boolean
    Set.equals(Object o)
    Compares the specified object with this set for equality.
    boolean
    SimpleTimeZone.equals(Object obj)
    Compares the equality of twoSimpleTimeZone objects.
    boolean
    UUID.equals(Object obj)
    Compares this object to the specified object.
    boolean
    Vector.equals(Object o)
    Compares the specified Object with this Vector for equality.
    static void
    Arrays.fill(Object[] a, int fromIndex, int toIndex,Object val)
    Assigns the specified Object reference to each element of the specifiedrange of the specified array of Objects.
    static void
    Arrays.fill(Object[] a,Object val)
    Assigns the specified Object reference to each element of the specifiedarray of Objects.
    Formatter.format(String format,Object... args)
    Writes a formatted string to this object's destination using thespecified format string and arguments.
    Formatter.format(Locale l,String format,Object... args)
    Writes a formatted string to this object's destination using thespecified locale, format string, and arguments.
    static int
    Collections.frequency(Collection<?> c,Object o)
    Returns the number of elements in the specified collection equal to thespecified object.
    AbstractMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    abstractV
    Dictionary.get(Object key)
    Returns the value to which the key is mapped in this dictionary.
    EnumMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    HashMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    Hashtable.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    IdentityHashMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    LinkedHashMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    Map.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    TreeMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    WeakHashMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    defaultV
    Map.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 int
    Objects.hash(Object... values)
    Returns a hash code for a sequence of input values.
    static int
    Arrays.hashCode(Object[] a)
    Returns a hash code based on the contents of the specified array.
    static int
    Objects.hashCode(Object o)
    Returns the hash code of a non-null argument and 0 foranull argument.
    int
    AbstractList.indexOf(Object o)
    Returns the index of the first occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    ArrayList.indexOf(Object o)
    Returns the index of the first occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    LinkedList.indexOf(Object o)
    Returns the index of the first occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    List.indexOf(Object o)
    Returns the index of the first occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    Vector.indexOf(Object o)
    Returns the index of the first occurrence of the specified elementin this vector, or -1 if this vector does not contain the element.
    int
    Vector.indexOf(Object o, int index)
    Returns the index of the first occurrence of the specified element inthis vector, searching forwards fromindex, or returns -1 ifthe element is not found.
    static boolean
    Objects.isNull(Object obj)
    Returnstrue if the provided reference isnull;false otherwise.
    int
    AbstractList.lastIndexOf(Object o)
    Returns the index of the last occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    ArrayList.lastIndexOf(Object o)
    Returns the index of the last occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    LinkedList.lastIndexOf(Object o)
    Returns the index of the last occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    Returns the index of the last occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    Vector.lastIndexOf(Object o)
    Returns the index of the last occurrence of the specified elementin this vector, or -1 if this vector does not contain the element.
    int
    Vector.lastIndexOf(Object o, int index)
    Returns the index of the last occurrence of the specified element inthis vector, searching backwards fromindex, or returns -1 ifthe element is not found.
    static int
    Arrays.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 ifno mismatch is found.
    static int
    Arrays.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> int
    Arrays.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 ifno mismatch is found.
    static <T> int
    Arrays.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 boolean
    Objects.nonNull(Object obj)
    Returnstrue if the provided reference is non-null;false otherwise.
    void
    Observable.notifyObservers(Object arg)
    Deprecated.
    If this object has changed, as indicated by thehasChanged method, then notify all of its observersand then call theclearChanged method to indicatethat 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> void
    Arrays.parallelPrefix(T[] array, int fromIndex, int toIndex,BinaryOperator<T> op)
    PerformsArrays.parallelPrefix(Object[], BinaryOperator)for the given subrange of the array.
    static <T> void
    Arrays.parallelPrefix(T[] array,BinaryOperator<T> op)
    Cumulates, in parallel, each element of the given array in place,using the supplied function.
    static <T> void
    Arrays.parallelSetAll(T[] array,IntFunction<? extends T> generator)
    Set all elements of the specified array, in parallel, using theprovided generator function to compute each element.
    static <T> void
    Arrays.parallelSort(T[] a, int fromIndex, int toIndex,Comparator<? super T> cmp)
    Sorts the specified range of the specified array of objects accordingto the order induced by the specified comparator.
    static <T> void
    Arrays.parallelSort(T[] a,Comparator<? super T> cmp)
    Sorts the specified array of objects according to the order induced bythe specified comparator.
    boolean
    AbstractCollection.remove(Object o)
    Removes a single instance of the specified element from thiscollection, if it is present (optional operation).
    AbstractMap.remove(Object key)
    Removes the mapping for a key from this map if it is present(optional operation).
    boolean
    ArrayDeque.remove(Object o)
    Removes a single instance of the specified element from this deque.
    boolean
    ArrayList.remove(Object o)
    Removes the first occurrence of the specified element from this list,if it is present.
    boolean
    Collection.remove(Object o)
    Removes a single instance of the specified element from thiscollection, if it is present (optional operation).
    boolean
    Deque.remove(Object o)
    Removes the first occurrence of the specified element from this deque.
    abstractV
    Dictionary.remove(Object key)
    Removes thekey (and its correspondingvalue) from this dictionary.
    EnumMap.remove(Object key)
    Removes the mapping for this key from this map if present.
    HashMap.remove(Object key)
    Removes the mapping for the specified key from this map if present.
    boolean
    HashSet.remove(Object o)
    Removes the specified element from this set if it is present.
    Hashtable.remove(Object key)
    Removes the key (and its corresponding value) from thishashtable.
    IdentityHashMap.remove(Object key)
    Removes the mapping for this key from this map if present.
    boolean
    IdentityHashMap.remove(Object key,Object value)
    Removes the entry for the specified key only if it is currentlymapped to the specified value (optional operation).
    boolean
    LinkedList.remove(Object o)
    Removes the first occurrence of the specified element from this list,if it is present.
    boolean
    List.remove(Object o)
    Removes the first occurrence of the specified element from this list,if it is present (optional operation).
    Map.remove(Object key)
    Removes the mapping for a key from this map if it is present(optional operation).
    default boolean
    Map.remove(Object key,Object value)
    Removes the entry for the specified key only if it is currentlymapped to the specified value (optional operation).
    boolean
    PriorityQueue.remove(Object o)
    Removes a single instance of the specified element from this queue,if it is present.
    boolean
    Set.remove(Object o)
    Removes the specified element from this set if it is present(optional operation).
    TreeMap.remove(Object key)
    Removes the mapping for this key from this TreeMap if present.
    boolean
    TreeSet.remove(Object o)
    Removes the specified element from this set if it is present.
    boolean
    Vector.remove(Object o)
    Removes the first occurrence of the specified element in this VectorIf the Vector does not contain the element, it is unchanged.
    WeakHashMap.remove(Object key)
    Removes the mapping for a key from this weak hash map if it is present.
    boolean
    Vector.removeElement(Object obj)
    Removes the first (lowest-indexed) occurrence of the argumentfrom this vector.
    boolean
    Removes the first occurrence of the specified element in thisdeque (when traversing the deque from head to tail).
    boolean
    Removes the first occurrence of the specified element from this deque.
    boolean
    Removes the first occurrence of the specified element in thislist (when traversing the list from head to tail).
    boolean
    Removes the last occurrence of the specified element in thisdeque (when traversing the deque from head to tail).
    boolean
    Removes the last occurrence of the specified element from this deque.
    boolean
    Removes the last occurrence of the specified element in thislist (when traversing the list from head to tail).
    int
    Stack.search(Object o)
    Returns the 1-based position where an object is on this stack.
    static <T> void
    Arrays.setAll(T[] array,IntFunction<? extends T> generator)
    Set all elements of the specified array, using the providedgenerator function to compute each element.
    static void
    Arrays.sort(Object[] a)
    Sorts the specified array of objects into ascending order, accordingto thenatural ordering of its elements.
    static void
    Arrays.sort(Object[] a, int fromIndex, int toIndex)
    Sorts the specified range of the specified array of objects intoascending order, according to thenatural ordering of itselements.
    static <T> void
    Arrays.sort(T[] a, int fromIndex, int toIndex,Comparator<? super T> c)
    Sorts the specified range of the specified array of objects accordingto the order induced by the specified comparator.
    static <T> void
    Arrays.sort(T[] a,Comparator<? super T> c)
    Sorts the specified array of objects according to the order induced bythe 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 thespecified 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 givenarray, using a customized set of spliterator characteristics.
    static <T> Stream<T>
    Arrays.stream(T[] array)
    Returns a sequentialStream with the specified array as itssource.
    static <T> Stream<T>
    Arrays.stream(T[] array, int startInclusive, int endExclusive)
    Returns a sequentialStream with the specified range of thespecified 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 inproper sequence (from first to last element); the runtime type of thereturned 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 propersequence (from first to last element); the runtime type of the returnedarray 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[]
    HashSet.toArray(T[] a)
     
    <T> T[]
    LinkedList.toArray(T[] a)
    Returns an array containing all of the elements in this list inproper sequence (from first to last element); the runtime type ofthe 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 inproper sequence (from first to last element); the runtime type ofthe 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; theruntime 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; theruntime 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 thecorrect order; the runtime type of the returned array is that of thespecified array.
    staticString
    Returns a string equivalent to the string returned byObject.toString if that method andhashCode are notoverridden.
    staticString
    Arrays.toString(Object[] a)
    Returns a string representation of the contents of the specified array.
    staticString
    Objects.toString(Object o)
    Returns the result of callingtoString for anon-null argument and"null" for anull argument.
    staticString
    Objects.toString(Object o,String nullDefault)
    Returns the result of callingtoString on the firstargument if the first argument is notnull and thesecond argument otherwise.
    void
    Observer.update(Observable o,Object arg)
    Deprecated.
    This method is called whenever the observed object is changed.
    Constructors injava.util with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Constructs a prototypical Event.
  • Uses ofObject injava.util.concurrent

    Modifier and Type
    Class
    Description
    class 
    Provides default implementations ofExecutorServiceexecution methods.
    class 
    A boundedblocking queue backed by anarray.
    class 
    Exception thrown when a thread tries to wait upon a barrier that isin a broken state, or which enters the broken state while the threadis waiting.
    class 
    Exception indicating that the result of a value-producing task,such as aFutureTask, cannot be retrieved because the taskwas cancelled.
    class 
    AFuture that may be explicitly completed (setting itsvalue and status), and may be used as aCompletionStage,supporting dependent functions and actions that trigger upon itscompletion.
    class 
    Exception thrown when an error or other exception is encounteredin the course of completing a result or task.
    class 
    A hash table supporting full concurrency of retrievals andhigh expected concurrency for updates.
    static final class 
    A view of a ConcurrentHashMap as aSet of keys, inwhich additions may optionally be enabled by mapping to acommon value.
    class 
    An unbounded concurrentdeque based on linked nodes.
    class 
    An unbounded thread-safequeue based on linked nodes.
    class 
    A scalable concurrentConcurrentNavigableMap implementation.
    class 
    A scalable concurrentNavigableSet implementation based onaConcurrentSkipListMap.
    class 
    A thread-safe variant ofArrayList in which all mutativeoperations (add,set, and so on) are implemented bymaking a fresh copy of the underlying array.
    class 
    ASet that uses an internalCopyOnWriteArrayListfor all of its operations.
    class 
    A synchronization aid that allows one or more threads to wait untila set of operations being performed in other threads completes.
    class 
    AForkJoinTask with a completion action performed whentriggered and there are no remaining pending actions.
    class 
    A synchronization aid that allows a set of threads to all wait foreach other to reach a common barrier point.
    class 
    An unboundedblocking queue ofDelayedelements, in which an element generally becomes eligible for removal when itsdelay has expired.
    class 
    A synchronization point at which threads can pair and swap elementswithin pairs.
    class 
    Exception thrown when attempting to retrieve the result of a taskthat aborted by throwing an exception.
    class 
    ACompletionService that uses a suppliedExecutorto execute tasks.
    final class 
    Factory and utility methods forExecutor,ExecutorService,ScheduledExecutorService,ThreadFactory, andCallable classes defined in thispackage.
    final class 
    Interrelated interfaces and static methods for establishingflow-controlled components in whichPublishersproduce items consumed by one or moreSubscribers, each managed by aSubscription.
    class 
    class 
    Abstract base class for tasks that run within aForkJoinPool.
    class 
    A thread managed by aForkJoinPool, which executesForkJoinTasks.
    class 
    A cancellable asynchronous computation.
    class 
    An optionally-boundedblocking deque based onlinked nodes.
    class 
    An optionally-boundedblocking queue based onlinked nodes.
    class 
    An unboundedTransferQueue based on linked nodes.
    class 
    A reusable synchronization barrier, similar in functionality toCyclicBarrier andCountDownLatch but supportingmore flexible usage.
    class 
    An unboundedblocking queue that usesthe same ordering rules as classPriorityQueue and suppliesblocking retrieval operations.
    class 
    A recursive resultlessForkJoinTask.
    class 
    A recursive result-bearingForkJoinTask.
    class 
    Exception thrown by anExecutor when a task cannot beaccepted for execution.
    class 
    AThreadPoolExecutor that can additionally schedulecommands to run after a given delay, or to execute periodically.
    class 
    A counting semaphore.
    static final class 
    Preview.
    Exception thrown byStructuredTaskScope.join()PREVIEW when the outcome is an exception rather than aresult.
    static final class 
    Preview.
    Exception thrown byStructuredTaskScope.join()PREVIEW if the scope was created with a timeout andthe timeout expired before or while waiting injoin.
    final class 
    Preview.
    Thrown when a structure violation is detected.
    class 
    AFlow.Publisher that asynchronously issues submitted(non-null) items to current subscribers until it is closed.
    class 
    Ablocking queue in which each insertoperation must wait for a corresponding remove operation by anotherthread, and vice versa.
    final class 
    A random number generator (with period 264) isolatedto the current thread.
    class 
    AnExecutorService that executes each submitted task usingone of possibly several pooled threads, normally configuredusingExecutors factory methods.
    static class 
    A handler for rejected tasks that throws aRejectedExecutionException.
    static class 
    A handler for rejected tasks that runs the rejected taskdirectly in the calling thread of theexecute method,unless the executor has been shut down, in which case the taskis discarded.
    static class 
    A handler for rejected tasks that discards the oldest unhandledrequest and then retriesexecute, unless the executoris shut down, in which case the task is discarded.
    static class 
    A handler for rejected tasks that silently discards therejected task.
    class 
    Exception thrown when a blocking operation times out.
    Methods injava.util.concurrent that returnObject
    Modifier and Type
    Method
    Description
    CopyOnWriteArrayList.clone()
    Returns a shallow copy of this list.
    ArrayBlockingQueue.toArray()
    Returns an array containing all of the elements in this queue, inproper sequence.
    <T> T[]
    ArrayBlockingQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    ConcurrentLinkedDeque.toArray()
    Returns an array containing all of the elements in this deque, inproper 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 runtimetype of the returned array is that of the specified array.
    ConcurrentLinkedQueue.toArray()
    Returns an array containing all of the elements in this queue, inproper sequence.
    <T> T[]
    ConcurrentLinkedQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    CopyOnWriteArrayList.toArray()
    Returns an array containing all of the elements in this listin proper sequence (from first to last element).
    <T> T[]
    CopyOnWriteArrayList.toArray(T[] a)
    Returns an array containing all of the elements in this list inproper sequence (from first to last element); the runtime type ofthe returned array is that of the specified array.
    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; theruntime type of the returned array is that of the specified array.
    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; theruntime type of the returned array is that of the specified array.
    LinkedBlockingDeque.toArray()
    Returns an array containing all of the elements in this deque, inproper sequence (from first to last element).
    <T> T[]
    LinkedBlockingDeque.toArray(T[] a)
    Returns an array containing all of the elements in this deque, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    LinkedBlockingQueue.toArray()
    Returns an array containing all of the elements in this queue, inproper sequence.
    <T> T[]
    LinkedBlockingQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    LinkedTransferQueue.toArray()
    Returns an array containing all of the elements in this queue, inproper sequence.
    <T> T[]
    LinkedTransferQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    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; theruntime type of the returned array is that of the specified array.
    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 Type
    Method
    Description
    CompletableFuture.anyOf(CompletableFuture<?>... cfs)
    Returns a new CompletableFuture that is completed when any ofthe given CompletableFutures complete, with the same result.
    Executors.callable(Runnable task)
    Returns aCallable object that, whencalled, runs the given task and returnsnull.
    Executors.callable(PrivilegedAction<?> action)
    Returns aCallable object that, whencalled, runs the given privileged action and returns its result.
    Executors.callable(PrivilegedExceptionAction<?> action)
    Returns aCallable object that, whencalled, runs the given privileged exception action and returnsits result.
    Methods injava.util.concurrent with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    ArrayBlockingQueue.contains(Object o)
    Returnstrue if this queue contains the specified element.
    boolean
    BlockingDeque.contains(Object o)
    Returnstrue if this deque contains the specified element.
    boolean
    BlockingQueue.contains(Object o)
    Returnstrue if this queue contains the specified element.
    boolean
    ConcurrentHashMap.contains(Object value)
    Tests if some key maps into the specified value in this table.
    boolean
    ConcurrentHashMap.KeySetView.contains(Object o)
    Returnstrue if this collection contains the specified element.
    boolean
    ConcurrentLinkedDeque.contains(Object o)
    Returnstrue if this deque contains the specified element.
    boolean
    ConcurrentLinkedQueue.contains(Object o)
    Returnstrue if this queue contains the specified element.
    boolean
    ConcurrentSkipListSet.contains(Object o)
    Returnstrue if this set contains the specified element.
    boolean
    CopyOnWriteArrayList.contains(Object o)
    Returnstrue if this list contains the specified element.
    boolean
    CopyOnWriteArraySet.contains(Object o)
    Returnstrue if this set contains the specified element.
    boolean
    LinkedBlockingDeque.contains(Object o)
    Returnstrue if this deque contains the specified element.
    boolean
    LinkedBlockingQueue.contains(Object o)
    Returnstrue if this queue contains the specified element.
    boolean
    LinkedTransferQueue.contains(Object o)
    Returnstrue if this queue contains the specified element.
    boolean
    PriorityBlockingQueue.contains(Object o)
    Returnstrue if this queue contains the specified element.
    boolean
    SynchronousQueue.contains(Object o)
    Always returnsfalse.
    boolean
    ConcurrentHashMap.containsKey(Object key)
    Tests if the specified object is a key in this table.
    boolean
    ConcurrentSkipListMap.containsKey(Object key)
    Returnstrue if this map contains a mapping for the specifiedkey.
    boolean
    ConcurrentHashMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    ConcurrentSkipListMap.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    boolean
    ConcurrentHashMap.equals(Object o)
    Compares the specified object with this map for equality.
    boolean
    ConcurrentHashMap.KeySetView.equals(Object o)
     
    boolean
    ConcurrentSkipListMap.equals(Object o)
    Compares the specified object with this map for equality.
    boolean
    ConcurrentSkipListSet.equals(Object o)
    Compares the specified object with this set for equality.
    boolean
    CopyOnWriteArrayList.equals(Object o)
    Compares the specified object with this list for equality.
    boolean
    CopyOnWriteArraySet.equals(Object o)
    Compares the specified object with this set for equality.
    ConcurrentHashMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    ConcurrentSkipListMap.get(Object key)
    Returns the value to which the specified key is mapped,ornull if this map contains no mapping for the key.
    ConcurrentHashMap.getOrDefault(Object key,V defaultValue)
    Returns the value to which the specified key is mapped, or thegiven default value if this map contains no mapping for thekey.
    defaultV
    ConcurrentMap.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.
    ConcurrentSkipListMap.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.
    int
    CopyOnWriteArrayList.indexOf(Object o)
    Returns the index of the first occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    int
    CopyOnWriteArrayList.lastIndexOf(Object o)
    Returns the index of the last occurrence of the specified elementin this list, or -1 if this list does not contain the element.
    boolean
    ArrayBlockingQueue.remove(Object o)
    Removes a single instance of the specified element from this queue,if it is present.
    boolean
    BlockingDeque.remove(Object o)
    Removes the first occurrence of the specified element from this deque.
    boolean
    BlockingQueue.remove(Object o)
    Removes a single instance of the specified element from this queue,if it is present.
    boolean
    ConcurrentHashMap.KeySetView.remove(Object o)
    Removes the key from this map view, by removing the key (and itscorresponding value) from the backing map.
    ConcurrentHashMap.remove(Object key)
    Removes the key (and its corresponding value) from this map.
    boolean
    ConcurrentHashMap.remove(Object key,Object value)
    Removes the entry for a key only if currently mapped to a given value.
    boolean
    ConcurrentLinkedDeque.remove(Object o)
    Removes the first occurrence of the specified element from this deque.
    boolean
    ConcurrentLinkedQueue.remove(Object o)
    Removes a single instance of the specified element from this queue,if it is present.
    boolean
    ConcurrentMap.remove(Object key,Object value)
    Removes the entry for a key only if currently mapped to a given value.
    ConcurrentSkipListMap.remove(Object key)
    Removes the mapping for the specified key from this map if present.
    boolean
    ConcurrentSkipListMap.remove(Object key,Object value)
    Removes the entry for a key only if currently mapped to a given value.
    boolean
    ConcurrentSkipListSet.remove(Object o)
    Removes the specified element from this set if it is present.
    boolean
    CopyOnWriteArrayList.remove(Object o)
    Removes the first occurrence of the specified element from this list,if it is present.
    boolean
    CopyOnWriteArraySet.remove(Object o)
    Removes the specified element from this set if it is present.
    boolean
    DelayQueue.remove(Object o)
    Removes a single instance of the specified element from thisqueue, if it is present, whether or not it has expired.
    boolean
    LinkedBlockingDeque.remove(Object o)
    Removes the first occurrence of the specified element from this deque.
    boolean
    LinkedBlockingQueue.remove(Object o)
    Removes a single instance of the specified element from this queue,if it is present.
    boolean
    LinkedTransferQueue.remove(Object o)
    Removes a single instance of the specified element from this queue,if it is present.
    boolean
    PriorityBlockingQueue.remove(Object o)
    Removes a single instance of the specified element from this queue,if it is present.
    boolean
    SynchronousQueue.remove(Object o)
    Always returnsfalse.
    boolean
    BlockingDeque.removeFirstOccurrence(Object o)
    Removes the first occurrence of the specified element from this deque.
    boolean
    ConcurrentLinkedDeque.removeFirstOccurrence(Object o)
    Removes the first occurrence of the specified element from this deque.
    boolean
    LinkedBlockingDeque.removeFirstOccurrence(Object o)
     
    boolean
    BlockingDeque.removeLastOccurrence(Object o)
    Removes the last occurrence of the specified element from this deque.
    boolean
    ConcurrentLinkedDeque.removeLastOccurrence(Object o)
    Removes the last occurrence of the specified element from this deque.
    boolean
    LinkedBlockingDeque.removeLastOccurrence(Object o)
     
    void
    TimeUnit.timedWait(Object obj, long timeout)
    Performs a timedObject.waitusing this time unit.
    <T> T[]
    ArrayBlockingQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue, inproper sequence; the runtime type of the returned array is that ofthe 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 runtimetype 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, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    <T> T[]
    CopyOnWriteArrayList.toArray(T[] a)
    Returns an array containing all of the elements in this list inproper sequence (from first to last element); the runtime type ofthe 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; theruntime 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; theruntime 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, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    <T> T[]
    LinkedBlockingQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    <T> T[]
    LinkedTransferQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue, inproper sequence; the runtime type of the returned array is that ofthe specified array.
    <T> T[]
    PriorityBlockingQueue.toArray(T[] a)
    Returns an array containing all of the elements in this queue; theruntime 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
    Modifier
    Constructor
    Description
     
    CopyOnWriteArrayList(E[] toCopyIn)
    Creates a list holding a copy of the given array.
  • Uses ofObject injava.util.concurrent.atomic

    Modifier and Type
    Class
    Description
    class 
    Aboolean value that may be updated atomically.
    class 
    Anint value that may be updated atomically.
    class 
    Anint array in which elements may be updated atomically.
    class 
    A reflection-based utility that enables atomic updates todesignatedvolatile int fields of designated classes.
    class 
    Along value that may be updated atomically.
    class 
    Along array in which elements may be updated atomically.
    class 
    A reflection-based utility that enables atomic updates todesignatedvolatile long fields of designated classes.
    class 
    AnAtomicMarkableReference maintains an object referencealong with a mark bit, that can be updated atomically.
    class 
    An object reference that may be updated atomically.
    class 
    An array of object references in which elements may be updatedatomically.
    class 
    A reflection-based utility that enables atomic updates todesignatedvolatile reference fields of designatedclasses.
    class 
    AnAtomicStampedReference maintains an object referencealong with an integer "stamp", that can be updated atomically.
    class 
    One or more variables that together maintain a runningdoublevalue updated using a supplied function.
    class 
    One or more variables that together maintain an initially zerodouble sum.
    class 
    One or more variables that together maintain a runninglongvalue updated using a supplied function.
    class 
    One or more variables that together maintain an initially zerolong sum.
    Constructors injava.util.concurrent.atomic with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Creates a new AtomicReferenceArray with the same length as, andall elements copied from, the given array.
  • Uses ofObject injava.util.concurrent.locks

    Modifier and Type
    Class
    Description
    class 
    A synchronizer that may be exclusively owned by a thread.
    class 
    A version ofAbstractQueuedSynchronizer inwhich synchronization state is maintained as along.
    class 
    Condition implementation for aAbstractQueuedLongSynchronizerserving as the basis of aLock implementation.
    class 
    Provides a framework for implementing blocking locks and relatedsynchronizers (semaphores, events, etc) that rely onfirst-in-first-out (FIFO) wait queues.
    class 
    Condition implementation for aAbstractQueuedSynchronizerserving as the basis of aLock implementation.
    final class 
    Basic thread blocking primitives for creating locks and othersynchronization classes.
    class 
    A reentrant mutual exclusionLock with the same basicbehavior and semantics as the implicit monitor lock accessed usingsynchronized methods and statements, but with extendedcapabilities.
    class 
    An implementation ofReadWriteLock supporting similarsemantics toReentrantLock.
    static class 
    The lock returned by methodReentrantReadWriteLock.readLock().
    static class 
    The lock returned by methodReentrantReadWriteLock.writeLock().
    class 
    A capability-based lock with three modes for controlling read/writeaccess.
    Methods injava.util.concurrent.locks that returnObject
    Modifier and Type
    Method
    Description
    staticObject
    LockSupport.getBlocker(Thread t)
    Returns the blocker object supplied to the most recentinvocation of a park method that has not yet unblocked, or nullif not blocked.
    Methods injava.util.concurrent.locks with parameters of typeObject
    Modifier and Type
    Method
    Description
    static void
    LockSupport.park(Object blocker)
    Disables the current thread for thread scheduling purposes unless thepermit is available.
    static void
    LockSupport.parkNanos(Object blocker, long nanos)
    Disables the current thread for thread scheduling purposes, for up tothe specified waiting time, unless the permit is available.
    static void
    LockSupport.parkUntil(Object blocker, long deadline)
    Disables the current thread for thread scheduling purposes, untilthe specified deadline, unless the permit is available.
    static void
    LockSupport.setCurrentBlocker(Object blocker)
    Sets the object to be returned by invocations ofgetBlocker for the current thread.
  • Uses ofObject injava.util.function

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

    Subclasses ofObject injava.util.jar
    Modifier and Type
    Class
    Description
    class 
    The Attributes class maps Manifest attribute names to associated stringvalues.
    static class 
    The Attributes.Name class represents an attribute name stored inthis Map.
    class 
    This class is used to represent a JAR file entry.
    class 
    Signals that an error of some sort has occurred while reading fromor writing to a JAR file.
    class 
    TheJarFile class is used to read the contents of a jar filefrom any file that can be opened withjava.io.RandomAccessFile.
    class 
    TheJarInputStream class, which extendsZipInputStream,is used to read the contents of a JAR file from an input stream.
    class 
    TheJarOutputStream class is used to write the contentsof a JAR file to any output stream.
    class 
    The Manifest class is used to maintain Manifest entry names and theirassociated Attributes.
    Classes injava.util.jar that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    The Attributes class maps Manifest attribute names to associated stringvalues.
    class 
    The Attributes class maps Manifest attribute names to associated stringvalues.
    Fields injava.util.jar with type parameters of typeObject
    Modifier and Type
    Field
    Description
    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 Type
    Method
    Description
    Attributes.clone()
    Returns a copy of the Attributes, implemented as follows:
    Manifest.clone()
    Returns a shallow copy of this Manifest.
    Attributes.get(Object name)
    Returns the value of the specified attribute name, or null if theattribute name was not found.
    Attributes.put(Object name,Object value)
    Associates the specified value with the specified attribute name(key) in this Map.
    Attributes.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 Type
    Method
    Description
    Attributes.entrySet()
    Returns a Collection view of the attribute name-value mappingscontained in this Map.
    Attributes.entrySet()
    Returns a Collection view of the attribute name-value mappingscontained in this Map.
    Attributes.keySet()
    Returns a Set view of the attribute names (keys) contained in this Map.
    Attributes.values()
    Returns a Collection view of the attribute values contained in this Map.
    Methods injava.util.jar with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Attributes.containsKey(Object name)
    Returns true if this Map contains the specified attribute name (key).
    boolean
    Attributes.containsValue(Object value)
    Returns true if this Map maps one or more attribute names (keys)to the specified value.
    boolean
    Attributes.equals(Object o)
    Compares the specified object to the underlyingmap for equality.
    boolean
    Attributes.Name.equals(Object o)
    Compares this attribute name to another for equality.
    boolean
    Manifest.equals(Object o)
    Returns true if the specified Object is also a Manifest and hasthe same main Attributes and entries.
    Attributes.get(Object name)
    Returns the value of the specified attribute name, or null if theattribute name was not found.
    Attributes.put(Object name,Object value)
    Associates the specified value with the specified attribute name(key) in this Map.
    Attributes.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 Type
    Class
    Description
    class 
    ThisHandler publishes log records toSystem.err.
    class 
    ErrorManager objects can be attached to Handlers to processany error that occurs on a Handler during Logging.
    class 
    Simple file loggingHandler.
    class 
    A Formatter provides support for formatting LogRecords.
    class 
    AHandler object takes log messages from aLogger andexports them.
    class 
    The Level class defines a set of standard logging levels thatcan be used to control logging output.
    class 
    A Logger object is used to log messages for a specificsystem or application component.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    There is a single global LogManager object that is used tomaintain a set of shared state about Loggers and log services.
    class 
    LogRecord objects are used to pass logging requests betweenthe logging framework and individual log Handlers.
    class 
    Handler that buffers requests in a circular buffer in memory.
    class 
    Print a brief summary of theLogRecord in a human readableformat.
    class 
    Simple network loggingHandler.
    class 
    Stream based loggingHandler.
    class 
    Format a LogRecord into a standard XML format.
    Methods injava.util.logging that returnObject
    Modifier and Type
    Method
    Description
    LogRecord.getParameters()
    Get the parameters to the log message.
    Methods injava.util.logging with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    Logger.entering(String sourceClass,String sourceMethod,Object param1)
    Log a method entry, with one parameter.
    void
    Logger.entering(String sourceClass,String sourceMethod,Object[] params)
    Log a method entry, with an array of parameters.
    boolean
    Level.equals(Object ox)
    Compare two objects for value equality.
    void
    Logger.exiting(String sourceClass,String sourceMethod,Object result)
    Log a method return, with result object.
    void
    Logger.log(Level level,String msg,Object param1)
    Log a message, with one object parameter.
    void
    Logger.log(Level level,String msg,Object[] params)
    Log a message, with an array of object arguments.
    void
    Logger.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.
    void
    Logger.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.
    void
    Logger.logrb(Level level,String sourceClass,String sourceMethod,String bundleName,String msg,Object param1)
    void
    Logger.logrb(Level level,String sourceClass,String sourceMethod,String bundleName,String msg,Object[] params)
    void
    Logger.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.
    void
    Logger.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.
    void
    LogRecord.setParameters(Object[] parameters)
    Set the parameters to the log message.
  • Uses ofObject injava.util.prefs

    Subclasses ofObject injava.util.prefs
    Modifier and Type
    Class
    Description
    class 
    This class provides a skeletal implementation of thePreferencesclass, greatly easing the task of implementing it.
    class 
    Thrown to indicate that a preferences operation could not complete becauseof a failure in the backing store, or a failure to contact the backingstore.
    class 
    Thrown to indicate that an operation could not complete becausethe input did not conform to the appropriate XML document typefor a collection of preferences, as per thePreferencesspecification.
    class 
    An event emitted by aPreferences node to indicate thata child of that node has been added or removed.
    class 
    An event emitted by aPreferences node to indicate thata preference has been added, removed or has had its value changed.
    class 
    A node in a hierarchical collection of preference data.
    Fields injava.util.prefs declared asObject
    Modifier and Type
    Field
    Description
    protected finalObject
    AbstractPreferences.lock
    An object whose monitor is used to lock this node.
  • Uses ofObject injava.util.random

    Subclasses ofObject injava.util.random
    Modifier and Type
    Class
    Description
    final class 
    This is a factory class for generating multiple random number generatorsof a specificalgorithm.
  • Uses ofObject injava.util.regex

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

    Subclasses ofObject injava.util.spi
    Modifier and Type
    Class
    Description
    class 
    AbstractResourceBundleProvider is an abstract class that providesthe basic support for a provider implementation class forResourceBundleProvider.
    class 
    An abstract class for service providers that provide locale-dependentCalendar parameters.
    class 
    An abstract class for service providers that provide localized stringrepresentations (display names) ofCalendar field values.
    class 
    An abstract class for service providers thatprovide localized currency symbols and display names for theCurrency class.
    class 
    An abstract class for service providers thatprovide localized names for theLocale class.
    class 
    This is the super class of all the locale sensitive service providerinterfaces (SPIs).
    class 
    An abstract class for service providers thatprovide localized time zone names for theTimeZone class.
  • Uses ofObject injava.util.stream

    Subclasses ofObject injava.util.stream
    Modifier and Type
    Class
    Description
    final class 
    Implementations ofCollector that implement various useful reductionoperations, such as accumulating elements into collections, summarizingelements according to various criteria, etc.
    final class 
    Implementations ofGatherer that provide useful intermediateoperations, such as windowing functions, folding functions,transforming elements concurrently, etc.
    final class 
    Low-level utility methods for creating and manipulating streams.
    Methods injava.util.stream that returnObject
    Modifier and Type
    Method
    Description
    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 theprovidedgenerator function to allocate the returned array, aswell as any additional arrays that might be required for a partitionedexecution or for resizing.
    Methods injava.util.stream with parameters of typeObject
    Modifier and Type
    Method
    Description
    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 Type
    Class
    Description
    class 
    A class that can be used to compute the Adler-32 checksum of a datastream.
    class 
    An input stream that also maintains a checksum of the data being read.
    class 
    An output stream that also maintains a checksum of the data beingwritten.
    class 
    A class that can be used to compute the CRC-32 of a data stream.
    final class 
    A class that can be used to compute the CRC-32C of a data stream.
    class 
    Signals that a data format error has occurred.
    class 
    This class provides support for general purpose compression using thepopular ZLIB compression library.
    class 
    Implements an input stream filter for compressing data in the "deflate"compression format.
    class 
    This class implements an output stream filter for compressing data inthe "deflate" compression format.
    class 
    This class implements a stream filter for reading compressed data inthe GZIP file format.
    class 
    This class implements a stream filter for writing compressed data inthe GZIP file format.
    class 
    This class provides support for general purpose decompression using thepopular ZLIB compression library.
    class 
    This class implements a stream filter for uncompressing data in the"deflate" compression format.
    class 
    Implements an output stream filter for uncompressing data stored in the"deflate" compression format.
    class 
    This class is used to represent a ZIP file entry.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    ZipError is no longer used and is obsolete.
    class 
    Signals that a ZIP exception of some sort has occurred.
    class 
    This class is used to read entries from a ZIP file.
    class 
    An input stream for reading compressed and uncompressedZIP file entries from a stream of bytes in the ZIP fileformat.
    class 
    This class implements an output stream filter for writing files in theZIP file format.
    Methods injava.util.zip that returnObject
    Modifier and Type
    Method
    Description
    ZipEntry.clone()
    Returns a copy of this entry.
  • Uses ofObject injavax.accessibility

    Modifier and Type
    Class
    Description
    class 
    Service Provider Interface (SPI) for Assistive Technology.
    class 
    This class collects together the span of text that share the same contiguousset of attributes, along with that set of attributes.
    class 
    Base class used to maintain a strongly typed enumeration.
    class 
    AccessibleContext represents the minimum information all accessibleobjects return.
    class 
    Encapsulation of a link, or set of links (e.g. client side imagemap) in aHypertext document
    class 
    ClassAccessibleRelation describes a relation between the object thatimplements theAccessibleRelation and one or more other objects.
    class 
    ClassAccessibleRelationSet determines a component's relation set.
    class 
    Deprecated.
    This class is deprecated as of version 1.3 of the Java Platform
    class 
    ClassAccessibleRole determines the role of a component.
    class 
    ClassAccessibleState describes a component's particular state.
    class 
    ClassAccessibleStateSet determines a component's state set.
    class 
    This class collects together key details of a span of text.
    Methods injavax.accessibility that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    AccessibleHyperlink.getAccessibleActionAnchor(int i)
    Returns an object that represents the link anchor, as appropriate forthat link.
    abstractObject
    AccessibleHyperlink.getAccessibleActionObject(int i)
    Returns an object that represents the link action, as appropriate forthat link.
    AccessibleKeyBinding.getAccessibleKeyBinding(int i)
    Returns a key binding for this object.
    Object[][]
    AccessibleResourceBundle.getContents()
    Deprecated.
    Returns the mapping between the programmatic keys and the localizeddisplay strings.
    AccessibleRelation.getTarget()
    Returns the target objects for this relation.
    Methods injavax.accessibility with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    AccessibleContext.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes.
    void
    AccessibleRelation.setTarget(Object target)
    Sets the target object for this relation.
    void
    AccessibleRelation.setTarget(Object[] target)
    Sets the target objects for this relation.
    Constructors injavax.accessibility with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Creates a newAccessibleRelation using the given localeindependent key.
     
    Creates a newAccessibleRelation using the given localeindependent key.
  • Uses ofObject injavax.annotation.processing

    Modifier and Type
    Class
    Description
    class 
    An abstract annotation processor designed to be a convenientsuperclass for most concrete annotation processors.
    class 
    Utility class for assemblingCompletion objects.
    class 
    Indicates aFiler detected an attempt to open a file thatwould violate the guarantees provided by theFiler.
  • Uses ofObject injavax.crypto

    Subclasses ofObject injavax.crypto
    Modifier and Type
    Class
    Description
    class 
    This exception is thrown when aCipher operating inan AEAD mode (such as GCM/CCM) is unable to verify the suppliedauthentication tag.
    class 
    This exception is thrown when a particular padding mechanism isexpected for the input data but the data is not padded properly.
    class 
    This class provides the functionality of a cryptographic cipher forencryption and decryption.
    class 
    ACipherInputStream is composed of anInputStreamand aCipher object so that read() methods return data that areread in from the underlyingInputStream but have beenadditionally processed by theCipher object.
    class 
    ACipherOutputStream is composed of anOutputStreamand aCipher object so that write() methods first process the databefore writing them out to the underlyingOutputStream.
    class 
    This class defines theService Provider Interface (SPI)for theCipher class.
    class 
    An exception that is thrown by theKEM.Decapsulator.decapsulate(byte[]) method to denote anerror during decapsulation.
    class 
    This class implements theEncryptedPrivateKeyInfo typeas defined in PKCS #8.
    class 
    This class provides the functionality of an exemption mechanism, examplesof which arekey recovery,key weakening, andkey escrow.
    class 
    This is the generic ExemptionMechanism exception.
    class 
    This class defines theService Provider Interface (SPI)for theExemptionMechanism class.
    class 
    This exception is thrown when the length of data provided to a blockcipher is incorrect, i.e., does not match the block size of the cipher.
    final class 
    This class provides the functionality of a Key Derivation Function (KDF), which is a cryptographic algorithm for deriving additional keys from input keying material (IKM) and (optionally) other data.
    class 
    This class defines theService Provider Interface (SPI) for theKey Derivation Function (KDF) class.
    final class 
    This class provides the functionality of a Key Encapsulation Mechanism (KEM).
    static final class 
    A decapsulator, generated byKEM.newDecapsulator(PrivateKey) on the KEMreceiver side.
    static final class 
    This class specifies the return value of the encapsulate method ofa Key Encapsulation Mechanism (KEM), which includes the shared secret(as aSecretKey), the key encapsulation message,and optional parameters.
    static final class 
    An encapsulator, generated byKEM.newEncapsulator(PublicKey) on the KEMsender side.
    class 
    This class provides the functionality of a key agreement (or keyexchange) protocol.
    class 
    This class defines theService Provider Interface (SPI)for theKeyAgreement class.
    class 
    This class provides the functionality of a secret (symmetric) key generator.
    class 
    This class defines theService Provider Interface (SPI)for theKeyGenerator class.
    class 
    This class provides the functionality of a "Message Authentication Code"(MAC) algorithm.
    class 
    This class defines theService Provider Interface (SPI)for theMac class.
    class 
    This exception is thrown when a particular padding mechanism isrequested but is not available in the environment.
    class 
    TheNullCipher class is a class that provides an"identity cipher" -- one that does not transform the plain text.
    class 
    This class enables a programmer to create an object and protect itsconfidentiality with a cryptographic algorithm.
    class 
    This class represents a factory for secret keys.
    class 
    This class defines theService Provider Interface (SPI)for theSecretKeyFactory class.
    class 
    This exception is thrown when an output buffer provided by the useris too short to hold the operation result.
    Methods injavax.crypto that returnObject
    Modifier and Type
    Method
    Description
    finalObject
    Mac.clone()
    Returns a clone if the provider implementation is cloneable.
    MacSpi.clone()
    Returns a clone if the implementation is cloneable.
    finalObject
    SealedObject.getObject(Key key)
    Retrieves the original (encapsulated) object.
    finalObject
    SealedObject.getObject(Key key,String provider)
    Retrieves the original (encapsulated) object.
    finalObject
    SealedObject.getObject(Cipher c)
    Retrieves the original (encapsulated) object.
  • Uses ofObject injavax.crypto.spec

    Subclasses ofObject injavax.crypto.spec
    Modifier and Type
    Class
    Description
    final class 
    This class specifies the parameters used with theChaCha20algorithm.
    class 
    This class specifies a DES-EDE ("triple-DES") key.
    class 
    This class specifies a DES key.
    class 
    This class specifies the set of parameters used for generatingDiffie-Hellman (system) parameters for use in Diffie-Hellman keyagreement.
    class 
    This class specifies the set of parameters used with the Diffie-Hellmanalgorithm, as specified in PKCS #3:Diffie-Hellman Key-AgreementStandard.
    class 
    This class specifies a Diffie-Hellman private key with its associatedparameters.
    class 
    This class specifies a Diffie-Hellman public key with its associatedparameters.
    class 
    Specifies the set of parameters required by aCipher using the Galois/Counter Mode (GCM) mode.
    static final class 
    ThisBuilder buildsExtract andExtractThenExpandobjects.
    static final class 
    Defines the input parameters of an Expand operation as defined inRFC 5869.
    static final class 
    Defines the input parameters of an Extract operation as defined inRFC 5869.
    static final class 
    Defines the input parameters of an Extract-then-Expand operation asdefined inRFC 5869.
    class 
    This class specifies aninitialization vector (IV).
    class 
    This class specifies the set of parameters used with OAEP Padding,as defined in thePKCS#1 v2.2 standard.
    class 
    A user-chosen password that can be used with password-based encryption(PBE).
    class 
    This class specifies the set of parameters used with password-basedencryption (PBE), as defined in thePKCS #5standard.
    class 
    This class specifies the source for encoding input P in OAEP Padding,as defined in thePKCS#1 v2.2 standard.
    static final class 
    This class is used to explicitly specify the value forencoding input P in OAEP Padding.
    class 
    This class specifies the parameters used with theRC2algorithm.
    class 
    This class specifies the parameters used with theRC5algorithm.
    class 
    This class specifies a secret key in a provider-independent fashion.
    Methods injavax.crypto.spec with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    RC2ParameterSpec.equals(Object obj)
    Tests for equality between the specified object and thisobject.
    boolean
    RC5ParameterSpec.equals(Object obj)
    Tests for equality between the specified object and thisobject.
    boolean
    SecretKeySpec.equals(Object obj)
    Tests for equality between the specified object and thisobject.
  • Uses ofObject injavax.imageio

    Subclasses ofObject injavax.imageio
    Modifier and Type
    Class
    Description
    class 
    An exception class used for signaling run-time failure of readingand writing operations.
    class 
    A simple container class to aggregate an image, a set ofthumbnail (preview) images, and an object representing metadataassociated with the image.
    class 
    A superclass of all classes describing how streams should bedecoded or encoded.
    final class 
    A class containing static convenience methods for locatingImageReaders andImageWriters, andperforming simple encoding and decoding.
    class 
    An abstract superclass for parsing and decoding of images.
    class 
    A class describing how a stream is to be decoded.
    class 
    A class that allows the format of an image (in particular, itsSampleModel andColorModel) to bespecified in a convenient manner.
    class 
    A class describing how a stream is to be encoded.
    class 
    An abstract superclass for encoding and writing images.
    Fields injavax.imageio declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    ImageReader.input
    TheImageInputStream or otherObject bysetInput and retrievedbygetInput.
    protectedObject
    ImageWriter.output
    TheImageOutputStream or otherObjectset bysetOutput and retrieved bygetOutput.
    Methods injavax.imageio that returnObject
    Modifier and Type
    Method
    Description
    ImageReader.getInput()
    Returns theImageInputStream or otherObject previously set as the input source.
    ImageWriter.getOutput()
    Returns theImageOutputStream or otherObject set by the most recent call to thesetOutput method.
    Methods injavax.imageio with parameters of typeObject
    Modifier and Type
    Method
    Description
    Returns anImageInputStream that will take itsinput from the givenObject.
    Returns anImageOutputStream that will send itsoutput to the givenObject.
    boolean
    ImageTypeSpecifier.equals(Object o)
    Returnstrue if the givenObject isanImageTypeSpecifier and has aSampleModel andColorModel that areequal to those of this object.
    ImageIO.getImageReaders(Object input)
    Returns anIterator containing all currentlyregisteredImageReaders that claim to be able todecode the suppliedObject, typically anImageInputStream.
    void
    ImageReader.setInput(Object input)
    Sets the input source to use to the givenImageInputStream or otherObject.
    void
    ImageReader.setInput(Object input, boolean seekForwardOnly)
    Sets the input source to use to the givenImageInputStream or otherObject.
    void
    ImageReader.setInput(Object input, boolean seekForwardOnly, boolean ignoreMetadata)
    Sets the input source to use to the givenImageInputStream or otherObject.
    void
    ImageWriter.setOutput(Object output)
    Sets the destination to the givenImageOutputStream or otherObject.
  • Uses ofObject injavax.imageio.metadata

    Modifier and Type
    Class
    Description
    class 
    AnIIOInvalidTreeException is thrown when an attemptby anIIOMetadata object to parse a tree ofIIOMetadataNodes fails.
    class 
    An abstract class to be extended by objects that represent metadata(non-image data) associated with images and streams.
    class 
    A concrete class providing a reusable implementation of theIIOMetadataFormat interface.
    class 
    A class representing a node in a meta-data tree, which implementstheorg.w3c.dom.Element interface and additionally allowsfor the storage of non-textual objects via thegetUserObject andsetUserObject methods.
    Methods injavax.imageio.metadata with type parameters of typeObject
    Modifier and Type
    Method
    Description
    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 typeto be stored in nodes implementing the named element.
    Methods injavax.imageio.metadata that returnObject
    Modifier and Type
    Method
    Description
    IIOMetadataNode.getFeature(String feature,String version)
    This DOM Level 3 method is not supported forIIOMetadataNodeand will throw aDOMException.
    IIOMetadataFormat.getObjectDefaultValue(String elementName)
    Returns anObjects containing the defaultvalue for theObject reference withinthe named element.
    IIOMetadataFormatImpl.getObjectDefaultValue(String elementName)
     
    IIOMetadataFormat.getObjectEnumerations(String elementName)
    Returns an array ofObjects containing the legalenumerated values for theObject reference withinthe named element.
    IIOMetadataFormatImpl.getObjectEnumerations(String elementName)
     
    IIOMetadataNode.getUserData(String key)
    This DOM Level 3 method is not supported forIIOMetadataNodeand will throw aDOMException.
    IIOMetadataNode.getUserObject()
    Returns theObject value associated with this node.
    IIOMetadataNode.setUserData(String key,Object data,UserDataHandler handler)
    This DOM Level 3 method is not supported forIIOMetadataNodeand will throw aDOMException.
    Methods injavax.imageio.metadata with parameters of typeObject
    Modifier and Type
    Method
    Description
    IIOMetadataNode.setUserData(String key,Object data,UserDataHandler handler)
    This DOM Level 3 method is not supported forIIOMetadataNodeand will throw aDOMException.
    void
    IIOMetadataNode.setUserObject(Object userObject)
    Sets the value associated with this node.
  • Uses ofObject injavax.imageio.plugins.bmp

    Modifier and Type
    Class
    Description
    class 
    A subclass ofImageWriteParam for encoding images inthe BMP format.
  • Uses ofObject injavax.imageio.plugins.jpeg

    Modifier and Type
    Class
    Description
    class 
    A class encapsulating a single JPEG Huffman table.
    class 
    This class adds the ability to set JPEG quantization and Huffmantables when using the built-in JPEG reader plug-in.
    class 
    This class adds the ability to set JPEG quantization and Huffmantables when using the built-in JPEG writer plug-in, and to request thatoptimized Huffman tables be computed for an image.
    class 
    A class encapsulating a single JPEG quantization table.
  • Uses ofObject injavax.imageio.plugins.tiff

    Modifier and Type
    Class
    Description
    final class 
    A class representing the set of tags found in the baseline TIFFspecification as well as some common additional tags.
    final class 
    A class representing the tags found in an Exif GPS Info IFD.
    final class 
    A class representing the tags found in an Exif Interoperability IFD.
    final class 
    A class containing the TIFF tags used to reference the Exif and GPS IFDs.
    final class 
    A class representing the tags found in an Exif IFD.
    final class 
    A class representing the extra tags found in aTIFF-F (RFC 2036) file.
    final class 
    A class representing the tags found in a GeoTIFF IFD.
    class 
    A convenience class for simplifying interaction with TIFF nativeimage metadata.
    final class 
    A class representing a field in a TIFF 6.0 Image File Directory.
    final class 
    A subclass ofImageReadParam allowing control overthe TIFF reading process.
    class 
    A class defining the notion of a TIFF tag.
    class 
    A class representing a set of TIFF tags.
    Methods injavax.imageio.plugins.tiff that returnObject
    Modifier and Type
    Method
    Description
    staticObject
    TIFFField.createArrayForType(int dataType, int count)
    Creates an array appropriate for the indicated data type.
    TIFFField.getData()
    Returns a reference to the data object associated with the field.
    Constructors injavax.imageio.plugins.tiff with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 Type
    Class
    Description
    final class 
    A registry for Image I/O service provider instances.
    class 
    A superinterface for functionality common to all Image I/O serviceprovider interfaces (SPIs).
    class 
    The service provider interface (SPI) forImageInputStreams.
    class 
    The service provider interface (SPI) forImageOutputStreams.
    class 
    The service provider interface (SPI) forImageReaders.
    class 
    A superclass containing instance variables and methods common toImageReaderSpi andImageWriterSpi.
    class 
    The service provider interface (SPI) forImageTranscoders.
    class 
    The service provider interface (SPI) forImageWriters.
    class 
    A registry for service provider instances for Image I/O service types.
    Methods injavax.imageio.spi with parameters of typeObject
    Modifier and Type
    Method
    Description
    abstract boolean
    ImageReaderSpi.canDecodeInput(Object source)
    Returnstrue if the supplied source object appearsto be of the format supported by this reader.
    boolean
    ServiceRegistry.contains(Object provider)
    Returnstrue ifprovider is currentlyregistered.
    ImageInputStreamSpi.createInputStreamInstance(Object input)
    Returns an instance of theImageInputStreamimplementation associated with this service provider.
    ImageInputStreamSpi.createInputStreamInstance(Object input, boolean useCache,File cacheDir)
    Returns an instance of theImageInputStreamimplementation associated with this service provider.
    ImageOutputStreamSpi.createOutputStreamInstance(Object output)
    Returns an instance of theImageOutputStreamimplementation associated with this service provider.
    ImageOutputStreamSpi.createOutputStreamInstance(Object output, boolean useCache,File cacheDir)
    Returns an instance of theImageOutputStreamimplementation associated with this service provider.
    abstractImageReader
    ImageReaderSpi.createReaderInstance(Object extension)
    Returns an instance of theImageReaderimplementation associated with this service provider.
    abstractImageWriter
    ImageWriterSpi.createWriterInstance(Object extension)
    Returns an instance of theImageWriterimplementation associated with this service provider.
    void
    ServiceRegistry.deregisterServiceProvider(Object provider)
    Removes a service provider object from all categories thatcontain it.
    boolean
    ServiceRegistry.Filter.filter(Object provider)
    Returnstrue if the givenprovider object matches the criterion definedby thisFilter.
    void
    ServiceRegistry.registerServiceProvider(Object provider)
    Adds a service provider object to the registry.
  • Uses ofObject injavax.imageio.stream

    Modifier and Type
    Class
    Description
    class 
    An implementation ofImageInputStream that gets itsinput from a regularInputStream.
    class 
    An implementation ofImageOutputStream that writes itsoutput to a regularOutputStream.
    class 
    An implementation ofImageInputStream that gets itsinput from aFile orRandomAccessFile.
    class 
    An implementation ofImageOutputStream that writes itsoutput directly to aFile orRandomAccessFile.
    class 
    A class representing a mutable reference to an array of bytes andan offset and length within that array.
    class 
    An abstract class implementing theImageInputStream interface.
    class 
    An abstract class implementing theImageOutputStream interface.
    class 
    An implementation ofImageInputStream that gets itsinput from a regularInputStream.
    class 
    An implementation ofImageOutputStream that writes itsoutput to a regularOutputStream.
  • Uses ofObject injavax.lang.model

    Subclasses ofObject injavax.lang.model
    Modifier and Type
    Class
    Description
    class 
    Superclass of exceptions which indicate that an unknown kind ofentity was encountered.
  • Uses ofObject injavax.lang.model.element

    Modifier and Type
    Class
    Description
    class 
    Indicates that an unknown kind of annotation value was encountered.
    class 
    Indicates that an unknown kind of module directive was encountered.
    class 
    Indicates that an unknown kind of element was encountered.
    Methods injavax.lang.model.element that returnObject
    Modifier and Type
    Method
    Description
    UnknownAnnotationValueException.getArgument()
    Returns the additional argument.
    UnknownDirectiveException.getArgument()
    Returns the additional argument.
    UnknownElementException.getArgument()
    Returns the additional argument.
    VariableElement.getConstantValue()
    Returns the value of this variable if this is afinalfield initialized to a compile-time constant.
    AnnotationValue.getValue()
    Returns the value.
    Methods injavax.lang.model.element with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Element.equals(Object obj)
    Returnstrue if the argument represents the sameelement asthis, orfalse otherwise.
    boolean
    Name.equals(Object obj)
    Returnstrue if the argument represents the samename asthis, andfalse otherwise.
    Constructors injavax.lang.model.element with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Creates a newUnknownAnnotationValueException.
     
    Creates a newUnknownElementException.
     
    Creates a newUnknownElementException.
  • Uses ofObject injavax.lang.model.type

    Modifier and Type
    Class
    Description
    class 
    Thrown when an application attempts to access theClass objectcorresponding to aTypeMirror.
    class 
    Thrown when an application attempts to access a sequence ofClass objects each corresponding to aTypeMirror.
    class 
    Indicates that an unknown kind of type was encountered.
    Methods injavax.lang.model.type that returnObject
    Modifier and Type
    Method
    Description
    UnknownTypeException.getArgument()
    Returns the additional argument.
    Methods injavax.lang.model.type with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    TypeMirror.equals(Object obj)
    Obeys the general contract ofObject.equals.
    Constructors injavax.lang.model.type with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Creates a newUnknownTypeException.Thepparameter may be used to pass in an additional argument withinformation about the context in which the unknown type wasencountered; for example, the visit methods ofTypeVisitor may pass in their additional parameter.
  • Uses ofObject injavax.lang.model.util

    Modifier and Type
    Class
    Description
    class 
    A skeletal visitor for annotation values with default behaviorappropriate for source versionRELEASE_14.
    class 
    A skeletal visitor for annotation values with default behaviorappropriate for theRELEASE_6source version.
    class 
    A skeletal visitor for annotation values with default behaviorappropriate for theRELEASE_7source version.
    class 
    A skeletal visitor for annotation values with default behaviorappropriate for theRELEASE_8source version.
    class 
    A skeletal visitor for annotation values with default behaviorappropriate for source versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A skeletal visitor for annotation values with default behaviorappropriate for apreview source version.
    class 
    A skeletal visitor of program elements with default behaviorappropriate for theRELEASE_14source version.
    class 
    A skeletal visitor of program elements with default behaviorappropriate for theRELEASE_6source version.
    class 
    A skeletal visitor of program elements with default behaviorappropriate for theRELEASE_7source version.
    class 
    A skeletal visitor of program elements with default behaviorappropriate for theRELEASE_8source version.
    class 
    A skeletal visitor of program elements with default behaviorappropriate for source versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A skeletal visitor of program elements with default behaviorappropriate for apreview source version.
    class 
    A skeletal visitor of types with default behavior appropriate for theRELEASE_14 source version.
    class 
    A skeletal visitor of types with default behavior appropriate fortheRELEASE_6source version.
    class 
    A skeletal visitor of types with default behavior appropriate fortheRELEASE_7source version.
    class 
    A skeletal visitor of types with default behavior appropriate fortheRELEASE_8source version.
    class 
    A skeletal visitor of types with default behavior appropriate forsource versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A skeletal visitor of types with default behavior appropriate for apreview sourceversion.
    class 
    Filters for selecting just the elements of interest from acollection of elements.
    class 
    A visitor of program elements based on theirkind with default behavior appropriate for theRELEASE_14 source version.
    class 
    A visitor of program elements based on theirkind with default behavior appropriate for theRELEASE_6 source version.
    class 
    A visitor of program elements based on theirkind with default behavior appropriate for theRELEASE_7 source version.
    class 
    A visitor of program elements based on theirkind with default behavior appropriate for theRELEASE_8 source version.
    class 
    A visitor of program elements based on theirkind with default behavior appropriate for sourceversionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A visitor of program elements based on theirkind with default behavior appropriate for apreview sourceversion.
    class 
    A scanning visitor of program elements with default behaviorappropriate for theRELEASE_14source version.
    class 
    A scanning visitor of program elements with default behaviorappropriate for theRELEASE_6source version.
    class 
    A scanning visitor of program elements with default behaviorappropriate for theRELEASE_7source version.
    class 
    A scanning visitor of program elements with default behaviorappropriate for theRELEASE_8source version.
    class 
    A scanning visitor of program elements with default behaviorappropriate for source versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A scanning visitor of program elements with default behaviorappropriate for apreview source version.
    class 
    A simple visitor for annotation values with default behaviorappropriate for source versionRELEASE_14.
    class 
    A simple visitor for annotation values with default behaviorappropriate for theRELEASE_6source version.
    class 
    A simple visitor for annotation values with default behaviorappropriate for theRELEASE_7source version.
    class 
    A simple visitor for annotation values with default behaviorappropriate for theRELEASE_8source version.
    class 
    A simple visitor for annotation values with default behaviorappropriate for source versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A simple visitor for annotation values with default behaviorappropriate for apreview source version.
    class 
    A simple visitor of program elements with default behaviorappropriate for theRELEASE_14source version.
    class 
    A simple visitor of program elements with default behaviorappropriate for theRELEASE_6source version.
    class 
    A simple visitor of program elements with default behaviorappropriate for theRELEASE_7source version.
    class 
    A simple visitor of program elements with default behaviorappropriate for theRELEASE_8source version.
    class 
    A simple visitor of program elements with default behaviorappropriate for source versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A simple visitor of program elements with default behaviorappropriate for apreview source version.
    class 
    A simple visitor of types with default behavior appropriate forsource versionRELEASE_14.
    class 
    A simple visitor of types with default behavior appropriate for theRELEASE_6 source version.
    class 
    A simple visitor of types with default behavior appropriate for theRELEASE_7 source version.
    class 
    A simple visitor of types with default behavior appropriate for theRELEASE_8 source version.
    class 
    A simple visitor of types with default behavior appropriate forsource versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A simple visitor of types with default behavior appropriate for apreview sourceversion.
    class 
    A visitor of types based on theirkind withdefault behavior appropriate for source versionRELEASE_14.
    class 
    A visitor of types based on theirkind withdefault behavior appropriate for theRELEASE_6 source version.
    class 
    A visitor of types based on theirkind withdefault behavior appropriate for theRELEASE_7 source version.
    class 
    A visitor of types based on theirkind withdefault behavior appropriate for theRELEASE_8 source version.
    class 
    A visitor of types based on theirkind withdefault behavior appropriate for source versionsRELEASE_9 throughRELEASE_14.
    class 
    Preview.
    A visitor of types based on theirkind withdefault behavior appropriate for apreview source version.
    Fields injavax.lang.model.util declared asObject
    Modifier and Type
    Field
    Description
    protected finalR
    ElementScanner6.DEFAULT_VALUE
    The specified default value.
    protected finalR
    SimpleAnnotationValueVisitor6.DEFAULT_VALUE
    Default value to be returned;defaultAction returns this value unless the method isoverridden.
    protected finalR
    SimpleElementVisitor6.DEFAULT_VALUE
    Default value to be returned;defaultAction returns this value unless the method isoverridden.
    protected finalR
    SimpleTypeVisitor6.DEFAULT_VALUE
    Default value to be returned;defaultAction returns this value unless the method isoverridden.
    Methods injavax.lang.model.util with parameters of typeObject
    Modifier and Type
    Method
    Description
    protectedR
    SimpleAnnotationValueVisitor6.defaultAction(Object o,P p)
    The default action for visit methods.
    Elements.getConstantExpression(Object value)
    Returns the text of aconstant expression representing aprimitive value or a string.
  • Uses ofObject injavax.management

    Subclasses ofObject injavax.management
    Modifier and Type
    Class
    Description
    class 
    Represents an MBean attribute by associating its name with its value.
    class 
    Provides definitions of the attribute change notifications sent by MBeans.
    class 
    This class implements of theNotificationFilterinterface for theattribute change notification.
    class 
    Represents a list of values for attributes of an MBean.
    class 
    The specified attribute does not exist or cannot be retrieved.
    class 
    Represents attributes used as arguments to relational constraints.
    class 
    Thrown when an invalid MBean attribute is passed to a queryconstructing method.
    class 
    Thrown when an invalid expression is passed to a method forconstructing a query.
    class 
    Thrown when an invalid string operation is passedto a method for constructing a query.
    class 
    class 
    An immutable descriptor.
    class 
    The MBean is already registered in the repository.
    class 
    The specified MBean does not exist in the repository.
    class 
    An exception occurred during the introspection of an MBean.
    class 
    Thrown when an attempt is made to apply either of the following: Asubquery expression to an MBean or a qualified attribute expressionto an MBean of the wrong class.
    class 
    The value specified is not valid for the attribute.
    class 
    Exceptions thrown by JMX implementations.
    class 
    Runtime exceptions emitted by JMX implementations.
    class 
    Static methods from the JMX API.
    class 
    The specified MBean listener does not exist in the repository.
    class 
    The format of the string does not correspond to a valid ObjectName.
    class 
    Describes an MBean attribute exposed for management.
    class 
    Describes a constructor exposed by an MBean.
    class 
    Represents "user defined" exceptions thrown by MBean methodsin the agent.
    class 
    Provides general information for an MBean descriptor object.
    class 
    Describes the management interface exposed by an MBean; that is,the set of attributes and operations which are available formanagement operations.
    class 
    TheMBeanNotificationInfo class is used to describe thecharacteristics of the different notification instancesemitted by an MBean, for a given Java class of notification.
    class 
    Describes a management operation exposed by an MBean.
    class 
    Describes an argument of an operation exposed by an MBean.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager,which is no longer supported.
    class 
    Wraps exceptions thrown by the preRegister(), preDeregister() methodsof theMBeanRegistration interface.
    class 
    This class represents a builder that creates a defaultMBeanServer implementation.
    class 
    Represents the MBean server from the management point of view.
    class 
    Provides MBean server references.
    class 
    InvocationHandler that forwards methods in an MBean'smanagement interface through the MBean server to the MBean.
    class 
    Represents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager,which is no longer supported.
    class 
    Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
    class 
    The Notification class represents a notification emitted by anMBean.
    class 
    Provides an implementation ofNotificationEmitterinterface.
    class 
    Provides an implementation of theNotificationFilter interface.
    class 
    Used to represent the object name of an MBean and its class name.
    class 
    Represents the object name of an MBean, or a pattern that canmatch the names of several MBeans.
    class 
    Represents exceptions thrown in the MBean server when performing operationson MBeans.
    class 
    Constructs query object constraints.
    class 
    Allows a query to be performed in the context of a specific MBean server.
    class 
    Represents exceptions thrown in the MBean server when using thejava.lang.reflect classes to invoke methods on MBeans.
    class 
    When ajava.lang.Error occurs in the agent it should be caught andre-thrown as aRuntimeErrorException.
    class 
    Represents runtime exceptions thrown by MBean methods inthe agent.
    class 
    Represents runtime exceptions thrown in the agent when performing operations on MBeans.
    class 
    Represents exceptions raised when a requested service is not supported.
    class 
    An MBean whose management interface is determined by reflectionon a Java interface, and that emits notifications.
    class 
    An MBean whose management interface is determined by reflectionon a Java interface.
    class 
    Represents strings that are arguments to relational constraints.
    Subclasses with type arguments of typeObject injavax.management
    Modifier and Type
    Class
    Description
    class 
    Represents a list of values for attributes of an MBean.
    Fields injavax.management declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    Notification.source
    This field hides theEventObject.source field in theparent class to make it non-transient and therefore part of theserialized form.
    Methods injavax.management that returnObject
    Modifier and Type
    Method
    Description
    Descriptor.clone()
    Returns a descriptor which is equal to this descriptor.
    MBeanAttributeInfo.clone()
    Returns a shallow clone of this instance.
    MBeanConstructorInfo.clone()
    Returns a shallow clone of this instance.
    MBeanInfo.clone()
    Returns a shallow clone of this instance.
    MBeanNotificationInfo.clone()
    Returns a shallow clone of this instance.
    MBeanOperationInfo.clone()
    Returns a shallow clone of this instance.
    MBeanParameterInfo.clone()
    Returns a shallow clone of this instance.
    protectedObject
    AttributeValueExp.getAttribute(ObjectName name)
    Return the value of the given attribute in the named MBean.
    DynamicMBean.getAttribute(String attribute)
    Obtain the value of a specific attribute of the Dynamic MBean.
    MBeanServer.getAttribute(ObjectName name,String attribute)
     
    MBeanServerConnection.getAttribute(ObjectName name,String attribute)
    Gets the value of a specific attribute of a named MBean.
    StandardMBean.getAttribute(String attribute)
     
    Descriptor.getFieldValue(String fieldName)
    Returns the value for a specific field name, or null if no valueis present for that name.
    finalObject
    ImmutableDescriptor.getFieldValue(String fieldName)
     
    Descriptor.getFieldValues(String... fieldNames)
    Returns all the field values in the descriptor as an array of Objects.
    finalObject[]
    ImmutableDescriptor.getFieldValues(String... fieldNames)
     
    StandardMBean.getImplementation()
    Get the implementation of this Standard MBean (or MXBean).
    AttributeChangeNotification.getNewValue()
    Gets the new value of the attribute which has changed.
    AttributeChangeNotification.getOldValue()
    Gets the old value of the attribute which has changed.
    Notification.getUserData()
    Get the user data.
    Attribute.getValue()
    Returns an Object that is the value of this attribute.
    MBeanServer.instantiate(String className)
    Instantiates an object using the list of all class loadersregistered in the MBean server'sClass LoaderRepository.
    MBeanServer.instantiate(String className,Object[] params,String[] signature)
    Instantiates an object using the list of all class loadersregistered in the MBean serverClass LoaderRepository.
    MBeanServer.instantiate(String className,ObjectName loaderName)
    Instantiates an object using the class Loader specified by itsObjectName.
    MBeanServer.instantiate(String className,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates an object.
    DynamicMBean.invoke(String actionName,Object[] params,String[] signature)
    Allows an action to be invoked on the Dynamic MBean.
    MBeanServer.invoke(ObjectName name,String operationName,Object[] params,String[] signature)
     
    MBeanServerConnection.invoke(ObjectName name,String operationName,Object[] params,String[] signature)
    Invokes an operation on an MBean.
    MBeanServerInvocationHandler.invoke(Object proxy,Method method,Object[] args)
     
    StandardMBean.invoke(String actionName,Object[] params,String[] signature)
     
    AttributeList.set(int index,Object element)
    Replaces the element at the specified position in this list withthe specified element.
    Methods injavax.management with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    AttributeList.add(int index,Object element)
    Inserts the specified element at the specified position in thislist.
    boolean
    AttributeList.add(Object element)
    Appends the specified element to the end of this list.
    void
    Adds a listener to a registered MBean.
    void
    MBeanServer.addNotificationListener(ObjectName name,ObjectName listener,NotificationFilter filter,Object handback)
    Adds a listener to a registered MBean.
    void
    MBeanServerConnection.addNotificationListener(ObjectName name,NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener to a registered MBean.
    void
    MBeanServerConnection.addNotificationListener(ObjectName name,ObjectName listener,NotificationFilter filter,Object handback)
    Adds a listener to a registered MBean.
    void
    MBeanServerDelegate.addNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
     
    void
    NotificationBroadcaster.addNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener to this MBean.
    void
    NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
    Adds a listener.
    void
    StandardEmitterMBean.addNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
     
    MBeanServer.createMBean(String className,ObjectName name,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    MBeanServer.createMBean(String className,ObjectName name,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    MBeanServerConnection.createMBean(String className,ObjectName name,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    MBeanServerConnection.createMBean(String className,ObjectName name,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates and registers an MBean in the MBean server.
    boolean
    Attribute.equals(Object object)
    Compares the current Attribute Object with another Attribute Object.
    boolean
    Descriptor.equals(Object obj)
    Compares this descriptor to the given object.
    boolean
    ImmutableDescriptor.equals(Object o)
    Compares this descriptor to the given object.
    boolean
    MBeanAttributeInfo.equals(Object o)
    Compare this MBeanAttributeInfo to another.
    boolean
    MBeanConstructorInfo.equals(Object o)
    Compare this MBeanConstructorInfo to another.
    boolean
    MBeanFeatureInfo.equals(Object o)
    Compare this MBeanFeatureInfo to another.
    boolean
    MBeanInfo.equals(Object o)
    Compare this MBeanInfo to another.
    boolean
    MBeanNotificationInfo.equals(Object o)
    Compare this MBeanNotificationInfo to another.
    boolean
    MBeanOperationInfo.equals(Object o)
    Compare this MBeanOperationInfo to another.
    boolean
    MBeanParameterInfo.equals(Object o)
    Compare this MBeanParameterInfo to another.
    boolean
    MBeanPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two MBeanPermission objects for equality.
    boolean
    MBeanServerPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two MBeanServerPermission objects for equality.
    boolean
    ObjectInstance.equals(Object object)
    Compares the current object instance with another object instance.
    boolean
    ObjectName.equals(Object object)
    Compares the current object name with another object name.
    StandardMBean.getConstructors(MBeanConstructorInfo[] ctors,Object impl)
    Customization hook:Get the MBeanConstructorInfo[] that will be used in the MBeanInforeturned by this MBean.
    protected void
    NotificationBroadcasterSupport.handleNotification(NotificationListener listener,Notification notif,Object handback)
    This method is called bysendNotification for each listener in order to send thenotification to that listener.
    void
    NotificationListener.handleNotification(Notification notification,Object handback)
    Invoked when a JMX notification occurs.
    MBeanServer.instantiate(String className,Object[] params,String[] signature)
    Instantiates an object using the list of all class loadersregistered in the MBean serverClass LoaderRepository.
    MBeanServer.instantiate(String className,ObjectName loaderName,Object[] params,String[] signature)
    Instantiates an object.
    DynamicMBean.invoke(String actionName,Object[] params,String[] signature)
    Allows an action to be invoked on the Dynamic MBean.
    MBeanServer.invoke(ObjectName name,String operationName,Object[] params,String[] signature)
     
    MBeanServerConnection.invoke(ObjectName name,String operationName,Object[] params,String[] signature)
    Invokes an operation on an MBean.
    MBeanServerInvocationHandler.invoke(Object proxy,Method method,Object[] args)
     
    StandardMBean.invoke(String actionName,Object[] params,String[] signature)
     
    MBeanServer.registerMBean(Object object,ObjectName name)
    Registers a pre-existing object as an MBean with the MBeanserver.
    void
     
    void
    MBeanServer.removeNotificationListener(ObjectName name,ObjectName listener,NotificationFilter filter,Object handback)
     
    void
    MBeanServerConnection.removeNotificationListener(ObjectName name,NotificationListener listener,NotificationFilter filter,Object handback)
    Removes a listener from a registered MBean.
    void
    MBeanServerConnection.removeNotificationListener(ObjectName name,ObjectName listener,NotificationFilter filter,Object handback)
    Removes a listener from a registered MBean.
    void
    MBeanServerDelegate.removeNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
     
    void
    NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
     
    void
    NotificationEmitter.removeNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
    Removes a listener from this MBean.
    void
    StandardEmitterMBean.removeNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
     
    AttributeList.set(int index,Object element)
    Replaces the element at the specified position in this list withthe specified element.
    void
    Descriptor.setField(String fieldName,Object fieldValue)
    Sets the value for a specific field name.
    final void
    ImmutableDescriptor.setField(String fieldName,Object fieldValue)
    This operation is unsupported since this class is immutable.
    void
    Descriptor.setFields(String[] fieldNames,Object[] fieldValues)
    Sets all fields in the field names array to the new value withthe same index in the field values array.
    final void
    ImmutableDescriptor.setFields(String[] fieldNames,Object[] fieldValues)
    This operation is unsupported since this class is immutable.
    void
    StandardMBean.setImplementation(Object implementation)
    Replace the implementation object wrapped in this object.
    void
    Notification.setSource(Object source)
    Sets the source.
    void
    Notification.setUserData(Object userData)
    Set the user data.
    Constructors injavax.management with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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.
     
    Constructs a BadAttributeValueExpException using the specified Object tocreate the toString() value.
     
    ImmutableDescriptor(String[] fieldNames,Object[] fieldValues)
    Construct a descriptor containing the given fields and values.
     
    Constructs anInvalidApplicationException with the specifiedObject.
     
    MBeanServerNotification(String type,Object source, long sequenceNumber,ObjectName objectName)
    Creates an MBeanServerNotification object specifying object names ofthe MBeans that caused the notification and the specified notificationtype.
     
    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

    Modifier and Type
    Class
    Description
    class 
  • Uses ofObject injavax.management.modelmbean

    Modifier and Type
    Class
    Description
    class 
    This class represents the metadata set for a ModelMBean element.
    class 
    Exception thrown when an invalid target object type is specified.
    class 
    The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
    class 
    The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
    class 
    This class represents the meta data for ModelMBeans.
    class 
    The ModelMBeanNotificationInfo object describes a notification emittedby a ModelMBean.
    class 
    The ModelMBeanOperationInfo object describes a management operation ofthe ModelMBean.
    class 
    This class is the implementation of a ModelMBean.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class exists only to support XML parsing implemented privately in this module,in DescriptorSupport.
    Methods injavax.management.modelmbean that returnObject
    Modifier and Type
    Method
    Description
    DescriptorSupport.clone()
    Returns a new Descriptor which is a duplicate of the Descriptor.
    ModelMBeanAttributeInfo.clone()
    Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
    ModelMBeanConstructorInfo.clone()
    Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
    ModelMBeanInfo.clone()
    Creates and returns a copy of this object.
    ModelMBeanInfoSupport.clone()
    Returns a shallow clone of this instance.
    ModelMBeanNotificationInfo.clone()
    Creates and returns a new ModelMBeanNotificationInfo which is aduplicate of this ModelMBeanNotificationInfo.
    ModelMBeanOperationInfo.clone()
    Creates and returns a new ModelMBeanOperationInfo which is aduplicate of this ModelMBeanOperationInfo.
    RequiredModelMBean.getAttribute(String attrName)
    Returns the value of a specific attribute defined for thisModelMBean.
    DescriptorSupport.getFieldValue(String fieldName)
     
    DescriptorSupport.getFieldValues(String... fieldNames)
     
    RequiredModelMBean.invoke(String opName,Object[] opArgs,String[] sig)
    Invokes a method on or through a RequiredModelMBean and returnsthe result of the method execution.
    Methods injavax.management.modelmbean with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener,String attributeName,Object handback)
    Registers an object which implements the NotificationListener interface as a listener.
    void
    RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener,String inAttributeName,Object inhandback)
     
    void
    RequiredModelMBean.addNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
    Registers an object which implements the NotificationListenerinterface as a listener.
    boolean
    DescriptorSupport.equals(Object o)
    Compares this descriptor to the given object.
    RequiredModelMBean.invoke(String opName,Object[] opArgs,String[] sig)
    Invokes a method on or through a RequiredModelMBean and returnsthe result of the method execution.
    void
    RequiredModelMBean.removeNotificationListener(NotificationListener listener,NotificationFilter filter,Object handback)
     
    void
    DescriptorSupport.setField(String fieldName,Object fieldValue)
     
    void
    DescriptorSupport.setFields(String[] fieldNames,Object[] fieldValues)
     
    void
    ModelMBean.setManagedResource(Object mr,String mr_type)
    Sets the instance handle of the object against which toexecute all methods in this ModelMBean management interface(MBeanInfo and Descriptors).
    void
    RequiredModelMBean.setManagedResource(Object mr,String mr_type)
    Sets the instance handle of the object against which toexecute all methods in this ModelMBean management interface(MBeanInfo and Descriptors).
    Constructors injavax.management.modelmbean with parameters of typeObject
    Modifier
    Constructor
    Description
     
    DescriptorSupport(String[] fieldNames,Object[] fieldValues)
    Constructor taking field names and field values.
  • Uses ofObject injavax.management.monitor

    Modifier and Type
    Class
    Description
    class 
    Defines a monitor MBean designed to observe the values of a counterattribute.
    class 
    Defines a monitor MBean designed to observe the values of a gauge attribute.
    class 
    Defines the part common to all monitor MBeans.
    class 
    Provides definitions of the notifications sent by monitor MBeans.
    class 
    Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
    class 
    Defines a monitor MBean designed to observe the values of a stringattribute.
    Methods injavax.management.monitor that returnObject
    Modifier and Type
    Method
    Description
    MonitorNotification.getDerivedGauge()
    Gets the derived gauge of this monitor notification.
    MonitorNotification.getTrigger()
    Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
  • Uses ofObject injavax.management.openmbean

    Modifier and Type
    Class
    Description
    class 
    TheArrayType class is theopen type class whose instances describeallopen data values which are n-dimensional arrays ofopen data values.
    class 
    AnInvocationHandler that forwards getter methods to aCompositeData.
    class 
    TheCompositeDataSupport class is theopen data class whichimplements theCompositeData interface.
    class 
    TheCompositeType class is theopen type classwhose instances describe the types ofCompositeData values.
    class 
    This runtime exception is thrown to indicate that a method parameter which was expected to bean item name of acomposite data or a row index of atabular data is not valid.
    class 
    This runtime exception is thrown to indicate that theopen type of anopen data valueis not the one expected.
    class 
    This runtime exception is thrown to indicate that the index of a row to be added to atabular data instanceis already used to refer to another row in thistabular data instance.
    class 
    This checked exception is thrown when anopen type, anopen data or anopen MBean metadata info instancecould not be constructed because one or more validity constraints were not met.
    class 
    Describes an attribute of an open MBean.
    class 
    Describes a constructor of an Open MBean.
    class 
    TheOpenMBeanInfoSupport class describes the managementinformation of anopen MBean: it is a subclass ofMBeanInfo, and it implements theOpenMBeanInfo interface.
    class 
    Describes an operation of an Open MBean.
    class 
    Describes a parameter used in one or more operations orconstructors of an open MBean.
    class 
    TheOpenType class is the parent abstract class of all classes which describe the actualopen typeof open data values.
    final class 
    TheSimpleType class is theopen type class whose instances describeallopen data values which are neither arrays,norCompositeData values,norTabularData values.
    class 
    TheTabularDataSupport class is theopen dataclass which implements theTabularDataand theMap interfaces, and which is internally based on a hash map data structure.
    class 
    TheTabularType class is the open type classwhose instances describe the types ofTabularData values.
    Classes injavax.management.openmbean that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    TheTabularDataSupport class is theopen dataclass which implements theTabularDataand theMap interfaces, and which is internally based on a hash map data structure.
    class 
    TheTabularDataSupport class is theopen dataclass which implements theTabularDataand theMap interfaces, and which is internally based on a hash map data structure.
    Methods injavax.management.openmbean that returnObject
    Modifier and Type
    Method
    Description
    TabularData.calculateIndex(CompositeData value)
    Calculates the index that would be used in thisTabularData instance to refer to the specifiedcomposite datavalue parameter if it were added to this instance.
    TabularDataSupport.calculateIndex(CompositeData value)
    Calculates the index that would be used in thisTabularData instance to referto the specified composite datavalue parameter if it were added to this instance.
    TabularDataSupport.clone()
    Returns a clone of thisTabularDataSupport instance:the clone is obtained by callingsuper.clone(), and then cloning the underlying map.
    CompositeData.get(String key)
    Returns the value of the item whose name iskey.
    CompositeDataSupport.get(String key)
    Returns the value of the item whose name iskey.
    TabularDataSupport.get(Object key)
    This method simply callsget((Object[]) key).
    CompositeData.getAll(String[] keys)
    Returns an array of the values of the items whose namesare specified bykeys, in the same order askeys.
    CompositeDataSupport.getAll(String[] keys)
    Returns an array of the values of the items whose names are specified bykeys, in the same order askeys.
    OpenMBeanAttributeInfoSupport.getDefaultValue()
    Returns the default value for the attribute described by thisOpenMBeanAttributeInfoSupport instance, if specified,ornull otherwise.
    OpenMBeanParameterInfo.getDefaultValue()
    Returns the default value for this parameter, if it has one, ornull otherwise.
    OpenMBeanParameterInfoSupport.getDefaultValue()
    Returns the default value for the parameter described by thisOpenMBeanParameterInfoSupport instance, if specified,ornull otherwise.
    CompositeDataInvocationHandler.invoke(Object proxy,Method method,Object[] args)
     
    TabularDataSupport.put(Object key,Object value)
    This method simply callsput((CompositeData) value) andtherefore ignores itskey parameter which can benull.
    SimpleType.readResolve()
    Replace an object read from anObjectInputStream with the unique instance for thatvalue.
    TabularDataSupport.remove(Object key)
    This method simply callsremove((Object[]) key).
    Methods injavax.management.openmbean that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    TabularDataSupport.entrySet()
    Returns a collection view of the index to row mappingscontained in thisTabularDataSupport instance.
    TabularDataSupport.entrySet()
    Returns a collection view of the index to row mappingscontained in thisTabularDataSupport instance.
    TabularDataSupport.keySet()
    Returns a set view of the keys contained in the underlying map of thisTabularDataSupport instance used to index the rows.
    TabularDataSupport.values()
    Returns a collection view of the rows contained in thisTabularDataSupport instance.
    Methods injavax.management.openmbean with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    TabularData.containsKey(Object[] key)
    Returnstrue if and only if thisTabularData instance contains aCompositeData value(ie a row) whose index is the specifiedkey.
    boolean
    TabularDataSupport.containsKey(Object key)
    Returnstrue if and only if thisTabularData instance contains aCompositeData value(ie a row) whose index is the specifiedkey.
    boolean
    TabularDataSupport.containsKey(Object[] key)
    Returnstrue if and only if thisTabularData instance contains aCompositeData value(ie a row) whose index is the specifiedkey.
    boolean
    CompositeData.containsValue(Object value)
    Returnstrue if and only if thisCompositeData instance contains an itemwhose value isvalue.
    boolean
    CompositeDataSupport.containsValue(Object value)
    Returnstrue if and only if thisCompositeData instancecontains an itemwhose value isvalue.
    boolean
    TabularDataSupport.containsValue(Object value)
    Returnstrue if and only if thisTabularData instance contains the specifiedvalue.
    boolean
    ArrayType.equals(Object obj)
    Compares the specifiedobj parameter with thisArrayType instance for equality.
    boolean
    CompositeData.equals(Object obj)
    Compares the specifiedobj parameter with thisCompositeData instance for equality.
    boolean
    CompositeDataSupport.equals(Object obj)
    Compares the specifiedobj parameter with thisCompositeDataSupport instance for equality.
    boolean
    CompositeType.equals(Object obj)
    Compares the specifiedobj parameter with thisCompositeType instance for equality.
    boolean
    OpenMBeanAttributeInfo.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanAttributeInfo instance for equality.
    boolean
    OpenMBeanAttributeInfoSupport.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanAttributeInfoSupport instance for equality.
    boolean
    OpenMBeanConstructorInfo.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanConstructorInfo instance for equality.
    boolean
    OpenMBeanConstructorInfoSupport.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanConstructorInfoSupport instance forequality.
    boolean
    OpenMBeanInfo.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanInfo instance for equality.
    boolean
    OpenMBeanInfoSupport.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanInfoSupport instance for equality.
    boolean
    OpenMBeanOperationInfo.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanOperationInfo instance for equality.
    boolean
    OpenMBeanOperationInfoSupport.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanOperationInfoSupport instance forequality.
    boolean
    OpenMBeanParameterInfo.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanParameterInfo instance for equality.
    boolean
    OpenMBeanParameterInfoSupport.equals(Object obj)
    Compares the specifiedobj parameter with thisOpenMBeanParameterInfoSupport instance for equality.
    abstract boolean
    OpenType.equals(Object obj)
    Compares the specifiedobj parameter with thisopen type instance for equality.
    boolean
    SimpleType.equals(Object obj)
    Compares the specifiedobj parameter with thisSimpleType instance for equality.
    boolean
    TabularData.equals(Object obj)
    Compares the specifiedobj parameter with thisTabularData instance for equality.
    boolean
    TabularDataSupport.equals(Object obj)
    Compares the specifiedobj parameter with thisTabularDataSupport instance for equality.
    boolean
    TabularType.equals(Object obj)
    Compares the specifiedobj parameter with thisTabularType instance for equality.
    TabularData.get(Object[] key)
    Returns theCompositeData value whose index iskey, ornull if there is no value mappingtokey, in thisTabularData instance.
    TabularDataSupport.get(Object key)
    This method simply callsget((Object[]) key).
    TabularDataSupport.get(Object[] key)
    Returns theCompositeData value whose index iskey, ornull if there is no value mappingtokey, in thisTabularData instance.
    CompositeDataInvocationHandler.invoke(Object proxy,Method method,Object[] args)
     
    boolean
    ArrayType.isValue(Object obj)
    Tests whetherobj is a value for thisArrayTypeinstance.
    boolean
    CompositeType.isValue(Object obj)
    Tests whetherobj is a value which could bedescribed by thisCompositeType instance.
    boolean
    OpenMBeanAttributeInfoSupport.isValue(Object obj)
    Tests whetherobj is a valid value for the attributedescribed by thisOpenMBeanAttributeInfoSupportinstance.
    boolean
    OpenMBeanParameterInfo.isValue(Object obj)
    Tests whetherobj is a valid value for the parameterdescribed by thisOpenMBeanParameterInfo instance.
    boolean
    OpenMBeanParameterInfoSupport.isValue(Object obj)
    Tests whetherobj is a valid value for the parameterdescribed by thisOpenMBeanParameterInfo instance.
    abstract boolean
    OpenType.isValue(Object obj)
    Tests whetherobj is a value for this open type.
    boolean
    SimpleType.isValue(Object obj)
    Tests whetherobj is a value for thisSimpleType instance.
    boolean
    TabularType.isValue(Object obj)
    Tests whetherobj is a value which could bedescribed by thisTabularType instance.
    TabularDataSupport.put(Object key,Object value)
    This method simply callsput((CompositeData) value) andtherefore ignores itskey parameter which can benull.
    TabularData.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.
    TabularDataSupport.remove(Object key)
    This method simply callsremove((Object[]) key).
    TabularDataSupport.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
    Modifier
    Constructor
    Description
     
    CompositeDataSupport(CompositeType compositeType,String[] itemNames,Object[] itemValues)
    Constructs aCompositeDataSupport instance with the specifiedcompositeType, whose item valuesare specified byitemValues[], in the same order as initemNames[].
     <T> 
    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 thespecifiedname,openType,description,defaultValue andlegalValues, and the specifiedread/write access properties.
     <T> 
    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 orconstructors of a class of open MBeans, with the specifiedname,openType,description,defaultValue andlegalValues.
  • Uses ofObject injavax.management.relation

    Modifier and Type
    Class
    Description
    class 
    This exception is raised when relation id provided for a relation is alreadyused.
    class 
    This exception is raised when an invalid Relation Service is provided.
    class 
    Invalid relation type.
    class 
    This exception is raised when, in a role info, its minimum degree is greaterthan its maximum degree.
    class 
    Role value is invalid.
    class 
    class 
    This class is the superclass of any exception which can be raised duringrelation management.
    class 
    This exception is raised when there is no relation for a given relation idin a Relation Service.
    class 
    A notification of a change in the Relation Service.
    class 
    The Relation Service is in charge of creating and deleting relation typesand relations, of handling the consistency and of providing querymechanisms.
    class 
    This exception is raised when an access is done to the Relation Service andthat one is not registered.
    class 
    A RelationSupport object is used internally by the Relation Service torepresent simple relations (only roles, no properties or methods), with anunlimited number of roles, of any relation type.
    class 
    This exception is raised when there is no relation type with given name inRelation Service.
    class 
    A RelationTypeSupport object implements the RelationType interface.
    class 
    Represents a role: includes a role name and referenced MBeans (via theirObjectNames).
    class 
    A RoleInfo object summarises a role in a relation type.
    class 
    This exception is raised when there is no role info with given name in agiven relation type.
    class 
    A RoleList represents a list of roles (Role objects).
    class 
    This exception is raised when a role in a relation does not exist, or is notreadable, or is not settable.
    class 
    Represents the result of a multiple access to several roles of a relation(either for reading or writing).
    class 
    This class describes the various problems which can be encountered whenaccessing a role.
    class 
    Represents an unresolved role: a role not retrieved from a relation dueto a problem.
    class 
    A RoleUnresolvedList represents a list of RoleUnresolved objects,representing roles not retrieved from a relation due to a problemencountered when trying to access (read or write) the roles.
    Subclasses with type arguments of typeObject injavax.management.relation
    Modifier and Type
    Class
    Description
    class 
    A RoleList represents a list of roles (Role objects).
    class 
    A RoleUnresolvedList represents a list of RoleUnresolved objects,representing roles not retrieved from a relation due to a problemencountered when trying to access (read or write) the roles.
    Methods injavax.management.relation that returnObject
    Modifier and Type
    Method
    Description
    Role.clone()
    Clone the role object.
    RoleUnresolved.clone()
    Clone this object.
    Methods injavax.management.relation with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    RelationService.handleNotification(Notification notif,Object handback)
    Invoked when a JMX notification occurs.
    Constructors injavax.management.relation with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 (RelationSupportobject created internally in the Relation Service, or an MBean added as arelation) or for a relation removal from the Relation Service.
  • Uses ofObject injavax.management.remote

    Modifier and Type
    Class
    Description
    class 
    Notification emitted when a client connection is opened orclosed or when notifications are lost.
    class 
    Factory to create JMX API connector clients.
    class 
    Superclass of every connector server.
    class 
    Factory to create JMX API connector servers.
    class 
    The identity of a remote client of the JMX Remote API.
    class 
    Exception thrown byJMXConnectorFactory andJMXConnectorServerFactory when a provider exists forthe required protocol but cannot be used for some reason.
    class 
    Exception thrown as the result of a remoteMBeanServermethod invocation when anError is thrown whileprocessing the invocation in the remote MBean server.
    class 
    The address of a JMX API connector server.
    class 
    Result of a query for buffered notifications.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager,which is no longer supported.
    class 
    A (Notification, Listener ID) pair.
    Methods injavax.management.remote with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    Adds a listener to be informed of changes in connectionstatus.
    JMXAuthenticator.authenticate(Object credentials)
    Authenticates theMBeanServerConnection clientwith the given client credentials.
    protected void
    JMXConnectorServer.connectionClosed(String connectionId,String message,Object userData)
    Called by a subclass when a client connection is closednormally.
    protected void
    JMXConnectorServer.connectionFailed(String connectionId,String message,Object userData)
    Called by a subclass when a client connection fails.
    protected void
    JMXConnectorServer.connectionOpened(String connectionId,String message,Object userData)
    Called by a subclass when a new client connection is opened.
    boolean
    JMXPrincipal.equals(Object o)
    Compares the specified Object with thisJMXPrincipalfor equality.
    boolean
    JMXServiceURL.equals(Object obj)
    Indicates whether some other object is equal to this one.
    void
    Removes a listener from the list to be informed of changesin status.
    Constructors injavax.management.remote with parameters of typeObject
    Modifier
    Constructor
    Description
     
    JMXConnectionNotification(String type,Object source,String connectionId, long sequenceNumber,String message,Object userData)
    Constructs a new connection notification.
  • Uses ofObject injavax.management.remote.rmi

    Modifier and Type
    Class
    Description
    class 
    Implementation of theRMIConnection interface.
    final class 
    RMIConnectionImpl remote stub.
    class 
    A connection to a remote RMI connector.
    class 
    A JMX API connector server that creates RMI-based connectionsfrom remote clients.
    class 
    AnRMIServer object that is exported through JRMP and thatcreates client connections as RMI objects exported through JRMP.
    class 
    An RMI object representing a connector server.
    final class 
    RMIServerImpl remote stub.
    Methods injavax.management.remote.rmi that returnObject
    Modifier and Type
    Method
    Description
    RMIConnection.getAttribute(ObjectName name,String attribute,Subject delegationSubject)
    RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1,String $param_String_2,Subject $param_Subject_3)
     
    RMIConnectionImpl.getAttribute(ObjectName name,String attribute,Subject delegationSubject)
     
    RMIConnection.invoke(ObjectName name,String operationName,MarshalledObject params,String[] signature,Subject delegationSubject)
    RMIConnectionImpl_Stub.invoke(ObjectName $param_ObjectName_1,String $param_String_2,MarshalledObject $param_MarshalledObject_3,String[] $param_arrayOf_String_4,Subject $param_Subject_5)
     
    RMIConnectionImpl.invoke(ObjectName name,String operationName,MarshalledObject params,String[] signature,Subject delegationSubject)
     
    Methods injavax.management.remote.rmi with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
     
    RMIServer.newClient(Object credentials)
    Makes a new connection through this RMI connector.
    RMIServerImpl_Stub.newClient(Object $param_Object_1)
     
    RMIServerImpl.newClient(Object credentials)
    Creates a new client connection.
    void
     
  • Uses ofObject injavax.management.timer

    Modifier and Type
    Class
    Description
    class 
    Provides the implementation of the timer MBean.
    class 
    This class provides definitions of the notifications sent by timer MBeans.
    Methods injavax.management.timer that returnObject
    Modifier and Type
    Method
    Description
    Gets the timer notification user data object corresponding to the specified identifier.
    Gets the timer notification user data object corresponding to the specified identifier.
    Methods injavax.management.timer with parameters of typeObject
    Modifier and Type
    Method
    Description
    Timer.addNotification(String type,String message,Object userData,Date date)
    Creates a new timer notification with the specifiedtype,messageanduserData and inserts it into the list of notifications with a given dateand a null period and number of occurrences.
    Timer.addNotification(String type,String message,Object userData,Date date, long period)
    Creates a new timer notification with the specifiedtype,messageanduserData and inserts it into the list of notifications with a given dateand period and a null number of occurrences.
    Timer.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences)
    Creates a new timer notification with the specifiedtype,messageanduserData and inserts it into the list of notifications with a given date,period and number of occurrences.
    Timer.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences, boolean fixedRate)
    Creates a new timer notification with the specifiedtype,messageanduserData and inserts it into the list of notifications with a given date,period and number of occurrences.
    TimerMBean.addNotification(String type,String message,Object userData,Date date)
    Creates a new timer notification with the specifiedtype,messageanduserData and inserts it into the list of notifications with a given dateand a null period and number of occurrences.
    TimerMBean.addNotification(String type,String message,Object userData,Date date, long period)
    Creates a new timer notification with the specifiedtype,messageanduserData and inserts it into the list of notifications with a given dateand period and a null number of occurrences.
    TimerMBean.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences)
    Creates a new timer notification with the specifiedtype,messageanduserData and inserts it into the list of notifications with a given date,period and number of occurrences.
    TimerMBean.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences, boolean fixedRate)
    Creates a new timer notification with the specifiedtype,messageanduserData 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
    Modifier
    Constructor
    Description
     
    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 Type
    Class
    Description
    class 
    This exception is thrown when an authentication error occurs while accessing the naming or directory service.
    class 
    This exception is thrown when the particular flavor of authentication requested is not supported.
    class 
    This class represents the binary form of the address of a communications end-point.
    class 
    This class represents a name-to-object binding found in a context.
    class 
    This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.
    class 
    This exception is thrown when the client isunable to communicate with the directory or naming service.
    class 
    This class represents a composite name -- a sequence of component names spanning multiple namespaces.
    class 
    This class represents a compound name -- a name from a hierarchical name space.
    class 
    This exception is thrown when there is a configuration problem.
    class 
    This exception is thrown when attempting to destroy a context that is not empty.
    class 
    This class is the starting context for performing naming operations.
    class 
    This exception is thrown when resources are not available to complete the requested operation.
    class 
    This exception is thrown when the naming operationbeing invoked has been interrupted.
    class 
    This exception indicates that the name being specified doesnot conform to the naming syntax of a naming system.
    class 
    This exception is thrown when a method terminates abnormally due to a user or system specified limit.
    class 
    This exception is used to describe problems encountered while resolving links.
    class 
    This exception is thrown whena loop was detected while attempting to resolve a link, or an implementationspecific limit on link counts has been reached.
    class 
    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 
    This exception is thrown when a malformed link was encountered whileresolving or constructing a link.
    class 
    This exception is thrown by methods to indicate thata binding cannot be added because the name is already bound toanother object.
    class 
    This class represents the object name and class name pair of a binding found in a context.
    class 
    This exception is thrown when a component of the name cannot be resolvedbecause it is not bound.
    class 
    This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.
    class 
    This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.
    class 
    This exception is thrown when no initial context implementation can be created.
    class 
    This exception is thrown when attempting to perform an operationfor which the client has no permission.
    class 
    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 
    This exception is thrown when a context implementation does not supportthe operation being invoked.
    class 
    This exception is thrown to indicate that the result being returnedor returned so far is partial, and that the operation cannotbe completed.
    class 
    This class represents the address of a communications end-point.
    class 
    This class represents a reference to an object that is found outside of the naming/directory system.
    class 
    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 
    This exception is thrown when attempting to communicate with adirectory or naming service and that service is not available.
    class 
    This exception is thrown when a methodproduces a result that exceeds a size-related limit.
    class 
    This class represents the string form of the address ofa communications end-point.
    class 
    This exception is thrown when a methoddoes not terminate within the specified time limit.
    Subinterfaces with type arguments of typeObject injavax.naming
    Modifier and Type
    Interface
    Description
    interface 
    TheName interface represents a generic name -- an orderedsequence of components.
    Fields injavax.naming declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    LinkException.linkResolvedObj
    Contains the object to which resolution of the part of the link was successful.
    protectedObject
    NamingException.resolvedObj
    Contains the object to which resolution of the part of the name wassuccessful.
    Fields injavax.naming with type parameters of typeObject
    Modifier and Type
    Field
    Description
    InitialContext.myProps
    The environment associated with this InitialContext.
    InitialContext.myProps
    The environment associated with this InitialContext.
    Methods injavax.naming that returnObject
    Modifier and Type
    Method
    Description
    Context.addToEnvironment(String propName,Object propVal)
    Adds a new environment property to the environment of thiscontext.
    InitialContext.addToEnvironment(String propName,Object propVal)
     
    CompositeName.clone()
    Generates a copy of this composite name.
    CompoundName.clone()
    Creates a copy of this compound name.
    Name.clone()
    Generates a new copy of this name.
    Reference.clone()
    Makes a copy of this reference using its class namelist of addresses, class factory name and class factory location.
    BinaryRefAddr.getContent()
    Retrieves the contents of this address as an Object.
    abstractObject
    RefAddr.getContent()
    Retrieves the contents of this address.
    StringRefAddr.getContent()
    Retrieves the contents of this address.
    LinkException.getLinkResolvedObj()
    Retrieves the object to which resolution was successful.
    Binding.getObject()
    Retrieves the object bound to the name of this binding.
    abstractObject
    ReferralException.getReferralInfo()
    Retrieves information (such as URLs) related to this referral.
    NamingException.getResolvedObj()
    Retrieves the object to which resolution was successful.
    Context.lookup(String name)
    Retrieves the named object.
    Context.lookup(Name name)
    Retrieves the named object.
    InitialContext.lookup(String name)
     
    InitialContext.lookup(Name name)
     
    Context.lookupLink(String name)
    Retrieves the named object, following links exceptfor the terminal atomic component of the name.
    Context.lookupLink(Name name)
    Retrieves the named object, following links exceptfor the terminal atomic component of the name.
    InitialContext.lookupLink(String name)
     
    InitialContext.lookupLink(Name name)
     
    CompositeName.remove(int posn)
    Deletes a component from this composite name.
    CompoundName.remove(int posn)
    Deletes a component from this compound name.
    Name.remove(int posn)
    Removes a component from this name.
    Reference.remove(int posn)
    Deletes the address at index posn from the list of addresses.
    Context.removeFromEnvironment(String propName)
    Removes an environment property from the environment of thiscontext.
    InitialContext.removeFromEnvironment(String propName)
     
    Methods injavax.naming with parameters of typeObject
    Modifier and Type
    Method
    Description
    Context.addToEnvironment(String propName,Object propVal)
    Adds a new environment property to the environment of thiscontext.
    InitialContext.addToEnvironment(String propName,Object propVal)
     
    void
    Context.bind(String name,Object obj)
    Binds a name to an object.
    void
    Context.bind(Name name,Object obj)
    Binds a name to an object.
    void
    InitialContext.bind(String name,Object obj)
     
    void
    InitialContext.bind(Name name,Object obj)
     
    int
    CompositeName.compareTo(Object obj)
    Compares this CompositeName with the specified Object for order.
    int
    CompoundName.compareTo(Object obj)
    Compares this CompoundName with the specified Object for order.
    int
    Name.compareTo(Object obj)
    Compares this name with another name for order.
    boolean
    BinaryRefAddr.equals(Object obj)
    Determines whether obj is equal to this address.
    boolean
    CompositeName.equals(Object obj)
    Determines whether two composite names are equal.
    boolean
    CompoundName.equals(Object obj)
    Determines whether obj is syntactically equal to this compound name.
    boolean
    RefAddr.equals(Object obj)
    Determines whether obj is equal to this RefAddr.
    boolean
    Reference.equals(Object obj)
    Determines whether obj is a reference with the same addresses(in same order) as this reference.
    void
    Context.rebind(String name,Object obj)
    Binds a name to an object, overwriting any existing binding.
    void
    Context.rebind(Name name,Object obj)
    Binds a name to an object, overwriting any existing binding.
    void
    InitialContext.rebind(String name,Object obj)
     
    void
    InitialContext.rebind(Name name,Object obj)
     
    void
    LinkException.setLinkResolvedObj(Object obj)
    Sets the link resolved object field of this exception.
    void
    Binding.setObject(Object obj)
    Sets the object associated with this binding.
    void
    NamingException.setResolvedObj(Object obj)
    Sets the resolved object field of this exception.
    Constructors injavax.naming with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 itsname, class name, object, and whether the name is relative.
  • Uses ofObject injavax.naming.directory

    Modifier and Type
    Class
    Description
    class 
    This exception is thrown when an operation attemptsto add an attribute that already exists.
    class 
    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 
    This class provides a basic implementation of theAttribute interface.
    class 
    This class provides a basic implementation of the Attributes interface.
    class 
    This class is the starting context for performingdirectory operations.
    class 
    This exception is thrown when an attempt ismade to add to create an attribute with an invalid attribute identifier.
    class 
    This exception is thrown when an attempt ismade to add or modify an attribute set that has been specifiedincompletely or incorrectly.
    class 
    This class is thrown when an attempt ismade to add to an attribute a value that conflicts with the attribute'sschema definition.
    class 
    This exception is thrown when the specification ofthe SearchControls for a search operation is invalid.
    class 
    This exception is thrown when the specification ofa search filter is invalid.
    class 
    This class represents a modification item.
    class 
    This exception is thrown when attempting to accessan attribute that does not exist.
    class 
    This exception is thrown when a methodin some ways violates the schema.
    class 
    This class encapsulates factors that determine scope of search and what gets returned as a result of the search.
    class 
    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 Type
    Field
    Description
    protectedVector<Object>
    BasicAttribute.values
    Holds the attribute's values.
    Methods injavax.naming.directory that returnObject
    Modifier and Type
    Method
    Description
    Attribute.clone()
    Makes a copy of the attribute.
    Attributes.clone()
    Makes a copy of the attribute set.
    BasicAttribute.clone()
     
    BasicAttributes.clone()
     
    Attribute.get()
    Retrieves one of this attribute's values.
    Attribute.get(int ix)
    Retrieves the attribute value from the ordered list of attribute values.
    BasicAttribute.get()
    Retrieves one of this attribute's values.
    BasicAttribute.get(int ix)
     
    Attribute.remove(int ix)
    Removes an attribute value from the ordered list of attribute values.
    BasicAttribute.remove(int ix)
     
    Attribute.set(int ix,Object attrVal)
    Sets an attribute value in the ordered list of attribute values.
    BasicAttribute.set(int ix,Object attrVal)
     
    Methods injavax.naming.directory with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    Attribute.add(int ix,Object attrVal)
    Adds an attribute value to the ordered list of attribute values.
    boolean
    Attribute.add(Object attrVal)
    Adds a new value to the attribute.
    void
    BasicAttribute.add(int ix,Object attrVal)
     
    boolean
    BasicAttribute.add(Object attrVal)
    Adds a new value to this attribute.
    void
    DirContext.bind(String name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes.
    void
    DirContext.bind(Name name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes.
    void
    InitialDirContext.bind(String name,Object obj,Attributes attrs)
     
    void
    InitialDirContext.bind(Name name,Object obj,Attributes attrs)
     
    boolean
    Attribute.contains(Object attrVal)
    Determines whether a value is in the attribute.
    boolean
    BasicAttribute.contains(Object attrVal)
    Determines whether a value is in this attribute.
    boolean
    BasicAttribute.equals(Object obj)
    Determines whether obj is equal to this attribute.
    boolean
    BasicAttributes.equals(Object obj)
    Determines whether thisBasicAttributes is equal to anotherAttributesTwoAttributes are equal if they are both instances ofAttributes,treat the case of attribute IDs the same way, and contain thesame attributes.
    Attributes.put(String attrID,Object val)
    Adds a new attribute to the attribute set.
    BasicAttributes.put(String attrID,Object val)
     
    void
    DirContext.rebind(String name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes,overwriting any existing binding.
    void
    DirContext.rebind(Name name,Object obj,Attributes attrs)
    Binds a name to an object, along with associated attributes,overwriting any existing binding.
    void
    InitialDirContext.rebind(String name,Object obj,Attributes attrs)
     
    void
    InitialDirContext.rebind(Name name,Object obj,Attributes attrs)
     
    boolean
    Attribute.remove(Object attrval)
    Removes a specified value from the attribute.
    boolean
    BasicAttribute.remove(Object attrval)
    Removes a specified value from this attribute.
    DirContext.search(String name,String filterExpr,Object[] filterArgs,SearchControls cons)
    Searches in the named context or object for entries that satisfy thegiven search filter.
    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.
    InitialDirContext.search(String name,String filterExpr,Object[] filterArgs,SearchControls cons)
     
    InitialDirContext.search(Name name,String filterExpr,Object[] filterArgs,SearchControls cons)
     
    Attribute.set(int ix,Object attrVal)
    Sets an attribute value in the ordered list of attribute values.
    BasicAttribute.set(int ix,Object attrVal)
     
    Constructors injavax.naming.directory with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 asingle value.
     
    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.
     
    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 Type
    Class
    Description
    class 
    This class represents an event fired by a naming/directory service.
    class 
    This class represents an event fired when the procedures/processesused to collect information for notifying listeners ofNamingEvents threw aNamingException.
    Fields injavax.naming.event declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    NamingEvent.changeInfo
    Contains information about the change that generated this event.
    Methods injavax.naming.event that returnObject
    Modifier and Type
    Method
    Description
    NamingEvent.getChangeInfo()
    Retrieves the change information for this event.
    Methods injavax.naming.event with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    EventDirContext.addNamingListener(String target,String filter,Object[] filterArgs,SearchControls ctls,NamingListener l)
    Adds a listener for receiving naming events fired whenobjects identified by the search filterfilterand filter arguments at theobject named by the string target name are modified.
    void
    EventDirContext.addNamingListener(Name target,String filter,Object[] filterArgs,SearchControls ctls,NamingListener l)
    Adds a listener for receiving naming events firedwhen objects identified by the search filterfilter andfilter arguments at the object named by the target are modified.
    Constructors injavax.naming.event with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 Type
    Class
    Description
    class 
    This class provides a basic implementation of theControlinterface.
    class 
    This abstract class represents a factory for creating LDAPv3 controls.
    class 
    This class is the starting context for performing LDAPv3-style extended operations and controls.
    class 
    This class represents a distinguished name as specified byRFC 2253.
    class 
    This abstract class is used to represent an LDAP referral exception.
    final class 
    Requests that referral and other special LDAP objects be manipulated as normal LDAP objects.
    final class 
    Requests that the results of a search operation be returned by the LDAPserver in batches of a specified size.
    final class 
    Indicates the end of a batch of search results.
    class 
    This class represents a relative distinguished name, or RDN, which is acomponent of a distinguished name as specified byRFC 2253.
    final class 
    Requests that the results of a search operation be sorted by the LDAP serverbefore being returned.
    class 
    A sort key and its associated sort parameters.
    final class 
    Indicates whether the requested sort of search results was successful or not.
    class 
    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 
    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 
    This class represents an event fired in response to an unsolicitednotification sent by the LDAP server.
    Classes injavax.naming.ldap that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    This class represents a relative distinguished name, or RDN, which is acomponent of a distinguished name as specified byRFC 2253.
    Methods injavax.naming.ldap that returnObject
    Modifier and Type
    Method
    Description
    LdapName.clone()
    Generates a new copy of this name.
    Rdn.getValue()
    Retrieves one of this Rdn's value.
    LdapName.remove(int posn)
    Removes a component from this LDAP name.
    staticObject
    Given an attribute value string formatted according to the rulesspecified inRFC 2253,returns the unformatted value.
    Methods injavax.naming.ldap with parameters of typeObject
    Modifier and Type
    Method
    Description
    int
    LdapName.compareTo(Object obj)
    Compares this LdapName with the specified Object for order.
    int
    Rdn.compareTo(Object obj)
    Compares this Rdn with the specified Object for order.
    boolean
    LdapName.equals(Object obj)
    Determines whether two LDAP names are equal.
    boolean
    Rdn.equals(Object obj)
    Compares the specified Object with this Rdn for equality.
    staticString
    Given the value of an attribute, returns a string escaped accordingto the rules specified inRFC 2253.
    Constructors injavax.naming.ldap with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Rdn(String type,Object value)
    Constructs an Rdn from the given attribute type andvalue.
     
    Constructs a new instance ofUnsolicitedNotificationEvent.
  • Uses ofObject injavax.naming.ldap.spi

    Modifier and Type
    Class
    Description
    class 
    Service-provider class for DNS lookups when performing LDAP operations.
    final class 
    The result of a DNS lookup for an LDAP URL.
  • Uses ofObject injavax.naming.spi

    Subclasses ofObject injavax.naming.spi
    Modifier and Type
    Class
    Description
    class 
    This class contains methods for supportingDirContext implementations.
    static class 
    An object/attributes pair for returning the result ofDirStateFactory.getStateToBind().
    class 
    This class contains methods for creating context objects and objects referred to by location information in the naming or directory service.
    class 
    This class represents the result of resolution of a name.
    Fields injavax.naming.spi declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    ResolveResult.resolvedObj
    Field containing the Object that was resolved to successfully.
    Methods injavax.naming.spi that returnObject
    Modifier and Type
    Method
    Description
    DirStateFactory.Result.getObject()
    Retrieves the object to be bound.
    staticObject
    DirectoryManager.getObjectInstance(Object refInfo,Name name,Context nameCtx,Hashtable<?,?> environment,Attributes attrs)
    Creates an instance of an object for the specified object, attributes, and environment.
    DirObjectFactory.getObjectInstance(Object obj,Name name,Context nameCtx,Hashtable<?,?> environment,Attributes attrs)
    Creates an object using the location or reference information, and attributes specified.
    staticObject
    NamingManager.getObjectInstance(Object refInfo,Name name,Context nameCtx,Hashtable<?,?> environment)
    Creates an instance of an object for the specified object and environment.
    ObjectFactory.getObjectInstance(Object obj,Name name,Context nameCtx,Hashtable<?,?> environment)
    Creates an object using the location or reference information specified.
    ResolveResult.getResolvedObj()
    Retrieves the Object to which resolution was successful.
    staticObject
    NamingManager.getStateToBind(Object obj,Name name,Context nameCtx,Hashtable<?,?> environment)
    Retrieves the state of an object for binding.
    StateFactory.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 Type
    Method
    Description
    ObjectFactoryBuilder.createObjectFactory(Object obj,Hashtable<?,?> environment)
    Creates a new object factory using the environment supplied.
    staticObject
    DirectoryManager.getObjectInstance(Object refInfo,Name name,Context nameCtx,Hashtable<?,?> environment,Attributes attrs)
    Creates an instance of an object for the specified object, attributes, and environment.
    DirObjectFactory.getObjectInstance(Object obj,Name name,Context nameCtx,Hashtable<?,?> environment,Attributes attrs)
    Creates an object using the location or reference information, and attributes specified.
    staticObject
    NamingManager.getObjectInstance(Object refInfo,Name name,Context nameCtx,Hashtable<?,?> environment)
    Creates an instance of an object for the specified object and environment.
    ObjectFactory.getObjectInstance(Object obj,Name name,Context nameCtx,Hashtable<?,?> environment)
    Creates an object using the location or reference information specified.
    DirectoryManager.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.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.
    staticObject
    NamingManager.getStateToBind(Object obj,Name name,Context nameCtx,Hashtable<?,?> environment)
    Retrieves the state of an object for binding.
    StateFactory.getStateToBind(Object obj,Name name,Context nameCtx,Hashtable<?,?> environment)
    Retrieves the state of an object for binding.
    void
    ResolveResult.setResolvedObj(Object obj)
    Sets the resolved Object field of this result to obj.
    Constructors injavax.naming.spi with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Constructs a new instance of ResolveResult consisting ofthe resolved object and the remaining unresolved component.
     
    ResolveResult(Object robj,Name rname)
    Constructs a new instance of ResolveResult consisting ofthe 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 Type
    Class
    Description
    class 
    This class creates server sockets.
    class 
    This class creates sockets.
  • Uses ofObject injavax.net.ssl

    Subclasses ofObject injavax.net.ssl
    Modifier and Type
    Class
    Description
    class 
    A wrapper for CertPathParameters.
    class 
    Extends theSSLSession interface to support additionalsession attributes.
    class 
    This event indicates that an SSL handshake completed on a givenSSL connection.
    class 
    HttpsURLConnection extendsHttpURLConnectionwith support for https-specific features.
    class 
    This class acts as a factory for key managers based on asource of key material.
    class 
    This class defines theService Provider Interface (SPI)for theKeyManagerFactory class.
    class 
    A parameters object for X509KeyManagers that encapsulates a Listof KeyStore.Builders.
    final class 
    Instances of this class represent a server name of typehost_name in a Server NameIndication (SNI) extension.
    class 
    Instances of this class represent a matcher that performs matchoperations on anSNIServerName instance.
    class 
    Instances of this class represent a server name in a Server NameIndication (SNI) extension.
    class 
    Instances of this class represent a secure socket protocolimplementation which acts as a factory for secure socketfactories orSSLEngines.
    class 
    This class defines theService Provider Interface (SPI)for theSSLContext class.
    class 
    A class which enables secure communications using protocols such asthe Secure Sockets Layer (SSL) or IETF RFC 2246 "TransportLayer Security" (TLS) protocols, but is transport independent.
    class 
    An encapsulation of the result state produced bySSLEngine I/O calls.
    class 
    Indicates some kind of error detected by an SSL subsystem.
    class 
    Indicates that the client and server could not negotiate thedesired level of security.
    class 
    Reports a bad SSL key.
    class 
    Encapsulates parameters for an SSL/TLS/DTLS connection.
    class 
    Indicates that the peer's identity has not been verified.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Reports an error in the operation of the SSL protocol.
    class 
    This class extendsServerSocket andprovides secure server sockets using protocols such as the SecureSockets Layer (SSL) or Transport Layer Security (TLS) protocols.
    class 
    SSLServerSocketFactorys createSSLServerSockets.
    class 
    This event is propagated to a SSLSessionBindingListener.
    class 
    This class extendsSocket and provides securesockets using protocols such as the "SecureSockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
    class 
    SSLSocketFactorys createSSLSockets.
    final class 
    Standard constants definitions
    class 
    This class acts as a factory for trust managers based on asource of trust material.
    class 
    This class defines theService Provider Interface (SPI)for theTrustManagerFactory class.
    class 
    Abstract class that provides for extension of the X509KeyManagerinterface.
    class 
    Extensions to theX509TrustManager interface to supportSSL/TLS/DTLS connection sensitive trust management.
    Methods injavax.net.ssl that returnObject
    Modifier and Type
    Method
    Description
    SSLSession.getValue(String name)
    Returns the object bound to the given name in the session'sapplication layer data.
    Methods injavax.net.ssl with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    SNIHostName.equals(Object other)
    Compares this server name to the specified object.
    boolean
    SNIServerName.equals(Object other)
    Indicates whether some other object is "equal to" this server name.
    void
    SSLSession.putValue(String name,Object value)
    Binds the specifiedvalue object into thesession's application layer datawith the givenname.
  • Uses ofObject injavax.print

    Subclasses ofObject injavax.print
    Modifier and Type
    Class
    Description
    class 
    ClassDocFlavor encapsulates an object that specifies the format inwhich print data is supplied to aDocPrintJob.
    static class 
    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 
    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 
    ClassDocFlavor.INPUT_STREAM provides predefined static constantDocFlavor objects for example doc flavors using a byte stream(java.io.InputStream) as the print datarepresentation class.
    static class 
    ClassDocFlavor.READER provides predefined static constantDocFlavor objects for example doc flavors using a characterstream (java.io.Reader) as the print datarepresentation class.
    static class 
    ClassDocFlavor.SERVICE_FORMATTED provides predefined staticconstantDocFlavor objects for example doc flavors for serviceformatted print data.
    static class 
    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 
    ClassDocFlavor.URL provides predefined static constantDocFlavor objects.
    class 
    ClassPrintException encapsulates a printing-related error conditionthat occurred while using a Print Service instance.
    class 
    Implementations of this class provide lookup services for print services(typically equivalent to printers) of a particular type.
    class 
    This class is a collection of UI convenience methods which provide agraphical user dialog for browsing print services looked up through the JavaPrint Service API.
    class 
    Services may optionally provide UIs which allow different styles ofinteraction in different roles.
    final class 
    This class is an implementation of interfaceDoc that can be used inmany common printing requests.
    class 
    This class extendsPrintService and represents a print service thatprints data in different formats to a client-provided output stream.
    class 
    AStreamPrintServiceFactory is the factory forStreamPrintService instances, which can print to an output stream ina particular document format described as a mime type.
    Methods injavax.print that returnObject
    Modifier and Type
    Method
    Description
    PrintService.getDefaultAttributeValue(Class<? extendsAttribute> category)
    Determines this print service's default printing attribute value in thegiven category.
    Obtains the print data representation object that contains this docobject's piece of print data in the format corresponding to the supporteddoc flavor.
    SimpleDoc.getPrintData()
    Obtains the print data representation object that contains this docobject's piece of print data in the format corresponding to the supporteddoc flavor.
    PrintService.getSupportedAttributeValues(Class<? extendsAttribute> category,DocFlavor flavor,AttributeSet attributes)
    Determines the printing attribute values a client can specify in thegiven category when setting up a job for this print service.
    abstractObject
    ServiceUIFactory.getUI(int role,String ui)
    Get a UI object which may be cast to the requested UI type by theapplication and used in its user interface.
    Methods injavax.print with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    DocFlavor.equals(Object obj)
    Determines if this doc flavor object is equal to the given object.
    boolean
    PrintService.equals(Object obj)
    Determines if two services are referring to the same underlying service.
    Constructors injavax.print with parameters of typeObject
    Modifier
    Constructor
    Description
     
    SimpleDoc(Object printData,DocFlavor flavor,DocAttributeSet attributes)
    Constructs aSimpleDoc with the specified print data, doc flavorand doc attribute set.
  • Uses ofObject injavax.print.attribute

    Modifier and Type
    Class
    Description
    final class 
    ClassAttributeSetUtilities provides static methods for manipulatingAttributeSets.
    class 
    ClassDateTimeSyntax is an abstract base class providing the commonimplementation of all attributes whose value is a date and time.
    class 
    ClassEnumSyntax is an abstract base class providing the commonimplementation of all "type safe enumeration" objects.
    class 
    ClassHashAttributeSet provides anAttributeSetimplementation with characteristics of a hash map.
    class 
    ClassHashDocAttributeSet provides an attribute set which inheritsits implementation from classHashAttributeSet andenforces the semantic restrictions of interfaceDocAttributeSet.
    class 
    ClassHashPrintJobAttributeSet provides an attribute set whichinherits its implementation from classHashAttributeSet and enforces the semanticrestrictions of interfacePrintJobAttributeSet.
    class 
    ClassHashPrintRequestAttributeSet inherits its implementation fromclassHashAttributeSet and enforces the semanticrestrictions of interfacePrintRequestAttributeSet.
    class 
    ClassHashPrintServiceAttributeSet provides an attribute set whichinherits its implementation from classHashAttributeSet and enforces the semanticrestrictions of interfacePrintServiceAttributeSet.
    class 
    ClassIntegerSyntax is an abstract base class providing the commonimplementation of all attributes with integer values.
    class 
    ClassResolutionSyntax is an abstract base class providing the commonimplementation of all attributes denoting a printer resolution.
    class 
    ClassSetOfIntegerSyntax is an abstract base class providing thecommon implementation of all attributes whose value is a set of nonnegativeintegers.
    class 
    ClassSize2DSyntax is an abstract base class providing the commonimplementation of all attributes denoting a size in two dimensions.
    class 
    ClassTextSyntax is an abstract base class providing the commonimplementation of all attributes whose value is a string.
    class 
    Thrown to indicate that the requested operation cannot be performed becausethe set is unmodifiable.
    class 
    ClassURISyntax is an abstract base class providing the commonimplementation of all attributes whose value is a Uniform Resource Identifier(URI).
    Methods injavax.print.attribute that returnObject
    Modifier and Type
    Method
    Description
    EnumSyntax.clone()
    Returns a clone of this enumeration value, which to preserve thesemantics of enumeration values is the same object as this enumerationvalue.
    protectedObject
    EnumSyntax.readResolve()
    During object input, convert this deserialized enumeration instance tothe proper enumeration value defined in the enumeration attribute class.
    Methods injavax.print.attribute with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    AttributeSet.equals(Object object)
    Compares the specified object with this attribute set for equality.
    boolean
    DateTimeSyntax.equals(Object object)
    Returns whether this date-time attribute is equivalent to the passed inobject.
    boolean
    HashAttributeSet.equals(Object object)
    Compares the specified object with this attribute set for equality.
    boolean
    IntegerSyntax.equals(Object object)
    Returns whether this integer attribute is equivalent to the passed inobject.
    boolean
    ResolutionSyntax.equals(Object object)
    Returns whether this resolution attribute is equivalent to the passed inobject.
    boolean
    SetOfIntegerSyntax.equals(Object object)
    Returns whether this set-of-integer attribute is equivalent to the passedin object.
    boolean
    Size2DSyntax.equals(Object object)
    Returns whether this two-dimensional size attribute is equivalent to thepassed in object.
    boolean
    TextSyntax.equals(Object object)
    Returns whether this text attribute is equivalent to the passed inobject.
    boolean
    URISyntax.equals(Object object)
    Returns whether thisURI attribute is equivalent to the passed inobject.
    staticClass<?>
    AttributeSetUtilities.verifyAttributeCategory(Object object,Class<?> interfaceName)
    Verify that the given object is aClass that implements thegiven interface, which is assumed to be interfaceAttribute or a subinterface thereof.
    staticAttribute
    AttributeSetUtilities.verifyAttributeValue(Object object,Class<?> interfaceName)
    Verify that the given object is an instance of the given interface, whichis assumed to be interfaceAttribute or a subinterfacethereof.
  • Uses ofObject injavax.print.attribute.standard

    Modifier and Type
    Class
    Description
    final class 
    ClassChromaticity is a printing attribute class, an enumeration,that specifies monochrome or color printing.
    final class 
    ClassColorSupported is a printing attribute class, an enumeration,that identifies whether the device is capable of any type of color printingat all, including highlight color as well as full process color.
    class 
    ClassCompression is a printing attribute class, an enumeration, thatspecifies how print data is compressed.
    final class 
    ClassCopies is an integer valued printing attribute class thatspecifies the number of copies to be printed.
    final class 
    ClassCopiesSupported is a printing attribute class, a set ofintegers, that gives the supported values for aCopiesattribute.
    final class 
    ClassDateTimeAtCompleted is a printing attribute class, a date-timeattribute, that indicates the date and time at which the Print Job completed(or was canceled or aborted).
    final class 
    ClassDateTimeAtCreation is a printing attribute class, a date-timeattribute, that indicates the date and time at which the Print Job wascreated.
    final class 
    ClassDateTimeAtProcessing is a printing attribute class, a date-timeattribute, that indicates the date and time at which the Print Job firstbegan processing.
    final class 
    ClassDestination is a printing attribute class, aURI, thatis used to indicate an alternate destination for the spooled printerformatted data.
    final class 
    An attribute class used to support requesting a print or page setup dialogbe kept displayed on top of all windows or some specific window.
    final class 
    ClassDialogTypeSelection is a printing attribute class, anenumeration, that indicates the user dialog type to be used for specifyingprinting options.
    final class 
    ClassDocumentName is a printing attribute class, a text attribute,that specifies the name of a document.
    final class 
    ClassFidelity is a printing attribute class, an enumeration, thatindicates whether total fidelity to client supplied print request attributesis required.
    class 
    ClassFinishings is a printing attribute class, an enumeration, thatidentifies whether the printer applies a finishing operation of some kind ofbinding to each copy of each printed document in the job.
    final class 
    ClassJobHoldUntil is a printing attribute class, a date-timeattribute, that specifies the exact date and time at which the job mustbecome a candidate for printing.
    final class 
    ClassJobImpressions is an integer valued printing attribute classthat specifies the total size in number of impressions of the document(s)being submitted.
    final class 
    ClassJobImpressionsCompleted is an integer valued printing attributeclass that specifies the number of impressions completed for the job so far.
    final class 
    ClassJobImpressionsSupported is a printing attribute class, a set ofintegers, that gives the supported values for aJobImpressions attribute.
    final class 
    ClassJobKOctets is an integer valued printing attribute class thatspecifies the total size of the document(s) in K octets, i.e., in units of1024 octets requested to be processed in the job.
    final class 
    ClassJobKOctetsProcessed is an integer valued printing attributeclass that specifies the total number of print data octets processed so farin K octets, i.e., in units of 1024 octets.
    final class 
    ClassJobKOctetsSupported is a printing attribute class, a set ofintegers, that gives the supported values for aJobKOctetsattribute.
    class 
    ClassJobMediaSheets is an integer valued printing attribute classthat specifies the total number of media sheets to be produced for this job.
    final class 
    ClassJobMediaSheetsCompleted is an integer valued printing attributeclass that specifies the number of media sheets which have completed markingand stacking for the entire job so far, whether those sheets have beenprocessed on one side or on both.
    final class 
    ClassJobMediaSheetsSupported is a printing attribute class, a set ofintegers, that gives the supported values for aJobMediaSheets attribute.
    final class 
    ClassJobMessageFromOperator is a printing attribute class, a textattribute, that provides a message from an operator, system administrator, or"intelligent" process to indicate to the end user the reasons formodification or other management action taken on a job.
    final class 
    ClassJobName is a printing attribute class, a text attribute, thatspecifies the name of a print job.
    final class 
    ClassJobOriginatingUserName is a printing attribute class, a textattribute, that contains the name of the end user that submitted the printjob.
    final class 
    ClassJobPriority is an integer valued printing attribute class thatspecifies a print job's priority.
    final class 
    ClassJobPrioritySupported is an integer valued printing attributeclass that specifies whether a Print Service instance supports theJobPriority attribute and the number of different jobpriority levels supported.
    class 
    ClassJobSheets is a printing attribute class, an enumeration, thatdetermines which job start and end sheets, if any, must be printed with ajob.
    class 
    JobState is a printing attribute class, an enumeration, thatidentifies the current state of a print job.
    class 
    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'sJobStateattribute.
    final class 
    ClassJobStateReasons is a printing attribute class, a set ofenumeration values, that provides additional information about the job'scurrent state, i.e., information that augments the value of the job'sJobState attribute.
    class 
    ClassMedia is a printing attribute class that specifies the mediumon which to print.
    class 
    ClassMediaName is a subclass ofMedia, a printing attributeclass (an enumeration) that specifies the media for a print job as a name.
    final class 
    ClassMediaPrintableArea is a printing attribute used to distinguishthe printable and non-printable areas of media.
    class 
    ClassMediaSize is a two-dimensional size valued printing attributeclass that indicates the dimensions of the medium in a portrait orientation,with theX dimension running along the bottom edge and theYdimension running along the left edge.
    static final class 
    ClassMediaSize.Engineering includesMediaSizevalues for engineering media.
    static final class 
    ClassMediaSize.ISO includesMediaSize valuesfor ISO media.
    static final class 
    ClassMediaSize.JIS includesMediaSize valuesfor JIS (Japanese) media.
    static final class 
    ClassMediaSize.NA includesMediaSize valuesfor North American media.
    static final class 
    ClassMediaSize.Other includesMediaSize valuesfor miscellaneous media.
    class 
    ClassMediaSizeName is a subclass ofMedia.
    class 
    ClassMediaTray is a subclass ofMedia.
    class 
    ClassMultipleDocumentHandling is a printing attribute class, anenumeration, that controls finishing operations and the placement of one ormore print-stream pages into impressions and onto media sheets.
    final class 
    ClassNumberOfDocuments is an integer valued printing attribute thatindicates the number of individual docs the printer has accepted for thisjob, regardless of whether the docs' print data has reached the printer ornot.
    final class 
    ClassNumberOfInterveningJobs is an integer valued printing attributethat indicates the number of jobs that are ahead of this job in the relativechronological order of expected time to complete (i.e., the current scheduledorder).
    final class 
    ClassNumberUp is an integer valued printing attribute class thatspecifies the number of print-stream pages to impose upon a single side of aninstance of a selected medium.
    final class 
    ClassNumberUpSupported is a printing attribute class, a set ofintegers, that gives the supported values for aNumberUpattribute.
    final class 
    ClassOrientationRequested is a printing attribute class, anenumeration, that indicates the desired orientation for printed print-streampages; it does not describe the orientation of the client-suppliedprint-stream pages.
    class 
    ClassOutputBin is a printing attribute class, an enumeration, thatspecifies the output bin for the job.
    final class 
    ClassOutputDeviceAssigned is a printing attribute class, a textattribute, that identifies the output device to which the service hasassigned this job.
    final class 
    ClassPageRanges is a printing attribute class, a set of integers,that identifies the range(s) of print-stream pages that the Printer objectuses for each copy of each document which are to be printed.
    final class 
    ClassPagesPerMinute is an integer valued printing attribute thatindicates the nominal number of pages per minute to the nearest whole numberwhich may be generated by this printer (e.g., simplex, black-and-white).
    final class 
    ClassPagesPerMinuteColor is an integer valued printing attributethat indicates the nominal number of pages per minute to the nearest wholenumber which may be generated by this printer when printing color (e.g.,simplex, color).
    class 
    ClassPDLOverrideSupported is a printing attribute class, anenumeration, that expresses the printer's ability to attempt to overrideprocessing instructions embedded in documents' print data with processinginstructions specified as attributes outside the print data.
    final class 
    ClassPresentationDirection is a printing attribute class, anenumeration, that is used in conjunction with theNumberUpattribute to indicate the layout of multiple print-stream pages to imposeupon a single side of an instance of a selected medium.
    final class 
    ClassPrinterInfo is a printing attribute class, a text attribute,that provides descriptive information about a printer.
    final class 
    ClassPrinterIsAcceptingJobs is a printing attribute class, anenumeration, that indicates whether the printer is currently able to acceptjobs.
    final class 
    ClassPrinterLocation is a printing attribute class, a textattribute, that identifies the location of the device.
    final class 
    ClassPrinterMakeAndModel is a printing attribute class, a textattribute, that the make and model of the printer.
    final class 
    ClassPrinterMessageFromOperator is a printing attribute class, atext attribute, that provides a message from an operator, systemadministrator, or "intelligent" process to indicate to the end userinformation about or status of the printer, such as why it is unavailable orwhen it is expected to be available.
    final class 
    ClassPrinterMoreInfo is a printing attribute class, aURI,that is used to obtain more information about this specific printer.
    final class 
    ClassPrinterMoreInfoManufacturer is a printing attribute class, aURI, that is used to obtain more information about this type ofdevice.
    final class 
    ClassPrinterName is a printing attribute class, a text attribute,that specifies the name of a printer.
    final class 
    ClassPrinterResolution is a printing attribute class that specifiesan exact resolution supported by a printer or to be used for a print job.
    final class 
    ClassPrinterState is a printing attribute class, an enumeration,that identifies the current state of a printer.
    class 
    ClassPrinterStateReason is a printing attribute class, anenumeration, that provides additional information about the printer's currentstate, i.e., information that augments the value of the printer'sPrinterState attribute.
    final class 
    ClassPrinterStateReasons is a printing attribute class, a set ofenumeration values, that provides additional information about the printer'scurrent state, i.e., information that augments the value of the printer'sPrinterState attribute.
    final class 
    ClassPrinterURI is a printing attribute class, aURI, thatspecifies the globally unique name of a printer.
    class 
    ClassPrintQuality is a printing attribute class, an enumeration,that specifies the print quality that the printer uses for the job.
    final class 
    ClassQueuedJobCount is an integer valued printing attribute thatindicates the number of jobs in the printer whoseJobStateis eitherPENDING,PENDING_HELD,PROCESSING, orPROCESSING_STOPPED.
    class 
    ClassReferenceUriSchemesSupported is a printing attribute class anenumeration, that indicates a "URI scheme," such as "http:" or "ftp:", that aprinter can use to retrieve print data stored at aURI location.
    final class 
    ClassRequestingUserName is a printing attribute class, a textattribute, that specifies the name of the end user that submitted the printjob.
    final class 
    ClassSeverity is a printing attribute class, an enumeration, thatdenotes the severity of aPrinterStateReasonattribute.
    final class 
    ClassSheetCollate is a printing attribute class, an enumeration,that specifies whether or not the media sheets of each copy of each printeddocument in a job are to be in sequence, when multiple copies of the documentare specified by theCopies attribute.
    final class 
    ClassSides is a printing attribute class, an enumeration, thatspecifies how print-stream pages are to be imposed upon the sides of aninstance of a selected medium, i.e., an impression.
    Methods injavax.print.attribute.standard with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Copies.equals(Object object)
    Returns whether this copies attribute is equivalent to the passed inobject.
    boolean
    CopiesSupported.equals(Object object)
    Returns whether this copies supported attribute is equivalent to thepassed in object.
    boolean
    DateTimeAtCompleted.equals(Object object)
    Returns whether this date-time at completed attribute is equivalent tothe passed in object.
    boolean
    DateTimeAtCreation.equals(Object object)
    Returns whether this date-time at creation attribute is equivalent to thepassed in object.
    boolean
    DateTimeAtProcessing.equals(Object object)
    Returns whether this date-time at processing attribute is equivalent tothe passed in object.
    boolean
    Destination.equals(Object object)
    Returns whether this destination attribute is equivalent to the passed inobject.
    boolean
    DocumentName.equals(Object object)
    Returns whether this document name attribute is equivalent to the passedin object.
    boolean
    JobHoldUntil.equals(Object object)
    Returns whether this job hold until attribute is equivalent to the passedin object.
    boolean
    JobImpressions.equals(Object object)
    Returns whether this job impressions attribute is equivalent to thepassed in object.
    boolean
    JobImpressionsCompleted.equals(Object object)
    Returns whether this job impressions completed attribute is equivalent tpthe passed in object.
    boolean
    JobImpressionsSupported.equals(Object object)
    Returns whether this job impressions supported attribute is equivalent tothe passed in object.
    boolean
    JobKOctets.equals(Object object)
    Returns whether this job K octets attribute is equivalent to the passedin object.
    boolean
    JobKOctetsProcessed.equals(Object object)
    Returns whether this job K octets processed attribute is equivalent tothe passed in object.
    boolean
    JobKOctetsSupported.equals(Object object)
    Returns whether this job K octets supported attribute is equivalent tothe passed in object.
    boolean
    JobMediaSheets.equals(Object object)
    Returns whether this job media sheets attribute is equivalent to thepassed in object.
    boolean
    JobMediaSheetsCompleted.equals(Object object)
    Returns whether this job media sheets completed attribute is equivalentto the passed in object.
    boolean
    JobMediaSheetsSupported.equals(Object object)
    Returns whether this job media sheets supported attribute is equivalentto the passed in object.
    boolean
    JobMessageFromOperator.equals(Object object)
    Returns whether this job message from operator attribute is equivalent tothe passed in object.
    boolean
    JobName.equals(Object object)
    Returns whether this job name attribute is equivalent to the passed inobject.
    boolean
    JobOriginatingUserName.equals(Object object)
    Returns whether this job originating user name attribute is equivalent tothe passed in object.
    boolean
    JobPriority.equals(Object object)
    Returns whether this job priority attribute is equivalent to the passedin object.
    boolean
    JobPrioritySupported.equals(Object object)
    Returns whether this job priority supported attribute is equivalent tothe passed in object.
    boolean
    Media.equals(Object object)
    Returns whether this media attribute is equivalent to the passed inobject.
    boolean
    MediaPrintableArea.equals(Object object)
    Returns whether this media margins attribute is equivalent to the passedin object.
    boolean
    MediaSize.equals(Object object)
    Returns whether this media size attribute is equivalent to the passed inobject.
    boolean
    NumberOfDocuments.equals(Object object)
    Returns whether this number of documents attribute is equivalent to thepassed in object.
    boolean
    NumberOfInterveningJobs.equals(Object object)
    Returns whether this number of intervening jobs attribute is equivalentto the passed in object.
    boolean
    NumberUp.equals(Object object)
    Returns whether this number up attribute is equivalent to the passed inobject.
    boolean
    NumberUpSupported.equals(Object object)
    Returns whether this number up supported attribute is equivalent to thepassed in object.
    boolean
    OutputDeviceAssigned.equals(Object object)
    Returns whether this output device assigned attribute is equivalent tothe passed in object.
    boolean
    PageRanges.equals(Object object)
    Returns whether this page ranges attribute is equivalent to the passed inobject.
    boolean
    PagesPerMinute.equals(Object object)
    Returns whether this pages per minute attribute is equivalent to thepassed in object.
    boolean
    PagesPerMinuteColor.equals(Object object)
    Returns whether this pages per minute color attribute is equivalent tothe passed in object.
    boolean
    PrinterInfo.equals(Object object)
    Returns whether this printer info attribute is equivalent to the passedin object.
    boolean
    PrinterLocation.equals(Object object)
    Returns whether this printer location attribute is equivalent to thepassed in object.
    boolean
    PrinterMakeAndModel.equals(Object object)
    Returns whether this printer make and model attribute is equivalent tothe passed in object.
    boolean
    PrinterMessageFromOperator.equals(Object object)
    Returns whether this printer message from operator attribute isequivalent to the passed in object.
    boolean
    PrinterMoreInfo.equals(Object object)
    Returns whether this printer more info attribute is equivalent to thepassed in object.
    boolean
    PrinterMoreInfoManufacturer.equals(Object object)
    Returns whether this printer more info manufacturer attribute isequivalent to the passed in object.
    boolean
    PrinterName.equals(Object object)
    Returns whether this printer name attribute is equivalent to the passedin object.
    boolean
    PrinterResolution.equals(Object object)
    Returns whether this printer resolution attribute is equivalent to thepassed in object.
    boolean
    PrinterURI.equals(Object object)
    Returns whether this printer name attribute is equivalent to the passedin object.
    boolean
    QueuedJobCount.equals(Object object)
    Returns whether this queued job count attribute is equivalent to thepassed in object.
    boolean
    RequestingUserName.equals(Object object)
    Returns whether this requesting user name attribute is equivalent to thepassed in object.
  • Uses ofObject injavax.print.event

    Subclasses ofObject injavax.print.event
    Modifier and Type
    Class
    Description
    class 
    ClassPrintEvent is the super class of all Print Service API events.
    class 
    An abstract adapter class for receiving print job events.
    class 
    ClassPrintJobAttributeEvent encapsulates an event aPrintService reports to let the client know that one or more printingattributes for aPrintJob have changed.
    class 
    ClassPrintJobEvent encapsulates common events a print job reports tolet a listener know of progress in the processing of theDocPrintJob.
    class 
    ClassPrintServiceAttributeEvent encapsulates an event a PrintService instance reports to let the client know of changes in the printservice state.
    Constructors injavax.print.event with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Constructs aPrintEvent object.
  • Uses ofObject injavax.rmi.ssl

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

    Subclasses ofObject injavax.script
    Modifier and Type
    Class
    Description
    class 
    Provides a standard implementation for several of the variants of theevalmethod.
    class 
    Extended by classes that store results of compilations.
    class 
    TheScriptEngineManager implements a discovery and instantiationmechanism forScriptEngine classes and also maintains acollection of key/value pairs storing state shared by all engines createdby the Manager.
    class 
    The genericException class for the Scripting APIs.
    class 
    A simple implementation of Bindings backed byaHashMap or some other specifiedMap.
    class 
    Simple implementation of ScriptContext.
    Subinterfaces with type arguments of typeObject injavax.script
    Modifier and Type
    Interface
    Description
    interface 
    A mapping of key/value pairs, all of whose keys areStrings.
    Methods injavax.script that returnObject
    Modifier and Type
    Method
    Description
    AbstractScriptEngine.eval(Reader reader)
    eval(Reader) calls the abstracteval(Reader, ScriptContext) passing the value of thecontextfield.
    AbstractScriptEngine.eval(Reader reader,Bindings bindings)
    eval(Reader, Bindings) calls the abstracteval(Reader, ScriptContext) method, passing it aScriptContextwhose Reader, Writers and Bindings for scopes other thatENGINE_SCOPEare identical to those members of the protectedcontext field.
    AbstractScriptEngine.eval(String script)
    Same aseval(Reader) except that the abstracteval(String, ScriptContext) is used.
    AbstractScriptEngine.eval(String script,Bindings bindings)
    Same aseval(Reader, Bindings) except that the abstracteval(String, ScriptContext) is used.
    CompiledScript.eval()
    Executes the program stored in theCompiledScript object.
    CompiledScript.eval(Bindings bindings)
    Executes the program stored in theCompiledScript object usingthe suppliedBindings of attributes as theENGINE_SCOPE of theassociatedScriptEngine during script execution.
    abstractObject
    CompiledScript.eval(ScriptContext context)
    Executes the program stored in thisCompiledScript object.
    ScriptEngine.eval(Reader reader)
    Same aseval(String) except that the source of the script isprovided as aReader
    ScriptEngine.eval(Reader reader,Bindings n)
    Same aseval(String, Bindings) except that the source of the scriptis provided as aReader.
    ScriptEngine.eval(Reader reader,ScriptContext context)
    Same aseval(String, ScriptContext) where the source of the scriptis read from aReader.
    ScriptEngine.eval(String script)
    Executes the specified script.
    ScriptEngine.eval(String script,Bindings n)
    Executes the script using theBindings argument as theENGINE_SCOPEBindings of theScriptEngine during the script execution.
    ScriptEngine.eval(String script,ScriptContext context)
    Causes the immediate execution of the script whose source is the Stringpassed as the first argument.
    AbstractScriptEngine.get(String key)
    Gets the value for the specified key in theENGINE_SCOPE of theprotectedcontext field.
    Bindings.get(Object key)
    Returns the value to which this map maps the specified key.
    ScriptEngine.get(String key)
    Retrieves a value set in the state of this engine.
    ScriptEngineManager.get(String key)
    Gets the value for the specified key in the Global Scope
    SimpleBindings.get(Object key)
    Returns the value to which this map maps the specified key.
    ScriptContext.getAttribute(String name)
    Retrieves the value of the attribute with the given name inthe scope occurring earliest in the search order.
    ScriptContext.getAttribute(String name, int scope)
    Gets the value of an attribute in a given scope.
    SimpleScriptContext.getAttribute(String name)
    Retrieves the value of the attribute with the given name inthe scope occurring earliest in the search order.
    SimpleScriptContext.getAttribute(String name, int scope)
    Gets the value of an attribute in a given scope.
    ScriptEngineFactory.getParameter(String key)
    Returns the value of an attribute whose meaning may be implementation-specific.
    Invocable.invokeFunction(String name,Object... args)
    Used to call top-level procedures and functions defined in scripts.
    Invocable.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.
    Bindings.put(String name,Object value)
    Set a named value.
    SimpleBindings.put(String name,Object value)
    Sets the specified key/value in the underlyingmap field.
    Bindings.remove(Object key)
    Removes the mapping for this key from this map if it is present(optional operation).
    SimpleBindings.remove(Object key)
    Removes the mapping for this key from this map if it is present(optional operation).
    ScriptContext.removeAttribute(String name, int scope)
    Remove an attribute in a given scope.
    SimpleScriptContext.removeAttribute(String name, int scope)
    Remove an attribute in a given scope.
    Methods injavax.script that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    SimpleBindings.entrySet()
    Returns aSet view of the mappings contained in this map.
    SimpleBindings.values()
    Returns aCollection view of the values contained in this map.
    Methods injavax.script with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Bindings.containsKey(Object key)
    Returnstrue if this map contains a mapping for the specifiedkey.
    boolean
    SimpleBindings.containsKey(Object key)
    Returnstrue if this map contains a mapping for the specifiedkey.
    boolean
    SimpleBindings.containsValue(Object value)
    Returnstrue if this map maps one or more keys to thespecified value.
    Bindings.get(Object key)
    Returns the value to which this map maps the specified key.
    SimpleBindings.get(Object key)
    Returns the value to which this map maps the specified key.
    <T> T
    Invocable.getInterface(Object thiz,Class<T> clasz)
    Returns an implementation of an interface using member functions ofa scripting object compiled in the interpreter.
    Invocable.invokeFunction(String name,Object... args)
    Used to call top-level procedures and functions defined in scripts.
    Invocable.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.
    void
    AbstractScriptEngine.put(String key,Object value)
    Sets the specified value with the specified key in theENGINE_SCOPEBindings of the protectedcontext field.
    Bindings.put(String name,Object value)
    Set a named value.
    void
    ScriptEngine.put(String key,Object value)
    Sets a key/value pair in the state of the ScriptEngine that may either createa Java Language Binding to be used in the execution of scripts or be used in someother way, depending on whether the key is reserved.
    void
    ScriptEngineManager.put(String key,Object value)
    Sets the specified key/value pair in the Global Scope.
    SimpleBindings.put(String name,Object value)
    Sets the specified key/value in the underlyingmap field.
    Bindings.remove(Object key)
    Removes the mapping for this key from this map if it is present(optional operation).
    SimpleBindings.remove(Object key)
    Removes the mapping for this key from this map if it is present(optional operation).
    void
    ScriptContext.setAttribute(String name,Object value, int scope)
    Sets the value of an attribute in a given scope.
    void
    SimpleScriptContext.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 Type
    Method
    Description
    void
    Bindings.putAll(Map<? extendsString, ? extendsObject> toMerge)
    Adds all the mappings in a givenMap to thisBindings.
    void
    SimpleBindings.putAll(Map<? extendsString, ? extendsObject> toMerge)
    putAll is implemented usingMap.putAll.
    Constructor parameters injavax.script with type arguments of typeObject
    Modifier
    Constructor
    Description
     
    Constructor uses an existingMap to store the values.
  • Uses ofObject injavax.security.auth

    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Signals that adestroy operation failed.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Signals that arefresh operation failed.
    final class 
    ASubject represents a grouping of related informationfor a single entity, such as a person.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class was only useful in conjunction with the Security Manager, which is no longer supported.
    Methods injavax.security.auth that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    Return theSet of private credentials held by thisSubject.
    Return theSet of public credentials held by thisSubject.
    Methods injavax.security.auth with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    PrivateCredentialPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks twoPrivateCredentialPermission objects forequality.
    boolean
    Subject.equals(Object o)
    Compares the specified Object with thisSubjectfor equality.
  • Uses ofObject injavax.security.auth.callback

    Modifier and Type
    Class
    Description
    class 
    Underlying security services instantiate and pass aChoiceCallback to thehandlemethod of aCallbackHandler to display a list of choicesand to retrieve the selected choice(s).
    class 
    Underlying security services instantiate and pass aConfirmationCallback to thehandlemethod of aCallbackHandler to ask for YES/NO,OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
    class 
    Underlying security services instantiate and pass aLanguageCallback to thehandlemethod of aCallbackHandler to retrieve theLocaleused for localizing text.
    class 
    Underlying security services instantiate and pass aNameCallback to thehandlemethod of aCallbackHandler to retrieve name information.
    class 
    Underlying security services instantiate and pass aPasswordCallback to thehandlemethod of aCallbackHandler to retrieve password information.
    class 
    Underlying security services instantiate and pass aTextInputCallback to thehandlemethod of aCallbackHandler to retrieve generic textinformation.
    class 
    Underlying security services instantiate and pass aTextOutputCallback to thehandlemethod of aCallbackHandler to display information messages,warning messages and error messages.
    class 
    Signals that aCallbackHandler does notrecognize a particularCallback.
  • Uses ofObject injavax.security.auth.kerberos

    Modifier and Type
    Class
    Description
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    final class 
    This class encapsulates an EncryptionKey used in Kerberos.
    final class 
    This class encapsulates a Kerberos 5 KRB_CRED message which can be used tosend Kerberos credentials from one principal to another.
    class 
    This class encapsulates a long term secret key for a Kerberosprincipal.
    final class 
    This class encapsulates a Kerberos principal.
    class 
    This class encapsulates a Kerberos ticket and associatedinformation as viewed from the client's point of view.
    final class 
    This class encapsulates a keytab file.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    Methods injavax.security.auth.kerberos with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    DelegationPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two DelegationPermission objects for equality.
    boolean
    EncryptionKey.equals(Object other)
    Compares the specified object with this key for equality.
    boolean
    KerberosCredMessage.equals(Object other)
    Compares the specified object with thisKerberosCredMessagefor equality.
    boolean
    KerberosKey.equals(Object other)
    Compares the specified object with thisKerberosKey forequality.
    boolean
    KerberosPrincipal.equals(Object obj)
    Compares the specified object with this principal for equality.
    boolean
    KerberosTicket.equals(Object other)
    Compares the specified object with thisKerberosTicket for equality.
    boolean
    KeyTab.equals(Object other)
    Compares the specified object with thisKeyTab for equality.
    boolean
    ServicePermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two ServicePermission objects for equality.
  • Uses ofObject injavax.security.auth.login

    Modifier and Type
    Class
    Description
    class 
    A generic account exception.
    class 
    Signals that a user account has expired.
    class 
    Signals that an account was locked.
    class 
    Signals that an account was not found.
    class 
    This class represents a singleLoginModule entryconfigured for the application specified in thegetAppConfigurationEntry(String appName)method in theConfiguration class.
    static class 
    This class represents whether aLoginModuleis REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.
    class 
    A Configuration object is responsible for specifying which LoginModulesshould be used for a particular application, and in what order theLoginModules should be invoked.
    class 
    This class defines theService Provider Interface (SPI)for theConfiguration class.
    class 
    A generic credential exception.
    class 
    Signals that aCredential has expired.
    class 
    Signals that a credential was not found.
    class 
    Signals that user authentication failed.
    class 
    TheLoginContext class describes the basic methods usedto authenticate Subjects and provides a way to develop anapplication independent of the underlying authentication technology.
    class 
    This is the basic login exception.
  • Uses ofObject injavax.security.auth.x500

    Modifier and Type
    Class
    Description
    final class 
    This class represents an X.500Principal.
    final class 
    This class represents anX500PrivateCredential.
    Methods injavax.security.auth.x500 with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    X500Principal.equals(Object o)
    Compares the specifiedObject with thisX500Principal for equality.
  • Uses ofObject injavax.security.cert

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use the classes injava.security.cert instead.
    class 
    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 Type
    Method
    Description
    boolean
    Certificate.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Compares this certificate for equality with the specifiedobject.
  • Uses ofObject injavax.security.sasl

    Modifier and Type
    Class
    Description
    class 
    This exception is thrown by a SASL mechanism implementationto indicate that the SASLexchange has failed due to reasons related to authentication, such asan invalid identity, passphrase, or key.
    class 
    This callback is used bySaslServer to determine whetherone entity (identified by an authenticated authentication id)can act onbehalf of another entity (identified by an authorization id).
    class 
    This callback is used bySaslClient andSaslServerto retrieve realm information.
    class 
    This callback is used bySaslClient andSaslServerto obtain a realm given a list of realm choices.
    class 
    A static class for creating SASL clients and servers.
    class 
    This class represents an error that has occurred when using SASL.
    Methods injavax.security.sasl that returnObject
    Modifier and Type
    Method
    Description
    SaslClient.getNegotiatedProperty(String propName)
    Retrieves the negotiated property.
    SaslServer.getNegotiatedProperty(String propName)
    Retrieves the negotiated property.
  • Uses ofObject injavax.smartcardio

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

    Subclasses ofObject injavax.sound
    Modifier and Type
    Class
    Description
    final class 
    TheSoundClip class is a simple abstraction for playing a sound clip.
  • Uses ofObject injavax.sound.midi

    Subclasses ofObject injavax.sound.midi
    Modifier and Type
    Class
    Description
    class 
    An instrument is a sound-synthesis algorithm with certain parameter settings,usually designed to emulate a specific real-world musical instrument or toachieve a specific sort of sound effect.
    class 
    AnInvalidMidiDataException indicates that inappropriate MIDI datawas encountered.
    class 
    AMetaMessage is aMidiMessage that is not meaningful tosynthesizers, but that can be stored in a MIDI file and interpreted by asequencer program.
    static class 
    AMidiDevice.Info object contains assorted data about aMidiDevice, including its name, the company who created it, anddescriptive text.
    class 
    MIDI events contain a MIDI message and a corresponding time-stamp expressedin ticks, and can represent the MIDI event information stored in a MIDI fileor aSequence object.
    class 
    AMidiFileFormat object encapsulates a MIDI file's type, as well asits length and timing information.
    class 
    MidiMessage is the base class for MIDI messages.
    class 
    TheMidiSystem class provides access to the installed MIDI systemresources, including devices such as synthesizers, sequencers, and MIDI inputand output ports.
    class 
    AMidiUnavailableException is thrown when a requested MIDI componentcannot be opened or created because it is unavailable.
    class 
    APatch object represents a location, on a MIDI synthesizer, intowhich a single instrument is stored (loaded).
    class 
    ASequence is a data structure containing musical information (oftenan entire song or composition) that can be played back by aSequencerobject.
    static class 
    ASyncMode object represents one of the ways in which a MIDIsequencer's notion of time can be synchronized with a master or slavedevice.
    class 
    AShortMessage contains a MIDI message that has at most two databytes following its status byte.
    class 
    ASoundbankResource represents any audio resource stored in aSoundbank.
    class 
    ASysexMessage object represents a MIDI system exclusive message.
    final class 
    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 
    AVoiceStatus object contains information about the current status ofone of the voices produced by aSynthesizer.
    Methods injavax.sound.midi that returnObject
    Modifier and Type
    Method
    Description
    MetaMessage.clone()
    Creates a new object of the same class and with the same contents as thisobject.
    abstractObject
    MidiMessage.clone()
    Creates a new object of the same class and with the same contents as thisobject.
    ShortMessage.clone()
    Creates a new object of the same class and with the same contents as thisobject.
    SysexMessage.clone()
    Creates a new object of the same class and with the same contents as thisobject.
    abstractObject
    SoundbankResource.getData()
    Obtains the sampled audio that is stored in thisSoundbankResource.
    MidiFileFormat.getProperty(String key)
    Obtain the property value specified by the key.
    Methods injavax.sound.midi that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    MidiFileFormat.properties()
    Obtain an unmodifiable map of properties.
    Methods injavax.sound.midi with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    MidiDevice.Info.equals(Object obj)
    Indicates whether the specified object is equal to this info object,returningtrue if the objects are the same.
    final boolean
    Sequencer.SyncMode.equals(Object obj)
    Indicates whether the specified object is equal to thissynchronization mode, returningtrue if the objects are thesame.
    Constructor parameters injavax.sound.midi with type arguments of typeObject
    Modifier
    Constructor
    Description
     
    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

    Modifier and Type
    Class
    Description
    class 
    AMidiDeviceProvider is a factory or provider for a particular typeof MIDI device.
    class 
    AMidiFileReader supplies MIDI file-reading services.
    class 
    AMidiFileWriter supplies MIDI file-writing services.
    class 
    ASoundbankReader supplies soundbank file-reading services.
  • Uses ofObject injavax.sound.sampled

    Modifier and Type
    Class
    Description
    class 
    An instance of theAudioFileFormat class describes an audio file,including the file type, the file's length in bytes, the length in sampleframes of the audio data contained in the file, and the format of the audiodata.
    static class 
    An instance of theType class represents one of the standardtypes of audio file.
    class 
    AudioFormat is the class that specifies a particular arrangement ofdata in a sound stream.
    static class 
    TheEncoding class names the specific type of data representationused for an audio stream.
    class 
    An audio input stream is an input stream with a specified audio format andlength.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    There is no replacement for this class.
    class 
    TheAudioSystem class acts as the entry point to the sampled-audiosystem resources.
    class 
    ABooleanControl provides the ability to switch between two possiblesettings that affect a line's audio.
    static class 
    An instance of theBooleanControl.Type class identifies one kindof boolean control.
    class 
    ACompoundControl, such as a graphic equalizer, provides control overtwo or more related properties, each of which is itself represented as aControl.
    static class 
    An instance of theCompoundControl.Type inner class identifiesone kind of compound control.
    class 
    Lines often have a set of controls, such as gain and pan, thataffect the audio signal passing through the line.
    static class 
    An instance of theType class represents the type of the control.
    static class 
    Besides the class information inherited from its superclass,DataLine.Info provides additional information specific to datalines.
    class 
    AnEnumControl provides control over a set of discrete possiblevalues, each represented by an object.
    static class 
    An instance of theEnumControl.Type inner class identifies onekind of enumerated control.
    class 
    AFloatControl object provides control over a range of floating-pointvalues.
    static class 
    An instance of theFloatControl.Type inner class identifies onekind of float control.
    static class 
    ALine.Info object contains information about a line.
    class 
    TheLineEvent class encapsulates information that a line sends itslisteners whenever the line opens, closes, starts, or stops.
    static class 
    The LineEvent.Type inner class identifies what kind of event occurred ona line.
    class 
    ALineUnavailableException is an exception indicating that a linecannot be opened because it is unavailable.
    static class 
    TheMixer.Info class represents information about an audio mixer,including the product's name, version, and vendor, along with a textualdescription.
    static class 
    ThePort.Info class extendsLine.Info with additionalinformation specific to ports, including the port's name and whether itis a source or a target for its mixer.
    class 
    TheReverbType class provides methods for accessing variousreverberation settings to be applied to an audio signal.
    class 
    AnUnsupportedAudioFileException is an exception indicating that anoperation failed because a file did not contain valid data of a recognizedfile type and format.
    Methods injavax.sound.sampled that returnObject
    Modifier and Type
    Method
    Description
    AudioFileFormat.getProperty(String key)
    Obtain the property value specified by the key.
    AudioFormat.getProperty(String key)
    Obtain the property value specified by the key.
    EnumControl.getValue()
    Obtains this control's current value.
    EnumControl.getValues()
    Returns the set of possible values for this control.
    Methods injavax.sound.sampled that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    AudioFileFormat.properties()
    Obtain an unmodifiable map of properties.
    AudioFormat.properties()
    Obtain an unmodifiable map of properties.
    Methods injavax.sound.sampled with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    AudioFileFormat.Type.equals(Object obj)
    Indicates whether the specified object is equal to this file type,returningtrue if the objects are equal.
    final boolean
    AudioFormat.Encoding.equals(Object obj)
    Indicates whether the specified object is equal to this encoding,returningtrue if the objects are equal.
    final boolean
    Control.Type.equals(Object obj)
    Indicates whether the specified object is equal to this control type,returningtrue if the objects are the same.
    final boolean
    LineEvent.Type.equals(Object obj)
    Indicates whether the specified object is equal to this event type,returningtrue if the objects are the same.
    final boolean
    Mixer.Info.equals(Object obj)
    Indicates whether the specified object is equal to this info object,returningtrue if the objects are the same.
    final boolean
    Port.Info.equals(Object obj)
    Indicates whether the specified object is equal to this info object,returningtrue if the objects are the same.
    final boolean
    ReverbType.equals(Object obj)
    Indicates whether the specified object is equal to this reverb type,returningtrue if the objects are the same.
    void
    EnumControl.setValue(Object value)
    Sets the current value for the control.
    Constructors injavax.sound.sampled with parameters of typeObject
    Modifier
    Constructor
    Description
    protected
    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
    Modifier
    Constructor
    Description
     
    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

    Modifier and Type
    Class
    Description
    class 
    Provider for audio file reading services.
    class 
    Provider for audio file writing services.
    class 
    A format conversion provider provides format conversion services from one ormore input formats to one or more output formats.
    class 
    A provider or factory for a particular mixer type.
  • Uses ofObject injavax.sql

    Subclasses ofObject injavax.sql
    Modifier and Type
    Class
    Description
    class 
    AnEvent object that provides information about thesource of a connection-related event.
    class 
    AnEvent object generated when an event occurs to aRowSet object.
    class 
    AStatementEvent is sent to allStatementEventListeners which wereregistered with aPooledConnection.
    Methods injavax.sql that returnObject
    Modifier and Type
    Method
    Description
    RowSetInternal.getParams()
    Retrieves the parameters that have been set for thisRowSet object's command.
    Methods injavax.sql with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    RowSet.setObject(int parameterIndex,Object x)
    Sets the designated parameter in thisRowSet object's commandwith a JavaObject.
    void
    RowSet.setObject(int parameterIndex,Object x, int targetSqlType)
    Sets the designated parameter in thisRowSet object's commandwith a JavaObject.
    void
    RowSet.setObject(int parameterIndex,Object x, int targetSqlType, int scaleOrLength)
    Sets the designated parameter in thisRowSet object's commandwith the given JavaObject.
    void
    RowSet.setObject(String parameterName,Object x)
    Sets the value of the designated parameter with the given object.
    void
    RowSet.setObject(String parameterName,Object x, int targetSqlType)
    Sets the value of the designated parameter with the given object.
    void
    RowSet.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 Type
    Class
    Description
    class 
    An abstract class providing aRowSet object with its basic functionality.
    class 
    Provides implementations for the methods that set and getmetadata information about aRowSet object's columns.
    class 
    A factory API that enables applications to obtain aRowSetFactory implementation that can be used to create different types ofRowSet implementations.
    class 
    An extension ofSQLException that provides informationabout database warnings set onRowSet objects.
    Methods injavax.sql.rowset that returnObject
    Modifier and Type
    Method
    Description
    BaseRowSet.getParams()
    Retrieves an array containing the parameter values (both Objects andprimitives) that have been set for thisRowSet object's command and throws anSQLException objectif all parameters have not been set.
    Methods injavax.sql.rowset with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    Predicate.evaluate(Object value, int column)
    This method is called by aFilteredRowSet objectto check whether the value lies between the filtering criterion (or criteriaif multiple constraints exist) set using thesetFilter() method.
    boolean
    Predicate.evaluate(Object value,String columnName)
    This method is called by theFilteredRowSet objectto check whether the value lies between the filtering criteria setusing the setFilter method.
    void
    BaseRowSet.setObject(int parameterIndex,Object x)
    Sets the designated parameter to anObject in the Javaprogramming language.
    void
    BaseRowSet.setObject(int parameterIndex,Object x, int targetSqlType)
    Sets the value of the designated parameter with the givenObject value.
    void
    BaseRowSet.setObject(int parameterIndex,Object x, int targetSqlType, int scale)
    Sets the designated parameter to anObject in the Java programming language.
    void
    BaseRowSet.setObject(String parameterName,Object x)
    Sets the value of the designated parameter with the given object.
    void
    BaseRowSet.setObject(String parameterName,Object x, int targetSqlType)
    Sets the value of the designated parameter with the given object.
    void
    BaseRowSet.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

    Modifier and Type
    Class
    Description
    class 
    A serialized version of anArrayobject, which is the mapping in the Java programming language of an SQLARRAY value.
    class 
    A serialized mapping in the Java programming language of an SQLBLOB value.
    class 
    A serialized mapping in the Java programming language of an SQLCLOB value.
    class 
    A serialized mapping in the Java programming language of an SQLDATALINK value.
    class 
    Indicates and an error with the serialization or de-serialization ofSQL types such asBLOB, CLOB, STRUCT or ARRAY inaddition to SQL types such asDATALINK and JAVAOBJECT
    class 
    A serializable mapping in the Java programming language of an SQLJAVA_OBJECT value.
    class 
    A serialized mapping of aRef object, which is the mapping in theJava programming language of an SQLREF value.
    class 
    A serialized mapping in the Java programming language of an SQLstructured type.
    class 
    An input stream used for custom mapping user-defined types (UDTs).
    class 
    The output stream for writing the attributes of acustom-mapped user-defined type (UDT) back to the database.
    Methods injavax.sql.rowset.serial that returnObject
    Modifier and Type
    Method
    Description
    SerialArray.clone()
    Returns a clone of thisSerialArray.
    SerialBlob.clone()
    Returns a clone of thisSerialBlob.
    SerialClob.clone()
    Returns a clone of thisSerialClob.
    SerialDatalink.clone()
    Returns a clone of thisSerialDatalink.
    SerialJavaObject.clone()
    Returns a clone of thisSerialJavaObject.
    SerialRef.clone()
    Returns a clone of thisSerialRef.
    SerialStruct.clone()
    Returns a clone of thisSerialStruct.
    SerialArray.getArray()
    Returns a new array that is a copy of thisSerialArrayobject.
    SerialArray.getArray(long index, int count)
    Returns a new array that is a copy of a sliceof thisSerialArray object, starting with theelement at the given index and containing the given numberof consecutive elements.
    SerialArray.getArray(long index, int count,Map<String,Class<?>> map)
    Returns a new array that is a copy of a sliceof thisSerialArray object, starting with theelement at the given index and containing the given numberof consecutive elements.
    SerialArray.getArray(Map<String,Class<?>> map)
    Returns a new array that is a copy of thisSerialArrayobject, using the given type map for the custommapping of each element when the elements are SQL UDTs.
    SerialStruct.getAttributes()
    Retrieves an array ofObject values containing theattributes of the SQL structured type that thisSerialStruct object represents.
    SerialStruct.getAttributes(Map<String,Class<?>> map)
    Retrieves the attributes for the SQL structured type thatthisSerialStruct represents as an array ofObject values, using the given type map forcustom mapping if appropriate.
    SerialJavaObject.getObject()
    Returns anObject that is a copy of thisSerialJavaObjectobject.
    SerialRef.getObject()
    Returns anObject representing the SQL structured typeto which thisSerialRef object refers.
    SerialRef.getObject(Map<String,Class<?>> map)
    Returns anObject representing the SQL structured typeto which thisSerialRef object refers.
    SQLInputImpl.readObject()
    Retrieves the value at the head of thisSQLInputImplobject as anObject in the Java programming language.
    Methods injavax.sql.rowset.serial with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    SerialArray.equals(Object obj)
    Compares this SerialArray to the specified object.
    boolean
    SerialBlob.equals(Object obj)
    Compares this SerialBlob to the specified object.
    boolean
    SerialClob.equals(Object obj)
    Compares this SerialClob to the specified object.
    boolean
    SerialDatalink.equals(Object obj)
    Compares thisSerialDatalink to the specified object.
    boolean
    SerialJavaObject.equals(Object o)
    Compares this SerialJavaObject to the specified object.
    boolean
    SerialRef.equals(Object obj)
    Compares this SerialRef to the specified object.
    boolean
    SerialStruct.equals(Object obj)
    Compares this SerialStruct to the specified object.
    void
    SerialRef.setObject(Object obj)
    Sets the SQL structured type that thisSerialRef objectreferences to the givenObject object.
    Constructors injavax.sql.rowset.serial with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Constructor forSerialJavaObject helper class.
     
    SQLInputImpl(Object[] attributes,Map<String,Class<?>> map)
    Creates anSQLInputImpl object initialized with thegiven array of attributes and the given type map.
  • Uses ofObject injavax.sql.rowset.spi

    Modifier and Type
    Class
    Description
    class 
    The Service Provider Interface (SPI) mechanism that generatesSyncProviderinstances to be used by disconnectedRowSet objects.
    class 
    Indicates an error withSyncFactory mechanism.
    class 
    The synchronization mechanism that provides reader/writer capabilities fordisconnectedRowSet objects.
    class 
    Indicates an error with theSyncProvider mechanism.
    Methods injavax.sql.rowset.spi that returnObject
    Modifier and Type
    Method
    Description
    SyncResolver.getConflictValue(int index)
    Retrieves the value in the designated column in the current row of thisSyncResolver object, which is the value in the data sourcethat caused a conflict.
    SyncResolver.getConflictValue(String columnName)
    Retrieves the value in the designated column in the current row of thisSyncResolver object, which is the value in the data sourcethat caused a conflict.
    Methods injavax.sql.rowset.spi with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    SyncResolver.setResolvedValue(int index,Object obj)
    Setsobj as the value in columnindex in the current row of theRowSet object that is being synchronized.
    void
    SyncResolver.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 Type
    Class
    Description
    class 
    This class provides default implementations for the JFCActioninterface.
    class 
    Defines common behaviors for buttons and menu items.
    protected class 
    This class implements accessibility support for theAbstractButton class.
    protected class 
    ExtendsChangeListener to be serializable.
    class 
    A base class forCellEditors, providing defaultimplementations for the methods in theCellEditorinterface exceptgetCellEditorValue().
    class 
    The abstract definition for the data model that providesaList with its contents.
    class 
    This class provides the ChangeListener part of theSpinnerModel interface that should be suitable for most concrete SpinnerModelimplementations.
    class 
    ActionMap provides mappings fromObjects(calledkeys orAction names)toActions.
    class 
    Factory class for vending standardBorder objects.
    class 
    A lightweight containerthat uses a BoxLayout object as its layout manager.
    protected class 
    This class implements accessibility support for theBox class.
    static class 
    An implementation of a lightweight component that participates inlayout but has no view.
    protected class 
    This class implements accessibility support for theBox.Filler class.
    class 
    A layout manager that allows multiple components to be laid out eithervertically or horizontally.
    class 
    This class is used to create a multiple-exclusion scope fora set of buttons.
    class 
    This class is inserted in between cell renderers and the components thatuse them.
    protected class 
    This class implements accessibility support for theCellRendererPane class.
    class 
    AComponentInputMap is anInputMapassociated with a particularJComponent.
    class 
    Graphics subclass supporting graphics debugging.
    class 
    A generic implementation of BoundedRangeModel.
    class 
    The default implementation of aButton component's data model.
    class 
    The default editor for table and tree cells.
    protected class 
    The protectedEditorDelegate class.
    class 
    The default model for combo boxes.
    class 
    This is an implementation of theDesktopManager.
    class 
    This class has been obsoleted by the 1.4 focus APIs.
    class 
    Renders an item in a list.
    static class 
    A subclass of DefaultListCellRenderer that implements UIResource.
    class 
    This class loosely implements thejava.util.VectorAPI, in that it implements the 1.1.x version ofjava.util.Vector, has no collection class support,and notifies theListDataListeners when changes occur.
    class 
    Default data model for list selections.
    class 
    An implementation ofRowSorter that provides sorting andfiltering around a grid-based data model.
    protected static class 
    DefaultRowSorter.ModelWrapper is responsible for providingthe data that gets sorted byDefaultRowSorter.
    class 
    A generic implementation of SingleSelectionModel.
    class 
    This class has been obsoleted by the 1.4 focus APIs.
    class 
    An image filter that "disables" an image by turningit into a grayscale image, and brightening the pixelsin the image.
    class 
    GroupLayout is aLayoutManager that hierarchicallygroups components in order to position them in aContainer.
    class 
    Group provides the basis for the two types ofoperations supported byGroupLayout: laying outcomponents one after another (SequentialGroup)or aligned (ParallelGroup).
    class 
    AGroup that aligns and sizes its children.
    final class 
    AGroup that positions and sizes its elementssequentially, one after another.
    class 
    An implementation of the Icon interface that paints Iconsfrom Images.
    protected class 
    This class implements accessibility support for theImageIcon class.
    class 
    InputMap provides a binding between an input event (currently onlyKeyStrokes are used) and anObject.
    class 
    This class provides the validation mechanism for Swing components.
    class 
    A FocusTraversalPolicy which can optionally provide an algorithm fordetermining a JInternalFrame's initial Component.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    The Applet API is deprecated, no replacement.
    protected class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class implements accessibility support for theJApplet class.
    class 
    An implementation of a "push" button.
    protected class 
    This class implements accessibility support for theJButton class.
    class 
    An implementation of a check box -- an item that can be selected ordeselected, and which displays its state to the user.
    protected class 
    This class implements accessibility support for theJCheckBox class.
    class 
    A menu item that can be selected or deselected.
    protected class 
    This class implements accessibility support for theJCheckBoxMenuItem class.
    class 
    JColorChooser provides a pane of controls designed to allowa user to manipulate and select a color.
    protected class 
    This class implements accessibility support for theJColorChooser class.
    class 
    A component that combines a button or editable field and a drop-down list.
    protected class 
    This class implements accessibility support for theJComboBox class.
    class 
    The base class for all Swing components except top-level containers.
    class 
    Inner class of JComponent used to provide default support foraccessibility.
    protected class 
    Fire PropertyChange listener, if one is registered,when children added/removed.
    protected class 
    Deprecated.
    This class is no longer used or needed.
    class 
    A container used to create a multiple-document interface or a virtual desktop.
    protected class 
    This class implements accessibility support for theJDesktopPane class.
    class 
    The main class for creating a dialog window.
    protected class 
    This class implements accessibility support for theJDialog class.
    class 
    A text component to edit various kinds of content.
    protected class 
    This class implements accessibility support for theJEditorPane class.
    protected class 
    This class provides support forAccessibleHypertext,and is used in instances where theEditorKitinstalled in thisJEditorPane is an instance ofHTMLEditorKit.
    protected class 
    What's returned byAccessibleJEditorPaneHTML.getAccessibleText.
    class 
    An HTML link.
    class 
    JFileChooser provides a simple mechanism for the user tochoose a file.
    protected class 
    This class implements accessibility support for theJFileChooser class.
    class 
    JFormattedTextField extendsJTextField addingsupport for formatting arbitrary values, as well as retrieving a particularobject once the user has edited the text.
    static class 
    Instances ofAbstractFormatter are used byJFormattedTextField to handle the conversion bothfrom an Object to a String, and back from a String to an Object.
    static class 
    Instances ofAbstractFormatterFactory are used byJFormattedTextField to obtain instances ofAbstractFormatter which in turn are used to format values.
    class 
    An extended version ofjava.awt.Frame that adds support forthe JFC/Swing component architecture.
    protected class 
    This class implements accessibility support for theJFrame class.
    class 
    A lightweight object that provides many of the features ofa native frame, including dragging, closing, becoming an icon,resizing, title display, and support for a menu bar.
    protected class 
    This class implements accessibility support for theJInternalFrame class.
    static class 
    This component represents an iconified version of aJInternalFrame.
    protected class 
    This class implements accessibility support for theJInternalFrame.JDesktopIcon class.
    class 
    A display area for a short text string or an image,or both.
    protected class 
    The class used to obtain the accessible role for this object.
    final class 
    JLayer<V extendsComponent>
    JLayer is a universal decorator for Swing componentswhich enables you to implement various advanced painting effects as well asreceive notifications of allAWTEvents generated within its borders.
    class 
    JLayeredPane adds depth to a JFC/Swing container,allowing components to overlap each other when needed.
    protected class 
    This class implements accessibility support for theJLayeredPane class.
    class 
    A component that displays a list of objects and allows the user to selectone or more items.
    protected class 
    This class implements accessibility support for theJList class.
    protected class 
    This class implements accessibility support appropriatefor list children.
    static final class 
    A subclass ofTransferHandler.DropLocation representinga drop location for aJList.
    class 
    An implementation of a menu -- a popup window containingJMenuItems thatis displayed when the user selects an item on theJMenuBar.
    protected class 
    This class implements accessibility support for theJMenu class.
    protected class 
    A listener class that watches for a popup window closing.
    class 
    An implementation of a menu bar.
    protected class 
    This class implements accessibility support for theJMenuBar class.
    class 
    An implementation of an item in a menu.
    protected class 
    This class implements accessibility support for theJMenuItem class.
    class 
    JOptionPane makes it easy to pop up a standard dialog box thatprompts users for a value or informs them of something.
    protected class 
    This class implements accessibility support for theJOptionPane class.
    class 
    JPanel is a generic lightweight container.
    protected class 
    This class implements accessibility support for theJPanel class.
    class 
    JPasswordField is a lightweight component that allowsthe editing of a single line of text where the view indicatessomething was typed, but does not show the original characters.
    protected class 
    This class implements accessibility support for theJPasswordField class.
    class 
    An implementation of a popup menu -- a small window that pops upand displays a series of choices.
    protected class 
    This class implements accessibility support for theJPopupMenu class.
    static class 
    A popup menu-specific separator.
    class 
    A component that visually displays the progress of some task.
    protected class 
    This class implements accessibility support for theJProgressBar class.
    class 
    An implementation of a radio button -- an item that can be selected ordeselected, and which displays its state to the user.
    protected class 
    This class implements accessibility support for theJRadioButton class.
    class 
    An implementation of a radio button menu item.
    protected class 
    This class implements accessibility support for theJRadioButtonMenuItem class.
    class 
    A lightweight container used behind the scenes byJFrame,JDialog,JWindow,JApplet, andJInternalFrame.
    protected class 
    This class implements accessibility support for theJRootPane class.
    protected class 
    A custom layout manager that is responsible for the layout oflayeredPane, glassPane, and menuBar.
    class 
    An implementation of a scrollbar.
    protected class 
    This class implements accessibility support for theJScrollBar class.
    class 
    Provides a scrollable view of a lightweight component.
    protected class 
    This class implements accessibility support for theJScrollPane class.
    protected class 
    By defaultJScrollPane creates scrollbarsthat are instancesof this class.
    class 
    JSeparator provides a general purpose component forimplementing divider lines - most commonly used as a dividerbetween menu items that breaks them up into logical groupings.
    protected class 
    This class implements accessibility support for theJSeparator class.
    class 
    A component that lets the user graphically select a value by slidinga knob within a bounded interval.
    protected class 
    This class implements accessibility support for theJSlider class.
    class 
    A single line input field that lets the user select anumber or an object value from an ordered sequence.
    protected class 
    AccessibleJSpinner implements accessibilitysupport for theJSpinner class.
    static class 
    An editor for aJSpinner whose model is aSpinnerDateModel.
    static class 
    A simple base class for more specialized editorsthat displays a read-only view of the model's currentvalue with aJFormattedTextField.
    static class 
    An editor for aJSpinner whose model is aSpinnerListModel.
    static class 
    An editor for aJSpinner whose model is aSpinnerNumberModel.
    class 
    JSplitPane is used to divide two (and only two)Components.
    protected class 
    This class implements accessibility support for theJSplitPane class.
    class 
    A component that lets the user switch between a group of components byclicking on a tab with a given title and/or icon.
    protected class 
    This class implements accessibility support for theJTabbedPane class.
    protected class 
    We passModelChanged events along to the listeners withthe tabbedpane (instead of the model itself) as the event source.
    class 
    TheJTable is used to display and edit regular two-dimensional tablesof cells.
    protected class 
    This class implements accessibility support for theJTable class.
    protected class 
    The class provides an implementation of the Java AccessibilityAPI appropriate to table cells.
    protected class 
    Describes a change in the accessible table model.
    static final class 
    A subclass ofTransferHandler.DropLocation representinga drop location for aJTable.
    class 
    AJTextArea is a multi-line area that displays plain text.
    protected class 
    This class implements accessibility support for theJTextArea class.
    class 
    JTextField is a lightweight component that allows the editing of a single line of text.
    protected class 
    This class implements accessibility support for theJTextField class.
    class 
    A text component that can be marked up with attributes that arerepresented graphically.
    class 
    An implementation of a two-state button.
    protected class 
    This class implements accessibility support for theJToggleButton class.
    static class 
    The ToggleButton model
    class 
    JToolBar provides a component that is useful fordisplaying commonly usedActions or controls.
    protected class 
    This class implements accessibility support for theJToolBar class.
    static class 
    A toolbar-specific separator.
    class 
    Used to display a "Tip" for a Component.
    protected class 
    This class implements accessibility support for theJToolTip class.
    class 
    A control that displays a set of hierarchical data as an outline.
    protected class 
    This class implements accessibility support for theJTree class.
    protected class 
    This class implements accessibility support for theJTree child.
    static final class 
    A subclass ofTransferHandler.DropLocation representinga drop location for aJTree.
    static class 
    DynamicUtilTreeNode can wrapvectors/hashtables/arrays/strings andcreate the appropriate children tree nodes as necessary.
    protected static class 
    EmptySelectionModel is aTreeSelectionModelthat does not allow anything to be selected.
    protected class 
    Listens to the model and updates theexpandedStateaccordingly when nodes are removed, or changed.
    protected class 
    Handles creating a newTreeSelectionEvent with theJTree as thesource and passing it off to all the listeners.
    class 
    The "viewport" or "porthole" through which you see the underlyinginformation.
    protected class 
    This class implements accessibility support for theJViewport class.
    protected class 
    A listener for the view.
    class 
    AJWindow is a container that can be displayed anywhere on theuser's desktop.
    protected class 
    This class implements accessibility support for theJWindow class.
    class 
    A KeyStroke represents a key action on the keyboard, or equivalent inputdevice.
    class 
    A SortingFocusTraversalPolicy which sorts Components based on their size,position, and orientation.
    class 
    LayoutStyle provides information about how to positioncomponents.
    class 
    LookAndFeel, as the name implies, encapsulates a look andfeel.
    class 
    A MenuSelectionManager owns the selection in menu hierarchy.
    class 
    A layout manager to arrange components over the topof each other.
    class 
    Popups are used to display aComponent to the user, typicallyon top of all the otherComponents in a particular containmenthierarchy.
    class 
    PopupFactory, as the name implies, is used to obtaininstances ofPopups.
    class 
    A class to monitor the progress of some operation.
    protected class 
    AccessibleProgressMonitor implements accessibilitysupport for theProgressMonitor class.
    class 
    Monitors the progress of reading from some InputStream.
    class 
    This class manages repaint requests, allowing the numberof repaints to be minimized, for example by collapsing multiplerequests into a single repaint for members of a component tree.
    class 
    RowFilter is used to filter out entries from themodel so that they are not shown in the view.
    static class 
    AnEntry object is passed to instances ofRowFilter, allowing the filter to get the value of theentry's data, and thus to determine whether the entry should be shown.
    class 
    RowSorter provides the basis for sorting and filtering.
    static class 
    SortKey describes the sort order for a particular column.
    class 
    The layout manager used byJScrollPane.
    static class 
    The UI resource version ofScrollPaneLayout.
    class 
    For the convenience of layout managers,calculates information about the size and position of components.
    class 
    ASizeSequence objectefficiently maintains an ordered listof sizes and corresponding positions.
    class 
    A FocusTraversalPolicy that determines traversal order by sorting theComponents of a focus traversal cycle based on a given Comparator.
    class 
    ASpinnerModel for sequences ofDates.
    class 
    A simple implementation ofSpinnerModel whosevalues are defined by an array or aList.
    class 
    ASpinnerModel for sequences of numbers.
    class 
    An instance of theSpring class holds three properties that characterize its behavior: theminimum,preferred, andmaximum values.
    class 
    ASpringLayout lays out the children of its associated containeraccording to a set of constraints.
    static class 
    AConstraints object holds theconstraints that govern the way a component's size and positionchange in a container controlled by aSpringLayout.
    class 
    A collection of utility methods for Swing.
    class 
    An abstract class to perform lengthy GUI-interaction tasks in abackground thread.
    class 
    Fires one or moreActionEvents at specified intervals.
    final class 
    Manages all theToolTips in the system.
    protected class 
    Inside timer action.
    protected class 
    Outside timer action.
    protected class 
    Still inside timer action.
    class 
    This class is used to handle the transfer of aTransferableto and from Swing components.
    static class 
    Represents a location where dropped data should be inserted.
    static final class 
    This class encapsulates all relevant details of a clipboardor drag and drop transfer, and also allows for customizingaspects of the drag and drop experience.
    class 
    A table of defaults for Swing components.
    static class 
    LazyInputMap will create aInputMapin itscreateValuemethod.
    static class 
    This class provides an implementation ofLazyValuewhich can beused to delay loading of the Class for the instance to be created.
    class 
    UIManager manages the current look and feel, the set ofavailable look and feels,PropertyChangeListeners thatare notified when the look and feel changes, look and feel defaults, andconvenience methods for obtaining various default values.
    static class 
    Provides a little information about an installedLookAndFeel for the sake of configuring a menu orfor initial application set up.
    class 
    An exception that indicates the requested look & feelmanagement classes are not present on the user's system.
    class 
    The default layout manager forJViewport.
    Subclasses with type arguments of typeObject injavax.swing
    Modifier and Type
    Class
    Description
    class 
    A table of defaults for Swing components.
    class 
    A table of defaults for Swing components.
    Classes injavax.swing that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    Renders an item in a list.
    Fields injavax.swing declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    JTree.DynamicUtilTreeNode.childValue
    Value to create children with.
    protectedObject
    Initial value to select inselectionValues.
    protectedObject
    JOptionPane.initialValue
    Value that should be initially selected inoptions.
    protectedObject
    JOptionPane.inputValue
    Value the user has input.
    protectedObject
    JOptionPane.message
    Message to display.
    protectedObject[]
    JOptionPane.options
    Options to display to the user.
    protectedObject
    This protected field is implementation specific.
    protectedObject[]
    JOptionPane.selectionValues
    Array of values the user can choose from.
    static finalObject
    Indicates that the user has not yet selected a value.
    protectedObject
    DefaultCellEditor.EditorDelegate.value
    The value of this cell.
    protectedObject
    JOptionPane.value
    Currently selected value, will be a valid option, orUNINITIALIZED_VALUE ornull.
    Fields injavax.swing with type parameters of typeObject
    Modifier and Type
    Field
    Description
    A table of objects that display and edit the contents of a cell,indexed by class as declared ingetColumnClassin theTableModel interface.
    A table of objects that display and edit the contents of a cell,indexed by class as declared ingetColumnClassin theTableModel interface.
    A table of objects that display the contents of a cell,indexed by class as declared ingetColumnClassin theTableModel interface.
    A table of objects that display the contents of a cell,indexed by class as declared ingetColumnClassin theTableModel interface.
    Methods injavax.swing that returnObject
    Modifier and Type
    Method
    Description
    ActionMap.allKeys()
    Returns an array of the keys defined in thisActionMap andits parent.
    protectedObject
    AbstractAction.clone()
    Clones the abstract action.
    DefaultListSelectionModel.clone()
    Returns a clone of this selection model with the same selection.
    protectedObject
    JFormattedTextField.AbstractFormatter.clone()
    Clones theAbstractFormatter.
    UIDefaults.ActiveValue.createValue(UIDefaults table)
    Creates the value retrieved from theUIDefaults table.
    UIDefaults.LazyInputMap.createValue(UIDefaults table)
    Creates anInputMap with the bindings that arepassed in.
    UIDefaults.LazyValue.createValue(UIDefaults table)
    Creates the actual value retrieved from theUIDefaultstable.
    UIDefaults.ProxyLazyValue.createValue(UIDefaults table)
    Creates the value retrieved from theUIDefaults table.
    InputMap.get(KeyStroke keyStroke)
    Returns the binding forkeyStroke, messaging theparentInputMap if the binding is not locally defined.
    UIDefaults.get(Object key)
    Returns the value for key.
    UIDefaults.get(Object key,Locale l)
    Returns the value for key associated with the given locale.
    staticObject
    UIManager.get(Object key)
    Returns an object from the defaults.
    staticObject
    UIManager.get(Object key,Locale l)
    Returns an object from the defaults that is appropriate forthe given locale.
    JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionAnchor(int i)
    Return an object that represents the link anchor,as appropriate for that link.
    JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink.getAccessibleActionObject(int i)
    Returns a URL object that represents the link.
    CellEditor.getCellEditorValue()
    Returns the value contained in the editor.
    DefaultCellEditor.EditorDelegate.getCellEditorValue()
    Returns the value of this cell.
    DefaultCellEditor.getCellEditorValue()
    Forwards the message from theCellEditor tothedelegate.
    finalObject
    JComponent.getClientProperty(Object key)
    Returns the value of the property with the specified key.
    staticObject
    LookAndFeel.getDesktopPropertyValue(String systemPropertyName,Object fallbackValue)
    Returns the value of the specified system desktop property byinvokingToolkit.getDefaultToolkit().getDesktopProperty().
    Returns the input value that is displayed as initially selected to the user.
    JOptionPane.getInitialValue()
    Returns the initial value.
    JOptionPane.getInputValue()
    Returns the value the user has input, ifwantsInputis true.
    ComboBoxEditor.getItem()
    Returns the edited item
    AbstractAction.getKeys()
    Returns an array ofObjects which are keys forwhich values have been set for thisAbstractAction,ornull if no keys have values set.
    Returns the last path component of the selected path.
    JOptionPane.getMessage()
    Returns the message-object this pane displays.
    JSpinner.getNextValue()
    Returns the object in the sequence that comes after the object returnedbygetValue().
    SpinnerDateModel.getNextValue()
    Returns the nextDate in the sequence, ornull ifthe next date is afterend.
    SpinnerListModel.getNextValue()
    Returns the next legal value of the underlying sequence ornull if value is already the last element.
    SpinnerModel.getNextValue()
    Return the object in the sequence that comes after the object returnedbygetValue().
    SpinnerNumberModel.getNextValue()
    Returns the next number in the sequence.
    JOptionPane.getOptions()
    Returns the choices the user can make.
    JSpinner.getPreviousValue()
    Returns the object in the sequence that comesbefore the object returned bygetValue().
    SpinnerDateModel.getPreviousValue()
    Returns the previousDate in the sequence, ornullif the previous date is beforestart.
    SpinnerListModel.getPreviousValue()
    Returns the previous element of the underlying sequence ornull if value is already the first element.
    SpinnerModel.getPreviousValue()
    Return the object in the sequence that comes before the object returnedbygetValue().
    SpinnerNumberModel.getPreviousValue()
    Returns the previous number in the sequence.
    ComboBoxModel.getSelectedItem()
    Returns the selected item
    DefaultComboBoxModel.getSelectedItem()
     
    JComboBox.getSelectedItem()
    Returns the current selected item.
    AbstractButton.getSelectedObjects()
    Returns an array (length 1) containing the label ornull if the button is not selected.
    DefaultButtonModel.getSelectedObjects()
    Overridden to returnnull.
    JCheckBoxMenuItem.getSelectedObjects()
    Returns an array (length 1) containing the check box menu itemlabel or null if the check box is not selected.
    JComboBox.getSelectedObjects()
    Returns an array containing the selected item.
    Deprecated.
    As of JDK 1.7, replaced byJList.getSelectedValuesList()
    JOptionPane.getSelectionValues()
    Returns the input selection values.
    AbstractAction.getValue(String key)
    Gets theObject associated with the specified key.
    Action.getValue(String key)
    Gets one of this object's propertiesusing the associated key.
    JFormattedTextField.getValue()
    Returns the last valid value.
    JOptionPane.getValue()
    Returns the value the user has selected.
    JSpinner.getValue()
    Returns the current value of the model, typicallythis value is displayed by theeditor.
    abstractObject
    RowFilter.Entry.getValue(int index)
    Returns the value at the specified index.
    SpinnerDateModel.getValue()
    Returns the current element in this sequence ofDates.
    SpinnerListModel.getValue()
    Returns the current element of the sequence.
    SpinnerModel.getValue()
    Thecurrent element of the sequence.
    SpinnerNumberModel.getValue()
    Returns the value of the current element of the sequence.
    abstractObject
    DefaultRowSorter.ModelWrapper.getValueAt(int row, int column)
    Returns the value at the specified index.
    JTable.getValueAt(int row, int column)
    Returns the cell value atrow andcolumn.
    ActionMap.keys()
    Returns theAction names that are bound in thisActionMap.
    staticObject
    LookAndFeel.makeIcon(Class<?> baseClass,String gifFile)
    Creates and returns aUIDefault.LazyValue that loads animage.
    UIDefaults.put(Object key,Object value)
    Sets the value ofkey tovalue for all locales.
    staticObject
    UIManager.put(Object key,Object value)
    Stores an object in the developer defaults.
    staticObject
    JOptionPane.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 theinitial selection, possible selections, and all other options canbe specified.
    staticObject
    JOptionPane.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 wherethe initial selection, possible selections, and all otheroptions can be specified.
    abstractObject
    JFormattedTextField.AbstractFormatter.stringToValue(String text)
    Parsestext returning an arbitrary Object.
    DefaultListModel.toArray()
    Returns an array containing all of the elements in this list in thecorrect order.
    Methods injavax.swing with parameters of typeObject
    Modifier and Type
    Method
    Description
    default boolean
    Action.accept(Object sender)
    Determines whether the action should be performed with the specifiedsender object.
    void
    JTabbedPane.add(Component component,Object constraints)
    Adds acomponent to the tabbed pane.
    void
    JTabbedPane.add(Component component,Object constraints, int index)
    Adds acomponent at the specified tab index.
    protected void
    AbstractButton.addImpl(Component comp,Object constraints, int index)
    Adds the specified component to this container at the specifiedindex, refer toContainer.addImpl(Component, Object, int)for a complete description of this method.
    protected void
    CellRendererPane.addImpl(Component x,Object constraints, int index)
    If the specified component is already a child of this then we don'tbother doing anything - stacking order doesn't matter for cellrenderer components (CellRendererPane doesn't paint anyway).
    protected void
    JApplet.addImpl(Component comp,Object constraints, int index)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Adds the specified childComponent.
    protected void
    JDesktopPane.addImpl(Component comp,Object constraints, int index)
    Adds the specified component to this container at the specifiedindex.
    protected void
    JDialog.addImpl(Component comp,Object constraints, int index)
    Adds the specified childComponent.
    protected void
    JFrame.addImpl(Component comp,Object constraints, int index)
    Adds the specified childComponent.
    protected void
    JInternalFrame.addImpl(Component comp,Object constraints, int index)
    Adds the specified childComponent.
    protected void
    JLayer.addImpl(Component comp,Object constraints, int index)
    This method is not supported byJLayerand always throwsUnsupportedOperationException
    protected void
    JRootPane.addImpl(Component comp,Object constraints, int index)
    Overridden to enforce the position of the glass component asthe zero child.
    protected void
    JSplitPane.addImpl(Component comp,Object constraints, int index)
    Adds the specified component to this split pane.
    protected void
    JToolBar.addImpl(Component comp,Object constraints, int index)
    If aJButton is being added, it is initiallyset to be disabled.
    protected void
    JViewport.addImpl(Component child,Object constraints, int index)
    Sets theJViewport's one lightweight child,which can benull.
    protected void
    JWindow.addImpl(Component comp,Object constraints, int index)
    Adds the specified childComponent.
    void
    BoxLayout.addLayoutComponent(Component comp,Object constraints)
    Not used by this class.
    void
    GroupLayout.addLayoutComponent(Component component,Object constraints)
    Notification that aComponent has been added tothe parent container.
    void
    JRootPane.RootLayout.addLayoutComponent(Component comp,Object constraints)
     
    void
    OverlayLayout.addLayoutComponent(Component comp,Object constraints)
    Adds the specified component to the layout, using the specifiedconstraint object.
    void
    SpringLayout.addLayoutComponent(Component component,Object constraints)
    Ifconstraints is an instance ofSpringLayout.Constraints,associates the constraints with the specified component.
    void
    JComboBox.configureEditor(ComboBoxEditor anEditor,Object anItem)
    Initializes the editor with the specified item.
    boolean
    DefaultListModel.contains(Object elem)
    Tests whether the specified object is a component in this list.
    JTree.convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
    Called by the renderers to convert the specified value totext.
    void
    DefaultListModel.copyInto(Object[] anArray)
    Copies the components of this list into the specified array.
    static void
    JTree.DynamicUtilTreeNode.createChildren(DefaultMutableTreeNode parent,Object children)
    Adds to parent all the children inchildren.
    protected staticTreeModel
    JTree.createTreeModel(Object value)
    Returns aTreeModel wrapping the specified object.
    boolean
    RowSorter.SortKey.equals(Object o)
    Returns true if this object equals the specified object.
    protected void
    AbstractListModel.fireContentsChanged(Object source, int index0, int index1)
    AbstractListModel subclasses must call this methodafterone or more elements of the list change.
    protected void
    AbstractListModel.fireIntervalAdded(Object source, int index0, int index1)
    AbstractListModel subclasses must call this methodafterone or more elements are added to the model.
    protected void
    AbstractListModel.fireIntervalRemoved(Object source, int index0, int index1)
    AbstractListModel subclasses must call this methodafter one or more elements are removed from the model.
    protected void
    AbstractAction.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Supports reporting bound property changes.
    protected void
    DefaultListCellRenderer.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Overridden for performance reasons.
    protected void
    JViewport.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Notifies listeners of a property change.
    final void
    SwingWorker.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Reports a bound property update to any registered listeners.
    protected void
    UIDefaults.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes.
    protected void
    JComponent.fireVetoableChange(String propertyName,Object oldValue,Object newValue)
    Supports reporting constrained property changes.
    ActionMap.get(Object key)
    Returns the binding forkey, messaging theparentActionMap if the binding is not locally defined.
    UIDefaults.get(Object key)
    Returns the value for key.
    UIDefaults.get(Object key,Locale l)
    Returns the value for key associated with the given locale.
    staticObject
    UIManager.get(Object key)
    Returns an object from the defaults.
    staticObject
    UIManager.get(Object key,Locale l)
    Returns an object from the defaults that is appropriate forthe given locale.
    boolean
    UIDefaults.getBoolean(Object key)
    If the value ofkey is boolean, return theboolean value, otherwise return false.
    boolean
    UIDefaults.getBoolean(Object key,Locale l)
    If the value ofkey for the givenLocaleis boolean, return the boolean value, otherwise return false.
    static boolean
    UIManager.getBoolean(Object key)
    Returns a boolean from the defaults which is associated withthe key value.
    static boolean
    UIManager.getBoolean(Object key,Locale l)
    Returns a boolean from the defaults which is associated withthe key value and the givenLocale.
    UIDefaults.getBorder(Object key)
    If the value ofkey is aBorder return it,otherwise returnnull.
    UIDefaults.getBorder(Object key,Locale l)
    If the value ofkey for the givenLocaleis aBorder return it, otherwise returnnull.
    staticBorder
    UIManager.getBorder(Object key)
    Returns a border from the defaults.
    staticBorder
    UIManager.getBorder(Object key,Locale l)
    Returns a border from the defaults that is appropriatefor the given locale.
    finalObject
    JComponent.getClientProperty(Object key)
    Returns the value of the property with the specified key.
    UIDefaults.getColor(Object key)
    If the value ofkey is aColor return it,otherwise returnnull.
    UIDefaults.getColor(Object key,Locale l)
    If the value ofkey for the givenLocaleis aColor return it, otherwise returnnull.
    staticColor
    UIManager.getColor(Object key)
    Returns a color from the defaults.
    staticColor
    UIManager.getColor(Object key,Locale l)
    Returns a color from the defaults that is appropriatefor the given locale.
    JTable.getColumn(Object identifier)
    Returns theTableColumn object for the column in the tablewhose identifier is equal toidentifier, when compared usingequals.
    staticObject
    LookAndFeel.getDesktopPropertyValue(String systemPropertyName,Object fallbackValue)
    Returns the value of the specified system desktop property byinvokingToolkit.getDefaultToolkit().getDesktopProperty().
    UIDefaults.getDimension(Object key)
    If the value ofkey is aDimension return it,otherwise returnnull.
    UIDefaults.getDimension(Object key,Locale l)
    If the value ofkey for the givenLocaleis aDimension return it, otherwise returnnull.
    staticDimension
    UIManager.getDimension(Object key)
    Returns a dimension from the defaults.
    staticDimension
    UIManager.getDimension(Object key,Locale l)
    Returns a dimension from the defaults that is appropriatefor the given locale.
    UIDefaults.getFont(Object key)
    If the value ofkey is aFont return it,otherwise returnnull.
    UIDefaults.getFont(Object key,Locale l)
    If the value ofkey for the givenLocaleis aFont return it, otherwise returnnull.
    staticFont
    UIManager.getFont(Object key)
    Returns a font from the defaults.
    staticFont
    UIManager.getFont(Object key,Locale l)
    Returns a font from the defaults that is appropriatefor the given locale.
    UIDefaults.getIcon(Object key)
    If the value ofkey is anIcon return it,otherwise returnnull.
    UIDefaults.getIcon(Object key,Locale l)
    If the value ofkey for the givenLocaleis anIcon return it, otherwise returnnull.
    staticIcon
    UIManager.getIcon(Object key)
    Returns anIcon from the defaults.
    staticIcon
    UIManager.getIcon(Object key,Locale l)
    Returns anIcon from the defaults that is appropriatefor the given locale.
    int
    DefaultComboBoxModel.getIndexOf(Object anObject)
    Returns the index-position of the specified object in the list.
    UIDefaults.getInsets(Object key)
    If the value ofkey is anInsets return it,otherwise returnnull.
    UIDefaults.getInsets(Object key,Locale l)
    If the value ofkey for the givenLocaleis anInsets return it, otherwise returnnull.
    staticInsets
    UIManager.getInsets(Object key)
    Returns anInsets object from the defaults.
    staticInsets
    UIManager.getInsets(Object key,Locale l)
    Returns anInsets object from the defaults that isappropriate for the given locale.
    int
    UIDefaults.getInt(Object key)
    If the value ofkey is anInteger return itsinteger value, otherwise return 0.
    int
    UIDefaults.getInt(Object key,Locale l)
    If the value ofkey for the givenLocaleis anInteger return its integer value, otherwise return 0.
    static int
    UIManager.getInt(Object key)
    Returns an integer from the defaults.
    static int
    UIManager.getInt(Object key,Locale l)
    Returns an integer from the defaults that is appropriatefor the given locale.
    DefaultListCellRenderer.getListCellRendererComponent(JList<?> list,Object value, int index, boolean isSelected, boolean cellHasFocus)
     
    UIDefaults.getString(Object key)
    If the value ofkey is aString return it,otherwise returnnull.
    UIDefaults.getString(Object key,Locale l)
    If the value ofkey for the givenLocaleis aString return it, otherwise returnnull.
    staticString
    UIManager.getString(Object key)
    Returns a string from the defaults.
    staticString
    UIManager.getString(Object key,Locale l)
    Returns a string from the defaults that is appropriate for thegiven locale.
    DefaultCellEditor.getTableCellEditorComponent(JTable table,Object value, boolean isSelected, int row, int column)
    Implements theTableCellEditor interface.
    DefaultCellEditor.getTreeCellEditorComponent(JTree tree,Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
    Implements theTreeCellEditor interface.
    int
    DefaultListModel.indexOf(Object elem)
    Searches for the first occurrence ofelem.
    int
    DefaultListModel.indexOf(Object elem, int index)
    Searches for the first occurrence ofelem, beginningthe search atindex.
    static void
    LookAndFeel.installProperty(JComponent c,String propertyName,Object propertyValue)
    Convenience method for installing a property with the specified nameand value on a component if that property has not already been setby the developer.
    int
    DefaultListModel.lastIndexOf(Object elem)
    Returns the index of the last occurrence ofelem.
    int
    DefaultListModel.lastIndexOf(Object elem, int index)
    Searches backwards forelem, starting from thespecified index, and returns an index to it.
    static void
    LookAndFeel.loadKeyBindings(InputMap retMap,Object[] keys)
    Populates anInputMap with the specified bindings.
    LookAndFeel.makeComponentInputMap(JComponent c,Object[] keys)
    Creates aComponentInputMapUIResource fromkeys.
    staticInputMap
    LookAndFeel.makeInputMap(Object[] keys)
    Creates anInputMapUIResource fromkeys.
    LookAndFeel.makeKeyBindings(Object[] keyBindingList)
    Convenience method for building an array ofKeyBindings.
    static boolean
    SwingUtilities.notifyAction(Action action,KeyStroke ks,KeyEvent event,Object sender, int modifiers)
    InvokesactionPerformed onaction ifactionis non-null and accepts the sender object.
    protected final void
    SwingWorker.publish(V... chunks)
    Sends data chunks to theSwingWorker.process(List) method.
    void
    ActionMap.put(Object key,Action action)
    Adds a binding forkey toaction.
    void
    ComponentInputMap.put(KeyStroke keyStroke,Object actionMapKey)
    Adds a binding forkeyStroke toactionMapKey.
    void
    InputMap.put(KeyStroke keyStroke,Object actionMapKey)
    Adds a binding forkeyStroke toactionMapKey.
    UIDefaults.put(Object key,Object value)
    Sets the value ofkey tovalue for all locales.
    staticObject
    UIManager.put(Object key,Object value)
    Stores an object in the developer defaults.
    final void
    JComponent.putClientProperty(Object key,Object value)
    Adds an arbitrary key/value "client property" to this component.
    void
    UIDefaults.putDefaults(Object[] keyValueList)
    Puts all of the key/value pairs in the database andunconditionally generates onePropertyChangeEvent.
    void
    AbstractAction.putValue(String key,Object newValue)
    Sets theValue associated with the specified key.
    void
    Action.putValue(String key,Object value)
    Sets one of this object's propertiesusing the associated key.
    void
    JEditorPane.read(InputStream in,Object desc)
    This method initializes from a stream.
    void
    ActionMap.remove(Object key)
    Removes the binding forkey from thisActionMap.
    void
    DefaultComboBoxModel.removeElement(Object anObject)
     
    boolean
    DefaultListModel.removeElement(Object obj)
    Removes the first (lowest-indexed) occurrence of the argumentfrom this list.
    void
    MutableComboBoxModel.removeElement(Object obj)
    Removes an item from the model.
    void
    JComboBox.removeItem(Object anObject)
    Removes an item from the item list.
    void
    JOptionPane.setInitialSelectionValue(Object newValue)
    Sets the input value that is initially displayed as selected to the user.
    void
    JOptionPane.setInitialValue(Object newInitialValue)
    Sets the initial value that is to be enabled -- theComponentthat has the focus when the pane is initially displayed.
    void
    JOptionPane.setInputValue(Object newValue)
    Sets the input value that was selected or input by the user.
    void
    ComboBoxEditor.setItem(Object anObject)
    Set the item that should be edited.
    void
    JList.setListData(E[] listData)
    Constructs a read-onlyListModel from an array of items,and callssetModel with this model.
    void
    JOptionPane.setMessage(Object newMessage)
    Sets the option pane's message-object.
    void
    JOptionPane.setOptions(Object[] newOptions)
    Sets the options this pane displays.
    void
    ComboBoxModel.setSelectedItem(Object anItem)
    Set the selected item.
    void
    DefaultComboBoxModel.setSelectedItem(Object anObject)
    Set the value of the selected item.
    void
    JComboBox.setSelectedItem(Object anObject)
    Sets the selected item in the combo box display area to the object inthe argument.
    void
    JList.setSelectedValue(Object anObject, boolean shouldScroll)
    Selects the specified object from the list.
    void
    JOptionPane.setSelectionValues(Object[] newValues)
    Sets the input selection values for a pane that provides the userwith a list of items to choose from.
    void
    DefaultCellEditor.EditorDelegate.setValue(Object value)
    Sets the value of this cell.
    void
    JFormattedTextField.setValue(Object value)
    Sets the value that will be formatted by anAbstractFormatter obtained from the currentAbstractFormatterFactory.
    void
    JOptionPane.setValue(Object newValue)
    Sets the value the user has chosen.
    void
    JSpinner.setValue(Object value)
    Changes current value of the model, typicallythis value is displayed by theeditor.
    void
    Renderer.setValue(Object aValue, boolean isSelected)
    Specifies the value to display and whether or not thevalue should be portrayed as "currently selected".
    void
    SpinnerDateModel.setValue(Object value)
    Sets the currentDate for this sequence.
    void
    SpinnerListModel.setValue(Object elt)
    Changes the current element of the sequence and notifiesChangeListeners.
    void
    SpinnerModel.setValue(Object value)
    Changes current value of the model, typically this value is displayedby theeditor part of aJSpinner.
    void
    SpinnerNumberModel.setValue(Object value)
    Sets the current value for this sequence.
    void
    JTable.setValueAt(Object aValue, int row, int column)
    Sets the value for the cell in the table model atrowandcolumn.
    static int
    JOptionPane.showConfirmDialog(Component parentComponent,Object message)
    Brings up a dialog with the optionsYes,No andCancel; with thetitle,Select an Option.
    static int
    JOptionPane.showConfirmDialog(Component parentComponent,Object message,String title, int optionType)
    Brings up a dialog where the number of choices is determinedby theoptionType parameter.
    static int
    JOptionPane.showConfirmDialog(Component parentComponent,Object message,String title, int optionType, int messageType)
    Brings up a dialog where the number of choices is determinedby theoptionType parameter, where themessageTypeparameter determines the icon to display.
    static int
    JOptionPane.showConfirmDialog(Component parentComponent,Object message,String title, int optionType, int messageType,Icon icon)
    Brings up a dialog with a specified icon, where the number ofchoices is determined by theoptionType parameter.
    staticString
    JOptionPane.showInputDialog(Component parentComponent,Object message)
    Shows a question-message dialog requesting input from the userparented toparentComponent.
    staticString
    JOptionPane.showInputDialog(Component parentComponent,Object message,Object initialSelectionValue)
    Shows a question-message dialog requesting input from the user andparented toparentComponent.
    staticString
    JOptionPane.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.
    staticObject
    JOptionPane.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 theinitial selection, possible selections, and all other options canbe specified.
    staticString
    JOptionPane.showInputDialog(Object message)
    Shows a question-message dialog requesting input from the user.
    staticString
    JOptionPane.showInputDialog(Object message,Object initialSelectionValue)
    Shows a question-message dialog requesting input from the user, withthe input value initialized toinitialSelectionValue.
    static int
    JOptionPane.showInternalConfirmDialog(Component parentComponent,Object message)
    Brings up an internal dialog panel with the optionsYes,NoandCancel; with the title,Select an Option.
    static int
    JOptionPane.showInternalConfirmDialog(Component parentComponent,Object message,String title, int optionType)
    Brings up a internal dialog panel where the number of choicesis determined by theoptionType parameter.
    static int
    JOptionPane.showInternalConfirmDialog(Component parentComponent,Object message,String title, int optionType, int messageType)
    Brings up an internal dialog panel where the number of choicesis determined by theoptionType parameter, wherethemessageType parameter determines the icon to display.
    static int
    JOptionPane.showInternalConfirmDialog(Component parentComponent,Object message,String title, int optionType, int messageType,Icon icon)
    Brings up an internal dialog panel with a specified icon, wherethe number of choices is determined by theoptionTypeparameter.
    staticString
    JOptionPane.showInternalInputDialog(Component parentComponent,Object message)
    Shows an internal question-message dialog requesting input fromthe user parented toparentComponent.
    staticString
    JOptionPane.showInternalInputDialog(Component parentComponent,Object message,String title, int messageType)
    Shows an internal dialog requesting input from the user parentedtoparentComponent with the dialog having the titletitle and message typemessageType.
    staticObject
    JOptionPane.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 wherethe initial selection, possible selections, and all otheroptions can be specified.
    static void
    JOptionPane.showInternalMessageDialog(Component parentComponent,Object message)
    Brings up an internal confirmation dialog panel.
    static void
    JOptionPane.showInternalMessageDialog(Component parentComponent,Object message,String title, int messageType)
    Brings up an internal dialog panel that displays a messageusing a default icon determined by themessageTypeparameter.
    static void
    JOptionPane.showInternalMessageDialog(Component parentComponent,Object message,String title, int messageType,Icon icon)
    Brings up an internal dialog panel displaying a message,specifying all parameters.
    static int
    JOptionPane.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, wherethe initial choice is determined by theinitialValueparameter and the number of choices is determined by theoptionType parameter.
    static void
    JOptionPane.showMessageDialog(Component parentComponent,Object message)
    Brings up an information-message dialog titled "Message".
    static void
    JOptionPane.showMessageDialog(Component parentComponent,Object message,String title, int messageType)
    Brings up a dialog that displays a message using a defaulticon determined by themessageType parameter.
    static void
    JOptionPane.showMessageDialog(Component parentComponent,Object message,String title, int messageType,Icon icon)
    Brings up a dialog displaying a message, specifying all parameters.
    static int
    JOptionPane.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 initialchoice is determined by theinitialValue parameter andthe number of choices is determined by theoptionTypeparameter.
    abstractString
    JFormattedTextField.AbstractFormatter.valueToString(Object value)
    Returns the string value to display forvalue.
    Constructors injavax.swing with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Constructs a DefaultComboBoxModel object initialized withan array of objects.
     
    Creates a node with the specified object as its value andwith the specified children.
     
    JComboBox(E[] items)
    Creates aJComboBox that contains the elementsin the specified array.
     
    Creates a JFormattedTextField with the specified value.
     
    Creates aJFormattedTextField with the specifiedAbstractFormatterFactory and initial value.
     
    JList(E[] listData)
    Constructs aJList that displays the elements inthe specified array.
     
    Creates a instance ofJOptionPane to display amessage using theplain-message message type and the default options delivered bythe UI.
     
    JOptionPane(Object message, int messageType)
    Creates an instance ofJOptionPane to display a messagewith the specified message type and the default options,
     
    JOptionPane(Object message, int messageType, int optionType)
    Creates an instance ofJOptionPane to display a messagewith the specified message type and options.
     
    JOptionPane(Object message, int messageType, int optionType,Icon icon)
    Creates an instance ofJOptionPane to display a messagewith 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 messagewith 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 messagewith the specified message type, icon, and options, with theinitially-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 thespecified array as thechild 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 fillingin a rectangular bar as the process nears completion.
     
    Constructs an object to monitor the progress of an input stream.
     
    Creates aLazyValue which will construct an instancewhen asked.
     
    Creates aLazyValue which will construct an instancewhen asked.
     
    Constructs aSpinnerModel whose sequence of valuesis defined by the specified array.
     
    UIDefaults(Object[] keyValueList)
    Creates a defaults table initialized with the specifiedkey/value pairs.
  • Uses ofObject injavax.swing.border

    Subclasses ofObject injavax.swing.border
    Modifier and Type
    Class
    Description
    class 
    A class that implements an empty border with no size.
    class 
    A class which implements a simple two-line bevel border.
    class 
    A composite Border class used to compose two Border objectsinto a single border by nesting an inside Border object withinthe insets of an outside Border object.
    class 
    A class which provides an empty, transparent border whichtakes up space but does no drawing.
    class 
    A class which implements a simple etched border which caneither be etched-in or etched-out.
    class 
    A class which implements a line border of arbitrary thicknessand of a single color.
    class 
    A class which provides a matte-like border of either a solid coloror a tiled icon.
    class 
    A class which implements a raised or lowered bevel withsoftened corners.
    class 
    A class which implements a border of an arbitrary stroke.
    class 
    A class which implements an arbitrary borderwith the addition of a String title in aspecified position and justification.
  • Uses ofObject injavax.swing.colorchooser

    Modifier and Type
    Class
    Description
    class 
    This is the abstract superclass for color choosers.
    class 
    A class designed to produce preconfigured "accessory" objects toinsert into color choosers.
    class 
    A generic implementation ofColorSelectionModel.
  • Uses ofObject injavax.swing.event

    Subclasses ofObject injavax.swing.event
    Modifier and Type
    Class
    Description
    class 
    An event reported to a child component that originated from anancestor in the component hierarchy.
    class 
    CaretEvent is used to notify interested parties thatthe text caret has changed in the event source.
    class 
    ChangeEvent is used to notify interested parties thatstate has changed in the event source.
    static final class 
    Enumeration for document event types
    class 
    A class that holds a list of EventListeners.
    class 
    HyperlinkEvent is used to notify interested parties thatsomething has happened with respect to a hypertext link.
    static final class 
    Defines the ENTERED, EXITED, and ACTIVATED event types, alongwith their string representations, returned by toString().
    class 
    An abstract adapter class for receiving internal frame events.
    class 
    AnAWTEvent that adds support forJInternalFrame objects as the event source.
    class 
    Defines an event that encapsulates changes to a list.
    class 
    An event that characterizes a change in selection.
    class 
    MenuDragMouseEvent is used to notify interested parties thatthe menu element has received a MouseEvent forwarded to itunder drag conditions.
    class 
    MenuEvent is used to notify interested parties thatthe menu which is the event source has been posted,selected, or canceled.
    class 
    MenuKeyEvent is used to notify interested parties thatthe menu element has received a KeyEvent forwarded to itin a menu tree.
    class 
    An empty implementation of theMouseInputListener interface, providedas a convenience to simplify the task of creating listeners, by extendingand implementing only the methods of interest.
    class 
    PopupMenuEvent only contains the source of the event which is the JPopupMenusending the event
    class 
    RowSorterEvent provides notification of changes toaRowSorter.
    final class 
    This subclass ofjava.beans.PropertyChangeSupport is almostidentical in functionality.
    class 
    TableColumnModelEvent is used to notify listeners that a tablecolumn model has changed, such as a column was added, removed, ormoved.
    class 
    TableModelEvent is used to notify listeners that a table modelhas changed.
    class 
    An event used to identify a single path in a tree.
    class 
    Encapsulates information describing changes to a tree model, andused to notify tree model listeners of the change.
    class 
    An event that characterizes a change in the currentselection.
    class 
    An event indicating that an operation which can be undone has occurred.
    Fields injavax.swing.event declared asObject
    Modifier and Type
    Field
    Description
    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 Type
    Method
    Description
    TreeSelectionEvent.cloneWithSource(Object newSource)
    Returns a copy of the receiver, but with the source being newSource.
    TreeModelEvent.getChildren()
    Returns the objects that are children of the node identified bygetPath at the locations specified bygetChildIndices.
    EventListenerList.getListenerList()
    Passes back the event listener list as an arrayof ListenerType-listener pairs.
    TreeModelEvent.getPath()
    Convenience method to get the array of objects from the TreePathinstance that this event wraps.
    Methods injavax.swing.event with parameters of typeObject
    Modifier and Type
    Method
    Description
    TreeSelectionEvent.cloneWithSource(Object newSource)
    Returns a copy of the receiver, but with the source being newSource.
    Constructors injavax.swing.event with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Creates a new CaretEvent object.
     
    Constructs a ChangeEvent object.
     
    Creates a new object representing a hypertext link event.
     
    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.
     
    Constructs a PopupMenuEvent object.
     
    Constructs a SwingPropertyChangeSupport object.
     
    SwingPropertyChangeSupport(Object sourceBean, boolean notifyOnEDT)
    Constructs a SwingPropertyChangeSupport object.
     
    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 ofObjects.
     
    TreeModelEvent(Object source,Object[] path, int[] childIndices,Object[] children)
    Used to create an event when nodes have been changed, inserted, orremoved, identifying the path to the parent of the modified items asan array of Objects.
     
    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 TreePathobject.
     
    TreeModelEvent(Object source,TreePath path, int[] childIndices,Object[] children)
    Used to create an event when nodes have been changed, inserted, orremoved, identifying the path to the parent of the modified items asa 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.
     
    Constructs an UndoableEditEvent object.
  • Uses ofObject injavax.swing.filechooser

    Modifier and Type
    Class
    Description
    class 
    FileFilter is an abstract class used byJFileChooserfor filtering the set of files shown to the user.
    final class 
    An implementation ofFileFilter that filters using aspecified set of extensions.
    class 
    FileSystemView is JFileChooser's gateway to thefile system.
    class 
    FileView defines an abstract class that can be implementedto provide the filechooser with UI information for aFile.
  • Uses ofObject injavax.swing.plaf

    Subclasses ofObject injavax.swing.plaf
    Modifier and Type
    Class
    Description
    class 
    A subclass of javax.swing.ActionMap that implements UIResource.
    class 
    A Border wrapper class which implements UIResource.
    static class 
    A bevel border UI resource.
    static class 
    A compound border UI resource.
    static class 
    An empty border UI resource.
    static class 
    An etched border UI resource.
    static class 
    A line border UI resource.
    static class 
    A matte border UI resource.
    static class 
    A titled border UI resource.
    class 
    Pluggable look and feel interface for JButton.
    class 
    Pluggable look and feel interface for JColorChooser.
    class 
    A subclass of Color that implements UIResource.
    class 
    Pluggable look and feel interface for JComboBox.
    class 
    A subclass of javax.swing.ComponentInputMap that implements UIResource.
    class 
    The base class for all UI delegate objects in the Swing pluggablelook and feel architecture.
    class 
    Pluggable look and feel interface for JDesktopIcon.
    class 
    Pluggable look and feel interface for JDesktopPane.
    class 
    A subclass ofDimension that implementsUIResource.
    class 
    Pluggable look and feel interface forJFileChooser.
    class 
    A subclass of java.awt.Font that implements UIResource.
    class 
    An Icon wrapper class which implements UIResource.
    class 
    A subclass of javax.swing.InputMap that implements UIResource.
    class 
    A subclass of Insets that implements UIResource.
    class 
    Pluggable look and feel interface for JInternalFrame.
    class 
    Pluggable look and feel interface for JLabel.
    class 
    LayerUI<V extendsComponent>
    The base class for allJLayer's UI delegates.
    class 
    TheJList pluggable look and feel delegate.
    class 
    Pluggable look and feel interface for JMenuBar.
    class 
    Pluggable look and feel interface for JMenuItem.
    class 
    Pluggable look and feel interface for JOptionPane.
    class 
    Pluggable look and feel interface for Panel.
    class 
    Pluggable look and feel interface for JPopupMenu.
    class 
    Pluggable look and feel interface for JProgressBar.
    class 
    Pluggable look and feel interface for JRootPane.
    class 
    Pluggable look and feel interface for JScrollBar.
    class 
    Pluggable look and feel interface for JScrollPane.
    class 
    Pluggable look and feel interface for JSeparator.
    class 
    Pluggable look and feel interface for JSlider.
    class 
    Pluggable look and feel interface for JSpinner
    class 
    Pluggable look and feel interface for JSplitPane.
    class 
    Pluggable look and feel interface for JTabbedPane.
    class 
    Pluggable look and feel interface for JTableHeader.
    class 
    Pluggable look and feel interface for JTable.
    class 
    Text editor user interface
    class 
    Pluggable look and feel interface for JToolBar.
    class 
    Pluggable look and feel interface for JToolTip.
    class 
    Pluggable look and feel interface for JTree.
    class 
    Pluggable look and feel interface for JViewport.
    Methods injavax.swing.plaf with parameters of typeObject
    Modifier and Type
    Method
    Description
    protected void
    LayerUI.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes for Object properties.
  • Uses ofObject injavax.swing.plaf.basic

    Modifier and Type
    Class
    Description
    class 
    JButton object that draws a scaled Arrow in one of the cardinal directions.
    class 
    Factory object that can vend Borders appropriate for the basic L & F.
    static class 
    Draws a border around a button.
    static class 
    Draws the border around a field.
    static class 
    Draws the border around components which support margins.
    static class 
    Draws the border around a menu bar.
    static class 
    Draws the border around a radio button.
    static class 
    Special thin border for rollover toolbar buttons.
    static class 
    Draws the border around the splitpane.
    static class 
    Draws the border around a toggle button.
    class 
    Button Listener
    class 
    BasicButton implementation
    class 
    BasicCheckboxMenuItem implementation
    class 
    CheckboxUI implementation for BasicCheckboxUI
    class 
    Provides the basic look and feel for a JColorChooser.
    class 
    This class should be treated as a "protected" inner class.
    class 
    The default editor for editable combo boxes.
    static class 
    A subclass of BasicComboBoxEditor that implements UIResource.
    class 
    ComboBox renderer
    static class 
    A subclass of BasicComboBoxRenderer that implements UIResource.
    class 
    Basic UI implementation for JComboBox.
    class 
    This layout manager handles the 'standard' layout of combo boxes.
    class 
    This listener hides the popup when the focus is lost.
    class 
    This listener watches for changes to the selection in thecombo box.
    class 
    This listener checks to see if the key event isn't a navigation key.
    class 
    This listener watches for changes in theComboBoxModel.
    class 
    This listener watches for bound properties that have changed in thecombo box.
    class 
    This is a basic implementation of theComboPopup interface.
    class 
    As of Java 2 platform v 1.4, this class is now obsolete and is only included forbackwards API compatibility.
    protected class 
    A listener to be registered upon the combo box(not its popup menu)to handle mouse eventsthat affect the state of the popup menu.
    protected class 
    This listener watches for dragging and updates the current selection in thelist if it is dragging over the list.
    protected class 
    This listener watches for changes to the selection in thecombo box.
    class 
    As of 1.4, this class is now obsolete, doesn't do anything, andis only included for backwards API compatibility.
    protected class 
    This listener hides the popup when the mouse is released in the list.
    protected class 
    This listener changes the selected item as you move the mouse over the list.
    protected class 
    As of Java 2 platform v 1.4, this class is now obsolete, doesn't do anything, andis only included for backwards API compatibility.
    protected class 
    This listener watches for bound properties that have changed in thecombo box.
    class 
    Basic L&F for a minimized window on a desktop.
    class 
    Listens for mouse movements and acts on them.
    class 
    Basic L&F for a desktop.
    protected class 
    Handles closing an internal frame.
    protected class 
    Handles maximizing an internal frame.
    protected class 
    Handles minimizing an internal frame.
    protected class 
    Handles navigating to the next internal frame.
    protected class 
    Handles restoring a minimized or maximized internal frame.
    class 
    Basic implementation of a file list.
    class 
    Provides the look and feel for a JEditorPane.
    class 
    Basic L&F implementation of a FileChooser.
    protected class 
    Accept all file filter.
    protected class 
    Responds to an Open or Save request
    protected class 
    A basic file view.
    protected class 
    Responds to a cancel request.
    protected class 
    Change to parent directory action.
    protected class 
    A double click listener.
    protected class 
    Acts on the "home" key event or equivalent event.
    protected class 
    Creates a new folder.
    protected class 
    A selection listener.
    protected class 
    Rescans the files in the current directory
    class 
    Provides the look and feel implementation forJFormattedTextField.
    class 
    Convenient util class.
    class 
    Support for providing html views for the swing components.
    class 
    Factory object that can vend Icons appropriate for the basic L & F.
    class 
    The class that manages a basic title bar
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    A basic L&F implementation of JInternalFrame.
    protected class 
    Basic internal frame listener.
    protected class 
    Listens for border adjustments.
    protected class 
    Component handler.
    protected class 
    Glass pane dispatcher.
    class 
    Internal frame layout.
    class 
    Internal frame property change listener.
    class 
    A Windows L&F implementation of LabelUI.
    class 
    An extensible implementation ofListUI.
    class 
    This class should be treated as a "protected" inner class.
    class 
    TheListDataListener that's added to theJLists model atinstallUI time, and whenever the JList.model property changes.
    class 
    The ListSelectionListener that's added to the JLists selectionmodel at installUI time, and whenever the JList.selectionModel propertychanges.
    class 
    Mouse input, and focus handling for JList.
    class 
    The PropertyChangeListener that's added to the JList atinstallUI time.
    class 
    A base class to use in creating a look and feel for Swing.
    class 
    A default L&F implementation of MenuBarUI.
    class 
    BasicMenuItem implementation
    protected class 
    Deprecated, for removal: This API element is subject to removal in a future version. 
    class 
    A default L&F implementation of MenuUI.
    class 
    As of Java 2 platform 1.4, this previously undocumented classis now obsolete.
    protected class 
    Instantiated and used by a menu item to handle the current menu selectionfrom mouse events.
    class 
    Provides the basic look and feel for aJOptionPane.
    class 
    This class should be treated as a "protected" inner class.
    static class 
    ButtonAreaLayout behaves in a similar manner toFlowLayout.
    class 
    This class should be treated as a "protected" inner class.
    class 
    BasicPanel implementation
    class 
    Provides the Windows look and feel for a password field.
    class 
    A Basic L&F implementation of PopupMenuSeparatorUI.
    class 
    A Windows L&F implementation of PopupMenuUI.
    class 
    A Basic L&F implementation of ProgressBarUI.
    class 
    This class should be treated as a "protected" inner class.
    class 
    BasicRadioButtonMenuItem implementation
    class 
    RadioButtonUI implementation for BasicRadioButtonUI
    class 
    Basic implementation of RootPaneUI, there is one shared between allJRootPane instances.
    class 
    Implementation of ScrollBarUI for the Basic Look and Feel
    protected class 
    Listener for cursor keys.
    protected class 
    A listener to listen for model changes.
    class 
    Property change handler
    protected class 
    Listener for scrolling events initiated in theScrollPane.
    protected class 
    Track mouse drags.
    class 
    A default L&F implementation of ScrollPaneUI.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version. 
    protected class 
    MouseWheelHandler is an inner class which implements theMouseWheelListener interface.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version. 
    class 
    Deprecated, for removal: This API element is subject to removal in a future version. 
    class 
    Deprecated, for removal: This API element is subject to removal in a future version. 
    class 
    A Basic L&F implementation of SeparatorUI.
    class 
    A Basic L&F implementation of SliderUI.
    class 
    As of Java 2 platform v1.3 this undocumented class is no longer used.
    class 
    Data model listener.
    class 
    Listener for resizing events.
    class 
    Focus-change listener.
    class 
    A property change handler.
    class 
    Scroll-event listener.
    class 
    Track mouse movements.
    class 
    The default Spinner UI delegate.
    class 
    Divider used by BasicSplitPaneUI.
    protected class 
    Used to layout aBasicSplitPaneDivider.
    protected class 
    Handles the events during a dragging session for aHORIZONTAL_SPLIT oriented split pane.
    protected class 
    MouseHandler is responsible for converting mouse events(released, dragged...) into the appropriate DragControllermethods.
    protected class 
    Handles the events during a dragging session for aVERTICAL_SPLIT oriented split pane.
    class 
    A Basic L&F implementation of the SplitPaneUI.
    class 
    LayoutManager for JSplitPanes that have an orientation ofHORIZONTAL_SPLIT.
    class 
    LayoutManager used for JSplitPanes with an orientation ofVERTICAL_SPLIT.
    class 
    Implementation of the FocusListener that the JSplitPane UI uses.
    class 
    Implementation of an ActionListener that the JSplitPane UI uses forhandling specific key presses.
    class 
    Implementation of an ActionListener that the JSplitPane UI uses forhandling specific key presses.
    class 
    Implementation of an ActionListener that the JSplitPane UI uses forhandling specific key presses.
    class 
    Implementation of an ActionListener that the JSplitPane UI uses forhandling specific key presses.
    class 
    Implementation of an ActionListener that the JSplitPane UI uses forhandling specific key presses.
    class 
    Implementation of the PropertyChangeListenerthat the JSplitPane UI uses.
    class 
    A Basic L&F implementation of TabbedPaneUI.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    BasicTableHeaderUI implementation
    class 
    This class should be treated as a "protected" inner class.
    class 
    BasicTableUI implementation
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    This class should be treated as a "protected" inner class.
    class 
    Provides the look and feel for a plain text editor.
    class 
    Basis of a look and feel for a JTextField.
    class 
    Provides the look and feel for a styled text editor.
    class 
    Basis of a text components look-and-feel.
    static class 
    Default implementation of the interfaceCaret.
    static class 
    Default implementation of the interfaceHighlighter.
    class 
    BasicToggleButton implementation
    class 
    A Basic L&F implementation of ToolBarSeparatorUI.
    class 
    A Basic L&F implementation of ToolBarUI.
    class 
    This class should be treated as a "protected" inner class.
    protected class 
    The window which appears during dragging theJToolBar.
    protected class 
    The class listens for window events.
    protected class 
    The class listens for property changed events.
    protected class 
    The class listens for component events.
    protected class 
    The class listens for focus events.
    class 
    Standard tool tip L&F.
    class 
    The basic L&F for a hierarchical data structure.
    class 
    Listener responsible for getting cell editing events and updatingthe tree accordingly.
    class 
    Updates the preferred size when scrolling (if necessary).
    class 
    Repaints the lead selection row when focus is lost/gained.
    class 
    This is used to get multiple key down events to appropriately generateevents.
    class 
    TreeMouseListener is responsible for updating the selectionbased on mouse events.
    class 
    MouseInputHandler handles passing all mouse events,including mouse motion events, until the mouse is released tothe destination it is constructed with.
    class 
    Class responsible for getting size of node, method is forwardedto BasicTreeUI method.
    class 
    PropertyChangeListener for the tree.
    class 
    Listener on the TreeSelectionModel, resets the row selection ifany of the properties of the model change.
    class 
    ActionListener that invokes cancelEditing when action performed.
    class 
    Updates the TreeState in response to nodes expanding/collapsing.
    class 
    TreeHomeAction is used to handle end/home actions.
    class 
    TreeIncrementAction is used to handle up/down actions.
    class 
    Forwards all TreeModel events to the TreeState.
    class 
    TreePageAction handles page up and page down events.
    class 
    Listens for changes in the selection model and updates the displayaccordingly.
    class 
    For the first selected row expandedness will be toggled.
    class 
    TreeTraverseAction is the action used for left/right keys.
    class 
    BasicViewport implementation
    class 
    The default layout manager for Popup menus and menubars.
    Subclasses with type arguments of typeObject injavax.swing.plaf.basic
    Modifier and Type
    Class
    Description
    class 
    Basic implementation of a file list.
    Classes injavax.swing.plaf.basic that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    class 
    ComboBox renderer
    Fields injavax.swing.plaf.basic with type parameters of typeObject
    Modifier and Type
    Field
    Description
    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 Type
    Method
    Description
    protectedObject[]
    BasicOptionPaneUI.getButtons()
    Returns the buttons to display from theJOptionPane the receiver isproviding the look and feel for.
    BasicDirectoryModel.getElementAt(int index)
     
    BasicComboBoxEditor.getItem()
     
    protectedObject
    BasicOptionPaneUI.getMessage()
    Returns the message to display from theJOptionPane the receiver isproviding the look and feel for.
    Methods injavax.swing.plaf.basic that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    protectedJList<Object>
    BasicComboPopup.createList()
    Creates the JList used in the popup to displaythe items in the combo box model.
    BasicComboBoxUI.createRenderer()
    Creates the default renderer that will be used in a non-editiable combobox.
    BasicComboPopup.getList()
    Implementation of ComboPopup.getList().
    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 Type
    Method
    Description
    protected void
    BasicOptionPaneUI.addButtonComponents(Container container,Object[] buttons, int initialIndex)
    Creates the appropriate object to represent each of the objects inbuttons and adds it tocontainer.
    void
    BasicSplitPaneUI.BasicHorizontalLayoutManager.addLayoutComponent(Component comp,Object constraints)
    Adds the specified component to the layout, using the specifiedconstraint object.
    protected void
    BasicOptionPaneUI.addMessageComponents(Container container,GridBagConstraints cons,Object msg, int maxll, boolean internallyCreated)
    Creates the appropriate object to representmsg and places itintocontainer.
    boolean
    BasicDirectoryModel.contains(Object o)
    Returnstrue if an elemento is in file cache,otherwise, returnsfalse.
    protectedAction
    BasicLookAndFeel.createAudioAction(Object key)
    Creates and returns anAction used to play a sound.
    protected void
    BasicDirectoryModel.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Support for reporting bound property changes for boolean properties.
    BasicComboBoxRenderer.getListCellRendererComponent(JList<?> list,Object value, int index, boolean isSelected, boolean cellHasFocus)
     
    BasicTreeUI.NodeDimensionsHandler.getNodeDimensions(Object value, int row, int depth, boolean expanded,Rectangle size)
    Responsible for getting the size of a particular node.
    int
    BasicDirectoryModel.indexOf(Object o)
    Returns an index of elemento in file cache.
    void
    BasicComboBoxEditor.setItem(Object anObject)
    Sets the item that should be edited.
    Method parameters injavax.swing.plaf.basic with type arguments of typeObject
    Modifier and Type
    Method
    Description
    protected void
    BasicListUI.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 void
    BasicListUI.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
    Modifier
    Constructor
    Description
     
    Constructs a new instance ofBasicComboPopup.
  • Uses ofObject injavax.swing.plaf.metal

    Modifier and Type
    Class
    Description
    class 
    A concrete implementation ofMetalTheme providingthe original look of the Java Look and Feel, code-named "Steel".
    class 
    Factory object that can vend Borders appropriate for the metal L & F.
    static class 
    The class represents the border of aJButton.
    static class 
    The class represents the 3D border.
    static class 
    The class represents the border of aJInternalFrame.
    static class 
    The class represents the border of aJMenuBar.
    static class 
    The class represents the border of aJMenuItem.
    static class 
    The class represents the border of an option dialog.
    static class 
    Border for a Palette.
    static class 
    The class represents the border of aJPopupMenu.
    static class 
    The class represents the border of a rolloverButton.
    static class 
    The class represents the border of aJScrollPane.
    static class 
    Border for a Table Header
    static class 
    Border for aJTextField.
    static class 
    Border for aJToggleButton.
    static class 
    The class represents the border of aJToolBar.
    class 
    MetalButtonUI implementation
    class 
    CheckboxIcon implementation for OrganicCheckBoxUI
    class 
    CheckboxUI implementation for MetalCheckboxUI
    class 
    JButton subclass to help out MetalComboBoxUI
    class 
    The default editor for Metal editable combo boxes
    static class 
    A subclass of BasicComboBoxEditor that implements UIResource.
    class 
    This utility class draws the horizontal bars which indicate a MetalComboBox
    class 
    Metal UI for JComboBox
    class 
    This class should be treated as a "protected" inner class.
    class 
    Deprecated.
    As of Java 2 platform v1.4.
    class 
    This class should be treated as a "protected" inner class.
    class 
    Metal desktop icon.
    class 
    Metal L&F implementation of a FileChooser.
    protected class 
    Acts when DirectoryComboBox has changed the selected item.
    protected class 
    Data model for a type-face selection combo-box.
    protected class 
    Deprecated.
    As of JDK version 9.
    protected class 
    Data model for a type-face selection combo-box.
    class 
    Render different type sizes and styles.
    protected class 
    Deprecated.
    As of JDK version 9.
    class 
    Factory object that vendsIcons forthe Java look and feel (Metal).
    static class 
    Warning:Serialized objects of this class will not be compatible withfuture Swing releases.
    static class 
    Warning:Serialized objects of this class will not be compatible withfuture Swing releases.
    static class 
    Defines an icon for Palette close
    static class 
    Warning:Serialized objects of this class will not be compatible withfuture Swing releases.
    static class 
    Warning:Serialized objects of this class will not be compatible withfuture Swing releases.
    static class 
    The class represents a tree leaf icon.
    class 
    Class that manages a JLF title bar
    class 
    Metal implementation of JInternalFrame.
    class 
    A Windows L&F implementation of LabelUI.
    class 
    The Java Look and Feel, otherwise known as Metal.
    class 
    Metal implementation ofMenuBarUI.
    class 
    A Metal L&F implementation of PopupMenuSeparatorUI.
    class 
    The Metal implementation of ProgressBarUI.
    class 
    RadioButtonUI implementation for MetalRadioButtonUI
    class 
    Provides the metal look and feel implementation ofRootPaneUI.
    class 
    Implementation of ScrollBarUI for the Metal Look and Feel
    class 
    JButton object for Metal scrollbar arrows.
    class 
    A Metal L&F implementation of ScrollPaneUI.
    class 
    A Metal L&F implementation of SeparatorUI.
    class 
    A Java L&F implementation of SliderUI.
    protected class 
    PropertyListener forJSlider.isFilled.
    class 
    Metal split pane.
    class 
    The Metal subclass of BasicTabbedPaneUI.
    class 
    This class should be treated as a "protected" inner class.
    class 
    Basis of a look and feel for a JTextField.
    class 
    MetalTheme provides the color palette and fonts used bythe Java Look and Feel.
    class 
    MetalToggleButton implementation
    class 
    A Metal Look and Feel implementation of ToolBarUI.
    protected class 
    No longer used.
    protected class 
    DockingListener forMetalToolBarUI.
    protected class 
    No longer used.
    class 
    A Metal L&F extension of BasicToolTipUI.
    class 
    The metal look and feel implementation ofTreeUI.
    class 
    The default theme for theMetalLookAndFeel.
    Subclasses with type arguments of typeObject injavax.swing.plaf.metal
    Modifier and Type
    Class
    Description
    protected class 
    Data model for a type-face selection combo-box.
    protected class 
    Data model for a type-face selection combo-box.
    Classes injavax.swing.plaf.metal that implement interfaces with type arguments of typeObject
    Modifier and Type
    Class
    Description
    protected class 
    Data model for a type-face selection combo-box.
    protected class 
    Data model for a type-face selection combo-box.
    Fields injavax.swing.plaf.metal with type parameters of typeObject
    Modifier and Type
    Field
    Description
    protectedJComboBox<Object>
    MetalComboBoxButton.comboBox
    The instance ofJComboBox.
    protectedJList<Object>
    MetalComboBoxButton.listBox
    The instance ofJList.
    Methods injavax.swing.plaf.metal that returnObject
    Modifier and Type
    Method
    Description
    MetalFileChooserUI.DirectoryComboBoxModel.getElementAt(int index)
     
    MetalFileChooserUI.FilterComboBoxModel.getElementAt(int index)
     
    MetalFileChooserUI.DirectoryComboBoxModel.getSelectedItem()
     
    MetalFileChooserUI.FilterComboBoxModel.getSelectedItem()
     
    Methods injavax.swing.plaf.metal that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    MetalComboBoxButton.getComboBox()
    Returns theJComboBox.
    Methods injavax.swing.plaf.metal with parameters of typeObject
    Modifier and Type
    Method
    Description
    protected void
    MetalTreeUI.decodeLineStyle(Object lineStyleFlag)
    Converts between the string passed into the client propertyand the internal representation (currently and int)
    void
    MetalFileChooserUI.DirectoryComboBoxModel.setSelectedItem(Object selectedDirectory)
     
    void
    MetalFileChooserUI.FilterComboBoxModel.setSelectedItem(Object filter)
     
    Method parameters injavax.swing.plaf.metal with type arguments of typeObject
    Modifier and Type
    Method
    Description
    final void
    MetalComboBoxButton.setComboBox(JComboBox<Object> cb)
    Sets theJComboBox.
    Constructor parameters injavax.swing.plaf.metal with type arguments of typeObject
    Modifier
    Constructor
    Description
     
    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.
     
    Constructs a new instance ofMetalComboBoxButton.
     
    Constructs a new instance ofMetalComboBoxButton.
     
    Deprecated.
    Constructs a new instance ofMetalComboPopup.
  • Uses ofObject injavax.swing.plaf.multi

    Modifier and Type
    Class
    Description
    class 
    A multiplexing UI used to combineButtonUIs.
    class 
    A multiplexing UI used to combineColorChooserUIs.
    class 
    A multiplexing UI used to combineComboBoxUIs.
    class 
    A multiplexing UI used to combineDesktopIconUIs.
    class 
    A multiplexing UI used to combineDesktopPaneUIs.
    class 
    A multiplexing UI used to combineFileChooserUIs.
    class 
    A multiplexing UI used to combineInternalFrameUIs.
    class 
    A multiplexing UI used to combineLabelUIs.
    class 
    A multiplexing UI used to combineListUIs.
    class 
    A multiplexing look and feel that allows more than one UIto be associated with a component at the same time.
    class 
    A multiplexing UI used to combineMenuBarUIs.
    class 
    A multiplexing UI used to combineMenuItemUIs.
    class 
    A multiplexing UI used to combineOptionPaneUIs.
    class 
    A multiplexing UI used to combinePanelUIs.
    class 
    A multiplexing UI used to combinePopupMenuUIs.
    class 
    A multiplexing UI used to combineProgressBarUIs.
    class 
    A multiplexing UI used to combineRootPaneUIs.
    class 
    A multiplexing UI used to combineScrollBarUIs.
    class 
    A multiplexing UI used to combineScrollPaneUIs.
    class 
    A multiplexing UI used to combineSeparatorUIs.
    class 
    A multiplexing UI used to combineSliderUIs.
    class 
    A multiplexing UI used to combineSpinnerUIs.
    class 
    A multiplexing UI used to combineSplitPaneUIs.
    class 
    A multiplexing UI used to combineTabbedPaneUIs.
    class 
    A multiplexing UI used to combineTableHeaderUIs.
    class 
    A multiplexing UI used to combineTableUIs.
    class 
    A multiplexing UI used to combineTextUIs.
    class 
    A multiplexing UI used to combineToolBarUIs.
    class 
    A multiplexing UI used to combineToolTipUIs.
    class 
    A multiplexing UI used to combineTreeUIs.
    class 
    A multiplexing UI used to combineViewportUIs.
  • Uses ofObject injavax.swing.plaf.nimbus

    Modifier and Type
    Class
    Description
    class 
    Convenient base class for defining Painter instances for rendering aregion or component in Nimbus.
    protected static class 
    A class encapsulating state useful when painting.
    class 
    The NimbusLookAndFeel class.
    final class 
    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 Type
    Method
    Description
    NimbusStyle.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 liketo include in the image cache lookups.
    Methods injavax.swing.plaf.nimbus that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    Gets the appropriate background Painter, if there is one, for the statespecified in the given SynthContext.
    NimbusStyle.getBorderPainter(SynthContext ctx)
    Gets the appropriate border Painter, if there is one, for the statespecified in the given SynthContext.
    Gets the appropriate foreground Painter, if there is one, for the statespecified in the given SynthContext.
    Methods injavax.swing.plaf.nimbus with parameters of typeObject
    Modifier and Type
    Method
    Description
    protected abstract void
    AbstractRegionPainter.doPaint(Graphics2D g,JComponent c, int width, int height,Object[] extendedCacheKeys)
    Actually performs the painting operation.
    NimbusStyle.get(SynthContext ctx,Object key)
    Getter for a region specific style property.
  • Uses ofObject injavax.swing.plaf.synth

    Modifier and Type
    Class
    Description
    class 
    A typesafe enumeration of colors that can be fetched from a style.
    class 
    A distinct rendering area of a Swing component.
    class 
    Provides the Synth L&F UI delegate forJButton.
    class 
    Provides the Synth L&F UI delegate forJCheckBoxMenuItem.
    class 
    Provides the Synth L&F UI delegate forJCheckBox.
    class 
    Provides the Synth L&F UI delegate forJColorChooser.
    class 
    Provides the Synth L&F UI delegate forJComboBox.
    class 
    An immutable transient object containing contextual information aboutaRegion.
    class 
    Provides the Synth L&F UI delegate for a minimized internal frame on a desktop.
    class 
    Provides the Synth L&F UI delegate forJDesktopPane.
    class 
    Provides the Synth L&F UI delegate forJEditorPane.
    class 
    Provides the Synth L&F UI delegate forJFormattedTextField.
    class 
    Wrapper for primitive graphics calls.
    class 
    Provides the Synth L&F UI delegate forJInternalFrame.
    class 
    Provides the Synth L&F UI delegate forJLabel.
    class 
    Provides the Synth L&F UI delegate forJList.
    class 
    SynthLookAndFeel provides the basis for creating a customized look andfeel.
    class 
    Provides the Synth L&F UI delegate forJMenuBar.
    class 
    Provides the Synth L&F UI delegate forJMenuItem.
    class 
    Provides the Synth L&F UI delegate forJMenu.
    class 
    Provides the Synth L&F UI delegate forJOptionPane.
    class 
    SynthPainter is used for painting portions ofJComponents.
    class 
    Provides the Synth L&F UI delegate forJPanel.
    class 
    Provides the Synth L&F UI delegate forJPasswordField.
    class 
    Provides the Synth L&F UI delegate forJPopupMenu.
    class 
    Provides the Synth L&F UI delegate forJProgressBar.
    class 
    Provides the Synth L&F UI delegate forJRadioButtonMenuItem.
    class 
    Provides the Synth L&F UI delegate forJRadioButton.
    class 
    Provides the Synth L&F UI delegate forJRootPane.
    class 
    Provides the Synth L&F UI delegate forJScrollBar.
    class 
    Provides the Synth L&F UI delegate forJScrollPane.
    class 
    Provides the Synth L&F UI delegate forJSeparator.
    class 
    Provides the Synth L&F UI delegate forJSlider.
    class 
    Provides the Synth L&F UI delegate forJSpinner.
    class 
    Provides the Synth L&F UI delegate forJSplitPane.
    class 
    SynthStyle is a set of style properties.
    class 
    Factory used for obtainingSynthStyles.
    class 
    Provides the Synth L&F UI delegate forJTabbedPane.
    class 
    Provides the Synth L&F UI delegate forJTableHeader.
    class 
    Provides the Synth L&F UI delegate forJTable.
    class 
    Provides the look and feel for a plain text editor in theSynth look and feel.
    class 
    Provides the Synth L&F UI delegate forJTextField.
    class 
    Provides the look and feel for a styled text editor in theSynth look and feel.
    class 
    Provides the Synth L&F UI delegate forJToggleButton.
    class 
    Provides the Synth L&F UI delegate forJToolBar.
    class 
    Provides the Synth L&F UI delegate forJToolTip.
    class 
    Provides the Synth L&F UI delegate forJTree.
    class 
    Provides the Synth L&F UI delegate forJViewport.
    Methods injavax.swing.plaf.synth that returnObject
    Modifier and Type
    Method
    Description
    SynthStyle.get(SynthContext context,Object key)
    Getter for a region specific style property.
    Methods injavax.swing.plaf.synth with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    SynthGraphicsUtils.drawLine(SynthContext context,Object paintKey,Graphics g, int x1, int y1, int x2, int y2)
    Draws a line between the two end points.
    void
    SynthGraphicsUtils.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.
    SynthStyle.get(SynthContext context,Object key)
    Getter for a region specific style property.
    boolean
    SynthStyle.getBoolean(SynthContext context,Object key, boolean defaultValue)
    Convenience method to get a specific style property whose value isan Boolean.
    SynthStyle.getIcon(SynthContext context,Object key)
    Convenience method to get a specific style property whose value isan Icon.
    int
    SynthStyle.getInt(SynthContext context,Object key, int defaultValue)
    Convenience method to get a specific style property whose value isaNumber.
    SynthStyle.getString(SynthContext context,Object key,String defaultValue)
    Convenience method to get a specific style property whose value isa String.
  • Uses ofObject injavax.swing.table

    Subclasses ofObject injavax.swing.table
    Modifier and Type
    Class
    Description
    class 
    This abstract class provides default implementations for most of the methods in theTableModel interface.
    class 
    The standard class for rendering (displaying) individual cellsin aJTable.
    static class 
    A subclass ofDefaultTableCellRenderer thatimplementsUIResource.
    class 
    The standard column-handler for aJTable.
    class 
    This is an implementation ofTableModel thatuses aVector ofVectors to store thecell value objects.
    class 
    This is the object which manages the header of theJTable.
    protected class 
    This class implements accessibility support for theJTableHeader class.
    protected class 
    This class provides an implementation of the Java AccessibilityAPI appropriate for JTableHeader entries.
    class 
    ATableColumn represents all the attributes of a column in aJTable, such as width, resizability, minimum and maximum width.
    class 
    An implementation ofRowSorter that provides sortingand filtering using aTableModel.
    class 
    TableStringConverter is used to convert objects from the model intostrings.
    Fields injavax.swing.table declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    TableColumn.headerValue
    The header value of the column.
    protectedObject
    TableColumn.identifier
    This object is not used internally by the drawing machinery oftheJTable; identifiers may be set in theTableColumn as anoptional way to tag and locate table columns.
    Methods injavax.swing.table that returnObject
    Modifier and Type
    Method
    Description
    TableColumn.getHeaderValue()
    Returns theObject used as the value for the headerrenderer.
    TableColumn.getIdentifier()
    Returns theidentifier object for this column.
    DefaultTableModel.getValueAt(int row, int column)
    Returns an attribute value for the cell atrowandcolumn.
    TableModel.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 Type
    Method
    Description
    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 Type
    Method
    Description
    void
    DefaultTableModel.addColumn(Object columnName)
    Adds a column to the model.
    void
    DefaultTableModel.addColumn(Object columnName,Object[] columnData)
    Adds a column to the model.
    void
    DefaultTableModel.addColumn(Object columnName,Vector<?> columnData)
    Adds a column to the model.
    void
    DefaultTableModel.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 void
    DefaultTableCellRenderer.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Overridden for performance reasons.
    int
    DefaultTableColumnModel.getColumnIndex(Object identifier)
    Returns the index of the first column in thetableColumnsarray whose identifier is equal toidentifier,when compared usingequals.
    int
    TableColumnModel.getColumnIndex(Object columnIdentifier)
    Returns the index of the first column in the tablewhose identifier is equal toidentifier,when compared usingequals.
    TableCellEditor.getTableCellEditorComponent(JTable table,Object value, boolean isSelected, int row, int column)
    Sets an initialvalue for the editor.
    DefaultTableCellRenderer.getTableCellRendererComponent(JTable table,Object value, boolean isSelected, boolean hasFocus, int row, int column)
    Returns the default table cell renderer.
    TableCellRenderer.getTableCellRendererComponent(JTable table,Object value, boolean isSelected, boolean hasFocus, int row, int column)
    Returns the component used for drawing the cell.
    void
    DefaultTableModel.insertRow(int row,Object[] rowData)
    Inserts a row atrow in the model.
    void
    DefaultTableModel.setColumnIdentifiers(Object[] newIdentifiers)
    Replaces the column identifiers in the model.
    void
    DefaultTableModel.setDataVector(Object[][] dataVector,Object[] columnIdentifiers)
    Replaces the value in thedataVector instance variable with the values in the arraydataVector.
    void
    TableColumn.setHeaderValue(Object headerValue)
    Sets theObject whose string representation will beused as the value for theheaderRenderer.
    void
    TableColumn.setIdentifier(Object identifier)
    Sets theTableColumn's identifier toanIdentifier.
    protected void
    DefaultTableCellRenderer.setValue(Object value)
    Sets theString object for the cell being rendered tovalue.
    void
    AbstractTableModel.setValueAt(Object aValue, int rowIndex, int columnIndex)
    This empty implementation is provided so users don't have to implementthis method if their data model is not editable.
    void
    DefaultTableModel.setValueAt(Object aValue, int row, int column)
    Sets the object value for the cell atcolumn androw.
    void
    TableModel.setValueAt(Object aValue, int rowIndex, int columnIndex)
    Sets the value in the cell atcolumnIndex androwIndex toaValue.
    Constructors injavax.swing.table with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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 Type
    Class
    Description
    class 
    An implementation of the document interface to serve as abasis for implementing various kinds of documents.
    class 
    Implements the abstract part of an element.
    class 
    Implements a composite element that contains other elements.
    class 
    Stores document changes as the document is beingmodified.
    static class 
    An implementation of ElementChange that can be added to the documentevent.
    class 
    Implements an element that directly represents content ofsome kind.
    class 
    AbstractWriter is an abstract class that actuallydoes the work of writing out the element treeincluding the attributes.
    class 
    A box that does layout asynchronously.
    class 
    A class to manage the effective position of thechild views in a localized area while changes arebeing made around the localized area.
    class 
    A record representing the layout state of achild view.
    class 
    This exception is to report bad locations within a document model(that is, attempts to reference a location that doesn't exist).
    class 
    A view that arranges its children into a box shape by tilingits children along an axis.
    class 
    ChangedCharSetException as the name indicates is an exceptionthrown when the charset is changed.
    class 
    Component decorator that implements the view interface.
    class 
    CompositeView is an abstractViewimplementation which manages one or more child views.
    class 
    DateFormatter is anInternationalFormatter that does itsformatting by way of an instance ofjava.text.DateFormat.
    class 
    A default implementation of Caret.
    class 
    This is the set of things needed by a text componentto be a reasonably functioning editor for sometypeof text document.
    static class 
    Creates a beep.
    static class 
    Copies the selected region and place its contentsinto the system clipboard.
    static class 
    Cuts the selected region and place its contentsinto the system clipboard.
    static class 
    The action that is executed by default ifakey typed event is received and thereis no keymap entry.
    static class 
    Places a line/paragraph break into the document.
    static class 
    Places content into the associated document.
    static class 
    Places a tab character into the document.
    static class 
    Pastes the contents of the system clipboard into theselected region, or before the caret if nothing isselected.
    class 
    DefaultFormatter formats arbitrary objects.
    class 
    An implementation ofJFormattedTextField.AbstractFormatterFactory.
    class 
    Implements the Highlighter interfaces.
    static class 
    Simple highlight painter that fills a highlighted area witha solid color.
    class 
    A document that can be marked up with character and paragraphstyles in a manner similar to the Rich Text Format.
    static class 
    An UndoableEdit used to remember AttributeSet changes to anElement.
    class 
    Class to manage changes to the elementhierarchy.
    static class 
    Specification for building elements.
    protected class 
    Default root element for a document... maps out theparagraphs/lines contained.
    class 
    Deprecated. 
    class 
    DocumentFilter, as the name implies, is a filter for theDocument mutation methods.
    static class 
    Used as a way to circumvent calling back into the Document tochange it.
    class 
    Establishes the set of things needed by a text componentto be a reasonably functioning editor for sometypeof text content.
    class 
    ElementIterator, as the name suggests, iterates over theElement tree.
    class 
    Extends the multi-line plain text view to be suitablefor a single-line editor view.
    class 
    A View that tries to flow it's children into somepartially constrained space.
    static class 
    Strategy for maintaining the physical formof the flow.
    class 
    An implementation of the AbstractDocument.Content interfaceimplemented using a gapped buffer similar to that used by emacs.
    class 
    A GlyphView is a styled chunk of text that represents a viewmapped over an element in the text model.
    static class 
    A class to perform rendering of the glyphs.
    class 
    Icon decorator that implements the view interface.
    class 
    InternationalFormatter extendsDefaultFormatter,using an instance ofjava.text.Format to handle theconversion to a String, and the conversion from a String.
    class 
    JTextComponent is the base class for swing textcomponents.
    class 
    This class implements accessibility support for theJTextComponent class.
    static final class 
    Represents a drop location forJTextComponents.
    static class 
    Binding record for creating key bindings.
    class 
    ALabelView is a styled chunk of textthat represents a view mapped over an element in thetext model.
    class 
    Implementation ofHighlighter interface to mark up thebackground of leaf views with colored areas.
    static class 
    Layered highlight renderer.
    class 
    A queue of text layout tasks.
    class 
    MaskFormatter is used to format and edit strings.
    class 
    NavigationFilter can be used to restrict where the cursor canbe positioned.
    static class 
    Used as a way to circumvent calling back into the caret toposition the cursor.
    class 
    NumberFormatter subclassesInternationalFormatteradding special behavior for numbers.
    class 
    View of a simple line-wrapping paragraph that supportsmultiple fonts, colors, components, icons, etc.
    class 
    Implements a View suitable for use in JPasswordFieldUI implementations.
    class 
    A plain document that maintains no character attributes.
    class 
    Implements View interface for a simple multi-line text viewthat has text in one font and color.
    static final class 
    A typesafe enumeration to indicate bias to a positionin the model.
    class 
    A segment of a character array representing a fragmentof text.
    class 
    A straightforward implementation of MutableAttributeSet using ahash table.
    final class 
    An implementation of the AbstractDocument.Content interface that isa brute force implementation that is useful for relatively smalldocuments and/or debugging.
    class 
    A collection ofwell known or common attribute keysand methods to apply to an AttributeSet or MutableAttributeSetto get/set the properties in a typesafe manner.
    static final class 
    This is a typesafe enumeration of thewell-knownattributes that contribute to a character style.
    static final class 
    This is a typesafe enumeration of thewell-knownattributes that contribute to a color.
    static final class 
    This is a typesafe enumeration of thewell-knownattributes that contribute to a font.
    static final class 
    This is a typesafe enumeration of thewell-knownattributes that contribute to a paragraph style.
    class 
    A pool of styles and their associated resources.
    class 
    A collection of attributes, typically used to representcharacter and paragraph styles.
    class 
    This class holds a small number of attributes in an array.
    class 
    This is the set of things needed by a text componentto be a reasonably functioning editor for sometypeof text document.
    static class 
    An action to set paragraph alignment.
    static class 
    An action to toggle the bold attribute.
    static class 
    An action to set the font family in the associatedJEditorPane.
    static class 
    An action to set the font size in the associatedJEditorPane.
    static class 
    An action to set foreground color.
    static class 
    An action to toggle the italic attribute.
    static class 
    An action that assumes it's being fired on a JEditorPanewith a StyledEditorKit (or subclass) installed.
    static class 
    An action to toggle the underline attribute.
    class 
    Implements View interface for a table, that is composed of anelement structure where the child elements of the elementthis view is responsible for represent rows and the childelements of the row elements are cells.
    class 
    Deprecated.
    A table cell can now be any View implementation.
    class 
    View of a row in a row-centric table.
    class 
    A TabSet is comprised of many TabStops.
    class 
    This class encapsulates a single tab stop (basically as tab stopsare thought of by RTF).
    class 
    An Action implementation useful for key bindings that areshared across a number of different text components.
    class 
    A collection of methods to deal with various textrelated activities.
    class 
    A very important part of the text package is theView class.
    class 
    View of plain text (text with only one font and color)that does line-wrapping.
    class 
    ZoneView is a View implementation that creates zones for whichthe child views are not created or stored until they are neededfor display or model/view translations.
    Fields injavax.swing.text declared asObject
    Modifier and Type
    Field
    Description
    static finalObject
    StyleConstants.Alignment
    Alignment for the paragraph.
    static finalObject
    StyleConstants.Background
    Name of the background color attribute.
    static finalObject
    StyleConstants.BidiLevel
    Bidirectional level of a character as assigned by the Unicode bidialgorithm.
    static finalObject
    StyleConstants.Bold
    Name of the bold attribute.
    static finalObject
    StyleConstants.ComponentAttribute
    Name of the component attribute.
    static finalObject
    StyleConstants.ComposedTextAttribute
    Name of the input method composed text attribute.
    static finalObject
    StyleConstants.Family
    Name of the font family.
    static finalObject
    StyleConstants.FirstLineIndent
    The amount of space to indent the firstline of the paragraph.
    static finalObject
    StyleConstants.FontFamily
    Name of the font family.
    static finalObject
    StyleConstants.FontSize
    Name of the font size.
    static finalObject
    StyleConstants.Foreground
    Name of the foreground color attribute.
    static finalObject
    StyleConstants.IconAttribute
    Name of the icon attribute.
    static finalObject
    StyleConstants.Italic
    Name of the italic attribute.
    static finalObject
    StyleConstants.LeftIndent
    The amount to indent the left sideof the paragraph.
    static finalObject
    StyleConstants.LineSpacing
    The amount of space between linesof the paragraph.
    static finalObject
    StyleConstants.ModelAttribute
    Attribute used to identify the model for embeddedobjects that have a model view separation.
    static finalObject
    AttributeSet.NameAttribute
    Attribute name used to name the collection ofattributes.
    static finalObject
    StyleConstants.NameAttribute
    Attribute name used to name the collection ofattributes.
    static finalObject
    StyleConstants.Orientation
    Orientation for a paragraph.
    static finalObject
    AttributeSet.ResolveAttribute
    Attribute name used to identify the resolving parentset of attributes, if one is defined.
    static finalObject
    StyleConstants.ResolveAttribute
    Attribute name used to identify the resolving parentset of attributes, if one is defined.
    static finalObject
    StyleConstants.RightIndent
    The amount to indent the right sideof the paragraph.
    static finalObject
    StyleConstants.Size
    Name of the font size.
    static finalObject
    StyleConstants.SpaceAbove
    The amount of space above the paragraph.
    static finalObject
    StyleConstants.SpaceBelow
    The amount of space below the paragraph.
    static finalObject
    StyleConstants.StrikeThrough
    Name of the Strikethrough attribute.
    static finalObject
    StyleConstants.Subscript
    Name of the Subscript attribute.
    static finalObject
    StyleConstants.Superscript
    Name of the Superscript attribute.
    static finalObject
    StyleConstants.TabSet
    TabSet for the paragraph, type is a TabSet containingTabStops.
    static finalObject
    StyleConstants.Underline
    Name of the underline attribute.
    Methods injavax.swing.text that returnObject
    Modifier and Type
    Method
    Description
    DefaultHighlighter.addHighlight(int p0, int p1,Highlighter.HighlightPainter p)
    Adds a highlight to the view.
    Highlighter.addHighlight(int p0, int p1,Highlighter.HighlightPainter p)
    Adds a highlight to the view.
    protectedObject
    GapContent.allocateArray(int len)
    Allocate an array to store items of the typeappropriate (which is determined by the subclass).
    DefaultFormatter.clone()
    Creates a copy of the DefaultFormatter.
    EditorKit.clone()
    Creates a copy of the editor kit.
    ElementIterator.clone()
    Clones theElementIterator.
    protected finalObject
    GlyphView.clone()
    Creates a shallow copy.
    InternationalFormatter.clone()
    Creates a copy of the DefaultFormatter.
    Segment.clone()
    Creates a shallow copy.
    SimpleAttributeSet.clone()
    Clones a set of attributes.
    StyleContext.SmallAttributeSet.clone()
    Clones a set of attributes.
    StyledEditorKit.clone()
    Creates a copy of the editor kit.
    AbstractDocument.AbstractElement.getAttribute(Object attrName)
    Gets the value of an attribute.
    AttributeSet.getAttribute(Object key)
    Fetches the value of the given attribute.
    SimpleAttributeSet.getAttribute(Object name)
    Gets the value of an attribute.
    StyleContext.NamedStyle.getAttribute(Object attrName)
    Gets the value of an attribute.
    StyleContext.SmallAttributeSet.getAttribute(Object key)
    Gets the value of an attribute.
    finalObject
    AbstractDocument.getProperty(Object key)
    A convenience method for looking up a property value.
    Document.getProperty(Object key)
    Gets the properties associated with the document.
    staticObject
    StyleContext.getStaticAttribute(Object key)
    Returns the object previously registered withregisterStaticAttributeKey.
    staticObject
    StyleContext.getStaticAttributeKey(Object key)
    Returns the String thatkey will be registered with.
    DefaultFormatter.stringToValue(String string)
    Converts the passed in String into an instance ofgetValueClass by way of the constructor thattakes a String argument.
    InternationalFormatter.stringToValue(String text)
    Returns theObject representation of theStringtext.
    MaskFormatter.stringToValue(String value)
    Parses the text, returning the appropriate Object representation ofthe Stringvalue.
    Methods injavax.swing.text that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    AbstractDocument.getDocumentProperties()
    Supports managing a set of properties.
    AbstractDocument.getDocumentProperties()
    Supports managing a set of properties.
    Methods injavax.swing.text with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    AbstractDocument.AbstractElement.addAttribute(Object name,Object value)
    Adds an attribute to the element.
    AbstractDocument.AttributeContext.addAttribute(AttributeSet old,Object name,Object value)
    Adds an attribute to the given set, and returnsthe new representative set.
    void
    MutableAttributeSet.addAttribute(Object name,Object value)
    Creates a new attribute set similar to this one except that it containsan attribute with the given name and value.
    void
    SimpleAttributeSet.addAttribute(Object name,Object value)
    Adds an attribute to the list.
    StyleContext.addAttribute(AttributeSet old,Object name,Object value)
    Adds an attribute to the given set, and returnsthe new representative set.
    void
    StyleContext.NamedStyle.addAttribute(Object name,Object value)
    Adds an attribute.
    void
    DefaultHighlighter.changeHighlight(Object tag, int p0, int p1)
    Changes a highlight.
    void
    Highlighter.changeHighlight(Object tag, int p0, int p1)
    Changes the given highlight to span a different portion ofthe document.
    boolean
    AbstractDocument.AbstractElement.containsAttribute(Object name,Object value)
    Checks whether a given attribute name/value is defined.
    boolean
    AttributeSet.containsAttribute(Object name,Object value)
    Returnstrue if this set defines an attribute with the samename and an equal value.
    boolean
    SimpleAttributeSet.containsAttribute(Object name,Object value)
    Checks whether the attribute list contains aspecified attribute name/value pair.
    boolean
    StyleContext.NamedStyle.containsAttribute(Object name,Object value)
    Checks whether a given attribute name/value is defined.
    boolean
    StyleContext.SmallAttributeSet.containsAttribute(Object name,Object value)
    Checks whether a given attribute name/value is defined.
    boolean
    DefaultCaret.equals(Object obj)
    Compares this object to the specified object.
    boolean
    SimpleAttributeSet.equals(Object obj)
    Compares this object to the specified object.
    boolean
    StyleContext.SmallAttributeSet.equals(Object obj)
    Compares this object to the specified object.
    boolean
    TabSet.equals(Object o)
    Indicates whether thisTabSet is equal to another one.
    boolean
    TabStop.equals(Object other)
    Returns true if the tabs are equal.
    AbstractDocument.AbstractElement.getAttribute(Object attrName)
    Gets the value of an attribute.
    AttributeSet.getAttribute(Object key)
    Fetches the value of the given attribute.
    SimpleAttributeSet.getAttribute(Object name)
    Gets the value of an attribute.
    StyleContext.NamedStyle.getAttribute(Object attrName)
    Gets the value of an attribute.
    StyleContext.SmallAttributeSet.getAttribute(Object key)
    Gets the value of an attribute.
    finalObject
    AbstractDocument.getProperty(Object key)
    A convenience method for looking up a property value.
    Document.getProperty(Object key)
    Gets the properties associated with the document.
    staticObject
    StyleContext.getStaticAttribute(Object key)
    Returns the object previously registered withregisterStaticAttributeKey.
    staticObject
    StyleContext.getStaticAttributeKey(Object key)
    Returns the String thatkey will be registered with.
    boolean
    AbstractDocument.AbstractElement.isDefined(Object attrName)
    Checks whether a given attribute is defined.
    boolean
    AttributeSet.isDefined(Object attrName)
    Checks whether the named attribute has a value specified inthe set without resolving through another attributeset.
    boolean
    SimpleAttributeSet.isDefined(Object attrName)
    Tells whether a given attribute is defined.
    boolean
    StyleContext.NamedStyle.isDefined(Object attrName)
    Checks whether a given attribute is defined.
    boolean
    StyleContext.SmallAttributeSet.isDefined(Object key)
    Checks whether a given attribute is defined.
    final void
    AbstractDocument.putProperty(Object key,Object value)
    A convenience method for storing up a property value.
    void
    Document.putProperty(Object key,Object value)
    Associates a property with the document.
    void
    JTextComponent.read(Reader in,Object desc)
    Initializes from a stream.
    static void
    Registers an object as a static object that is beingused as a key in attribute sets.
    void
    AbstractDocument.AbstractElement.removeAttribute(Object name)
    Removes an attribute from the set.
    AbstractDocument.AttributeContext.removeAttribute(AttributeSet old,Object name)
    Removes an attribute from the set.
    void
    MutableAttributeSet.removeAttribute(Object name)
    Removes an attribute with the givenname.
    void
    SimpleAttributeSet.removeAttribute(Object name)
    Removes an attribute from the list.
    void
    StyleContext.NamedStyle.removeAttribute(Object name)
    Removes an attribute from the set.
    StyleContext.removeAttribute(AttributeSet old,Object name)
    Removes an attribute from the set.
    void
    DefaultHighlighter.removeHighlight(Object tag)
    Removes a highlight from the view.
    void
    Highlighter.removeHighlight(Object tag)
    Removes a highlight from the view.
    DefaultFormatter.valueToString(Object value)
    Converts the passed in Object into a String by way of thetoString method.
    InternationalFormatter.valueToString(Object value)
    Returns a String representation of the Objectvalue.
    MaskFormatter.valueToString(Object value)
    Returns a String representation of the Objectvaluebased on the mask.
    Method parameters injavax.swing.text with type arguments of typeObject
    Modifier and Type
    Method
    Description
    void
    Replaces the document properties dictionary for this document.
    void
    Replaces the document properties dictionary for this document.
    Constructors injavax.swing.text with parameters of typeObject
    Modifier
    Constructor
    Description
     
    SmallAttributeSet(Object[] attributes)
    Constructs a SmallAttributeSet.
  • Uses ofObject injavax.swing.text.html

    Modifier and Type
    Class
    Description
    class 
    A view implementation to display a block (as a box)with CSS specifications.
    class 
    Defines a set ofCSS attributesas a typesafe enumeration.
    static final class 
    Definitions to be used as a key on AttributeSet'sthat might hold CSS attributes.
    final class 
    FormSubmitEvent is used to notify interestedparties that a form was submitted.
    class 
    Component decorator that implements the view interfacefor form elements, <input>, <textarea>,and <select>.
    protected class 
    MouseEventListener class to handle form submissions whenan input with type equal to image is clicked on.
    class 
    Constants used in theHTMLDocument.
    static final class 
    Typesafe enumeration representing an HTMLattribute.
    static class 
    Typesafe enumeration for an HTML tag.
    static class 
    Class represents unknown HTML tag.
    class 
    A document that models HTML.
    class 
    An element that represents a structuralblock ofHTML.
    class 
    An HTML reader to load an HTML document with an HTMLelement structure.
    class 
    Action assigned by default to handle the Block task of the reader.
    class 
    Action assigned by default to handle the Character task of the reader.
    class 
    Action to support forms by building all of the elementsused to represent form controls.
    class 
    Action assigned by default to handle the Hidden task of the reader.
    class 
    Action assigned by default to handle the Isindex task of the reader.
    class 
    Action assigned by default to handle the Paragraph task of the reader.
    class 
    Action assigned by default to handle the Pre block task of the reader.
    class 
    Action assigned by default to handle the Special task of the reader.
    class 
    An action to be performed in responseto parsing a tag.
    static class 
    An iterator to iterate over a particular type oftag.
    class 
    An element that represents a chunk of text that hasa set of HTML character level attributes assigned toit.
    class 
    The Swing JEditorPane text component supports different kindsof content via a plug-in mechanism called an EditorKit.
    static class 
    A factory to build views for HTML.
    static class 
    An abstract Action providing some convenience methods that maybe useful in inserting HTML into an existing document.
    static class 
    InsertHTMLTextAction can be used to insert an arbitrary string of HTMLinto an existing HTML document.
    static class 
    Class to watch the associated component and firehyperlink events on it when appropriate.
    static class 
    Interface to be supported by the parser.
    static class 
    The result of parsing drives these callback methods.
    class 
    HTMLFrameHyperlinkEvent is used to notify interestedparties that link was activated in a frame.
    class 
    This is a writer for HTMLDocuments.
    class 
    View of an Image, intended to support the HTML <IMG> tag.
    class 
    Displays theinline element stylesbased upon css attributes.
    class 
    A view implementation to display an html list
    class 
    MinimalHTMLWriter is a fallback writer used by theHTMLEditorKit to write out HTML for a document thatis a not produced by the EditorKit.
    class 
    Component decorator that implements the view interfacefor <object> elements.
    class 
    Value for the ListModel used to represent<option> elements.
    class 
    Displays the paragraph and uses CSS attributes for itsconfiguration.
    class 
    Support for defining the visual characteristics ofHTML views being rendered.
    static final class 
    Class to carry out some of the duties ofCSS formatting.
    static final class 
    Class to carry out some of the duties of CSS listformatting.
    Fields injavax.swing.text.html declared asObject
    Modifier and Type
    Field
    Description
    static finalObject
    HTMLEditorKit.ParserCallback.IMPLIED
    This is passed as an attribute in the attributeset to indicatethe 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 Type
    Method
    Description
    HTMLEditorKit.clone()
    Creates a copy of the editor kit.
    Methods injavax.swing.text.html with parameters of typeObject
    Modifier and Type
    Method
    Description
    StyleSheet.addAttribute(AttributeSet old,Object key,Object value)
    Adds an attribute to the given set, and returnsthe new representative set.
    boolean
    HTML.UnknownTag.equals(Object obj)
    Compares this object to the specified object.
    HTMLDocument.getElement(Element e,Object attribute,Object value)
    Returns the child element ofe that contains theattribute,attribute with valuevalue, ornull if one isn't found.
    StyleSheet.removeAttribute(AttributeSet old,Object key)
    Removes an attribute from the set.
    Constructors injavax.swing.text.html with parameters of typeObject
    Modifier
    Constructor
    Description
     
    HTMLFrameHyperlinkEvent(Object source,HyperlinkEvent.EventType type,URL targetURL,String targetFrame)
    Creates a new object representing a html framehypertext 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

    Modifier and Type
    Class
    Description
    final class 
    This class defines the attributes of an SGML elementas described in a DTD using the ATTLIST construct.
    final class 
    A representation of a content model.
    class 
    A Parser for HTML Documents (actually, you can specify a DTD, butyou should really only use this class with the html dtd in swing).
    class 
    The representation of an SGML DTD.
    final class 
    An element as described in a DTD using the ELEMENT construct.
    final class 
    An entity is described in a DTD using the ENTITY construct.
    class 
    A simple DTD-driven HTML parser.
    class 
    Responsible for starting up a new DocumentParsereach time its parse method is invoked.
    class 
    A generic HTML TagElement class.
    Modifier and Type
    Field
    Description
    ContentModel.content
    The content.
    Element.data
    A field to store user data.
    Fields injavax.swing.text.html.parser with type parameters of typeObject
    Modifier and Type
    Field
    Description
    The hash table contains anObject and the correspondingEntity
    Methods injavax.swing.text.html.parser with parameters of typeObject
    Modifier and Type
    Method
    Description
    protectedContentModel
    DTD.defContentModel(int type,Object obj,ContentModel next)
    Creates and returns a new content model.
    boolean
    ContentModel.first(Object token)
    Return true if the token could potentially be thefirst token in the input stream.
    Constructors injavax.swing.text.html.parser with parameters of typeObject
    Modifier
    Constructor
    Description
     
    ContentModel(int type,Object content,ContentModel next)
    Create a content model of a particular type.
  • Uses ofObject injavax.swing.text.rtf

    Modifier and Type
    Class
    Description
    class 
    This is the default implementation of RTF editingfunctionality.
  • Uses ofObject injavax.swing.tree

    Subclasses ofObject injavax.swing.tree
    Modifier and Type
    Class
    Description
    class 
    Warning:Serialized objects of this class will not be compatible withfuture Swing releases.
    static class 
    Used byAbstractLayoutCache to determine the sizeand x origin of a particular node.
    class 
    ADefaultMutableTreeNode is a general-purpose node in a tree datastructure.
    class 
    ATreeCellEditor.
    class 
    TextField used when no editor is supplied.
    class 
    Container responsible for placing theeditingComponent.
    class 
    Displays an entry in a tree.
    class 
    A simple tree data model that uses TreeNodes.
    class 
    Default implementation of TreeSelectionModel.
    class 
    Exception used to stop an expand/collapse from happening.
    class 
    NOTE: This will become more open in a future release.
    class 
    TreePath represents an array of objects that uniquelyidentify the path to a node in a tree.
    class 
    NOTE: This will become more open in a future release.
    Fields injavax.swing.tree declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    DefaultMutableTreeNode.userObject
    optional user object
    Methods injavax.swing.tree that returnObject
    Modifier and Type
    Method
    Description
    DefaultMutableTreeNode.clone()
    Overridden to make clone public.
    DefaultTreeSelectionModel.clone()
    Returns a clone of this object with the same selection.
    DefaultTreeCellEditor.getCellEditorValue()
    Returns the value currently being edited.
    DefaultTreeModel.getChild(Object parent, int index)
    Returns the child ofparent at indexindex in the parent'schild array.
    TreeModel.getChild(Object parent, int index)
    Returns the child ofparent at indexindexin the parent'schild array.
    Returns the last element of this path.
    TreePath.getPath()
    Returns an ordered array of the elements of thisTreePath.
    TreePath.getPathComponent(int index)
    Returns the path element at the specified index.
    DefaultTreeModel.getRoot()
    Returns the root of the tree.
    TreeModel.getRoot()
    Returns the root of the tree.
    DefaultMutableTreeNode.getUserObject()
    Returns this node's user 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 Type
    Method
    Description
    protected void
    DefaultTreeCellEditor.determineOffset(JTree tree,Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
    Determine the offset.
    boolean
    TreePath.equals(Object o)
    Compares thisTreePath to the specified object.
    protected void
    DefaultTreeCellRenderer.firePropertyChange(String propertyName,Object oldValue,Object newValue)
    Overridden for performance reasons.
    protected void
    DefaultTreeModel.fireTreeNodesChanged(Object source,Object[] path, int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest fornotification on this event type.
    protected void
    DefaultTreeModel.fireTreeNodesInserted(Object source,Object[] path, int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest fornotification on this event type.
    protected void
    DefaultTreeModel.fireTreeNodesRemoved(Object source,Object[] path, int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest fornotification on this event type.
    protected void
    DefaultTreeModel.fireTreeStructureChanged(Object source,Object[] path, int[] childIndices,Object[] children)
    Notifies all listeners that have registered interest fornotification on this event type.
    DefaultTreeModel.getChild(Object parent, int index)
    Returns the child ofparent at indexindex in the parent'schild array.
    TreeModel.getChild(Object parent, int index)
    Returns the child ofparent at indexindexin the parent'schild array.
    int
    DefaultTreeModel.getChildCount(Object parent)
    Returns the number of children ofparent.
    int
    TreeModel.getChildCount(Object parent)
    Returns the number of children ofparent.
    int
    DefaultTreeModel.getIndexOfChild(Object parent,Object child)
    Returns the index of child in parent.
    int
    TreeModel.getIndexOfChild(Object parent,Object child)
    Returns the index of child in parent.
    protectedRectangle
    AbstractLayoutCache.getNodeDimensions(Object value, int row, int depth, boolean expanded,Rectangle placeIn)
    Returns, by reference inplaceIn,the size needed to representvalue.
    abstractRectangle
    AbstractLayoutCache.NodeDimensions.getNodeDimensions(Object value, int row, int depth, boolean expanded,Rectangle bounds)
    Returns, by reference in bounds, the size and x origin toplace value at.
    DefaultTreeCellEditor.getTreeCellEditorComponent(JTree tree,Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
    Configures the editor.
    TreeCellEditor.getTreeCellEditorComponent(JTree tree,Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
    Sets an initialvalue for the editor.
    DefaultTreeCellRenderer.getTreeCellRendererComponent(JTree tree,Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus)
    Configures the renderer based on the passed in components.
    TreeCellRenderer.getTreeCellRendererComponent(JTree tree,Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
    Sets the value of the current tree cell tovalue.
    boolean
    DefaultTreeModel.isLeaf(Object node)
    Returns whether the specified node is a leaf node.
    boolean
    TreeModel.isLeaf(Object node)
    Returnstrue ifnode is a leaf.
    void
    DefaultTreeModel.nodesWereRemoved(TreeNode node, int[] childIndices,Object[] removedChildren)
    Invoke this method after you've removed some TreeNodes fromnode.
    TreePath.pathByAddingChild(Object child)
    Returns a new path containing all the elements of this pathpluschild.
    void
    DefaultMutableTreeNode.setUserObject(Object userObject)
    Sets the user object for this node touserObject.
    void
    MutableTreeNode.setUserObject(Object object)
    Resets the user object of the receiver toobject.
    void
    DefaultTreeModel.valueForPathChanged(TreePath path,Object newValue)
    This sets the user object of the TreeNode identified by pathand posts a node changed.
    void
    TreeModel.valueForPathChanged(TreePath path,Object newValue)
    Messaged when the user has altered the value for the item identifiedbypath tonewValue.
    Constructors injavax.swing.tree with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Creates a tree node with no parent, no children, but which allowschildren, and initializes it with the specified user object.
     
    DefaultMutableTreeNode(Object userObject, boolean allowsChildren)
    Creates a tree node with no parent, no children, initialized withthe specified user object, and that allows children only ifspecified.
     
    TreePath(Object lastPathComponent)
    Creates aTreePath containing a single element.
     
    TreePath(Object[] path)
    Creates aTreePath from an array.
    protected
    TreePath(Object[] path, int length)
    Creates aTreePath from an array.
    protected
    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 Type
    Class
    Description
    class 
    An abstract implementation ofUndoableEdit,implementing simple responses to all boolean methods inthat interface.
    class 
    Thrown when an UndoableEdit is told toredo() and can't.
    class 
    Thrown when an UndoableEdit is told toundo() and can't.
    class 
    A concrete subclass of AbstractUndoableEdit, used to assemble littleUndoableEdits into great big ones.
    class 
    StateEdit is a general edit for objects that change state.
    class 
    A support class used for managingUndoableEdit listeners.
    class 
    UndoManager manages a list ofUndoableEdits,providing a way to undo or redo the appropriate edits.
    Fields injavax.swing.undo declared asObject
    Modifier and Type
    Field
    Description
    protectedObject
    UndoableEditSupport.realSource
    The real source.
    Fields injavax.swing.undo with type parameters of typeObject
    Modifier and Type
    Field
    Description
    StateEdit.postState
    The state information after the edit
    StateEdit.postState
    The state information after the edit
    StateEdit.preState
    The state information prior to the edit
    StateEdit.preState
    The state information prior to the edit
    Method parameters injavax.swing.undo with type arguments of typeObject
    Modifier and Type
    Method
    Description
    void
    StateEditable.storeState(Hashtable<Object,Object> state)
    Upon receiving this message the receiver should place any relevantstate intostate.
    void
    StateEditable.storeState(Hashtable<Object,Object> state)
    Upon receiving this message the receiver should place any relevantstate intostate.
    Constructors injavax.swing.undo with parameters of typeObject
    Modifier
    Constructor
    Description
     
    Constructs anUndoableEditSupport object.
  • Uses ofObject injavax.tools

    Subclasses ofObject injavax.tools
    Modifier and Type
    Class
    Description
    final class 
    Provides an easy way to collect diagnostics in a list.
    class 
    Forwards calls to a given file object.
    class 
    Forwards calls to a given file manager.
    class 
    Forwards calls to a given file object.
    class 
    Provides simple implementations for most methods in JavaFileObject.
    class 
    Provides methods for locating tool providers, for example,providers of compilers.
  • Uses ofObject injavax.transaction.xa

    Modifier and Type
    Class
    Description
    class 
    The XAException is thrown by the Resource Manager (RM) to inform theTransaction Manager of an error encountered by the involved transaction.
  • Uses ofObject injavax.xml

    Subclasses ofObject injavax.xml
    Modifier and Type
    Class
    Description
    final class 
    Defines constants for XML Processing APIs.
  • Uses ofObject injavax.xml.catalog

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

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

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

    Modifier and Type
    Class
    Description
    class 
    Indicates an exceptional condition that occurred while executing atransform algorithm.
    class 
    A Service Provider Interface for transform and canonicalization algorithms.
    class 
    Indicates an exceptional condition that occurred during the XMLsignature generation or validation process.
    class 
    A factory for creatingXMLSignature objects from scratch orfor unmarshalling anXMLSignature object from a correspondingXML representation.
  • Uses ofObject injavax.xml.crypto.dsig.dom

    Modifier and Type
    Class
    Description
    class 
    A DOM-specificXMLSignContext.
    class 
    A DOM-specificXMLValidateContext.
  • Uses ofObject injavax.xml.crypto.dsig.keyinfo

    Modifier and Type
    Class
    Description
    class 
    A factory for creatingKeyInfo objects from scratch or forunmarshalling aKeyInfo object from a corresponding XMLrepresentation.
  • Uses ofObject injavax.xml.crypto.dsig.spec

    Modifier and Type
    Class
    Description
    final class 
    Parameters for the W3C Recommendation:Exclusive XML Canonicalization (C14N) algorithm.
    final class 
    Parameters for theXML Signature HMAC Algorithm.
    final class 
    final class 
    Parameters for the W3C RecommendationXPath Filter 2.0 Transform Algorithm.
    final class 
    class 
    The XML Schema Definition of theXPath element as defined in theW3C Recommendation for XML-Signature XPath Filter 2.0:
    static class 
    Represents the filter set operation.
    final class 
    Parameters for theXSLT Transform Algorithm.
  • Uses ofObject injavax.xml.datatype

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

    Modifier and Type
    Class
    Description
    class 
    QName represents aqualified nameas defined in the XML specifications:XML Schema Part2:Datatypes specification,Namespacesin XML.
    Methods injavax.xml.namespace with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    QName.equals(Object objectToTest)
    Test thisQName for equality with anotherObject.
  • Uses ofObject injavax.xml.parsers

    Subclasses ofObject injavax.xml.parsers
    Modifier and Type
    Class
    Description
    class 
    Defines the API to obtain DOM Document instances from an XMLdocument.
    class 
    Defines a factory API that enables applications to obtain aparser that produces DOM object trees from XML documents.
    class 
    Thrown when a problem with configuration with the Parser Factoriesexists.
    class 
    Indicates a serious configuration error.
    class 
    Defines the API that wraps anXMLReaderimplementation class.
    class 
    Defines a factory API that enables applications to configure andobtain a SAX based parser to parse XML documents.
    Methods injavax.xml.parsers that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    DocumentBuilderFactory.getAttribute(String name)
    Allows the user to retrieve specific attributes on the underlyingimplementation.
    abstractObject
    SAXParser.getProperty(String name)
    Returns the particular property requested for in the underlyingimplementation ofXMLReader.
    Methods injavax.xml.parsers with parameters of typeObject
    Modifier and Type
    Method
    Description
    abstract void
    DocumentBuilderFactory.setAttribute(String name,Object value)
    Allows the user to set specific attributes on the underlyingimplementation.
    abstract void
    SAXParser.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 Type
    Class
    Description
    class 
    An error class for reporting factory configuration errors.
    class 
    This interface defines a utility class for creating instances ofXMLEvents
    class 
    Defines an abstract implementation of a factory for getting streams.
    class 
    Defines an abstract implementation of a factory forgetting XMLEventWriters and XMLStreamWriters.
    class 
    The base exception for unexpected processing errors.
    Subinterfaces with type arguments of typeObject injavax.xml.stream
    Modifier and Type
    Interface
    Description
    interface 
    This is the top level interface for parsing XML Events.
    Methods injavax.xml.stream that returnObject
    Modifier and Type
    Method
    Description
    XMLEventReader.getProperty(String name)
    Get the value of a feature/property from the underlying implementation
    abstractObject
    XMLInputFactory.getProperty(String name)
    Get the value of a feature/property from the underlying implementation
    abstractObject
    XMLOutputFactory.getProperty(String name)
    Get a feature/property on the underlying implementation
    XMLStreamReader.getProperty(String name)
    Get the value of a feature/property from the underlying implementation
    XMLStreamWriter.getProperty(String name)
    Get the value of a feature/property from the underlying implementation
    XMLResolver.resolveEntity(String publicID,String systemID,String baseURI,String namespace)
    Retrieves a resource.
    Methods injavax.xml.stream with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    XMLReporter.report(String message,String errorType,Object relatedInformation,Location location)
    Report the desired message in an application specific format.
    abstract void
    XMLInputFactory.setProperty(String name,Object value)
    Allows the user to set specific feature/property on the underlyingimplementation.
    abstract void
    XMLOutputFactory.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 Type
    Method
    Description
    Returns an implementation defined representation of the DTD.
  • Uses ofObject injavax.xml.stream.util

    Modifier and Type
    Class
    Description
    class 
    This is the base class for deriving an XMLEventReaderfilter.
    class 
    This is the base class for deriving an XMLStreamReader filterThis class is designed to sit between an XMLStreamReader and anapplication's XMLStreamReader.
    Methods injavax.xml.stream.util that returnObject
    Modifier and Type
    Method
    Description
    EventReaderDelegate.getProperty(String name)
     
    StreamReaderDelegate.getProperty(String name)
     
    EventReaderDelegate.next()
     
  • Uses ofObject injavax.xml.transform

    Modifier and Type
    Class
    Description
    class 
    Provides string constants that can be used to setoutput properties for a Transformer, or to retrieveoutput properties from a Transformer or Templates object.
    class 
    An instance of this abstract class can transform asource tree into a result tree.
    class 
    Indicates a serious configuration error.
    class 
    This class specifies an exceptional condition that occurredduring the transformation process.
    class 
    A TransformerFactory instance can be used to createTransformer andTemplates objects.
    class 
    Thrown when a problem with configuration with the Transformer Factoriesexists.
    Methods injavax.xml.transform that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    TransformerFactory.getAttribute(String name)
    Allows the user to retrieve specific attributes on the underlyingimplementation.
    abstractObject
    Transformer.getParameter(String name)
    Get a parameter that was explicitly set with setParameter.
    Methods injavax.xml.transform with parameters of typeObject
    Modifier and Type
    Method
    Description
    abstract void
    TransformerFactory.setAttribute(String name,Object value)
    Allows the user to set specific attributes on the underlyingimplementation.
    abstract void
    Transformer.setParameter(String name,Object value)
    Add a parameter for the transformation.
  • Uses ofObject injavax.xml.transform.dom

    Modifier and Type
    Class
    Description
    class 
    Acts as a holder for a transformation result treein the form of a Document Object Model (DOM) tree.
    class 
    Acts as a holder for a transformation Source tree in theform of a Document Object Model (DOM) tree.
  • Uses ofObject injavax.xml.transform.sax

    Modifier and Type
    Class
    Description
    class 
    Acts as an holder for a transformation Result.
    class 
    Acts as an holder for SAX-style Source.
    class 
    This class extends TransformerFactory to provide SAX-specificfactory methods.
  • Uses ofObject injavax.xml.transform.stax

    Modifier and Type
    Class
    Description
    class 
    Acts as a holder for an XMLResult in theform of a StAX writer,i.e.
    class 
    Acts as a holder for an XMLSource in theform of a StAX reader,i.e.
  • Uses ofObject injavax.xml.transform.stream

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

    Modifier and Type
    Class
    Description
    class 
    Immutable in-memory representation of grammar.
    class 
    Factory that createsSchema objects.
    final class 
    Thrown when a problem with configuration with the Schema Factoriesexists.
    class 
    Factory that createsSchemaFactory.
    class 
    This class provides access to the type information determinedbyValidatorHandler.
    class 
    A processor that checks an XML document againstSchema.
    class 
    Streaming validator that works on SAX stream.
    Methods injavax.xml.validation that returnObject
    Modifier and Type
    Method
    Description
    SchemaFactory.getProperty(String name)
    Look up the value of a property.
    Validator.getProperty(String name)
    Look up the value of a property.
    ValidatorHandler.getProperty(String name)
    Look up the value of a property.
    Methods injavax.xml.validation with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    SchemaFactory.setProperty(String name,Object object)
    Set the value of a property.
    void
    Validator.setProperty(String name,Object object)
    Set the value of a property.
    void
    ValidatorHandler.setProperty(String name,Object object)
    Set the value of a property.
  • Uses ofObject injavax.xml.xpath

    Subclasses ofObject injavax.xml.xpath
    Modifier and Type
    Class
    Description
    class 
    XPath constants.
    class 
    XPathException represents a generic XPath exception.
    class 
    XPathExpressionException represents an error in an XPath expression.
    class 
    AnXPathFactory instance can be used to createXPath objects.
    class 
    XPathFactoryConfigurationException representsa configuration error in aXPathFactory environment.
    class 
    XPathFunctionException represents an error with an XPath function.
    Methods injavax.xml.xpath that returnObject
    Modifier and Type
    Method
    Description
    XPath.evaluate(String expression,Object item,QName returnType)
    Evaluate anXPath expression in the specified context andreturn the result as the specified type.
    XPath.evaluate(String expression,InputSource source,QName returnType)
    Evaluate an XPath expression in the context of the specifiedInputSourceand return the result as the specified type.
    XPathExpression.evaluate(Object item,QName returnType)
    Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
    XPathExpression.evaluate(InputSource source,QName returnType)
    Evaluate the compiled XPath expression in the contextof the specifiedInputSource and return the result as thespecified type.
    XPathFunction.evaluate(List<?> args)
    Evaluate the function with the specified arguments.
    XPathVariableResolver.resolveVariable(QName variableName)
    Find a variable in the set of available variables.
    Methods injavax.xml.xpath with parameters of typeObject
    Modifier and Type
    Method
    Description
    XPath.evaluate(String expression,Object item)
    Evaluate an XPath expression in the specified context and return the result as aString.
    XPath.evaluate(String expression,Object item,QName returnType)
    Evaluate anXPath expression in the specified context andreturn the result as the specified type.
    XPathExpression.evaluate(Object item)
    Evaluate the compiled XPath expression in the specified context and return the result as aString.
    XPathExpression.evaluate(Object item,QName returnType)
    Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
    XPath.evaluateExpression(String expression,Object item)
    Evaluate an XPath expression in the specified context.
    default <T> T
    XPath.evaluateExpression(String expression,Object item,Class<T> type)
    Evaluate an XPath expression in the specified context and returnthe result with the type specified through theclass type
    XPathExpression.evaluateExpression(Object item)
    Evaluate the compiled XPath expression in the specified context.
    default <T> T
    XPathExpression.evaluateExpression(Object item,Class<T> type)
    Evaluate the compiled XPath expression in the specified context, and returnthe result with the type specified through theclass type.
  • Uses ofObject injdk.dynalink

    Subclasses ofObject injdk.dynalink
    Modifier and Type
    Class
    Description
    class 
    Call site descriptors contain all the information necessary for linking acall site.
    final class 
    The linker forRelinkableCallSite objects.
    final class 
    A factory class for creatingDynamicLinker objects.
    final class 
    Operation that associates a name with another operation.
    final class 
    Describes an operation that operates on at least oneNamespace ofan object.
    class 
    Thrown at the invocation if the call site can not be linked by any availableGuardingDynamicLinker.
    class 
    Encapsulates aMethodHandles.Lookup object.
    Methods injdk.dynalink that returnObject
    Modifier and Type
    Method
    Description
    NamedOperation.getName()
    Returns the name of this named operation.
    staticObject
    NamedOperation.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 Type
    Method
    Description
    boolean
    CallSiteDescriptor.equals(Object obj)
    Returns true if this call site descriptor is equal to the passed object.
    boolean
    NamedOperation.equals(Object obj)
    Compares this named operation to another object.
    boolean
    NamespaceOperation.equals(Object obj)
    Returns true if the other object is also a namespace operation and theirbase operation and namespaces are equal.
    Operation.named(Object name)
    Returns aNamedOperation using this operation as its base.
    Constructors injdk.dynalink with parameters of typeObject
    Modifier
    Constructor
    Description
     
    NamedOperation(Operation baseOperation,Object name)
    Creates a new named operation.
  • Uses ofObject injdk.dynalink.beans

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

    Modifier and Type
    Class
    Description
    class 
    Represents a conditionally valid method handle.
    class 
    A class acting as a supplier of guarding dynamic linkers that can beautomatically loaded by other language runtimes.
    Methods injdk.dynalink.linker that returnObject
    Modifier and Type
    Method
    Description
    LinkRequest.getArguments()
    Returns the arguments for the invocation being linked.
    LinkRequest.getReceiver()
    Returns the first argument for the invocation being linked; this istypically the receiver object.
    Methods injdk.dynalink.linker with parameters of typeObject
    Modifier and Type
    Method
    Description
    LinkRequest.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

    Modifier and Type
    Class
    Description
    class 
    AGuardingDynamicLinker that delegates sequentially to a list ofother guarding dynamic linkers in itsCompositeGuardingDynamicLinker.getGuardedInvocation(LinkRequest, LinkerServices).
    class 
    A composite type-based guarding dynamic linker.
    class 
    Default implementation for aDynamicLinkerFactory.setInternalObjectsFilter(MethodHandleTransformer)that delegates to a pair of filtering method handles.
    final class 
    Utility methods for creating typical guards forMethodHandles.guardWithTest(MethodHandle, MethodHandle, MethodHandle)and for adjusting their method types.
    final class 
    A wrapper aroundMethodHandles.Lookup that maskschecked exceptions.
    class 
    Default simple implementation ofLinkRequest.
    final class 
    Various static utility methods for working with Java types.
    Methods injdk.dynalink.linker.support that returnObject
    Modifier and Type
    Method
    Description
    SimpleLinkRequest.getArguments()
     
    SimpleLinkRequest.getReceiver()
     
    Methods injdk.dynalink.linker.support with parameters of typeObject
    Modifier and Type
    Method
    Description
    Creates a guard method that tests its only argument for being referentially identical to another object
    SimpleLinkRequest.replaceArguments(CallSiteDescriptor newCallSiteDescriptor,Object... newArguments)
     
    Constructors injdk.dynalink.linker.support with parameters of typeObject
    Modifier
    Constructor
    Description
     
    SimpleLinkRequest(CallSiteDescriptor callSiteDescriptor, boolean callSiteUnstable,Object... arguments)
    Creates a new link request.
  • Uses ofObject injdk.dynalink.support

    Modifier and Type
    Class
    Description
    class 
    A basic implementation of theRelinkableCallSite as aMutableCallSite.
    class 
    A relinkable call site that implements a polymorphic inline caching strategy.
    class 
    A relinkable call site that implements monomorphic inline caching strategy,only being linked to a singleGuardedInvocation at any given time.
  • Uses ofObject injdk.incubator.vector

    Modifier and Type
    Class
    Description
    class 
    A specializedVector representing an ordered immutable sequence ofbyte values.
    class 
    A specializedVector representing an ordered immutable sequence ofdouble values.
    final class 
    TheFloat16 is a class holding 16-bit datain IEEE 754 binary16 format.
    class 
    A specializedVector representing an ordered immutable sequence offloat values.
    class 
    A specializedVector representing an ordered immutable sequence ofint values.
    class 
    A specializedVector representing an ordered immutable sequence oflong values.
    class 
    A specializedVector representing an ordered immutable sequence ofshort values.
    class 
    Asequence of a fixed number oflanes,all of some fixedelement typesuch asbyte,long, orfloat.
    class 
    AVectorMask represents an ordered immutable sequence ofbooleanvalues.
    final class 
    The classVectorMath contains methods for performingscalar numeric operations in support of vector numeric operations.
    class 
    This class consists solely of static constantsthat describe lane-wise vector operations, plus nested interfaceswhich classify them.
    class 
    AVectorShuffle represents an ordered immutable sequence ofint values calledsource indexes, where each sourceindex numerically selects a source lane from a compatibleVector.
    Methods injdk.incubator.vector that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    Vector.toArray()
    Returns a packed array containing all the lane values.
    Methods injdk.incubator.vector with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    ByteVector.equals(Object obj)
    Indicates whether this vector is identical to some other object.
    final boolean
    DoubleVector.equals(Object obj)
    Indicates whether this vector is identical to some other object.
    boolean
    Float16.equals(Object obj)
    Compares this object against the specified object.
    final boolean
    FloatVector.equals(Object obj)
    Indicates whether this vector is identical to some other object.
    final boolean
    IntVector.equals(Object obj)
    Indicates whether this vector is identical to some other object.
    final boolean
    LongVector.equals(Object obj)
    Indicates whether this vector is identical to some other object.
    final boolean
    ShortVector.equals(Object obj)
    Indicates whether this vector is identical to some other object.
    abstract boolean
    Vector.equals(Object obj)
    Indicates whether this vector is identical to some other object.
    final boolean
    VectorMask.equals(Object obj)
    Indicates whether this mask is identical to some other object.
    final boolean
    VectorShuffle.equals(Object obj)
    Indicates whether this shuffle is identical to some other object.
    boolean
    VectorSpecies.equals(Object obj)
    Indicates whether this species is identical to some other object.
    VectorSpecies.fromArray(Object a, int offset)
    Returns a vector of this specieswhere lane elements are initializedfrom the given array at the given offset.
  • Uses ofObject injdk.javadoc.doclet

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

    Subclasses ofObject injdk.jfr
    Modifier and Type
    Class
    Description
    final class 
    Describes event metadata, such as labels, descriptions and units.
    final class 
    A collection of settings and metadata describing the configuration.
    class 
    Base class for events, to be subclassed in order to define events and theirfields.
    final class 
    Class for defining an event at runtime.
    class 
    Convenience class for applying event settings to a recording.
    final class 
    Describes an event, its fields, settings and annotations.
    final class 
    Class for accessing, controlling, and managing Flight Recorder.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    final class 
    Provides means to configure, start, stop and dump recording data to disk.
    class 
    Base class to extend to create setting controls.
    final class 
    Describes an event setting.
    final class 
    Describes the event fields and annotation elements.
    Methods injdk.jfr that returnObject
    Modifier and Type
    Method
    Description
    AnnotationElement.getValue(String name)
    Returns a value for thisAnnotationElement.
    Methods injdk.jfr that return types with arguments of typeObject
    Modifier and Type
    Method
    Description
    AnnotationElement.getValues()
    Returns an immutable list of annotation values in an order that matches thevalue descriptors for thisAnnotationElement.
    Methods injdk.jfr with parameters of typeObject
    Modifier and Type
    Method
    Description
    final void
    Event.set(int index,Object value)
    Sets a field value.
    Constructors injdk.jfr with parameters of typeObject
    Modifier
    Constructor
    Description
     
    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
    Modifier
    Constructor
    Description
     
    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 Type
    Class
    Description
    final class 
    Event that contains information about event types and configurations.
    final class 
    A recorded Java type, such as a class or an interface.
    final class 
    A recorded Java class loader.
    final class 
    A recorded event.
    final class 
    A recorded frame in a stack trace.
    final class 
    A recorded method.
    class 
    A complex data type that consists of one or more fields.
    final class 
    A recorded stack trace.
    final class 
    A recorded thread.
    final class 
    A recorded Java thread group.
    final class 
    A recording file.
    final class 
    A recording stream produces events from the current JVM (Java VirtualMachine).
    Methods injdk.jfr.consumer with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    EventStream.remove(Object action)
    Unregisters an action.
    boolean
    RecordingStream.remove(Object action)
     
  • Uses ofObject injdk.jshell

    Subclasses ofObject injdk.jshell
    Modifier and Type
    Class
    Description
    class 
    Grouping for all declaration Snippets: variable declarations(VarSnippet), method declarations(MethodSnippet), and type declarations(TypeDeclSnippet).
    class 
    Diagnostic information for a Snippet.
    class 
    A snippet of code that is not valid Java programming language code.
    class 
    Wraps an throwable thrown in the executing client.
    class 
    Snippet for an assignment or variable-value expression.
    class 
    Snippet for an import declaration.
    class 
    The JShell evaluation state engine.
    static class 
    Builder forJShell instances.
    class 
    Subscription is a token for referring to subscriptions so they canbeunsubscribed.
    class 
    The superclass of JShell generated exceptions
    class 
    Snippet for a method definition.
    class 
    Grouping for Snippets which persist and influence future code.
    class 
    A Snippet represents a snippet of Java source code as passed toJShell.eval(java.lang.String).
    class 
    A description of a change to a Snippet.
    class 
    Provides analysis utilities for source code input.
    static final class 
    List of possible qualified names.
    class 
    Snippet for a statement.
    class 
    Snippet for a type definition (a class, interface, enum, or annotationinterface definition).
    class 
    Exception reported on attempting to execute aRECOVERABLE_DEFINEDsnippet.
    class 
    Snippet for a variable definition.
    Methods injdk.jshell with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    SourceCodeAnalysis.Highlight.equals(Object o)
    Indicates whether some other object is "equal to" this one.
  • Uses ofObject injdk.jshell.execution

    Modifier and Type
    Class
    Description
    class 
    AnExecutionControl implementation that runs in the current process.
    class 
    Tries other providers in sequence until one works.
    class 
    The implementation ofExecutionControl that theJShell-core uses by default.
    class 
    Abstract JDI implementation ofExecutionControl.
    class 
    A provider of remote JDI-controlled execution engines.
    class 
    Sets up a JDI connection, providing the resulting JDIVirtualMachineand theProcess the remote agent is running in.
    class 
    An implementation ofExecutionControl which executesin the same JVM as the JShell-core.
    class 
    A provider of execution engines which run in the same process as JShell.
    class 
    The remote agent runs in the execution process (separate from the main JShellprocess).
    class 
    An implementation of theExecutionControlexecution engine SPI which streams requests to a remote agent whereexecution takes place.
    class 
    Miscellaneous utility methods for setting-up implementations ofExecutionControl.
    Methods injdk.jshell.execution that returnObject
    Modifier and Type
    Method
    Description
    DirectExecutionControl.extensionCommand(String command,Object arg)
     
    StreamingExecutionControl.extensionCommand(String command,Object arg)
     
    Methods injdk.jshell.execution with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    JdiDefaultExecutionControl.JdiStarter.TargetDescription.equals(Object o)
    Indicates whether some other object is "equal to" this one.
    DirectExecutionControl.extensionCommand(String command,Object arg)
     
    StreamingExecutionControl.extensionCommand(String command,Object arg)
     
    protected staticString
    DirectExecutionControl.valueString(Object value)
  • Uses ofObject injdk.jshell.spi

    Subclasses ofObject injdk.jshell.spi
    Modifier and Type
    Class
    Description
    static final class 
    Bundles class name with class bytecodes.
    static class 
    A class install (load or redefine) encountered a problem.
    static class 
    Unbidden execution engine termination has occurred.
    static class 
    The abstract base of allExecutionControl exceptions.
    static class 
    An internal problem has occurred.
    static class 
    The command is not implemented.
    static class 
    An exception indicating that aDeclarationSnippet with unresolvedreferences has been encountered.
    static class 
    The abstract base of of exceptions specific to running user code.
    static class 
    static class 
    A 'normal' user exception occurred.
    class 
    The construction and throw of this exception is embedded in code generated bythe JShell core implementation in such a way that, upon executing aRECOVERABLE_DEFINEDuser method, this exception is thrown.
    Methods injdk.jshell.spi that returnObject
    Modifier and Type
    Method
    Description
    ExecutionControl.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 Type
    Method
    Description
    ExecutionControl.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 Type
    Class
    Description
    final class 
    Management representation of aConfiguration.
    final class 
    Management representation of anEventType.
    final class 
    Management representation of aRecording.
    final class 
    An implementation of anEventStream that can serialize events overthe network using anMBeanServerConnection.
    final class 
    Management class that describes a setting, for example name, description anddefault value.
    Methods injdk.management.jfr with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    RemoteRecordingStream.remove(Object action)
     
  • Uses ofObject injdk.net

    Subclasses ofObject injdk.net
    Modifier and Type
    Class
    Description
    final class 
    Defines extended socket options, beyond those defined inStandardSocketOptions.
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    This permission cannot be used for controlling access to resourcesas the Security Manager is no longer supported.
    class 
    Deprecated.
    Java SE 9 added standard methods to set/get socket options, and retrieve the per-Socketsupported options effectively rendering this API redundant.
    Methods injdk.net with parameters of typeObject
    Modifier and Type
    Method
    Description
    final boolean
    UnixDomainPrincipal.equals(Object o)
    Indicates whether some other object is "equal to" this one.
  • Uses ofObject injdk.nio

    Subclasses ofObject injdk.nio
    Modifier and Type
    Class
    Description
    final class 
    Defines static methods to createchannels.
  • Uses ofObject injdk.nio.mapmode

    Subclasses ofObject injdk.nio.mapmode
    Modifier and Type
    Class
    Description
    class 
    JDK-specific map modes.
  • Uses ofObject injdk.security.jarsigner

    Modifier and Type
    Class
    Description
    final class 
    An immutable utility class to sign a jar file.
    static class 
    A mutable builder class that can create an immutableJarSignerfrom various signing-related parameters.
    class 
    This exception is thrown whenJarSigner.sign(ZipFile, OutputStream) fails.
  • Uses ofObject innetscape.javascript

    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    The jdk.jsobject module will be delivered with JavaFX.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    The jdk.jsobject module will be delivered with JavaFX.
    Methods innetscape.javascript that returnObject
    Modifier and Type
    Method
    Description
    abstractObject
    JSObject.call(String methodName,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Calls a JavaScript method.
    abstractObject
    JSObject.eval(String s)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Evaluates a JavaScript expression.
    abstractObject
    JSObject.getMember(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Retrieves a named member of a JavaScript object.
    abstractObject
    JSObject.getSlot(int index)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Retrieves an indexed member of a JavaScript object.
    Methods innetscape.javascript with parameters of typeObject
    Modifier and Type
    Method
    Description
    abstractObject
    JSObject.call(String methodName,Object... args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Calls a JavaScript method.
    abstract void
    JSObject.setMember(String name,Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets a named member of a JavaScript object.
    abstract void
    JSObject.setSlot(int index,Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets an indexed member of a JavaScript object.
  • Uses ofObject inorg.ietf.jgss

    Subclasses ofObject inorg.ietf.jgss
    Modifier and Type
    Class
    Description
    class 
    This class encapsulates the concept of caller-provided channelbinding information.
    class 
    This exception is thrown whenever a GSS-API error occurs, includingany mechanism specific error.
    class 
    This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
    class 
    This is a utility class used within the per-message GSSContextmethods to convey per-message properties.
    class 
    This class represents Universal Object Identifiers (Oids) and theirassociated operations.
    Methods inorg.ietf.jgss with parameters of typeObject
    Modifier and Type
    Method
    Description
    boolean
    ChannelBinding.equals(Object obj)
    Compares two instances of ChannelBinding.
    boolean
    GSSCredential.equals(Object another)
    Tests if this GSSCredential asserts the same entity as the suppliedobject.
    boolean
    GSSName.equals(Object another)
    Compares thisGSSName object to another Object that might be aGSSName.
    boolean
    Oid.equals(Object other)
    Tests if two Oid objects represent the same Object identifiervalue.
  • Uses ofObject inorg.w3c.dom

    Subclasses ofObject inorg.w3c.dom
    Modifier and Type
    Class
    Description
    class 
    DOM operations only raise exceptions in "exceptional" circumstances, i.e.,when an operation is impossible to perform (either for logical reasons,because data is lost, or because the implementation has become unstable).
    Methods inorg.w3c.dom that returnObject
    Modifier and Type
    Method
    Description
    DOMImplementation.getFeature(String feature,String version)
    This method returns a specialized object which implements thespecialized APIs of the specified feature and version, as specifiedinDOM Features.
    Node.getFeature(String feature,String version)
    This method returns a specialized object which implements thespecialized APIs of the specified feature and version, as specifiedin .
    DOMConfiguration.getParameter(String name)
    Return the value of a parameter if known.
    DOMError.getRelatedData()
    The relatedDOMError.type dependent data if any.
    The related platform dependent exception if any.
    Node.getUserData(String key)
    Retrieves the object associated to a key on a this node.
    Node.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 Type
    Method
    Description
    boolean
    DOMConfiguration.canSetParameter(String name,Object value)
    Check if setting a parameter to a specific value is supported.
    void
    UserDataHandler.handle(short operation,String key,Object data,Node src,Node dst)
    This method is called whenever the node for which this handler isregistered is imported or cloned.
    void
    DOMConfiguration.setParameter(String name,Object value)
    Set the value of a parameter.
    Node.setUserData(String key,Object data,UserDataHandler handler)
    Associate an object to a key on this node.
  • Uses ofObject inorg.w3c.dom.bootstrap

    Modifier and Type
    Class
    Description
    final class 
    A factory that enables applications to obtain instances ofDOMImplementation.
  • Uses ofObject inorg.w3c.dom.events

    Subclasses ofObject inorg.w3c.dom.events
    Modifier and Type
    Class
    Description
    class 
    Event operations may throw anEventException as specified intheir method descriptions.
  • Uses ofObject inorg.w3c.dom.ls

    Subclasses ofObject inorg.w3c.dom.ls
    Modifier and Type
    Class
    Description
    class 
    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 Type
    Class
    Description
    class 
    Range operations may throw aRangeException as specified intheir method descriptions.
  • Uses ofObject inorg.w3c.dom.xpath

    Subclasses ofObject inorg.w3c.dom.xpath
    Modifier and Type
    Class
    Description
    class 
    A new exception has been created for exceptions specific to these XPathinterfaces.
    Methods inorg.w3c.dom.xpath that returnObject
    Modifier and Type
    Method
    Description
    XPathEvaluator.evaluate(String expression,Node contextNode,XPathNSResolver resolver, short type,Object result)
    Evaluates an XPath expression string and returns a result of thespecified type if possible.
    XPathExpression.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 Type
    Method
    Description
    XPathEvaluator.evaluate(String expression,Node contextNode,XPathNSResolver resolver, short type,Object result)
    Evaluates an XPath expression string and returns a result of thespecified type if possible.
    XPathExpression.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 Type
    Class
    Description
    class 
    Deprecated.
    This class works with the deprecatedDocumentHandler interface.
    class 
    A single input source for an XML entity.
    class 
    Encapsulate a general SAX error or warning.
    class 
    Exception class for an unrecognized identifier.
    class 
    Exception class for an unsupported operation.
    class 
    Encapsulate an XML parse error or warning.
    Methods inorg.xml.sax that returnObject
    Modifier and Type
    Method
    Description
    XMLReader.getProperty(String name)
    Look up the value of a property.
    Methods inorg.xml.sax with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    XMLReader.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 Type
    Class
    Description
    class 
    SAX2 extension helper for additional Attributes information,implementing theAttributes2 interface.
    class 
    This class extends the SAX2 base handler class to support theSAX2LexicalHandler,DeclHandler, andEntityResolver2 extensions.
    class 
    SAX2 extension helper for holding additional Entity information,implementing theLocator2 interface.
  • Uses ofObject inorg.xml.sax.helpers

    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    This class implements a deprecated interface,AttributeList; that interface has been replaced byAttributes, which is implemented in theAttributesImpl helper class.
    class 
    Default implementation of the Attributes interface.
    class 
    Default base class for SAX2 event handlers.
    class 
    Provide an optional convenience implementation of Locator.
    class 
    Encapsulate Namespace logic for use by applications using SAX,or internally by SAX drivers.
    class 
    Adapt a SAX1 Parser as a SAX2 XMLReader.
    class 
    Deprecated.
    This class works with the deprecatedParser interface.
    class 
    Base class for deriving an XML filter.
    class 
    Adapt a SAX2 XMLReader as a SAX1 Parser.
    final class 
    Deprecated.
    It is recommended to useSAXParserFactoryinstead.
    Methods inorg.xml.sax.helpers that returnObject
    Modifier and Type
    Method
    Description
    ParserAdapter.getProperty(String name)
    Get a parser property.
    XMLFilterImpl.getProperty(String name)
    Look up the value of a property.
    Methods inorg.xml.sax.helpers with parameters of typeObject
    Modifier and Type
    Method
    Description
    void
    ParserAdapter.setProperty(String name,Object value)
    Set a parser property.
    void
    XMLFilterImpl.setProperty(String name,Object value)
    Set the value of a property.