| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.datatransfer |
Provides interfaces and classes for transferring data between and within applications.
|
| java.awt.dnd |
Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
|
| java.awt.image.renderable |
Provides classes and interfaces for producing rendering-independent images.
|
| java.beans |
Contains classes related to developing
beans -- components based on the JavaBeans™ architecture.
|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| java.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.lang.annotation |
Provides library support for the Java programming language annotation facility.
|
| java.lang.instrument |
Provides services that allow Java programming language agents to instrument programs running on the JVM.
|
| java.lang.invoke |
The
java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
|
| java.lang.management |
Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
|
| java.lang.reflect |
Provides classes and interfaces for obtaining reflective information about classes and objects.
|
| java.net |
Provides the classes for implementing networking applications.
|
| java.nio.file |
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
|
| java.nio.file.spi |
Service-provider classes for the
java.nio.file package.
|
| 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.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| java.util.concurrent.atomic |
A small toolkit of classes that support lock-free thread-safe programming on single variables.
|
| java.util.prefs |
This package allows applications to store and retrieve user and system preference and configuration data.
|
| javax.activation | |
| javax.annotation.processing |
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
|
| javax.crypto |
Provides the classes and interfaces for cryptographic operations.
|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| javax.imageio.spi |
A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
|
| javax.lang.model |
Classes and hierarchies of packages used to model the Java programming language.
|
| javax.lang.model.element |
Interfaces used to model elements of the Java programming language.
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.management.openmbean |
Provides the open data types and Open MBean descriptor classes.
|
| javax.naming.spi | |
| javax.print |
Provides the principal classes and interfaces for the Java
TM Print Service API.
|
| javax.print.attribute |
Provides classes and interfaces that describe the types of Java
TM Print Service attributes and how they can be collected into attribute sets.
|
| javax.print.attribute.standard |
Package javax.print.attribute.standard contains classes for specific printing attributes.
|
| javax.rmi |
Contains user APIs for RMI-IIOP.
|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| javax.script |
The scripting API consists of interfaces and classes that define Java
TM Scripting Engines and provides a framework for their use in Java applications.
|
| javax.security.auth |
This package provides a framework for authentication and authorization.
|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| javax.sound.sampled |
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet implementations.
|
| javax.sql.rowset.serial |
Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.event |
Provides for events fired by Swing components.
|
| 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 with
javax.swing.JTable.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| javax.swing.tree |
Provides classes and interfaces for dealing with
javax.swing.JTree.
|
| javax.tools |
Provides interfaces for tools which can be invoked from a program, for example, compilers.
|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for some of the
javax.xml.bind interfaces.
|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM programming language, including the class
ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
|
| org.omg.CORBA_2_3.portable |
Provides methods for the input and output of value types, and contains other updates to the
org/omg/CORBA/portable package.
|
| org.omg.CORBA.portable |
Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.
|
| org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value associated with an
any at runtime, and extraction of the primitive constituents of the data value.
|
| org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DragGestureRecognizer |
Toolkit.createDragGestureRecognizer(Class
Creates a concrete, platform dependent, subclass of the abstract DragGestureRecognizer class requested, and associates it with the DragSource, Component and DragGestureListener specified.
|
<T extends EventListener |
Scrollbar.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Scrollbar.
|
<T extends EventListener |
Choice.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Choice.
|
<T extends EventListener |
Checkbox.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Checkbox.
|
<T extends EventListener |
Window.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Window.
|
<T extends EventListener |
TextComponent.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
TextComponent.
|
<T extends EventListener |
TextField.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
TextField.
|
<T extends EventListener |
MenuItem.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
MenuItem.
|
<T extends EventListener |
CheckboxMenuItem.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
CheckboxMenuItem.
|
<T extends EventListener |
List.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
List.
|
<T extends EventListener |
Container.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Container.
|
<T extends EventListener |
Component.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Component.
|
<T extends EventListener |
Button.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Button.
|
static <T extends EventListener |
AWTEventMulticaster.getListeners(EventListener
Returns an array of all the objects chained as
FooListeners by the specified
java.util.EventListener.
|
protected static void |
AWTKeyStroke.registerSubclass(Class
Registers a new class which the factory methods in
AWTKeyStroke will use when generating new instances of
AWTKeyStrokes.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
DataFlavor.getDefaultRepresentationClass()
|
Class |
DataFlavor.getRepresentationClass()
Returns the
Class which objects supporting this
DataFlavor will return when this
DataFlavor is requested.
|
protected static Class |
DataFlavor.tryToLoadClass(String
Tries to load a class from: the bootstrap loader, the system loader, the context loader (if one is present) and finally the loader specified.
|
| Constructor and Description | |
|---|---|
DataFlavor(Class
Constructs a
DataFlavor that represents a Java class.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DragGestureRecognizer |
DragSource.createDragGestureRecognizer(Class
Creates a new
DragGestureRecognizer that implements the specified abstract subclass of
DragGestureRecognizer, and sets the specified
Component and
DragGestureListener on the newly created object.
|
<T extends EventListener |
DragSource.getListeners(Class
Gets all the objects currently registered as
FooListeners upon this
DragSource.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
ParameterBlock.getParamClasses()
Returns an array of Class objects describing the types of the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
BeanDescriptor.getBeanClass()
Gets the bean's Class object.
|
Class |
BeanDescriptor.getCustomizerClass()
Gets the Class object for the bean's customizer.
|
Class |
IndexedPropertyDescriptor.getIndexedPropertyType()
Returns the Java type info for the indexed property.
|
Class |
EventSetDescriptor.getListenerType()
Gets the
Class object for the target interface.
|
Class |
PropertyDescriptor.getPropertyEditorClass()
Gets any explicit PropertyEditor Class that has been registered for this property.
|
Class |
PropertyDescriptor.getPropertyType()
Returns the Java type info for the property.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
EventHandler.create(Class
Creates an implementation of
listenerInterface in which
all of the methods in the listener interface apply the handler's
action to the
target.
|
static <T> T |
EventHandler.create(Class
/** Creates an implementation of
listenerInterface in which
all of the methods pass the value of the event expression,
eventPropertyName, to the final method in the statement,
action, which is applied to the
target.
|
static <T> T |
EventHandler.create(Class
Creates an implementation of
listenerInterface in which the method named
listenerMethodName passes the value of the event expression,
eventPropertyName, to the final method in the statement,
action, which is applied to the
target.
|
static PropertyEditor |
PropertyEditorManager.findEditor(Class
Locate a value editor for a given target type.
|
static void |
Introspector.flushFromCaches(Class
Flush the Introspector's internal cached information for a given class.
|
static BeanInfo |
Introspector.getBeanInfo(Class
Introspect on a Java Bean and learn about all its properties, exposed methods, and events.
|
static BeanInfo |
Introspector.getBeanInfo(Class
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
|
static BeanInfo |
Introspector.getBeanInfo(Class
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
|
static BeanInfo |
Introspector.getBeanInfo(Class
Introspect on a Java Bean and learn about all its properties, exposed methods and events, below a given
stopClass point subject to some control
flags.
|
static BeanInfo |
Introspector.getBeanInfo(Class
Introspect on a Java Bean and learn about all its properties, exposed methods and events, below a given
stopClass point subject to some control
flags.
|
static BeanInfo |
Introspector.getBeanInfo(Class
Introspect on a Java bean and learn about all its properties, exposed methods, and events, subject to some control flags.
|
static Object |
Beans.getInstanceOf(Object
From a given bean, obtain an object representing a specified type view of that source object.
|
PersistenceDelegate |
Encoder.getPersistenceDelegate(Class
Returns the persistence delegate for the given type.
|
protected void |
DefaultPersistenceDelegate.initialize(Class
This default implementation of the
initialize method assumes all state held in objects of this type is exposed via the matching pairs of "setter" and "getter" methods in the order they are returned by the Introspector.
|
protected void |
PersistenceDelegate.initialize(Class
Produce a series of statements with side effects on
newInstance so that the new instance becomes
equivalent to
oldInstance.
|
static boolean |
Beans.isInstanceOf(Object
Check if a bean can be viewed as a given target type.
|
static void |
PropertyEditorManager.registerEditor(Class
Registers an editor class to edit values of the given target class.
|
static void |
PropertyEditorManager.registerEditor(Class
Registers an editor class to edit values of the given target class.
|
void |
Encoder.setPersistenceDelegate(Class
Associates the specified persistence delegate with the given type.
|
void |
PropertyDescriptor.setPropertyEditorClass(Class
Normally PropertyEditors will be found using the PropertyEditorManager.
|
| Constructor and Description | |
|---|---|
BeanDescriptor(Class
Create a BeanDescriptor for a bean that doesn't have a customizer.
|
|
BeanDescriptor(Class
Create a BeanDescriptor for a bean that has a customizer.
|
|
BeanDescriptor(Class
Create a BeanDescriptor for a bean that has a customizer.
|
|
EventSetDescriptor(Class
Creates an
EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.
|
|
EventSetDescriptor(Class
Creates an
EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.
|
|
EventSetDescriptor(Class
Creates an
EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(Class
Creates an
EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(Class
This constructor creates an EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(Class
This constructor creates an EventSetDescriptor from scratch using string names.
|
|
EventSetDescriptor(String
Creates an
EventSetDescriptor from scratch using
java.lang.reflect.Method and
java.lang.Class objects.
|
|
EventSetDescriptor(String
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
|
|
EventSetDescriptor(String
Creates an
EventSetDescriptor from scratch using
java.lang.reflect.MethodDescriptor and
java.lang.Class objects.
|
|
IndexedPropertyDescriptor(String
This constructor constructs an IndexedPropertyDescriptor for a property that follows the standard Java conventions by having getFoo and setFoo accessor methods, for both indexed access and array access.
|
|
IndexedPropertyDescriptor(String
This constructor takes the name of a simple property, and method names for reading and writing the property, both indexed and non-indexed.
|
|
PropertyDescriptor(String
Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.
|
|
PropertyDescriptor(String
This constructor takes the name of a simple property, and method names for reading and writing the property.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class |
BeanContextServiceAvailableEvent.serviceClass
A
Class reference to the newly available service
|
protected Class |
BeanContextServiceRevokedEvent.serviceClass
A
Class reference to the service that is being revoked.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
BeanContextServiceAvailableEvent.getServiceClass()
Gets the service class that is the subject of this notification.
|
Class |
BeanContextServiceRevokedEvent.getServiceClass()
Gets the service class that is the subject of this notification
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BeanContextServicesSupport.addService(Class
add a service
|
boolean |
BeanContextServices.addService(Class
Adds a service to this BeanContext.
|
protected boolean |
BeanContextServicesSupport.addService(Class
add a service
|
protected static boolean |
BeanContextSupport.classEquals(Class
Tests to see if two class objects, or their names are equal.
|
protected static boolean |
BeanContextSupport.classEquals(Class
Tests to see if two class objects, or their names are equal.
|
protected BeanContextServicesSupport |
BeanContextServicesSupport.createBCSSServiceProvider(Class
subclasses can override this method to create new subclasses of BCSSServiceProvider without having to override addService() in order to instantiate.
|
protected void |
BeanContextServicesSupport.fireServiceAdded(Class
Fires a
BeanContextServiceEvent notifying of a new service.
|
protected void |
BeanContextServicesSupport.fireServiceRevoked(Class
Fires a
BeanContextServiceRevokedEvent indicating that a particular service is no longer available.
|
Iterator |
BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices
|
Iterator |
BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices
Invoked by
BeanContextServices, this method gets the current service selectors for the specified service.
|
Iterator |
BeanContextServicesSupport.getCurrentServiceSelectors(Class
|
Iterator |
BeanContextServices.getCurrentServiceSelectors(Class
Gets the list of service dependent service parameters (Service Selectors) for the specified service, by calling getCurrentServiceSelectors() on the underlying BeanContextServiceProvider.
|
Object |
BeanContextServicesSupport.getService(BeanContextChild
obtain a service which may be delegated
|
Object |
BeanContextServices.getService(BeanContextChild
A
BeanContextChild, or any arbitrary object associated with a
BeanContextChild, may obtain a reference to a currently registered service from its nesting
BeanContextServices via invocation of this method.
|
Object |
BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices
|
Object |
BeanContextServiceProvider.getService(BeanContextServices
Invoked by
BeanContextServices, this method requests an instance of a service from this
BeanContextServiceProvider.
|
boolean |
BeanContextServicesSupport.hasService(Class
has a service, which may be delegated
|
boolean |
BeanContextServices.hasService(Class
Reports whether or not a given service is currently available from this context.
|
boolean |
BeanContextServiceRevokedEvent.isServiceClass(Class
Checks this event to determine whether or not the service being revoked is of a particular class.
|
void |
BeanContextServicesSupport.revokeService(Class
remove a service
|
void |
BeanContextServices.revokeService(Class
BeanContextServiceProviders wishing to remove a currently registered service from this context may do so via invocation of this method.
|
| Constructor and Description | |
|---|---|
BeanContextServiceAvailableEvent(BeanContextServices
Construct a
BeanContextAvailableServiceEvent.
|
|
BeanContextServiceRevokedEvent(BeanContextServices
Construct a
BeanContextServiceEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
ObjectStreamClass.forClass()
Return the class in the local VM that this version is mapped to.
|
Class |
ObjectStreamField.getType()
Get the type of the field.
|
protected Class |
ObjectInputStream.resolveClass(ObjectStreamClass
Load the local class equivalent of the specified stream class description.
|
protected Class |
ObjectInputStream.resolveProxyClass(String
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ObjectOutputStream.annotateClass(Class
Subclasses may implement this method to allow class data to be stored in the stream.
|
protected void |
ObjectOutputStream.annotateProxyClass(Class
Subclasses may implement this method to store custom data in the stream along with descriptors for dynamic proxy classes.
|
static ObjectStreamClass |
ObjectStreamClass.lookup(Class
Find the descriptor for a class that can be serialized.
|
static ObjectStreamClass |
ObjectStreamClass.lookupAny(Class
Returns the descriptor for any class, regardless of whether it implements
Serializable.
|
| Constructor and Description | |
|---|---|
ObjectStreamField(String
Create a Serializable field with the specified type.
|
|
ObjectStreamField(String
Creates an ObjectStreamField representing a serializable field with the given name and type.
|
| Modifier and Type | Field and Description |
|---|---|
static Class |
Double.TYPE
The
Class instance representing the primitive type
double.
|
static Class |
Boolean.TYPE
The Class object representing the primitive type boolean.
|
static Class |
Void.TYPE
The
Class object representing the pseudo-type corresponding to the keyword
void.
|
static Class |
Integer.TYPE
The
Class instance representing the primitive type
int.
|
static Class |
Byte.TYPE
The
Class instance representing the primitive type
byte.
|
static Class |
Long.TYPE
The
Class instance representing the primitive type
long.
|
static Class |
Float.TYPE
The
Class instance representing the primitive type
float.
|
static Class |
Character.TYPE
The
Class instance representing the primitive type
char.
|
static Class |
Short.TYPE
The
Class instance representing the primitive type
short.
|
| Modifier and Type | Method and Description |
|---|---|
<U> Class |
Class.asSubclass(Class
Casts this
Class object to represent a subclass of the class represented by the specified class object.
|
protected Class |
SecurityManager.currentLoadedClass()
Deprecated.
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
|
protected Class |
ClassLoader.defineClass(byte[] b, int off, int len)
Deprecated.
Replaced by
defineClass(String, byte[], int, int)
|
protected Class |
ClassLoader.defineClass(String
Converts an array of bytes into an instance of class
Class.
|
protected Class |
ClassLoader.defineClass(String
Converts an array of bytes into an instance of class
Class, with an optional
ProtectionDomain.
|
protected Class |
ClassLoader.defineClass(String
Converts a
ByteBuffer into an instance of class
Class, with an optional
ProtectionDomain.
|
Class |
EnumConstantNotPresentException.enumType()
Returns the type of the missing enum constant.
|
protected Class |
ClassLoader.findClass(String
Finds the class with the specified
binary name.
|
protected Class |
ClassLoader.findLoadedClass(String
Returns the class with the given
binary name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with that
binary name.
|
protected Class |
ClassLoader.findSystemClass(String
Finds a class with the specified
binary name, loading it if necessary.
|
static Class |
Class.forName(String
Returns the
Class object associated with the class or interface with the given string name.
|
static Class |
Class.forName(String
Returns the
Class object associated with the class or interface with the given string name, using the given class loader.
|
Class |
Object.getClass()
Returns the runtime class of this
Object.
|
protected Class |
SecurityManager.getClassContext()
Returns the current execution stack as an array of classes.
|
Class |
Class.getClasses()
Returns an array containing
Class objects representing all the public classes and interfaces that are members of the class represented by this
Class object.
|
Class |
Class.getComponentType()
Returns the
Class representing the component type of an array.
|
Class |
Class.getDeclaredClasses()
Returns an array of
Class objects reflecting all the classes and interfaces declared as members of the class represented by this
Class object.
|
Class |
Class.getDeclaringClass()
If the class or interface represented by this
Class object is a member of another class, returns the
Class object representing the class in which it was declared.
|
Class |
Enum.getDeclaringClass()
Returns the Class object corresponding to this enum constant's enum type.
|
Class |
Class.getEnclosingClass()
Returns the immediately enclosing class of the underlying class.
|
Class |
Class.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object.
|
Class |
Class.getSuperclass()
Returns the
Class representing the superclass of the entity (class, interface, primitive type or void) represented by this
Class.
|
Class |
ClassLoader.loadClass(String
Loads the class with the specified
binary name.
|
protected Class |
ClassLoader.loadClass(String
Loads the class with the specified
binary name.
|
| Modifier and Type | Method and Description |
|---|---|
<U> Class |
Class.asSubclass(Class
Casts this
Class object to represent a subclass of the class represented by the specified class object.
|
void |
SecurityManager.checkMemberAccess(Class
Deprecated.
This method relies on the caller being at a stack depth of 4 which is error-prone and cannot be enforced by the runtime. Users of this method should instead invoke
SecurityManager directly. This method will be changed in a future release to check the permission java.security.AllPermission.
|
static boolean |
Compiler.compileClass(Class
Compiles the specified class.
|
protected abstract T |
ClassValue.computeValue(Class
Computes the given class's derived value for this
ClassValue.
|
T |
ClassValue.get(Class
Returns the value for the given class.
|
<A extends Annotation |
Class.getAnnotation(Class
|
<A extends Annotation |
Package.getAnnotation(Class
|
<A extends Annotation |
Class.getAnnotationsByType(Class
|
<A extends Annotation |
Package.getAnnotationsByType(Class
|
Constructor |
Class.getConstructor(Class
Returns a
Constructor object that reflects the specified public constructor of the class represented by this
Class object.
|
<A extends Annotation |
Class.getDeclaredAnnotation(Class
|
<A extends Annotation |
Package.getDeclaredAnnotation(Class
|
<A extends Annotation |
Class.getDeclaredAnnotationsByType(Class
|
<A extends Annotation |
Package.getDeclaredAnnotationsByType(Class
|
Constructor |
Class.getDeclaredConstructor(Class
Returns a
Constructor object that reflects the specified constructor of the class or interface represented by this
Class object.
|
Method |
Class.getDeclaredMethod(String
Returns a
Method object that reflects the specified declared method of the class or interface represented by this
Class object.
|
Method |
Class.getMethod(String
Returns a
Method object that reflects the specified public member method of the class or interface represented by this
Class object.
|
boolean |
Class.isAnnotationPresent(Class
Returns true if an annotation for the specified type is
present on this element, else false.
|
boolean |
Package.isAnnotationPresent(Class
Returns true if an annotation for the specified type is
present on this element, else false.
|
boolean |
Class.isAssignableFrom(Class
Determines if the class or interface represented by this
Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified
Class parameter.
|
void |
ClassValue.remove(Class
Removes the associated value for the given class.
|
protected void |
ClassLoader.resolveClass(Class
Links the specified class.
|
protected void |
ClassLoader.setSigners(Class
Sets the signers of a class.
|
static <T extends Enum |
Enum.valueOf(Class
Returns the enum constant of the specified enum type with the specified name.
|
| Constructor and Description | |
|---|---|
EnumConstantNotPresentException(Class
Constructs an
EnumConstantNotPresentException for the specified constant.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
Annotation.annotationType()
Returns the annotation type of this annotation.
|
Class |
IncompleteAnnotationException.annotationType()
Returns the Class object for the annotation type with the missing element.
|
| Constructor and Description | |
|---|---|
IncompleteAnnotationException(Class
Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation type.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
Instrumentation.getAllLoadedClasses()
Returns an array of all classes currently loaded by the JVM.
|
Class |
ClassDefinition.getDefinitionClass()
Returns the class.
|
Class |
Instrumentation.getInitiatedClasses(ClassLoader
Returns an array of all classes for which
loader is an initiating loader.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Instrumentation.isModifiableClass(Class
Determines whether a class is modifiable by
retransformation or
redefinition.
|
void |
Instrumentation.retransformClasses(Class
Retransform the supplied set of classes.
|
byte[] |
ClassFileTransformer.transform(ClassLoader
The implementation of this method may transform the supplied class file and return a new replacement class file.
|
| Constructor and Description | |
|---|---|
ClassDefinition(Class
Creates a new
ClassDefinition binding using the supplied class and class file bytes.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
MethodHandleInfo.getDeclaringClass()
Returns the class in which the cracked method handle's underlying member was defined.
|
Class |
MethodHandles.Lookup.lookupClass()
Tells which class is performing the lookup.
|
Class |
MethodType.parameterArray()
Presents the parameter types as an array (a convenience method).
|
Class |
MethodType.parameterType(int num)
Returns the parameter type at the specified index, within this method type.
|
Class |
MethodType.returnType()
Returns the return type of this method type.
|
static Class |
MethodHandleProxies.wrapperInstanceType(Object
Recovers the unique single-method interface type for which this wrapper instance was created.
|
| Modifier and Type | Method and Description |
|---|---|
List |
MethodType.parameterList()
Presents the parameter types as a list (a convenience method).
|
| Modifier and Type | Method and Description |
|---|---|
MethodType |
MethodType.appendParameterTypes(Class
Finds or creates a method type with additional parameter types.
|
static MethodHandle |
MethodHandles.arrayElementGetter(Class
Produces a method handle giving read access to elements of an array.
|
static MethodHandle |
MethodHandles.arrayElementSetter(Class
Produces a method handle giving write access to elements of an array.
|
MethodHandle |
MethodHandle.asCollector(Class
Makes an
array-collecting method handle, which accepts a given number of trailing positional arguments and collects them into an array argument.
|
static <T> T |
MethodHandleProxies.asInterfaceInstance(Class
Produces an instance of the given single-method interface which redirects its calls to the given method handle.
|
MethodHandle |
MethodHandle.asSpreader(Class
Makes an
array-spreading method handle, which accepts a trailing array argument and spreads its elements as positional arguments.
|
MethodHandle |
MethodHandle.asVarargsCollector(Class
Makes a
variable arity adapter which is able to accept any number of trailing positional arguments and collect them into an array argument.
|
static MethodHandle |
MethodHandles.catchException(MethodHandle
Makes a method handle which adapts a target method handle, by running it inside an exception handler.
|
MethodType |
MethodType.changeParameterType(int num, Class
Finds or creates a method type with a single different parameter type.
|
MethodType |
MethodType.changeReturnType(Class
Finds or creates a method type with a different return type.
|
static MethodHandle |
MethodHandles.constant(Class
Produces a method handle of the requested return type which returns the given constant value every time it is invoked.
|
static MethodHandle |
MethodHandles.dropArguments(MethodHandle
Produces a method handle which will discard some dummy arguments before calling some other specified
target method handle.
|
MethodHandle |
MethodHandles.Lookup.findConstructor(Class
Produces a method handle which creates an object and initializes it, using the constructor of the specified type.
|
MethodHandle |
MethodHandles.Lookup.findGetter(Class
Produces a method handle giving read access to a non-static field.
|
MethodHandle |
MethodHandles.Lookup.findGetter(Class
Produces a method handle giving read access to a non-static field.
|
MethodHandle |
MethodHandles.Lookup.findSetter(Class
Produces a method handle giving write access to a non-static field.
|
MethodHandle |
MethodHandles.Lookup.findSetter(Class
Produces a method handle giving write access to a non-static field.
|
MethodHandle |
MethodHandles.Lookup.findSpecial(Class
Produces an early-bound method handle for a virtual method.
|
MethodHandle |
MethodHandles.Lookup.findSpecial(Class
Produces an early-bound method handle for a virtual method.
|
MethodHandle |
MethodHandles.Lookup.findStatic(Class
Produces a method handle for a static method.
|
MethodHandle |
MethodHandles.Lookup.findStaticGetter(Class
Produces a method handle giving read access to a static field.
|
MethodHandle |
MethodHandles.Lookup.findStaticGetter(Class
Produces a method handle giving read access to a static field.
|
MethodHandle |
MethodHandles.Lookup.findStaticSetter(Class
Produces a method handle giving write access to a static field.
|
MethodHandle |
MethodHandles.Lookup.findStaticSetter(Class
Produces a method handle giving write access to a static field.
|
MethodHandle |
MethodHandles.Lookup.findVirtual(Class
Produces a method handle for a virtual method.
|
static MethodHandle |
MethodHandles.identity(Class
Produces a method handle which returns its sole argument when invoked.
|
MethodHandles |
MethodHandles.Lookup.in(Class
Creates a lookup on the specified new lookup class.
|
MethodType |
MethodType.insertParameterTypes(int num, Class
Finds or creates a method type with additional parameter types.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static MethodType |
MethodType.methodType(Class
Finds or creates an instance of the given method type.
|
static MethodType |
MethodType.methodType(Class
Finds or creates an instance of the given method type.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
static <T extends Member |
MethodHandles.reflectAs(Class
Performs an unchecked "crack" of a
direct method handle.
|
<T extends Member |
MethodHandleInfo.reflectAs(Class
Reflects the underlying member as a method, constructor, or field object.
|
static MethodHandle |
MethodHandles.throwException(Class
Produces a method handle which will throw exceptions of the given
exType.
|
static MethodHandle |
MethodHandles.throwException(Class
Produces a method handle which will throw exceptions of the given
exType.
|
static String |
MethodHandleInfo.toString(int kind, Class
Returns a string representation for a
MethodHandleInfo, given the four parts of its symbolic reference.
|
MethodHandle |
MethodHandles.Lookup.unreflectSpecial(Method
Produces a method handle for a reflected method.
|
| Modifier and Type | Method and Description |
|---|---|
MethodType |
MethodType.appendParameterTypes(List
Finds or creates a method type with additional parameter types.
|
static MethodHandle |
MethodHandles.dropArguments(MethodHandle
Produces a method handle which will discard some dummy arguments before calling some other specified
target method handle.
|
MethodType |
MethodType.insertParameterTypes(int num, List
Finds or creates a method type with additional parameter types.
|
static MethodType |
MethodType.methodType(Class
Finds or creates a method type with the given components.
|
| Constructor and Description | |
|---|---|
SerializedLambda(Class
Create a
SerializedLambda from the low-level information present at the lambda factory site.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
ManagementFactory.getPlatformManagementInterfaces()
Returns the set of
Class objects, subinterface of
PlatformManagedObject, representing all management interfaces for monitoring and managing the Java platform.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends PlatformManagedObject |
ManagementFactory.getPlatformMXBean(Class
Returns the platform MXBean implementing the given
mxbeanInterface which is specified to have one single instance in the Java virtual machine.
|
static <T extends PlatformManagedObject |
ManagementFactory.getPlatformMXBean(MBeanServerConnection
Returns the platform MXBean proxy for
mxbeanInterface which is specified to have one single instance in a Java virtual machine and the proxy will forward the method calls through the given
MBeanServerConnection.
|
static <T extends PlatformManagedObject |
ManagementFactory.getPlatformMXBeans(Class
Returns the list of platform MXBeans implementing the given
mxbeanInterface in the Java virtual machine.
|
static <T extends PlatformManagedObject |
ManagementFactory.getPlatformMXBeans(MBeanServerConnection
Returns the list of the platform MXBean proxies for forwarding the method calls of the
mxbeanInterface through the given
MBeanServerConnection.
|
static <T> T |
ManagementFactory.newPlatformMXBeanProxy(MBeanServerConnection
Returns a proxy for a platform MXBean interface of a given
MXBean name that forwards its method calls through the given
MBeanServerConnection.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
Constructor.getDeclaringClass()
Returns the
Class object representing the class or interface that declares the executable represented by this object.
|
Class |
Member.getDeclaringClass()
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
|
Class |
Method.getDeclaringClass()
Returns the
Class object representing the class or interface that declares the executable represented by this object.
|
abstract Class |
Executable.getDeclaringClass()
Returns the
Class object representing the class or interface that declares the executable represented by this object.
|
Class |
Field.getDeclaringClass()
Returns the
Class object representing the class or interface that declares the field represented by this
Field object.
|
Class |
Constructor.getExceptionTypes()
Returns an array of
Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
|
Class |
Method.getExceptionTypes()
Returns an array of
Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
|
abstract Class |
Executable.getExceptionTypes()
Returns an array of
Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
|
Class |
Constructor.getParameterTypes()
Returns an array of
Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
|
Class |
Method.getParameterTypes()
Returns an array of
Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
|
abstract Class |
Executable.getParameterTypes()
Returns an array of
Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
|
static Class |
Proxy.getProxyClass(ClassLoader
Returns the
java.lang.Class object for a proxy class given a class loader and an array of interfaces.
|
Class |
Method.getReturnType()
Returns a
Class object that represents the formal return type of the method represented by this
Method object.
|
Class |
Parameter.getType()
Returns a
Class object that identifies the declared type for the parameter represented by this
Parameter object.
|
Class |
Field.getType()
Returns a
Class object that identifies the declared type for the field represented by this
Field object.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation |
AnnotatedElement.getAnnotation(Class
Returns this element's annotation for the specified type if such an annotation is
present, else null.
|
<T extends Annotation |
Parameter.getAnnotation(Class
Returns this element's annotation for the specified type if such an annotation is
present, else null.
|
<T extends Annotation |
Constructor.getAnnotation(Class
Returns this element's annotation for the specified type if such an annotation is
present, else null.
|
<T extends Annotation |
AccessibleObject.getAnnotation(Class
|
<T extends Annotation |
Method.getAnnotation(Class
Returns this element's annotation for the specified type if such an annotation is
present, else null.
|
<T extends Annotation |
Executable.getAnnotation(Class
Returns this element's annotation for the specified type if such an annotation is
present, else null.
|
<T extends Annotation |
Field.getAnnotation(Class
|
default <T extends Annotation |
AnnotatedElement.getAnnotationsByType(Class
Returns annotations that are
associated with this element.
|
<T extends Annotation |
Parameter.getAnnotationsByType(Class
Returns annotations that are
associated with this element.
|
<T extends Annotation |
AccessibleObject.getAnnotationsByType(Class
|
<T extends Annotation |
Executable.getAnnotationsByType(Class
Returns annotations that are
associated with this element.
|
<T extends Annotation |
Field.getAnnotationsByType(Class
Returns annotations that are
associated with this element.
|
default <T extends Annotation |
AnnotatedElement.getDeclaredAnnotation(Class
Returns this element's annotation for the specified type if such an annotation is
directly present, else null.
|
<T extends Annotation |
Parameter.getDeclaredAnnotation(Class
|
<T extends Annotation |
AccessibleObject.getDeclaredAnnotation(Class
|
default <T extends Annotation |
AnnotatedElement.getDeclaredAnnotationsByType(Class
Returns this element's annotation(s) for the specified type if such annotations are either
directly present or
indirectly present.
|
<T extends Annotation |
Parameter.getDeclaredAnnotationsByType(Class
|
<T extends Annotation |
AccessibleObject.getDeclaredAnnotationsByType(Class
|
static Class |
Proxy.getProxyClass(ClassLoader
Returns the
java.lang.Class object for a proxy class given a class loader and an array of interfaces.
|
default boolean |
AnnotatedElement.isAnnotationPresent(Class
Returns true if an annotation for the specified type is
present on this element, else false.
|
boolean |
AccessibleObject.isAnnotationPresent(Class
Returns true if an annotation for the specified type is
present on this element, else false.
|
static boolean |
Proxy.isProxyClass(Class
Returns true if and only if the specified class was dynamically generated to be a proxy class using the
getProxyClass method or the
newProxyInstance method.
|
static Object |
Array.newInstance(Class
Creates a new array with the specified component type and dimensions.
|
static Object |
Array.newInstance(Class
Creates a new array with the specified component type and length.
|
static Object |
Proxy.newProxyInstance(ClassLoader
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
URLClassLoader.findClass(String
Finds and loads the class with the specified name from the URL search path.
|
Class |
SocketOption.type()
Returns the type of the socket option value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
URL.getContent(Class
Gets the contents of this URL.
|
Object |
URLConnection.getContent(Class
Retrieves the contents of this URL connection.
|
Object |
ContentHandler.getContent(URLConnection
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
WatchEvent.Kind.type()
Returns the type of the
context value.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends FileAttributeView |
SecureDirectoryStream.getFileAttributeView(Class
Returns a new file attribute view to access the file attributes of this directory.
|
static <V extends FileAttributeView |
Files.getFileAttributeView(Path
Returns a file attribute view of a given type.
|
<V extends FileAttributeView |
SecureDirectoryStream.getFileAttributeView(T path, Class
Returns a new file attribute view to access the file attributes of a file in this directory.
|
abstract <V extends FileStoreAttributeView |
FileStore.getFileStoreAttributeView(Class
Returns a
FileStoreAttributeView of the given type.
|
static <A extends BasicFileAttributes |
Files.readAttributes(Path
Reads a file's attributes as a bulk operation.
|
abstract boolean |
FileStore.supportsFileAttributeView(Class
Tells whether or not this file store supports the file attributes identified by the given file attribute view.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <V extends FileAttributeView |
FileSystemProvider.getFileAttributeView(Path
Returns a file attribute view of a given type.
|
abstract <A extends BasicFileAttributes |
FileSystemProvider.readAttributes(Path
Reads a file's attributes as a bulk operation.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
LoaderHandler.loadClass(String
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(String
Deprecated.
replaced by
loadClass(String,String) method
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path.
|
abstract Class |
RMIClassLoaderSpi.loadClass(String
Provides the implementation for
RMIClassLoader,
RMIClassLoader, and
RMIClassLoader.
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path, optionally using the supplied loader.
|
Class |
LoaderHandler.loadClass(URL
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(URL
Loads a class from a codebase URL.
|
abstract Class |
RMIClassLoaderSpi.loadProxyClass(String
Provides the implementation for
RMIClassLoader.
|
static Class |
RMIClassLoader.loadProxyClass(String
Loads a dynamic proxy class (see
Proxy) that implements a set of interfaces with the given names from a codebase URL path.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
RMIClassLoaderSpi.getClassAnnotation(Class
Provides the implementation for
RMIClassLoader.
|
static String |
RMIClassLoader.getClassAnnotation(Class
Returns the annotation string (representing a location for the class definition) that RMI will use to annotate the class descriptor when marshalling objects of the given class.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
SecureClassLoader.defineClass(String
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
|
protected Class |
SecureClassLoader.defineClass(String
Converts a
ByteBuffer into an instance of class
Class, with an optional CodeSource.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KeyStoreSpi.engineEntryInstanceOf(String
Determines if the keystore
Entry for the specified
alias is an instance or subclass of the specified
entryClass.
|
protected abstract <T extends KeySpec |
KeyFactorySpi.engineGetKeySpec(Key
Returns a specification (key material) of the given key object.
|
protected abstract <T extends AlgorithmParameterSpec |
AlgorithmParametersSpi.engineGetParameterSpec(Class
Returns a (transparent) specification of this parameters object.
|
boolean |
KeyStore.entryInstanceOf(String
Determines if the keystore
Entry for the specified
alias is an instance or subclass of the specified
entryClass.
|
<T extends KeySpec |
KeyFactory.getKeySpec(Key
Returns a specification (key material) of the given key object.
|
<T extends AlgorithmParameterSpec |
AlgorithmParameters.getParameterSpec(Class
Returns a (transparent) specification of this parameter object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Connection.getTypeMap()
Retrieves the
Map object associated with this
Connection object.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ResultSet.getObject(int columnIndex, Class
Retrieves the value of the designated column in the current row of this
ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
|
<T> T |
CallableStatement.getObject(int parameterIndex, Class
Returns an object representing the value of OUT parameter
parameterIndex and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
|
<T> T |
ResultSet.getObject(String
Retrieves the value of the designated column in the current row of this
ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
|
<T> T |
CallableStatement.getObject(String
Returns an object representing the value of OUT parameter
parameterName and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
|
<T extends Source |
SQLXML.getSource(Class
Returns a Source for reading the XML value designated by this SQLXML instance.
|
boolean |
Wrapper.isWrapperFor(Class
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
|
default <T> T |
SQLInput.readObject(Class
Reads the next attribute in the stream and returns it as an
Object in the Java programming language.
|
<T extends Result |
SQLXML.setResult(Class
Returns a Result for setting the XML value designated by this SQLXML instance.
|
<T> T |
Wrapper.unwrap(Class
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Array.getArray(long index, int count, Map
Retreives a slice of the SQL
ARRAY value designated by this
Array object, beginning with the specified
index and containing up to
count successive elements of the SQL array.
|
Object |
Array.getArray(Map
Retrieves the contents of the SQL
ARRAY value designated by this
Array object.
|
Object |
Struct.getAttributes(Map
Produces the ordered values of the attributes of the SQL structured type that this
Struct object represents.
|
Object |
ResultSet.getObject(int columnIndex, Map
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(int parameterIndex, Map
Returns an object representing the value of OUT parameter
parameterIndex and uses
map for the custom mapping of the parameter value.
|
Object |
Ref.getObject(Map
Retrieves the referenced object and maps it to a Java type using the given type map.
|
Object |
ResultSet.getObject(String
Retrieves the value of the designated column in the current row of this
ResultSet object as an
Object in the Java programming language.
|
Object |
CallableStatement.getObject(String
Returns an object representing the value of OUT parameter
parameterName and uses
map for the custom mapping of the parameter value.
|
ResultSet |
Array.getResultSet(long index, int count, Map
Retrieves a result set holding the elements of the subarray that starts at index
index and contains up to
count successive elements.
|
ResultSet |
Array.getResultSet(Map
Retrieves a result set that contains the elements of the SQL
ARRAY value designated by this
Array object.
|
void |
Connection.setTypeMap(Map
Installs the given
TypeMap object as the type map for this
Connection object.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
IllegalFormatConversionException.getArgumentClass()
Returns the class of the mismatched argument.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum |
EnumSet.allOf(Class
Creates an enum set containing all of the elements in the specified element type.
|
static <E> Collection |
Collections.checkedCollection(Collection
Returns a dynamically typesafe view of the specified collection.
|
static <E> List |
Collections.checkedList(List
Returns a dynamically typesafe view of the specified list.
|
static <K |
Collections.checkedMap(Map
Returns a dynamically typesafe view of the specified map.
|
static <K |
Collections.checkedMap(Map
Returns a dynamically typesafe view of the specified map.
|
static <K |
Collections.checkedNavigableMap(NavigableMap
Returns a dynamically typesafe view of the specified navigable map.
|
static <K |
Collections.checkedNavigableMap(NavigableMap
Returns a dynamically typesafe view of the specified navigable map.
|
static <E> NavigableSet |
Collections.checkedNavigableSet(NavigableSet
Returns a dynamically typesafe view of the specified navigable set.
|
static <E> Queue |
Collections.checkedQueue(Queue
Returns a dynamically typesafe view of the specified queue.
|
static <E> Set |
Collections.checkedSet(Set
Returns a dynamically typesafe view of the specified set.
|
static <K |
Collections.checkedSortedMap(SortedMap
Returns a dynamically typesafe view of the specified sorted map.
|
static <K |
Collections.checkedSortedMap(SortedMap
Returns a dynamically typesafe view of the specified sorted map.
|
static <E> SortedSet |
Collections.checkedSortedSet(SortedSet
Returns a dynamically typesafe view of the specified sorted set.
|
static <T |
Arrays.copyOf(U[] original, int newLength, Class
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
|
static <T |
Arrays.copyOfRange(U[] original, int from, int to, Class
Copies the specified range of the specified array into a new array.
|
static <S> ServiceLoader |
ServiceLoader.load(Class
Creates a new service loader for the given service type, using the current thread's
context class loader.
|
static <S> ServiceLoader |
ServiceLoader.load(Class
Creates a new service loader for the given service type and class loader.
|
static <S> ServiceLoader |
ServiceLoader.loadInstalled(Class
Creates a new service loader for the given service type, using the extension class loader.
|
static <E extends Enum |
EnumSet.noneOf(Class
Creates an empty enum set with the specified element type.
|
| Constructor and Description | |
|---|---|
EnumMap(Class
Creates an empty enum map with the specified key type.
|
|
IllegalFormatConversionException(char c, Class
Constructs an instance of this class with the mismatched conversion and the corresponding argument class.
|
| Modifier and Type | Method and Description |
|---|---|
static <U |
AtomicReferenceFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|
static <U |
AtomicReferenceFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|
static <U> AtomicLongFieldUpdater |
AtomicLongFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|
static <U> AtomicIntegerFieldUpdater |
AtomicIntegerFieldUpdater.newUpdater(Class
Creates and returns an updater for objects with the given field.
|
| Modifier and Type | Method and Description |
|---|---|
static Preferences |
Preferences.systemNodeForPackage(Class
Returns the preference node from the system preference tree that is associated (by convention) with the specified class's package.
|
static Preferences |
Preferences.userNodeForPackage(Class
Returns the preference node from the calling user's preference tree that is associated (by convention) with the specified class's package.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
ActivationDataFlavor.getRepresentationClass()
Return the representation class.
|
| Constructor and Description | |
|---|---|
ActivationDataFlavor(Class
Construct a DataFlavor that represents a MimeType.
|
|
ActivationDataFlavor(Class
Construct a DataFlavor that represents an arbitrary Java object.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
RoundEnvironment.getElementsAnnotatedWith(Class
Returns the elements annotated with the given annotation type.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract KeySpec |
SecretKeyFactorySpi.engineGetKeySpec(SecretKey
Returns a specification (key material) of the given key object in the requested format.
|
KeySpec |
SecretKeyFactory.getKeySpec(SecretKey
Returns a specification (key material) of the given key object in the requested format.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
IIOMetadataFormatImpl.getObjectClass(String
|
Class |
IIOMetadataFormat.getObjectClass(String
Returns the
Class type of the
Object reference stored within the element.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
protected <T> void |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
protected <T> void |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
protected <T extends Object |
IIOMetadataFormatImpl.addObjectValue(String
Allows an
Object reference of a given class type to be stored in nodes implementing the named element.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class |
ImageInputStreamSpi.inputClass
A
Class object indicating the legal object type for use by the
createInputStreamInstance method.
|
protected Class |
ImageReaderSpi.inputTypes
An array of
Class objects to be returned from
getInputTypes, initially
null.
|
protected Class |
ImageOutputStreamSpi.outputClass
A
Class object indicating the legal object type for use by the
createInputStreamInstance method.
|
protected Class |
ImageWriterSpi.outputTypes
An array of
Class objects to be returned from
getOutputTypes, initially
null.
|
static Class |
ImageReaderSpi.STANDARD_INPUT_TYPE
Deprecated.
Instead of using this field, directly create the equivalent array
{ ImageInputStream.class }.
|
static Class |
ImageWriterSpi.STANDARD_OUTPUT_TYPE
Deprecated.
Instead of using this field, directly create the equivalent array
{ ImageOutputStream.class }.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
ImageInputStreamSpi.getInputClass()
Returns a
Class object representing the class or interface type that must be implemented by an input source in order to be "wrapped" in an
ImageInputStream via the
createInputStreamInstance method.
|
Class |
ImageReaderSpi.getInputTypes()
Returns an array of
Class objects indicating what types of objects may be used as arguments to the reader's
setInput method.
|
Class |
ImageOutputStreamSpi.getOutputClass()
Returns a
Class object representing the class or interface type that must be implemented by an output destination in order to be "wrapped" in an
ImageOutputStream via the
createOutputStreamInstance method.
|
Class |
ImageWriterSpi.getOutputTypes()
Returns an array of
Class objects indicating what types of objects may be used as arguments to the writer's
setOutput method.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
ServiceRegistry.getCategories()
Returns an
Iterator of
Class objects indicating the current set of categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRegistry.deregisterAll(Class
Deregisters all service provider object currently registered under the given category.
|
<T> boolean |
ServiceRegistry.deregisterServiceProvider(T provider, Class
Removes a service provider object from the given category.
|
<T> T |
ServiceRegistry.getServiceProviderByClass(Class
Returns the currently registered service provider object that is of the given class type.
|
<T> Iterator |
ServiceRegistry.getServiceProviders(Class
Returns an
Iterator containing all registered service providers in the given category.
|
<T> Iterator |
ServiceRegistry.getServiceProviders(Class
Returns an
Iterator containing service provider objects within a given category that satisfy a criterion imposed by the supplied
ServiceRegistry.Filter object's
filter method.
|
static <T> Iterator |
ServiceRegistry.lookupProviders(Class
Locates and incrementally instantiates the available providers of a given service using the context class loader.
|
static <T> Iterator |
ServiceRegistry.lookupProviders(Class
Searches for implementations of a particular service class using the given class loader.
|
void |
IIOServiceProvider.onDeregistration(ServiceRegistry
A callback that will be whenever the Spi class has been deregistered from a
ServiceRegistry.
|
void |
RegisterableService.onDeregistration(ServiceRegistry
Called when an object implementing this interface is removed from the given
category of the given
registry.
|
void |
IIOServiceProvider.onRegistration(ServiceRegistry
A callback that will be called exactly once after the Spi class has been instantiated and registered in a
ServiceRegistry.
|
void |
RegisterableService.onRegistration(ServiceRegistry
Called when an object implementing this interface is added to the given
category of the given
registry.
|
<T> boolean |
ServiceRegistry.registerServiceProvider(T provider, Class
Adds a service provider object to the registry.
|
<T> boolean |
ServiceRegistry.setOrdering(Class
Sets a pairwise ordering between two service provider objects within a given category.
|
<T> boolean |
ServiceRegistry.unsetOrdering(Class
Sets a pairwise ordering between two service provider objects within a given category.
|
| Constructor and Description | |
|---|---|
ImageInputStreamSpi(String
Constructs an
ImageInputStreamSpi with a given set of values.
|
|
ImageOutputStreamSpi(String
Constructs an
ImageOutputStreamSpi with a given set of values.
|
|
ImageReaderSpi(String
Constructs an
ImageReaderSpi with a given set of values.
|
|
ImageWriterSpi(String
Constructs an
ImageWriterSpi with a given set of values.
|
| Constructor and Description | |
|---|---|
ServiceRegistry(Iterator
Constructs a
ServiceRegistry instance with a set of categories taken from the
categories argument.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation |
AnnotatedConstruct.getAnnotation(Class
Returns this construct's annotation of the specified type if such an annotation is
present, else
null.
|
<A extends Annotation |
AnnotatedConstruct.getAnnotationsByType(Class
Returns annotations that are
associated with this construct.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation |
Element.getAnnotation(Class
Returns this construct's annotation of the specified type if such an annotation is
present, else
null.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
StandardMBean.getImplementationClass()
Get the class of the implementation of this Standard MBean (or MXBean).
|
Class |
StandardMBean.getMBeanInterface()
Get the Management Interface of this Standard MBean (or MXBean).
|
static Class |
DefaultLoaderRepository.loadClass(String
Deprecated.
Go through the list of class loaders and try to load the requested class.
|
static Class |
DefaultLoaderRepository.loadClassWithout(ClassLoader
Deprecated.
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JMX.isMXBeanInterface(Class
Test whether an interface is an MXBean interface.
|
static <T> T |
JMX.newMBeanProxy(MBeanServerConnection
Make a proxy for a Standard MBean in a local or remote MBean Server.
|
static <T> T |
JMX.newMBeanProxy(MBeanServerConnection
Make a proxy for a Standard MBean in a local or remote MBean Server that may also support the methods of
NotificationEmitter.
|
static <T> T |
JMX.newMXBeanProxy(MBeanServerConnection
Make a proxy for an MXBean in a local or remote MBean Server.
|
static <T> T |
JMX.newMXBeanProxy(MBeanServerConnection
Make a proxy for an MXBean in a local or remote MBean Server that may also support the methods of
NotificationEmitter.
|
static <T> T |
MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection
Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean.
|
| Constructor and Description | |
|---|---|
StandardEmitterMBean(Class
Make an MBean whose management interface is specified by
mbeanInterface, and where notifications are handled by the given
NotificationEmitter.
|
|
StandardEmitterMBean(Class
Make an MBean whose management interface is specified by
mbeanInterface, and where notifications are handled by the given
NotificationEmitter.
|
|
StandardEmitterMBean(T implementation, Class
Make an MBean whose management interface is specified by
mbeanInterface, with the given implementation and where notifications are handled by the given
NotificationEmitter.
|
|
StandardEmitterMBean(T implementation, Class
Make an MBean whose management interface is specified by
mbeanInterface, with the given implementation and where notifications are handled by the given
NotificationEmitter.
|
|
StandardMBean(Class
Make a DynamicMBean out of this, using the specified mbeanInterface class.
|
|
StandardMBean(Class
Make a DynamicMBean out of this, using the specified mbeanInterface class, and choosing whether the resulting MBean is an MXBean.
|
|
StandardMBean(T implementation, Class
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
|
|
StandardMBean(T implementation, Class
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class, and choosing whether the resultant MBean is an MXBean.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
MLet.findClass(String
This is the main method for class loaders that is being redefined.
|
Class |
ClassLoaderRepository.loadClass(String
Load the given class name through the list of class loaders.
|
static Class |
DefaultLoaderRepository.loadClass(String
Deprecated.
Go through the list of class loaders and try to load the requested class.
|
Class |
MLet.loadClass(String
Load a class, using the given
ClassLoaderRepository if the class is not found in this MLet's URLs.
|
Class |
ClassLoaderRepository.loadClassBefore(ClassLoader
Load the given class name through the list of class loaders, stopping at the given one.
|
Class |
ClassLoaderRepository.loadClassWithout(ClassLoader
Load the given class name through the list of class loaders, excluding the given one.
|
static Class |
DefaultLoaderRepository.loadClassWithout(ClassLoader
Deprecated.
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ArrayType |
ArrayType.getPrimitiveArrayType(Class
Create an
ArrayType instance in a type-safe manner.
|
| Modifier and Type | Method and Description |
|---|---|
ResolveResult |
Resolver.resolveToClass(Name
Partially resolves a name.
|
ResolveResult |
Resolver.resolveToClass(String
Partially resolves a name.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
PrintService.getSupportedAttributeCategories()
Determines the printing attribute categories a client can specify when setting up a job for this print service.
|
Class |
AttributeException.getUnsupportedAttributes()
Returns the array of printing attribute classes for which the Print Service instance does not support the attribute at all, or null if there are no such attributes.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PrintServiceAttribute |
PrintService.getAttribute(Class
Gets the value of the single specified service attribute.
|
Object |
PrintService.getDefaultAttributeValue(Class
Determines this print service's default printing attribute value in the given category.
|
Object |
PrintService.getSupportedAttributeValues(Class
Determines the printing attribute values a client can specify in the given category when setting up a job for this print service.
|
boolean |
PrintService.isAttributeCategorySupported(Class
Determines whether a client can specify the given printing attribute category when setting up a job for this print service.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
Attribute.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value when it is added to an attribute set.
|
static Class |
AttributeSetUtilities.verifyAttributeCategory(Object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HashAttributeSet.containsKey(Class
Returns
true if this attribute set contains an attribute for the specified category.
|
boolean |
AttributeSet.containsKey(Class
Returns
true if this attribute set contains an attribute for the specified category.
|
Attribute |
HashAttributeSet.get(Class
Returns the attribute value which this attribute set contains in the given attribute category.
|
Attribute |
AttributeSet.get(Class
Returns the attribute value which this attribute set contains in the given attribute category.
|
boolean |
HashAttributeSet.remove(Class
Removes any attribute for this category from this attribute set if present.
|
boolean |
AttributeSet.remove(Class
Removes any attribute for this category from this attribute set if present.
|
static Class |
AttributeSetUtilities.verifyAttributeCategory(Object
|
static Attribute |
AttributeSetUtilities.verifyAttributeValue(Object
Verify that the given object is an instance of the given interface, which is assumed to be interface
Attribute or a subinterface thereof.
|
static void |
AttributeSetUtilities.verifyCategoryForValue(Class
Verify that the given attribute category object is equal to the category of the given attribute value object.
|
| Constructor and Description | |
|---|---|
HashAttributeSet(Attribute
Construct a new attribute set, where the members of the attribute set are restricted to the given interface.
|
|
HashAttributeSet(Attribute
Construct a new attribute set, initially populated with the given attribute, where the members of the attribute set are restricted to the given interface.
|
|
HashAttributeSet(AttributeSet
Construct a new attribute set, initially populated with the values from the given set where the members of the attribute set are restricted to the given interface.
|
|
HashAttributeSet(Class
Construct a new, empty attribute set, where the members of the attribute set are restricted to the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
PagesPerMinuteColor.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Media.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobKOctetsProcessed.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterState.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
DocumentName.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PagesPerMinute.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
NumberUp.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterStateReasons.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PresentationDirection.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobState.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobImpressionsSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
MediaSize.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
ColorSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrintQuality.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterURI.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PageRanges.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Finishings.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobKOctets.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
MultipleDocumentHandling.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
DateTimeAtProcessing.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PDLOverrideSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
NumberOfInterveningJobs.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobName.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
ReferenceUriSchemesSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterResolution.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobPriority.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobMediaSheets.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobKOctetsSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
DialogTypeSelection.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterInfo.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
OutputDeviceAssigned.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Copies.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobSheets.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobMediaSheetsCompleted.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterMessageFromOperator.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterMoreInfoManufacturer.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Destination.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterName.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Fidelity.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterLocation.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
QueuedJobCount.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterIsAcceptingJobs.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
SheetCollate.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobOriginatingUserName.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobImpressions.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
MediaPrintableArea.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobPrioritySupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
OrientationRequested.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
CopiesSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
DateTimeAtCreation.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobStateReasons.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobMessageFromOperator.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobHoldUntil.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
NumberOfDocuments.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterStateReason.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Severity.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
DateTimeAtCompleted.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
NumberUpSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobStateReason.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Compression.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Sides.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterMakeAndModel.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobMediaSheetsSupported.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
JobImpressionsCompleted.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
PrinterMoreInfo.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
RequestingUserName.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
Class |
Chromaticity.getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
PortableRemoteObject.narrow(Object
Checks to ensure that an object of a remote or abstract interface type can be cast to a desired type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
Util.loadClass(String
Returns a class instance for the specified class.
|
Class |
UtilDelegate.loadClass(String
Delegation call for
Util.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.getCodebase(Class
Returns the codebase, if any, for the given class.
|
String |
UtilDelegate.getCodebase(Class
Delegation call for
Util.
|
String |
ValueHandler.getRMIRepositoryID(Class
Returns the CORBA RepositoryId for the given Java class.
|
boolean |
ValueHandler.isCustomMarshaled(Class
Indicates whether the given class performs custom or default marshaling.
|
Object |
PortableRemoteObjectDelegate.narrow(Object
Delegation call for
PortableRemoteObject.
|
Serializable |
ValueHandler.readValue(InputStream
Reads a value from the stream using Java semantics.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Invocable.getInterface(Class
Returns an implementation of an interface using functions compiled in the interpreter.
|
<T> T |
Invocable.getInterface(Object
Returns an implementation of an interface using member functions of a scripting object compiled in the interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Principal |
Subject.getPrincipals(Class
Return a
Set of Principals associated with this
Subject that are instances or subclasses of the specified
Class.
|
<T> Set |
Subject.getPrivateCredentials(Class
Return a
Set of private credentials associated with this
Subject that are instances or subclasses of the specified
Class.
|
<T> Set |
Subject.getPublicCredentials(Class
Return a
Set of public credentials associated with this
Subject that are instances or subclasses of the specified
Class.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
SoundbankResource.getDataClass()
Obtains the class used by this sample to represent its data.
|
| Constructor and Description | |
|---|---|
Instrument(Soundbank
Constructs a new MIDI instrument from the specified
Patch.
|
|
SoundbankResource(Soundbank
Constructs a new
SoundbankResource from the given sound bank and wavetable index.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
Line.Info.getLineClass()
Obtains the class of the line that this Line.Info object describes.
|
| Constructor and Description | |
|---|---|
Info(Class
Constructs an info object that describes a line of the specified class.
|
|
Info(Class
Constructs a data line's info object from the specified information, which includes a single audio format.
|
|
Info(Class
Constructs a data line's info object from the specified information, which includes a set of supported audio formats and a range for the buffer size.
|
|
Info(Class
Constructs a data line's info object from the specified information, which includes a single audio format and a desired buffer size.
|
|
Info(Class
Constructs a port's info object from the information given.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
RowSet.getTypeMap()
Retrieves the
Map object associated with this
RowSet object, which specifies the custom mapping of SQL user-defined types, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowSet.setTypeMap(Map
Installs the given
java.util.Map object as the default type map for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
BaseRowSet.getTypeMap()
Retrieves the type map associated with the
Connection object for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RowSetMetaDataImpl.isWrapperFor(Class
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
|
<T> T |
RowSetMetaDataImpl.unwrap(Class
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRowSet.setTypeMap(Map
Installs the given
java.util.Map object as the type map associated with the
Connection object for this
RowSet object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SerialArray.getArray(long index, int count, Map
Returns a new array that is a copy of a slice of this
SerialArray object, starting with the element at the given index and containing the given number of consecutive elements.
|
Object |
SerialArray.getArray(Map
Returns a new array that is a copy of this
SerialArray object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
|
Object |
SerialStruct.getAttributes(Map
Retrieves the attributes for the SQL structured type that this
SerialStruct represents as an array of
Object values, using the given type map for custom mapping if appropriate.
|
Object |
SerialRef.getObject(Map
Returns an
Object representing the SQL structured type to which this
SerialRef object refers.
|
ResultSet |
SerialArray.getResultSet(long index, int count, Map
Retrieves a result set holding the elements of the subarray that starts at Retrieves a
ResultSet object that contains a subarray of the elements in this
SerialArray object, starting at index
index and containing up to
count successive elements.
|
ResultSet |
SerialArray.getResultSet(Map
Retrieves a
ResultSet object that contains all of the elements of the SQL
ARRAY value represented by this
SerialArray object.
|
| Constructor and Description | |
|---|---|
SerialArray(Array
Constructs a new
SerialArray object from the given
Array object, using the given type map for the custom mapping of each element when the elements are SQL UDTs.
|
|
SerialStruct(SQLData
Constructs a
SerialStruct object from the given
SQLData object, using the given type map to custom map it to a class in the Java programming language.
|
|
SerialStruct(Struct
Constructs a
SerialStruct object from the given
Struct object, using the given
java.util.Map object for custom mapping the SQL structured type or any of its attributes that are SQL structured types.
|
|
SQLInputImpl(Object
Creates an
SQLInputImpl object initialized with the given array of attributes and the given type map.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
JTable.getColumnClass(int column)
Returns the type of the column appearing in the view at column position
column.
|
Class |
UIDefaults.getUIClass(String
Returns the L&F class that renders this component.
|
Class |
UIDefaults.getUIClass(String
The value of
get(uidClassID) must be the
String name of a class that implements the corresponding
ComponentUI class.
|
| Modifier and Type | Method and Description |
|---|---|
static Container |
SwingUtilities.getAncestorOfClass(Class
Convenience method for searching above
comp in the component hierarchy and returns the first object of class
c it finds.
|
TableCellEditor |
JTable.getDefaultEditor(Class
Returns the editor to be used when no editor has been set in a
TableColumn.
|
TableCellRenderer |
JTable.getDefaultRenderer(Class
Returns the cell renderer to be used when no renderer has been set in a
TableColumn.
|
<T extends EventListener |
DefaultBoundedRangeModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
<T extends EventListener |
DefaultSingleSelectionModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
<T extends EventListener |
DefaultListSelectionModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
<T extends EventListener |
AbstractSpinnerModel.getListeners(Class
Return an array of all the listeners of the given type that were added to this model.
|
<T extends EventListener |
Timer.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
Timer.
|
<T extends EventListener |
DefaultButtonModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
<T extends EventListener |
AbstractListModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
<T extends EventListener |
JComponent.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
JComponent.
|
static Object |
LookAndFeel.makeIcon(Class
Creates and returns a
UIDefault.LazyValue that loads an image.
|
void |
JTable.setDefaultEditor(Class
Sets a default cell editor to be used if no editor has been set in a
TableColumn.
|
void |
JTable.setDefaultRenderer(Class
Sets a default cell renderer to be used if no renderer has been set in a
TableColumn.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EventListener |
EventListenerList.add(Class
Adds the listener as a listener of the specified type.
|
int |
EventListenerList.getListenerCount(Class
Returns the total number of listeners of the supplied type for this listener list.
|
<T extends EventListener |
EventListenerList.getListeners(Class
Return an array of all the listeners of the given type.
|
<T extends EventListener |
EventListenerList.remove(Class
Removes the listener as a listener of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynthLookAndFeel.load(InputStream
Loads the set of
SynthStyles that will be used by this
SynthLookAndFeel.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
AbstractTableModel.getColumnClass(int columnIndex)
Returns
Object.class regardless of
columnIndex.
|
Class |
TableModel.getColumnClass(int columnIndex)
Returns the most specific superclass for all the cell values in the column.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EventListener |
AbstractTableModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this
AbstractTableModel.
|
<T extends EventListener |
DefaultTableColumnModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
DefaultFormatter.getValueClass()
Returns that class that is used to create new Objects.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EventListener |
DefaultCaret.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this caret.
|
<T extends EventListener |
StyleContext.NamedStyle.getListeners(Class
Return an array of all the listeners of the given type that were added to this model.
|
<T extends EventListener |
AbstractDocument.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this document.
|
void |
DefaultFormatter.setValueClass(Class
Sets that class that is used to create new Objects.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EventListener |
DefaultTreeModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
<T extends EventListener |
DefaultTreeSelectionModel.getListeners(Class
Returns an array of all the objects currently registered as
FooListeners upon this model.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentationTool |
DocumentationTool.getTask(Writer
Creates a future for a documentation task with the given components and arguments.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class |
JAXBElement.declaredType
Java datatype binding for xml element declaration's type.
|
protected Class |
JAXBElement.scope
Scope of xml element declaration representing this xml element instance.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
JAXBElement.getDeclaredType()
Returns the Java binding of the xml element declaration's type attribute.
|
Class |
JAXBElement.getScope()
Returns scope of xml element declaration.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Binder |
JAXBContext.createBinder(Class
Creates a
Binder object that can be used for associative/in-place unmarshalling/marshalling.
|
<A extends XmlAdapter |
Marshaller.getAdapter(Class
Gets the adapter associated with the specified type.
|
<A extends XmlAdapter |
Unmarshaller.getAdapter(Class
Gets the adapter associated with the specified type.
|
static JAXBContext |
JAXBContext.newInstance(Class
Obtain a new instance of a
JAXBContext class.
|
static JAXBContext |
JAXBContext.newInstance(Class
Obtain a new instance of a
JAXBContext class.
|
<A extends XmlAdapter |
Marshaller.setAdapter(Class
Associates a configured instance of
XmlAdapter with this marshaller.
|
<A extends XmlAdapter |
Unmarshaller.setAdapter(Class
Associates a configured instance of
XmlAdapter with this unmarshaller.
|
static <T> T |
JAXB.unmarshal(File
Reads in a Java object tree from the given XML input.
|
static <T> T |
JAXB.unmarshal(InputStream
Reads in a Java object tree from the given XML input.
|
<T> JAXBElement |
Unmarshaller.unmarshal(Node
Unmarshal XML data by JAXB mapped
declaredType and return the resulting content tree.
|
static <T> T |
JAXB.unmarshal(Reader
Reads in a Java object tree from the given XML input.
|
<T> JAXBElement |
Unmarshaller.unmarshal(Source
Unmarshal XML data from the specified XML Source by
declaredType and return the resulting content tree.
|
static <T> T |
JAXB.unmarshal(Source
Reads in a Java object tree from the given XML input.
|
static <T> T |
JAXB.unmarshal(String
Reads in a Java object tree from the given XML input.
|
static <T> T |
JAXB.unmarshal(URI
Reads in a Java object tree from the given XML input.
|
static <T> T |
JAXB.unmarshal(URL
Reads in a Java object tree from the given XML input.
|
<T> JAXBElement |
Unmarshaller.unmarshal(XMLEventReader
Unmarshal root element to JAXB mapped
declaredType and return the resulting content tree.
|
abstract <T> JAXBElement |
Binder.unmarshal(XmlNode xmlNode, Class
Unmarshal XML root element by provided
declaredType to a JAXB object tree.
|
<T> JAXBElement |
Unmarshaller.unmarshal(XMLStreamReader
Unmarshal root element to JAXB mapped
declaredType and return the resulting content tree.
|
| Constructor and Description | |
|---|---|
JAXBElement(QName
Construct an xml element instance.
|
|
JAXBElement(QName
Construct an xml element instance.
|
|
JAXBElement(QName
Construct an xml element instance.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends XmlAdapter |
AbstractMarshallerImpl.getAdapter(Class
|
<A extends XmlAdapter |
AbstractUnmarshallerImpl.getAdapter(Class
|
<A extends XmlAdapter |
AbstractMarshallerImpl.setAdapter(Class
|
<A extends XmlAdapter |
AbstractUnmarshallerImpl.setAdapter(Class
|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(Node
|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(Source
|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(XMLEventReader
|
<T> JAXBElement |
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader
|
| Modifier and Type | Method and Description |
|---|---|
<T> Dispatch |
Service.createDispatch(EndpointReference
Creates a
Dispatch instance for use with objects of the client's choosing.
|
<T> Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with objects of the client's choosing.
|
<T> Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with objects of the client's choosing.
|
<T extends EndpointReference |
BindingProvider.getEndpointReference(Class
Returns the
EndpointReference associated with this
BindingProvider instance.
|
abstract <T extends EndpointReference |
Endpoint.getEndpointReference(Class
Returns the
EndpointReference associated with this
Endpoint instance.
|
<T extends EndpointReference |
WebServiceContext.getEndpointReference(Class
Returns the
EndpointReference associated with this endpoint.
|
<T> T |
Service.getPort(Class
The
getPort method returns a proxy.
|
<T> T |
Service.getPort(Class
The
getPort method returns a proxy.
|
<T> T |
EndpointReference.getPort(Class
The
getPort method returns a proxy.
|
<T> T |
Service.getPort(EndpointReference
The
getPort method returns a proxy.
|
<T> T |
Service.getPort(QName
The
getPort method returns a proxy.
|
<T> T |
Service.getPort(QName
The
getPort method returns a proxy.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(EndpointReference
Creates a
Dispatch instance for use with objects of the user's choosing.
|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with objects of the user's choosing.
|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with objects of the user's choosing.
|
Endpoint |
Provider.createEndpoint(String
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
|
abstract ServiceDelegate |
Provider.createServiceDelegate(URL
Creates a service delegate object.
|
ServiceDelegate |
Provider.createServiceDelegate(URL
Creates a service delegate object.
|
abstract <T> T |
ServiceDelegate.getPort(Class
The
getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(Class
The
getPort method returns a proxy.
|
abstract <T> T |
Provider.getPort(EndpointReference
The getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(EndpointReference
The
getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(QName
The
getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(QName
The
getPort method returns a proxy.
|
| Modifier and Type | Method and Description |
|---|---|
ServantObject |
LocalObject._servant_preinvoke(String
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with the message "This is a locally constrained object." This method is the default implementation of the
org.omg.CORBA.Object method.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InputStream.read_abstract_interface(Class
Unmarshal the class object or the stub class corresponding to the passed type.
|
Serializable |
InputStream.read_value(Class
Unmarshalls a value type from the input stream.
|
void |
OutputStream.write_value(Serializable
Marshals a value type to the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
ServantObject |
ObjectImpl._servant_preinvoke(String
Returns a Java reference to the local servant that should be used for sending a request for the method specified.
|
Object |
InputStream.read_Object(Class
Unmarshals an object and returns a CORBA Object, which is an instance of the class passed as its argument.
|
ServantObject |
Delegate.servant_preinvoke(Object
Returns a Java reference to the servant which should be used for this request.
|
| Modifier and Type | Field and Description |
|---|---|
static Class |
_DynValueStub._opsClass
|
static Class |
_DynUnionStub._opsClass
|
static Class |
_DynAnyStub._opsClass
|
static Class |
_DynAnyFactoryStub._opsClass
|
static Class |
_DynStructStub._opsClass
|
static Class |
_DynArrayStub._opsClass
|
static Class |
_DynFixedStub._opsClass
|
static Class |
_DynEnumStub._opsClass
|
static Class |
_DynSequenceStub._opsClass
|
| Modifier and Type | Field and Description |
|---|---|
static Class |
_ServantLocatorStub._opsClass
|
static Class |
_ServantActivatorStub._opsClass
|