|
JavaTM 2 Platform Std. Ed. v1.4.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.lang.reflect | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.beans | Contains classes related to developing beans -- components based on the JavaBeansTM architecture. |
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.lang.reflect | Provides classes and interfaces for obtaining reflective information about classes and objects. |
java.rmi.server | Provides classes and interfaces for supporting the server side of RMI. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
Classes in java.lang.reflect used by java.awtInvocationTargetException
|
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. |
Classes in java.lang.reflect used by java.beansInvocationHandler
|
InvocationHandler is the interface implemented by
the invocation handler of a proxy instance.Method
|
A Method provides information about, and access to, a single method
on a class or interface. |
Classes in java.lang.reflect used by java.langConstructor
|
Constructor provides information about, and access to, a single
constructor for a class.Field
|
A Field provides information about, and dynamic access to, a
single field of a class or an interface.Method
|
A Method provides information about, and access to, a single method
on a class or interface. |
Classes in java.lang.reflect used by java.lang.reflectAccessibleObject
|
The AccessibleObject class is the base class for Field, Method and Constructor objects. InvocationHandler
|
InvocationHandler is the interface implemented by
the invocation handler of a proxy instance.InvocationTargetException
|
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. Member
|
Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor. Method
|
A Method provides information about, and access to, a single method
on a class or interface. |
Classes in java.lang.reflect used by java.rmi.serverMethod
|
A Method provides information about, and access to, a single method
on a class or interface. |
Classes in java.lang.reflect used by javax.swingInvocationTargetException
|
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. |
|
JavaTM 2 Platform Std. Ed. v1.4.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.