| Name | Description | Type | Package | Framework |
| AppletInitializer | This interface is designed to work in collusion with java. | Interface | java.beans | Java SE |
|
| BeanContextChildSupport | This is a general support class to provide support for implementing the BeanContextChild protocol. | Class | java.beans.beancontext | Java SE |
|
| BeanContextEvent | BeanContextEvent is the abstract root event class for all events emitted | Class | java.beans.beancontext | Java SE |
|
| BeanContextMembershipEvent | A BeanContextMembershipEvent encapsulates the list of children added to, or removed from, | Class | java.beans.beancontext | Java SE |
|
| BeanContextServiceAvailableEvent | This event type is used by the BeanContextServicesListener in order to identify the service being registered. | Class | java.beans.beancontext | Java SE |
|
| BeanContextServiceRevokedEvent | This event type is used by the BeanContextServiceRevokedListener in order to | Class | java.beans.beancontext | Java SE |
|
| BeanContextServicesSupport | This helper class provides a utility implementation of the java. | Class | java.beans.beancontext | Java SE |
|
| BeanContextServicesSupport .BCSSServiceProvider | subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider. | Class | java.beans.beancontext.BeanContextServicesSupport | Java SE |
|
| BeanContextSupport | This helper class provides a utility implementation of the java. | Class | java.beans.beancontext | Java SE |
|
| BeanContextSupport .BCSIterator | protected final subclass that encapsulates an iterator but implements a noop remove() method. | Class | java.beans.beancontext.BeanContextSupport | Java SE |
|
| BeanDescriptor | A BeanDescriptor provides global information about a bean, including its Java class, its displayName, etc. | Class | java.beans | Java SE |
|
| Beans | This class provides some general purpose beans control methods. | Class | java.beans | Java SE |
|
| BeanContext | The BeanContext acts a logical hierarchical container for JavaBeans. | Interface | java.beans.beancontext | Java SE |
|
| BeanContextChild | JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContext | Interface | java.beans.beancontext | Java SE |
|
| BeanContextChildComponentProxy | This interface is implemented by BeanContextChildren that have an AWT Component | Interface | java.beans.beancontext | Java SE |
|
| BeanContextContainerProxy | This interface is implemented by BeanContexts' that have an AWT Container associated with them. | Interface | java.beans.beancontext | Java SE |
|
| BeanContextMembershipListener | Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes. | Interface | java.beans.beancontext | Java SE |
|
| BeanContextProxy | This interface is implemented by a JavaBean that does not directly have a BeanContext(Child) associated with | Interface | java.beans.beancontext | Java SE |
|
| BeanContextServiceProvider | One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders. | Interface | java.beans.beancontext | Java SE |
|
| BeanContextServiceProviderBeanInfo | A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a | Interface | java.beans.beancontext | Java SE |
|
| BeanContextServiceRevokedListener | The listener interface for receiving BeanContextServiceRevokedEvent objects. | Interface | java.beans.beancontext | Java SE |
|
| BeanContextServices | The BeanContextServices interface provides a mechanism for a BeanContext to expose generic services to the BeanContextChild objects within. | Interface | java.beans.beancontext | Java SE |
|
| BeanContextServicesListener | The listener interface for receiving BeanContextServiceAvailableEvent objects. | Interface | java.beans.beancontext | Java SE |
|
| BeanInfo | Use the BeanInfo interface to create a BeanInfo class | Interface | java.beans | Java SE |
|
| BeanProperty | An annotation used to specify some property-related information for the automatically generated BeanInfo classes. | Class | java.beans | Java SE |
|
| Customizer | A customizer class provides a complete custom GUI for customizing a target Java Bean. | Interface | java.beans | Java SE |
|
| ConstructorProperties | An annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getter | Class | java.beans | Java SE |
|
| DefaultPersistenceDelegate | The DefaultPersistenceDelegate is a concrete implementation of the abstract PersistenceDelegate class and | Class | java.beans | Java SE |
|
| DesignMode | This interface is intended to be implemented by, or delegated from, instances of java. | Interface | java.beans | Java SE |
|
| Encoder | An Encoder is a class which can be used to create files or streams that encode the state of a collection of | Class | java.beans | Java SE |
|
| EventHandler | The EventHandler class provides support for dynamically generating event listeners whose methods | Class | java.beans | Java SE |
|
| EventSetDescriptor | An EventSetDescriptor describes a group of events that a given Java The given group of events are all delivered as method calls on a single | Class | java.beans | Java SE |
|
| Expression | An Expression object represents a primitive expression in which a single method is applied to a target and a set of | Class | java.beans | Java SE |
|
| ExceptionListener | An ExceptionListener is notified of internal exceptions. | Interface | java.beans | Java SE |
|
| FeatureDescriptor | The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc. | Class | java.beans | Java SE |
|
| IndexedPropertyChangeEvent | | Class | java.beans | Java SE |
|
| IndexedPropertyDescriptor | An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access | Class | java.beans | Java SE |
|
| IntrospectionException | Thrown when an exception happens during Introspection. | Class | java.beans | Java SE |
|
| Introspector | The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean. | Class | java.beans | Java SE |
|
| JavaBean | An annotation used to specify some class-related information for the automatically generated BeanInfo classes. | Class | java.beans | Java SE |
|
| MethodDescriptor | A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components. | Class | java.beans | Java SE |
|
| ParameterDescriptor | The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the | Class | java.beans | Java SE |
|
| PersistenceDelegate | The PersistenceDelegate class takes the responsibility for expressing the state of an instance of a given class | Class | java.beans | Java SE |
|
| PropertyChangeEvent | A PropertyChange event gets delivered whenever a bean changes a bound or constrained property. | Class | java.beans | Java SE |
|
| PropertyChangeListenerProxy | A class which extends the EventListenerProxy specifically for adding a PropertyChangeListener | Class | java.beans | Java SE |
|
| PropertyChangeSupport | This is a utility class that can be used by beans that support bound properties. | Class | java.beans | Java SE |
|
| PropertyDescriptor | A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods. | Class | java.beans | Java SE |
|
| PropertyEditorManager | The PropertyEditorManager can be used to locate a property editor for any given type name. | Class | java.beans | Java SE |
|
| PropertyEditorSupport | This is a support class to help build property editors. | Class | java.beans | Java SE |
|
| PropertyVetoException | A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value. | Class | java.beans | Java SE |
|
| PropertyChangeListener | A PropertyChange event gets fired whenever a bean changes a bound property. | Interface | java.beans | Java SE |
|
| PropertyEditor | A PropertyEditor class provides support for GUIs that want to allow users to edit a property value of a given type. | Interface | java.beans | Java SE |
|
| SimpleBeanInfo | This is a support class to make it easier for people to provide It defaults to providing noop information, and can be selectively | Class | java.beans | Java SE |
|
| Statement | A Statement object represents a primitive statement in which a single method is applied to a target and | Class | java.beans | Java SE |
|
| Transient | Indicates that an attribute called transient should be declared with the given value | Class | java.beans | Java SE |
|
| VetoableChangeListenerProxy | A class which extends the EventListenerProxy specifically for adding a VetoableChangeListener | Class | java.beans | Java SE |
|
| VetoableChangeSupport | This is a utility class that can be used by beans that support constrained properties. | Class | java.beans | Java SE |
|
| VetoableChangeListener | A VetoableChange event gets fired whenever a bean changes a constrained property. | Interface | java.beans | Java SE |
|
| Visibility | Under some circumstances a bean may be run on servers where a GUI is not available. | Interface | java.beans | Java SE |
|
| XMLDecoder | The XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just like | Class | java.beans | Java SE |
|
| XMLEncoder | The XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generate | Class | java.beans | Java SE |