Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Java.beans Classes and Interfaces - 61 results found.
NameDescriptionTypePackageFramework
AppletInitializer This interface is designed to work in collusion with java.Interfacejava.beansJava SE
BeanContextChildSupport This is a general support class to provide support for implementing the BeanContextChild protocol.Classjava.beans.beancontextJava SE
BeanContextEvent BeanContextEvent is the abstract root event class for all events emittedClassjava.beans.beancontextJava SE
BeanContextMembershipEventA BeanContextMembershipEvent encapsulates the list of children added to, or removed from,Classjava.beans.beancontextJava SE
BeanContextServiceAvailableEvent This event type is used by the BeanContextServicesListener in order to identify the service being registered.Classjava.beans.beancontextJava SE
BeanContextServiceRevokedEvent This event type is used by the BeanContextServiceRevokedListener in order toClassjava.beans.beancontextJava SE
BeanContextServicesSupport This helper class provides a utility implementation of the java.Classjava.beans.beancontextJava SE
BeanContextServicesSupport .BCSSServiceProvidersubclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.Classjava.beans.beancontext.BeanContextServicesSupportJava SE
BeanContextSupportThis helper class provides a utility implementation of the java.Classjava.beans.beancontextJava SE
BeanContextSupport .BCSIteratorprotected final subclass that encapsulates an iterator but implements a noop remove() method.Classjava.beans.beancontext.BeanContextSupportJava SE
BeanDescriptorA BeanDescriptor provides global information about a bean, including its Java class, its displayName, etc.Classjava.beansJava SE
BeansThis class provides some general purpose beans control methods.Classjava.beansJava SE
BeanContext The BeanContext acts a logical hierarchical container for JavaBeans.Interfacejava.beans.beancontextJava SE
BeanContextChild JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContextInterfacejava.beans.beancontextJava SE
BeanContextChildComponentProxy This interface is implemented by BeanContextChildren that have an AWT ComponentInterfacejava.beans.beancontextJava SE
BeanContextContainerProxy This interface is implemented by BeanContexts' that have an AWT Container associated with them.Interfacejava.beans.beancontextJava SE
BeanContextMembershipListener Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.Interfacejava.beans.beancontextJava SE
BeanContextProxy This interface is implemented by a JavaBean that does not directly have a BeanContext(Child) associated withInterfacejava.beans.beancontextJava SE
BeanContextServiceProvider One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders.Interfacejava.beans.beancontextJava SE
BeanContextServiceProviderBeanInfoA BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement aInterfacejava.beans.beancontextJava SE
BeanContextServiceRevokedListenerThe listener interface for receiving BeanContextServiceRevokedEvent objects.Interfacejava.beans.beancontextJava SE
BeanContextServices The BeanContextServices interface provides a mechanism for a BeanContext to expose generic services to the BeanContextChild objects within.Interfacejava.beans.beancontextJava SE
BeanContextServicesListenerThe listener interface for receiving BeanContextServiceAvailableEvent objects.Interfacejava.beans.beancontextJava SE
BeanInfoUse the BeanInfo interface to create a BeanInfo classInterfacejava.beansJava SE
BeanPropertyAn annotation used to specify some property-related information for the automatically generated BeanInfo classes.Classjava.beansJava SE
CustomizerA customizer class provides a complete custom GUI for customizing a target Java Bean.Interfacejava.beansJava SE
ConstructorPropertiesAn annotation on a constructor that shows how the parameters of that constructor correspond to the constructed object's getterClassjava.beansJava SE
DefaultPersistenceDelegateThe DefaultPersistenceDelegate is a concrete implementation of the abstract PersistenceDelegate class andClassjava.beansJava SE
DesignMode This interface is intended to be implemented by, or delegated from, instances of java.Interfacejava.beansJava SE
EncoderAn Encoder is a class which can be used to create files or streams that encode the state of a collection ofClassjava.beansJava SE
EventHandlerThe EventHandler class provides support for dynamically generating event listeners whose methodsClassjava.beansJava SE
EventSetDescriptorAn EventSetDescriptor describes a group of events that a given Java The given group of events are all delivered as method calls on a singleClassjava.beansJava SE
ExpressionAn Expression object represents a primitive expression in which a single method is applied to a target and a set ofClassjava.beansJava SE
ExceptionListenerAn ExceptionListener is notified of internal exceptions.Interfacejava.beansJava SE
FeatureDescriptorThe FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.Classjava.beansJava SE
IndexedPropertyChangeEventClassjava.beansJava SE
IndexedPropertyDescriptorAn IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to accessClassjava.beansJava SE
IntrospectionExceptionThrown when an exception happens during Introspection.Classjava.beansJava SE
IntrospectorThe Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.Classjava.beansJava SE
JavaBeanAn annotation used to specify some class-related information for the automatically generated BeanInfo classes.Classjava.beansJava SE
MethodDescriptorA MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.Classjava.beansJava SE
ParameterDescriptorThe ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond theClassjava.beansJava SE
PersistenceDelegateThe PersistenceDelegate class takes the responsibility for expressing the state of an instance of a given classClassjava.beansJava SE
PropertyChangeEventA PropertyChange event gets delivered whenever a bean changes a bound or constrained property.Classjava.beansJava SE
PropertyChangeListenerProxyA class which extends the EventListenerProxy specifically for adding a PropertyChangeListenerClassjava.beansJava SE
PropertyChangeSupportThis is a utility class that can be used by beans that support bound properties.Classjava.beansJava SE
PropertyDescriptorA PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.Classjava.beansJava SE
PropertyEditorManagerThe PropertyEditorManager can be used to locate a property editor for any given type name.Classjava.beansJava SE
PropertyEditorSupportThis is a support class to help build property editors.Classjava.beansJava SE
PropertyVetoExceptionA PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.Classjava.beansJava SE
PropertyChangeListenerA PropertyChange event gets fired whenever a bean changes a bound property.Interfacejava.beansJava SE
PropertyEditorA PropertyEditor class provides support for GUIs that want to allow users to edit a property value of a given type.Interfacejava.beansJava SE
SimpleBeanInfoThis is a support class to make it easier for people to provide It defaults to providing noop information, and can be selectivelyClassjava.beansJava SE
StatementA Statement object represents a primitive statement in which a single method is applied to a target andClassjava.beansJava SE
TransientIndicates that an attribute called transient should be declared with the given valueClassjava.beansJava SE
VetoableChangeListenerProxyA class which extends the EventListenerProxy specifically for adding a VetoableChangeListenerClassjava.beansJava SE
VetoableChangeSupportThis is a utility class that can be used by beans that support constrained properties.Classjava.beansJava SE
VetoableChangeListenerA VetoableChange event gets fired whenever a bean changes a constrained property.Interfacejava.beansJava SE
VisibilityUnder some circumstances a bean may be run on servers where a GUI is not available.Interfacejava.beansJava SE
XMLDecoderThe XMLDecoder class is used to read XML documents created using the XMLEncoder and is used just likeClassjava.beansJava SE
XMLEncoderThe XMLEncoder class is a complementary alternative to the ObjectOutputStream and can used to generateClassjava.beansJava SE