Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(Object) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Add a child to this context.
- addAll(Collection) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws
UnsupportedOperationException
. - addBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface javaa.beans.beancontext.BeanContext
- addBeanContextMembershipListener(BeanContextMembershipListener) - Method in class javaa.beans.beancontext.BeanContextSupport
- addBeanContextServicesListener(BeanContextServicesListener) - Method in interface javaa.beans.beancontext.BeanContextServices
- addBeanContextServicesListener(BeanContextServicesListener) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
- addChild(Command) - Method in class org.apache.harmony.beans.Command
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface javaa.beans.beancontext.BeanContextChild
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class javaa.beans.PropertyChangeSupport
- addPropertyChangeListener(PropertyChangeListener) - Method in interface javaa.beans.Customizer
- addPropertyChangeListener(PropertyChangeListener) - Method in class javaa.beans.PropertyChangeSupport
- addPropertyChangeListener(PropertyChangeListener) - Method in interface javaa.beans.PropertyEditor
- addPropertyChangeListener(PropertyChangeListener) - Method in class javaa.beans.PropertyEditorSupport
- addService(Class, BeanContextServiceProvider) - Method in interface javaa.beans.beancontext.BeanContextServices
- addService(Class, BeanContextServiceProvider) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Add a service to this context.
- addService(Class, BeanContextServiceProvider, boolean) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Add a service to this context.
- addVetoableChangeListener(String, VetoableChangeListener) - Method in interface javaa.beans.beancontext.BeanContextChild
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class javaa.beans.VetoableChangeSupport
- addVetoableChangeListener(VetoableChangeListener) - Method in class javaa.beans.VetoableChangeSupport
- Argument - Class in org.apache.harmony.beans
- Argument(Class<?>, Object) - Constructor for class org.apache.harmony.beans.Argument
- Argument(Object) - Constructor for class org.apache.harmony.beans.Argument
- attributeNames() - Method in class javaa.beans.FeatureDescriptor
-
Enumerates the attribute names.
- avoidingGui() - Method in class javaa.beans.beancontext.BeanContextSupport
- avoidingGui() - Method in interface javaa.beans.Visibility
B
- backtrack(Map<String, Command>) - Method in class org.apache.harmony.beans.Command
- bcmListeners - Variable in class javaa.beans.beancontext.BeanContextSupport
-
A list of registered membership listeners.
- bcsChildren() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns an iterator of all
BCSChild
instances, withremove()
disabled. - bcsListeners - Variable in class javaa.beans.beancontext.BeanContextServicesSupport
-
A list of registered
BeanContextServicesListener
s. - bcsPreDeserializationHook(ObjectInputStream) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Deserializes all serializable services and their providers before the children of this context is deserialized.
- bcsPreDeserializationHook(ObjectInputStream) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is called by
readObject()
afterdefaultReadObject()
and before deserializing any children or listeners. - bcsPreSerializationHook(ObjectOutputStream) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Serializes all serializable services and their providers before the children of this context is serialized.
- bcsPreSerializationHook(ObjectOutputStream) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is called by
writeObject()
afterdefaultWriteObject()
and before serializing any children or listeners. - beanContext - Variable in class javaa.beans.beancontext.BeanContextChildSupport
- BeanContext - Interface in javaa.beans.beancontext
- BeanContextChild - Interface in javaa.beans.beancontext
- BeanContextChildComponentProxy - Interface in javaa.beans.beancontext
- beanContextChildPeer - Variable in class javaa.beans.beancontext.BeanContextChildSupport
- BeanContextChildSupport - Class in javaa.beans.beancontext
- BeanContextChildSupport() - Constructor for class javaa.beans.beancontext.BeanContextChildSupport
- BeanContextChildSupport(BeanContextChild) - Constructor for class javaa.beans.beancontext.BeanContextChildSupport
- BeanContextContainerProxy - Interface in javaa.beans.beancontext
- BeanContextEvent - Class in javaa.beans.beancontext
- BeanContextEvent(BeanContext) - Constructor for class javaa.beans.beancontext.BeanContextEvent
- BeanContextMembershipEvent - Class in javaa.beans.beancontext
- BeanContextMembershipEvent(BeanContext, Object[]) - Constructor for class javaa.beans.beancontext.BeanContextMembershipEvent
- BeanContextMembershipEvent(BeanContext, Collection) - Constructor for class javaa.beans.beancontext.BeanContextMembershipEvent
- BeanContextMembershipListener - Interface in javaa.beans.beancontext
- BeanContextProxy - Interface in javaa.beans.beancontext
- BeanContextServiceAvailableEvent - Class in javaa.beans.beancontext
- BeanContextServiceAvailableEvent(BeanContextServices, Class) - Constructor for class javaa.beans.beancontext.BeanContextServiceAvailableEvent
- BeanContextServiceProvider - Interface in javaa.beans.beancontext
- BeanContextServiceProviderBeanInfo - Interface in javaa.beans.beancontext
- BeanContextServiceRevokedEvent - Class in javaa.beans.beancontext
- BeanContextServiceRevokedEvent(BeanContextServices, Class, boolean) - Constructor for class javaa.beans.beancontext.BeanContextServiceRevokedEvent
- BeanContextServiceRevokedListener - Interface in javaa.beans.beancontext
- BeanContextServices - Interface in javaa.beans.beancontext
- BeanContextServicesListener - Interface in javaa.beans.beancontext
- BeanContextServicesSupport - Class in javaa.beans.beancontext
-
This support class implements
BeanContextServices
interface. - BeanContextServicesSupport() - Constructor for class javaa.beans.beancontext.BeanContextServicesSupport
-
Constructs a standard
BeanContextServicesSupport
. - BeanContextServicesSupport(BeanContextServices) - Constructor for class javaa.beans.beancontext.BeanContextServicesSupport
-
Constructs a
BeanContextServicesSupport
which is a delegate of the given peer. - BeanContextServicesSupport(BeanContextServices, Locale) - Constructor for class javaa.beans.beancontext.BeanContextServicesSupport
-
Constructs a
BeanContextServicesSupport
which is a delegate of the given peer. - BeanContextServicesSupport(BeanContextServices, Locale, boolean) - Constructor for class javaa.beans.beancontext.BeanContextServicesSupport
-
Constructs a
BeanContextServicesSupport
which is a delegate of the given peer. - BeanContextServicesSupport(BeanContextServices, Locale, boolean, boolean) - Constructor for class javaa.beans.beancontext.BeanContextServicesSupport
-
Constructs a
BeanContextServicesSupport
which is a delegate of the given peer. - BeanContextServicesSupport.BCSSChild - Class in javaa.beans.beancontext
-
Every child of context is companied with a
BCSSChild
instance. - BeanContextServicesSupport.BCSSProxyServiceProvider - Class in javaa.beans.beancontext
-
This class implements the
BeanContextServiceProvider
interface by wrapping aBeanContextServices
. - BeanContextServicesSupport.BCSSServiceProvider - Class in javaa.beans.beancontext
-
Every servie registered in this context is companied with a
BCSSServiceProvider
instance. - BeanContextSupport - Class in javaa.beans.beancontext
-
This support class implements
BeanContext
interface. - BeanContextSupport() - Constructor for class javaa.beans.beancontext.BeanContextSupport
-
Constructs a standload
BeanContextSupport
. - BeanContextSupport(BeanContext) - Constructor for class javaa.beans.beancontext.BeanContextSupport
-
Constructs a
BeanContextSupport
which is a delegate of the given peer. - BeanContextSupport(BeanContext, Locale) - Constructor for class javaa.beans.beancontext.BeanContextSupport
-
Constructs a
BeanContextSupport
which is a delegate of the given peer. - BeanContextSupport(BeanContext, Locale, boolean) - Constructor for class javaa.beans.beancontext.BeanContextSupport
-
Constructs a
BeanContextSupport
which is a delegate of the given peer. - BeanContextSupport(BeanContext, Locale, boolean, boolean) - Constructor for class javaa.beans.beancontext.BeanContextSupport
-
Constructs a
BeanContextSupport
which is a delegate of the given peer. - BeanContextSupport.BCSChild - Class in javaa.beans.beancontext
-
Every child of context is companied with a
BCSChild
instance. - BeanContextSupport.BCSIterator - Class in javaa.beans.beancontext
-
This implementation wraps an iterator and override
remove()
with a noop method. - BeanDescriptor - Class in javaa.beans
-
Describes a bean's global information.
- BeanDescriptor(Class<?>) - Constructor for class javaa.beans.BeanDescriptor
-
Constructs an instance with the bean's
Class
. - BeanDescriptor(Class<?>, Class<?>) - Constructor for class javaa.beans.BeanDescriptor
- BeanInfo - Interface in javaa.beans
- Beans - Class in javaa.beans
-
This class
Beans
provides some methods for manipulting bean controls. - Beans() - Constructor for class javaa.beans.Beans
-
Constructs a Beans instance.
- BeansUtils - Class in org.apache.harmony.beans
- BeansUtils() - Constructor for class org.apache.harmony.beans.BeansUtils
C
- characters(char[], int, int) - Method in class org.apache.harmony.beans.Handler
- childDeserializedHook(Object, BeanContextSupport.BCSChild) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is called during deserialization everytime a child is read.
- childJustAddedHook(Object, BeanContextSupport.BCSChild) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is called everytime a child is added to this context.
- childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
This method is called everytime a child is removed from this context.
- childJustRemovedHook(Object, BeanContextSupport.BCSChild) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is called everytime a child is removed from this context.
- children - Variable in class javaa.beans.beancontext.BeanContextMembershipEvent
- children - Variable in class javaa.beans.beancontext.BeanContextSupport
-
A map of children - key is child instance, value is
BCSChild
instance. - childrenAdded(BeanContextMembershipEvent) - Method in interface javaa.beans.beancontext.BeanContextMembershipListener
- childrenRemoved(BeanContextMembershipEvent) - Method in interface javaa.beans.beancontext.BeanContextMembershipListener
- classEquals(Class, Class) - Static method in class javaa.beans.beancontext.BeanContextSupport
-
Compares if two classes are equal or their class names are equal.
- clear() - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws
UnsupportedOperationException
. - close() - Method in class javaa.beans.XMLDecoder
-
Close the input stream of xml data.
- close() - Method in class javaa.beans.XMLEncoder
-
Call
flush()
first, then write out xml footer and close the underlying output stream. - Command - Class in org.apache.harmony.beans
- Command(String, Map<String, String>) - Constructor for class org.apache.harmony.beans.Command
- Command(XMLDecoder, String, Map<String, String>) - Constructor for class org.apache.harmony.beans.Command
- contains(Object) - Method in class javaa.beans.beancontext.BeanContextMembershipEvent
- contains(Object) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns true if the given object is a child of this context.
- containsAll(Collection) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns true if given objects are children of this context.
- containsKey(Object) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns true if the given object is a child of this context.
- copyChildren() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns an array containing all children of this context.
- create(Class<T>, Object, String) - Static method in class javaa.beans.EventHandler
- create(Class<T>, Object, String, String) - Static method in class javaa.beans.EventHandler
- create(Class<T>, Object, String, String, String) - Static method in class javaa.beans.EventHandler
- createBCSChild(Object, Object) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Creates a
BCSSChild
object to company the given child. - createBCSChild(Object, Object) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Creates a
BCSChild
object to company the given child. - createBCSSServiceProvider(Class, BeanContextServiceProvider) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Creates a
BCSSServiceProvider
to company the given service. - createPropertyEditor(Object) - Method in class javaa.beans.PropertyDescriptor
- Customizer - Interface in javaa.beans
D
- decapitalize(String) - Static method in class javaa.beans.Introspector
-
Decapitalizes a given string according to the rule: If the first or only character is Upper Case, it is made Lower Case UNLESS the second character is also Upper Case, when the String is returned unchanged
- DefaultPersistenceDelegate - Class in javaa.beans
-
Default PersistenceDelegate for normal classes.
- DefaultPersistenceDelegate() - Constructor for class javaa.beans.DefaultPersistenceDelegate
-
Constructs a
DefaultPersistenceDelegate
instance that supports the persistence of a bean which has a default constructor. - DefaultPersistenceDelegate(String[]) - Constructor for class javaa.beans.DefaultPersistenceDelegate
-
Constructs a
DefaultPersistenceDelegate
instance that supports the persistence of a bean which is constructed with some properties. - deserialize(ObjectInputStream, Collection) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Deserialize a collection.
- DesignMode - Interface in javaa.beans
- designTime - Variable in class javaa.beans.beancontext.BeanContextSupport
-
A flag indicating whether this context is in design mode.
- dontUseGui() - Method in class javaa.beans.beancontext.BeanContextSupport
- dontUseGui() - Method in interface javaa.beans.Visibility
E
- Encoder - Class in javaa.beans
-
The
Encoder
, together withPersistenceDelegate
s, can encode an object into a series of java statements. - Encoder() - Constructor for class javaa.beans.Encoder
-
Construct a new encoder.
- endDocument() - Method in class org.apache.harmony.beans.Handler
- endElement(String, String, String) - Method in class org.apache.harmony.beans.Handler
- equals(Object) - Method in class javaa.beans.IndexedPropertyDescriptor
-
Determines if this
IndexedPropertyDescriptor
is equal to the specified object. - equals(Object) - Method in class javaa.beans.PropertyDescriptor
- EventHandler - Class in javaa.beans
- EventHandler(Object, String, String, String) - Constructor for class javaa.beans.EventHandler
- EventSetDescriptor - Class in javaa.beans
- EventSetDescriptor(Class<?>, String, Class<?>, String) - Constructor for class javaa.beans.EventSetDescriptor
- EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String) - Constructor for class javaa.beans.EventSetDescriptor
- EventSetDescriptor(Class<?>, String, Class<?>, String[], String, String, String) - Constructor for class javaa.beans.EventSetDescriptor
- EventSetDescriptor(String, Class<?>, Method[], Method, Method) - Constructor for class javaa.beans.EventSetDescriptor
- EventSetDescriptor(String, Class<?>, Method[], Method, Method, Method) - Constructor for class javaa.beans.EventSetDescriptor
- EventSetDescriptor(String, Class<?>, MethodDescriptor[], Method, Method) - Constructor for class javaa.beans.EventSetDescriptor
- ExceptionListener - Interface in javaa.beans
- exceptionThrown(Exception) - Method in interface javaa.beans.ExceptionListener
- exec(Map<String, Command>) - Method in class org.apache.harmony.beans.Command
- execute() - Method in class javaa.beans.Statement
- Expression - Class in javaa.beans
- Expression(Object, Object, String, Object[]) - Constructor for class javaa.beans.Expression
- Expression(Object, String, Object[]) - Constructor for class javaa.beans.Expression
F
- FeatureDescriptor - Class in javaa.beans
-
Common base class for Descriptors.
- FeatureDescriptor() - Constructor for class javaa.beans.FeatureDescriptor
-
Constructs an instance.
- findEditor(Class<?>) - Static method in class javaa.beans.PropertyEditorManager
- fireChildrenAdded(BeanContextMembershipEvent) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Notifies registered
BeanContextMembershipListener
s that a new child has been added. - fireChildrenRemoved(BeanContextMembershipEvent) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Notifies registered
BeanContextMembershipListener
s that a child has been removed. - fireIndexedPropertyChange(String, int, boolean, boolean) - Method in class javaa.beans.PropertyChangeSupport
- fireIndexedPropertyChange(String, int, int, int) - Method in class javaa.beans.PropertyChangeSupport
- fireIndexedPropertyChange(String, int, Object, Object) - Method in class javaa.beans.PropertyChangeSupport
- firePropertyChange() - Method in class javaa.beans.PropertyEditorSupport
- firePropertyChange(String, boolean, boolean) - Method in class javaa.beans.PropertyChangeSupport
- firePropertyChange(String, int, int) - Method in class javaa.beans.PropertyChangeSupport
- firePropertyChange(String, Object, Object) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- firePropertyChange(String, Object, Object) - Method in class javaa.beans.PropertyChangeSupport
- firePropertyChange(PropertyChangeEvent) - Method in class javaa.beans.PropertyChangeSupport
- fireServiceAdded(Class) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceAvailableEvent
to registeredBeanContextServicesListener
s. - fireServiceAdded(BeanContextServiceAvailableEvent) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceAvailableEvent
to registeredBeanContextServicesListener
s. - fireServiceRevoked(Class, boolean) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceRevokedEvent
to registeredBeanContextServicesListener
s. - fireServiceRevoked(BeanContextServiceRevokedEvent) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Fires a
BeanContextServiceRevokedEvent
to registeredBeanContextServicesListener
s. - fireVetoableChange(String, boolean, boolean) - Method in class javaa.beans.VetoableChangeSupport
- fireVetoableChange(String, int, int) - Method in class javaa.beans.VetoableChangeSupport
- fireVetoableChange(String, Object, Object) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- fireVetoableChange(String, Object, Object) - Method in class javaa.beans.VetoableChangeSupport
- fireVetoableChange(PropertyChangeEvent) - Method in class javaa.beans.VetoableChangeSupport
- flush() - Method in class javaa.beans.XMLEncoder
-
Writes out all objects since last flush to the output stream.
- flushCaches() - Static method in class javaa.beans.Introspector
-
Flushes all
BeanInfo
caches. - flushFromCaches(Class<?>) - Static method in class javaa.beans.Introspector
-
Flushes the
BeanInfo
caches of the specified bean class - format(String, Object[]) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Generates a formatted text string given a source string containing "argument markers" of the form "{argNum}" where each argNum must be in the range 0..9.
G
- get(Object) - Method in class javaa.beans.Encoder
-
Gets the new copy of the given old object.
- getAction() - Method in class javaa.beans.EventHandler
- getAdditionalBeanInfo() - Method in interface javaa.beans.BeanInfo
- getAdditionalBeanInfo() - Method in class javaa.beans.SimpleBeanInfo
- getAddListenerMethod() - Method in class javaa.beans.EventSetDescriptor
- getArguments() - Method in class javaa.beans.Statement
- getAsText() - Method in interface javaa.beans.PropertyEditor
- getAsText() - Method in class javaa.beans.PropertyEditorSupport
- getAttr(String) - Method in class org.apache.harmony.beans.Command
- getBeanClass() - Method in class javaa.beans.BeanDescriptor
-
Gets the bean's
Class
. - getBeanContext() - Method in interface javaa.beans.beancontext.BeanContextChild
- getBeanContext() - Method in class javaa.beans.beancontext.BeanContextChildSupport
- getBeanContext() - Method in class javaa.beans.beancontext.BeanContextEvent
- getBeanContextChildPeer() - Method in class javaa.beans.beancontext.BeanContextChildSupport
- getBeanContextPeer() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the peer of this context casted as
BeanContext
. - getBeanContextProxy() - Method in interface javaa.beans.beancontext.BeanContextProxy
- getBeanContextServicesPeer() - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Returns the peer of this context casted as
BeanContextServices
. - getBeanDescriptor() - Method in interface javaa.beans.BeanInfo
- getBeanDescriptor() - Method in class javaa.beans.SimpleBeanInfo
- getBeanInfo(Class<?>) - Static method in class javaa.beans.Introspector
-
Gets the
BeanInfo
object which contains the information of the properties, events and methods of the specified bean class. - getBeanInfo(Class<?>, int) - Static method in class javaa.beans.Introspector
-
Gets the
BeanInfo
object which contains the information of the properties, events and methods of the specified bean class. - getBeanInfo(Class<?>, Class<?>) - Static method in class javaa.beans.Introspector
-
Gets the
BeanInfo
object which contains the information of the properties, events and methods of the specified bean class. - getBeanInfoSearchPath() - Static method in class javaa.beans.Introspector
-
Gets an array of search packages.
- getChildBeanContextChild(Object) - Static method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the
BeanContextChild
related with the given child. - getChildBeanContextMembershipListener(Object) - Static method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the given child casted to
BeanContextMembershipListener
, or null if it does not implements the interface. - getChildBeanContextServicesListener(Object) - Static method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Returns the given child casted to
BeanContextServicesListener
, or null if it does not implements the interface. - getChildPropertyChangeListener(Object) - Static method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the given child casted to
PropertyChangeListener
, or null if it does not implements the interface. - getChildSerializable(Object) - Static method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the given child casted to
Serializable
, or null if it does not implements the interface. - getChildVetoableChangeListener(Object) - Static method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the given child casted to
VetoableChangeListener
, or null if it does not implements the interface. - getChildVisibility(Object) - Static method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the given child casted to
Visibility
, or null if it does not implements the interface. - getCurrentServiceClasses() - Method in interface javaa.beans.beancontext.BeanContextServices
- getCurrentServiceClasses() - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Returns an iterator of all registered service classes, with
removed()
disabled. - getCurrentServiceSelectors() - Method in class javaa.beans.beancontext.BeanContextServiceAvailableEvent
- getCurrentServiceSelectors(Class) - Method in interface javaa.beans.beancontext.BeanContextServices
- getCurrentServiceSelectors(Class) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Returns the service selectors of the specified service.
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in interface javaa.beans.beancontext.BeanContextServiceProvider
- getCurrentServiceSelectors(BeanContextServices, Class) - Method in class javaa.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Throws
UnsupportedOperationException
. - getCustomizerClass() - Method in class javaa.beans.BeanDescriptor
-
Gets the bean's customizer
Class
/ - getDefaultEventIndex() - Method in interface javaa.beans.BeanInfo
- getDefaultEventIndex() - Method in class javaa.beans.SimpleBeanInfo
- getDefaultPropertyIndex() - Method in interface javaa.beans.BeanInfo
- getDefaultPropertyIndex() - Method in class javaa.beans.SimpleBeanInfo
- getDisplayName() - Method in class javaa.beans.FeatureDescriptor
-
Gets the display name or
FeatureDescriptor.getName()
if not set. - getEditorSearchPath() - Static method in class javaa.beans.PropertyEditorManager
- getEventPropertyName() - Method in class javaa.beans.EventHandler
- getEventSetDescriptors() - Method in interface javaa.beans.BeanInfo
- getEventSetDescriptors() - Method in class javaa.beans.SimpleBeanInfo
- getExceptionListener() - Method in class javaa.beans.Encoder
-
Returns the exception listener of this encoder.
- getExceptionListener() - Method in class javaa.beans.XMLDecoder
-
Returns the exception listener.
- getGetListenerMethod() - Method in class javaa.beans.EventSetDescriptor
- getHashCode(boolean) - Static method in class org.apache.harmony.beans.BeansUtils
- getHashCode(Object) - Static method in class org.apache.harmony.beans.BeansUtils
- getIndex() - Method in class javaa.beans.IndexedPropertyChangeEvent
-
Answer the index of the property that was changed in this event.
- getIndexedPropertyType() - Method in class javaa.beans.IndexedPropertyDescriptor
-
Obtains the Class object of the indexed property type.
- getIndexedReadMethod() - Method in class javaa.beans.IndexedPropertyDescriptor
-
Obtains the indexed getter.
- getIndexedWriteMethod() - Method in class javaa.beans.IndexedPropertyDescriptor
-
Obtains the indexed setter.
- getInstanceOf(Object, Class<?>) - Static method in class javaa.beans.Beans
-
Obtain an alternative type view of the given bean.
- getInterfaces() - Method in class org.apache.harmony.beans.Argument
- getJavaInitializationString() - Method in interface javaa.beans.PropertyEditor
- getJavaInitializationString() - Method in class javaa.beans.PropertyEditorSupport
- getListenerMethodDescriptors() - Method in class javaa.beans.EventSetDescriptor
- getListenerMethodName() - Method in class javaa.beans.EventHandler
- getListenerMethods() - Method in class javaa.beans.EventSetDescriptor
- getListenerType() - Method in class javaa.beans.EventSetDescriptor
- getLocale() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the locale of this context.
- getMethod() - Method in class javaa.beans.MethodDescriptor
-
Gets the method.
- getMethodDescriptors() - Method in interface javaa.beans.BeanInfo
- getMethodDescriptors() - Method in class javaa.beans.SimpleBeanInfo
- getMethodName() - Method in class javaa.beans.Statement
- getName() - Method in class javaa.beans.FeatureDescriptor
-
Gets the name.
- getNewValue() - Method in class javaa.beans.PropertyChangeEvent
- getOldValue() - Method in class javaa.beans.PropertyChangeEvent
- getOwner() - Method in class javaa.beans.XMLDecoder
-
Returns the owner of this decoder.
- getOwner() - Method in class javaa.beans.XMLEncoder
-
Returns the owner of this encoder.
- getParameterDescriptors() - Method in class javaa.beans.MethodDescriptor
-
Gets the parameter descriptors.
- getPersistenceDelegate(Class<?>) - Method in class javaa.beans.Encoder
-
Returns a
PersistenceDelegate
for the given class type. - getPrimitiveClass(String) - Static method in class org.apache.harmony.beans.Command
- getPropagatedFrom() - Method in class javaa.beans.beancontext.BeanContextEvent
- getPropagationId() - Method in class javaa.beans.PropertyChangeEvent
- getPropertyChangeEvent() - Method in exception class javaa.beans.PropertyVetoException
-
Gets the property change event.
- getPropertyChangeListeners() - Method in class javaa.beans.PropertyChangeSupport
- getPropertyChangeListeners(String) - Method in class javaa.beans.PropertyChangeSupport
- getPropertyDescriptors() - Method in interface javaa.beans.BeanInfo
- getPropertyDescriptors() - Method in class javaa.beans.SimpleBeanInfo
- getPropertyEditorClass() - Method in class javaa.beans.PropertyDescriptor
- getPropertyName() - Method in class javaa.beans.PropertyChangeEvent
- getPropertyName() - Method in class javaa.beans.PropertyChangeListenerProxy
- getPropertyName() - Method in class javaa.beans.VetoableChangeListenerProxy
- getPropertyType() - Method in class javaa.beans.PropertyDescriptor
- getReadMethod() - Method in class javaa.beans.PropertyDescriptor
- getRemoveListenerMethod() - Method in class javaa.beans.EventSetDescriptor
- getResource(String, BeanContextChild) - Method in interface javaa.beans.beancontext.BeanContext
- getResource(String, BeanContextChild) - Method in class javaa.beans.beancontext.BeanContextSupport
- getResourceAsStream(String, BeanContextChild) - Method in interface javaa.beans.beancontext.BeanContext
- getResourceAsStream(String, BeanContextChild) - Method in class javaa.beans.beancontext.BeanContextSupport
- getResult() - Method in class org.apache.harmony.beans.Command
- getResultType() - Method in class org.apache.harmony.beans.Command
- getResultValue() - Method in class org.apache.harmony.beans.Command
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in interface javaa.beans.beancontext.BeanContextServices
- getService(BeanContextChild, Object, Class, Object, BeanContextServiceRevokedListener) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Get a service instance on behalf of the specified child of this context, by calling the registered service provider, or by delegating to the parent context.
- getService(BeanContextServices, Object, Class, Object) - Method in interface javaa.beans.beancontext.BeanContextServiceProvider
- getService(BeanContextServices, Object, Class, Object) - Method in class javaa.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Throws
UnsupportedOperationException
. - getServiceClass() - Method in class javaa.beans.beancontext.BeanContextServiceAvailableEvent
- getServiceClass() - Method in class javaa.beans.beancontext.BeanContextServiceRevokedEvent
- getServiceProvider() - Method in class javaa.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
Returns the service provider of the related service.
- getServicesBeanInfo() - Method in interface javaa.beans.beancontext.BeanContextServiceProviderBeanInfo
- getShortDescription() - Method in class javaa.beans.FeatureDescriptor
-
Gets the short description or
FeatureDescriptor.getDisplayName()
if not set. - getSource() - Method in class javaa.beans.PropertyEditorSupport
- getSourceAsBeanContextServices() - Method in class javaa.beans.beancontext.BeanContextServiceAvailableEvent
- getSourceAsBeanContextServices() - Method in class javaa.beans.beancontext.BeanContextServiceRevokedEvent
- getStatus() - Method in class org.apache.harmony.beans.Command
- getString(String) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which has no arguments.
- getString(String, char) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 1 character argument.
- getString(String, int) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 1 integer argument.
- getString(String, Object) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 1 argument.
- getString(String, Object[]) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes several arguments.
- getString(String, Object, Object) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Retrieves a message which takes 2 arguments.
- getTagName() - Method in class org.apache.harmony.beans.Command
- getTags() - Method in interface javaa.beans.PropertyEditor
- getTags() - Method in class javaa.beans.PropertyEditorSupport
- getTarget() - Method in class javaa.beans.EventHandler
- getTarget() - Method in class javaa.beans.Statement
- getType() - Method in class org.apache.harmony.beans.Argument
- getValue() - Method in class javaa.beans.Expression
- getValue() - Method in interface javaa.beans.PropertyEditor
- getValue() - Method in class javaa.beans.PropertyEditorSupport
- getValue() - Method in class org.apache.harmony.beans.Argument
- getValue(String) - Method in class javaa.beans.FeatureDescriptor
-
Gets the value associated with the named attribute.
- getVetoableChangeListeners() - Method in class javaa.beans.VetoableChangeSupport
- getVetoableChangeListeners(String) - Method in class javaa.beans.VetoableChangeSupport
- getWriteMethod() - Method in class javaa.beans.PropertyDescriptor
- globalHierarchyLock - Static variable in interface javaa.beans.beancontext.BeanContext
-
TODO: find out what it should be initialized to
H
- Handler - Class in org.apache.harmony.beans
- Handler(XMLDecoder, Vector<Object>) - Constructor for class org.apache.harmony.beans.Handler
- hasAttr(String) - Method in class org.apache.harmony.beans.Command
- hasAttr(String, String) - Method in class org.apache.harmony.beans.Command
- hashCode() - Method in class javaa.beans.IndexedPropertyDescriptor
-
HashCode of the IndexedPropertyDescriptor
- hashCode() - Method in class javaa.beans.PropertyDescriptor
- hasListeners(String) - Method in class javaa.beans.PropertyChangeSupport
- hasListeners(String) - Method in class javaa.beans.VetoableChangeSupport
- hasNext() - Method in class javaa.beans.beancontext.BeanContextSupport.BCSIterator
- hasService(Class) - Method in interface javaa.beans.beancontext.BeanContextServices
- hasService(Class) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Checks whether a service is registed in this context or the parent context.
I
- ICON_COLOR_16x16 - Static variable in interface javaa.beans.BeanInfo
- ICON_COLOR_32x32 - Static variable in interface javaa.beans.BeanInfo
- ICON_MONO_16x16 - Static variable in interface javaa.beans.BeanInfo
- ICON_MONO_32x32 - Static variable in interface javaa.beans.BeanInfo
- IGNORE_ALL_BEANINFO - Static variable in class javaa.beans.Introspector
-
Constant values to indicate that the
Introspector
will ignore allBeanInfo
class. - IGNORE_IMMEDIATE_BEANINFO - Static variable in class javaa.beans.Introspector
-
Constant values to indicate that the
Introspector
will ignore theBeanInfo
class of the current bean class. - IndexedPropertyChangeEvent - Class in javaa.beans
-
A type of
PropertyChangeEvent
that indicates that an indexed property has changed. - IndexedPropertyChangeEvent(Object, String, Object, Object, int) - Constructor for class javaa.beans.IndexedPropertyChangeEvent
-
Creates a new property changed event with an indication of the property index.
- IndexedPropertyDescriptor - Class in javaa.beans
- IndexedPropertyDescriptor(String, Class<?>) - Constructor for class javaa.beans.IndexedPropertyDescriptor
-
Constructs a new instance of
IndexedPropertyDescriptor
. - IndexedPropertyDescriptor(String, Class<?>, String, String, String, String) - Constructor for class javaa.beans.IndexedPropertyDescriptor
-
Constructs a new instance of
IndexedPropertyDescriptor
. - IndexedPropertyDescriptor(String, Method, Method, Method, Method) - Constructor for class javaa.beans.IndexedPropertyDescriptor
-
Constructs a new instance of
IndexedPropertyDescriptor
. - initialize() - Method in class javaa.beans.beancontext.BeanContextServicesSupport
- initialize() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Initializes all transient fields of this instance, called by constructors and
readObject()
. - initialize(Class<?>, Object, Object, Encoder) - Method in class javaa.beans.DefaultPersistenceDelegate
-
Initializes the new instance in the new environment so that it becomes equivalent with the old one, meanwhile recording this process in the encoder.
- initialize(Class<?>, Object, Object, Encoder) - Method in class javaa.beans.PersistenceDelegate
-
Produces a series of expressions and statements for the initialization of a bean object's properties.
- initializeBeanContextResources() - Method in class javaa.beans.beancontext.BeanContextChildSupport
- initializeBeanContextResources() - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Called after the parent context is updated.
- instantiate(ClassLoader, String) - Static method in class javaa.beans.Beans
-
Obtains an instance of a JavaBean specified the bean name using the specified class loader.
- instantiate(ClassLoader, String, BeanContext) - Static method in class javaa.beans.Beans
-
Obtains an instance of a JavaBean specified the bean name using the specified class loader, and adds the instance into the specified bean context.
- instantiate(Object, Encoder) - Method in class javaa.beans.DefaultPersistenceDelegate
-
Returns an expression that represents a call to the bean's constructor.
- instantiate(Object, Encoder) - Method in class javaa.beans.PersistenceDelegate
-
Constructs an expression for instantiating an object of the same type as the old instance.
- instantiateChild(String) - Method in interface javaa.beans.beancontext.BeanContext
- instantiateChild(String) - Method in class javaa.beans.beancontext.BeanContextSupport
- IntrospectionException - Exception Class in javaa.beans
- IntrospectionException(String) - Constructor for exception class javaa.beans.IntrospectionException
- Introspector - Class in javaa.beans
-
The
Introspector
is a utility for developers to figure out which properties, events, and methods a JavaBean supports. - invoke(Object, Method, Object[]) - Method in class javaa.beans.EventHandler
- isBound() - Method in class javaa.beans.PropertyDescriptor
- isConstrained() - Method in class javaa.beans.PropertyDescriptor
- isCurrentServiceInvalidNow() - Method in class javaa.beans.beancontext.BeanContextServiceRevokedEvent
- isDelegated() - Method in class javaa.beans.beancontext.BeanContextChildSupport
- isDesignTime() - Method in class javaa.beans.beancontext.BeanContextSupport
- isDesignTime() - Static method in class javaa.beans.Beans
-
Determine if it's in design-mode.
- isDesignTime() - Method in interface javaa.beans.DesignMode
- isEmpty() - Method in class javaa.beans.beancontext.BeanContextSupport
- isExecutable() - Method in class org.apache.harmony.beans.Command
- isExpert() - Method in class javaa.beans.FeatureDescriptor
-
Indicates if this feature is an expert feature.
- isGuiAvailable() - Static method in class javaa.beans.Beans
-
Returns a boolean indication of whether or not a GUI is available for beans.
- isHidden() - Method in class javaa.beans.FeatureDescriptor
-
Indicates if this feature is hidden.
- isInDefaultEventSet() - Method in class javaa.beans.EventSetDescriptor
- isInstanceOf(Object, Class<?>) - Static method in class javaa.beans.Beans
-
Determine if the the specified bean object can be viewed as the specified type.
- isPaintable() - Method in interface javaa.beans.PropertyEditor
- isPaintable() - Method in class javaa.beans.PropertyEditorSupport
- isPreferred() - Method in class javaa.beans.FeatureDescriptor
-
Indicates if this feature is preferred.
- isPrimitiveClassName(String) - Static method in class org.apache.harmony.beans.Command
- isPrimitiveWrapper(Class<?>, Class<?>) - Static method in class org.apache.harmony.beans.BeansUtils
- isPropagated() - Method in class javaa.beans.beancontext.BeanContextEvent
- isSerializing() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns true if this context is currently being serialized (by another thread).
- isServiceClass(Class) - Method in class javaa.beans.beancontext.BeanContextServiceRevokedEvent
- isTag(String) - Method in class org.apache.harmony.beans.Command
- isUnicast() - Method in class javaa.beans.EventSetDescriptor
- iterator() - Method in class javaa.beans.beancontext.BeanContextMembershipEvent
- iterator() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns an iterator of children of this context, with
remove()
disabled.
J
- javaa.beans - package javaa.beans
- javaa.beans.beancontext - package javaa.beans.beancontext
L
- locale - Variable in class javaa.beans.beancontext.BeanContextSupport
-
The locale of this context.
M
- Messages - Class in org.apache.harmony.beans.internal.nls
-
This class retrieves strings from a resource bundle and returns them, formatting them with MessageFormat when required.
- Messages() - Constructor for class org.apache.harmony.beans.internal.nls.Messages
- MethodDescriptor - Class in javaa.beans
-
Describes a bean's method.
- MethodDescriptor(Method) - Constructor for class javaa.beans.MethodDescriptor
-
Constructs an instance with the given
Method
. - MethodDescriptor(Method, ParameterDescriptor[]) - Constructor for class javaa.beans.MethodDescriptor
-
Constructs an instance with the given
Method
andParameterDescriptor
s. - mutatesTo(Object, Object) - Method in class javaa.beans.DefaultPersistenceDelegate
-
Determines whether one object mutates to the other object.
- mutatesTo(Object, Object) - Method in class javaa.beans.PersistenceDelegate
-
Determines whether one object mutates to the other object.
N
- needsGui() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns true if this context or its children needs GUI to work properly.
- needsGui() - Method in interface javaa.beans.Visibility
- next() - Method in class javaa.beans.beancontext.BeanContextSupport.BCSIterator
O
- okToUseGui - Variable in class javaa.beans.beancontext.BeanContextSupport
-
A flag indicating whether this context is allowed to use GUI.
- okToUseGui() - Method in class javaa.beans.beancontext.BeanContextSupport
- okToUseGui() - Method in interface javaa.beans.Visibility
- org.apache.harmony.beans - package org.apache.harmony.beans
- org.apache.harmony.beans.internal.nls - package org.apache.harmony.beans.internal.nls
P
- ParameterDescriptor - Class in javaa.beans
- ParameterDescriptor() - Constructor for class javaa.beans.ParameterDescriptor
- parseAttrs(String, Attributes) - Static method in class org.apache.harmony.beans.Command
- pcSupport - Variable in class javaa.beans.beancontext.BeanContextChildSupport
- PersistenceDelegate - Class in javaa.beans
-
PersistenceDelegate
instances write received bean objects to encoders in the form of expressions and statements, which can be evaluated or executed to reconstruct the recorded bean objects in a new environment during decoding. - PersistenceDelegate() - Constructor for class javaa.beans.PersistenceDelegate
-
Default constructor.
- pr(int, String) - Static method in class org.apache.harmony.beans.Command
- pr(String) - Static method in class org.apache.harmony.beans.Command
- printAttrs(int, String, Attributes) - Static method in class org.apache.harmony.beans.Command
- prn(int, String) - Static method in class org.apache.harmony.beans.Command
- prn(String) - Static method in class org.apache.harmony.beans.Command
- propagatedFrom - Variable in class javaa.beans.beancontext.BeanContextEvent
- propertyChange(PropertyChangeEvent) - Method in class javaa.beans.beancontext.BeanContextSupport
- propertyChange(PropertyChangeEvent) - Method in interface javaa.beans.PropertyChangeListener
- propertyChange(PropertyChangeEvent) - Method in class javaa.beans.PropertyChangeListenerProxy
- PropertyChangeEvent - Class in javaa.beans
- PropertyChangeEvent(Object, String, Object, Object) - Constructor for class javaa.beans.PropertyChangeEvent
- PropertyChangeListener - Interface in javaa.beans
- PropertyChangeListenerProxy - Class in javaa.beans
- PropertyChangeListenerProxy(String, PropertyChangeListener) - Constructor for class javaa.beans.PropertyChangeListenerProxy
- PropertyChangeSupport - Class in javaa.beans
- PropertyChangeSupport(Object) - Constructor for class javaa.beans.PropertyChangeSupport
- PropertyDescriptor - Class in javaa.beans
- PropertyDescriptor(String, Class<?>) - Constructor for class javaa.beans.PropertyDescriptor
- PropertyDescriptor(String, Class<?>, String, String) - Constructor for class javaa.beans.PropertyDescriptor
- PropertyDescriptor(String, Method, Method) - Constructor for class javaa.beans.PropertyDescriptor
- PropertyEditor - Interface in javaa.beans
- PropertyEditorManager - Class in javaa.beans
- PropertyEditorManager() - Constructor for class javaa.beans.PropertyEditorManager
- PropertyEditorSupport - Class in javaa.beans
- PropertyEditorSupport() - Constructor for class javaa.beans.PropertyEditorSupport
- PropertyEditorSupport(Object) - Constructor for class javaa.beans.PropertyEditorSupport
- PROPERTYNAME - Static variable in interface javaa.beans.DesignMode
- PropertyVetoException - Exception Class in javaa.beans
-
Indicates that a proposed property change is unacceptable.
- PropertyVetoException(String, PropertyChangeEvent) - Constructor for exception class javaa.beans.PropertyVetoException
-
Constructs an instance with a message and the change event.
- proxy - Variable in class javaa.beans.beancontext.BeanContextServicesSupport
-
A proxy service provider that delegates service requests to the parent context.
R
- readChildren(ObjectInputStream) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Deserializes children from the given object input stream.
- readObject() - Method in class javaa.beans.XMLDecoder
-
Reads the next object.
- registerEditor(Class<?>, Class<?>) - Static method in class javaa.beans.PropertyEditorManager
- rejectedSetBCOnce - Variable in class javaa.beans.beancontext.BeanContextChildSupport
- releaseBeanContextResources() - Method in class javaa.beans.beancontext.BeanContextChildSupport
- releaseBeanContextResources() - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Called before the parent context is updated.
- releaseService(BeanContextChild, Object, Object) - Method in interface javaa.beans.beancontext.BeanContextServices
- releaseService(BeanContextChild, Object, Object) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Release a service which has been requested previously.
- releaseService(BeanContextServices, Object, Object) - Method in interface javaa.beans.beancontext.BeanContextServiceProvider
- releaseService(BeanContextServices, Object, Object) - Method in class javaa.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Delegate to the wrapped
BeanContextServices
. - remove() - Method in class javaa.beans.beancontext.BeanContextSupport.BCSIterator
- remove(Object) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Removes the given child from this context.
- remove(Object) - Method in class javaa.beans.Encoder
-
Remvoe the existing new copy of the given old object.
- remove(Object, boolean) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Removes the given child from this context.
- removeAll(Collection) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws
UnsupportedOperationException
. - removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface javaa.beans.beancontext.BeanContext
- removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in class javaa.beans.beancontext.BeanContextSupport
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in interface javaa.beans.beancontext.BeanContextServices
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
- removeChild(Command) - Method in class org.apache.harmony.beans.Command
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface javaa.beans.beancontext.BeanContextChild
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class javaa.beans.PropertyChangeSupport
- removePropertyChangeListener(PropertyChangeListener) - Method in interface javaa.beans.Customizer
- removePropertyChangeListener(PropertyChangeListener) - Method in class javaa.beans.PropertyChangeSupport
- removePropertyChangeListener(PropertyChangeListener) - Method in interface javaa.beans.PropertyEditor
- removePropertyChangeListener(PropertyChangeListener) - Method in class javaa.beans.PropertyEditorSupport
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in interface javaa.beans.beancontext.BeanContextChild
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class javaa.beans.VetoableChangeSupport
- removeVetoableChangeListener(VetoableChangeListener) - Method in class javaa.beans.VetoableChangeSupport
- retainAll(Collection) - Method in class javaa.beans.beancontext.BeanContextSupport
-
This method is unsupported, throws
UnsupportedOperationException
. - revokeService(Class, BeanContextServiceProvider, boolean) - Method in interface javaa.beans.beancontext.BeanContextServices
- revokeService(Class, BeanContextServiceProvider, boolean) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Revokes a service in this bean context.
S
- serializable - Variable in class javaa.beans.beancontext.BeanContextServicesSupport
-
The number of serializable service providers currently registered.
- serialize(ObjectOutputStream, Collection) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Serializes the given collection.
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in interface javaa.beans.beancontext.BeanContextServicesListener
- serviceAvailable(BeanContextServiceAvailableEvent) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Notify all listeners and children that implements
BeanContextServices
of the event. - serviceClass - Variable in class javaa.beans.beancontext.BeanContextServiceAvailableEvent
- serviceClass - Variable in class javaa.beans.beancontext.BeanContextServiceRevokedEvent
- serviceProvider - Variable in class javaa.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
The service provider of the related service.
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in interface javaa.beans.beancontext.BeanContextServiceRevokedListener
- serviceRevoked(BeanContextServiceRevokedEvent) - Method in class javaa.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
Throws
UnsupportedOperationException
. - serviceRevoked(BeanContextServiceRevokedEvent) - Method in class javaa.beans.beancontext.BeanContextServicesSupport
-
Notify all listeners and children that implements
BeanContextServices
of the event. - services - Variable in class javaa.beans.beancontext.BeanContextServicesSupport
-
A map of all registered services - key is service class, value is
BCSSServiceProvider
object. - setAsText(String) - Method in interface javaa.beans.PropertyEditor
- setAsText(String) - Method in class javaa.beans.PropertyEditorSupport
- setBeanContext(BeanContext) - Method in interface javaa.beans.beancontext.BeanContextChild
- setBeanContext(BeanContext) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- setBeanInfoSearchPath(String[]) - Static method in class javaa.beans.Introspector
-
Sets the search packages.
- setBound(boolean) - Method in class javaa.beans.PropertyDescriptor
- setConstrained(boolean) - Method in class javaa.beans.PropertyDescriptor
- setContext(Command) - Method in class org.apache.harmony.beans.Command
- setData(String) - Method in class org.apache.harmony.beans.Command
- setDesignTime(boolean) - Method in class javaa.beans.beancontext.BeanContextSupport
- setDesignTime(boolean) - Static method in class javaa.beans.Beans
-
Used to indicate whether of not it's in an application construction environment.
- setDesignTime(boolean) - Method in interface javaa.beans.DesignMode
- setDisplayName(String) - Method in class javaa.beans.FeatureDescriptor
-
Sets the display name.
- setEditorSearchPath(String[]) - Static method in class javaa.beans.PropertyEditorManager
- setExceptionListener(ExceptionListener) - Method in class javaa.beans.Encoder
-
Sets the exception listener of this encoder.
- setExceptionListener(ExceptionListener) - Method in class javaa.beans.XMLDecoder
-
Sets the exception listener.
- setExpert(boolean) - Method in class javaa.beans.FeatureDescriptor
-
Sets the expert indicator.
- setGuiAvailable(boolean) - Static method in class javaa.beans.Beans
-
Set whether or not a GUI is available in the bean's current environment.
- setHidden(boolean) - Method in class javaa.beans.FeatureDescriptor
-
Sets the hidden indicator.
- setInDefaultEventSet(boolean) - Method in class javaa.beans.EventSetDescriptor
- setIndexedReadMethod(Method) - Method in class javaa.beans.IndexedPropertyDescriptor
-
Sets the indexed getter as the specified method.
- setIndexedWriteMethod(Method) - Method in class javaa.beans.IndexedPropertyDescriptor
-
Sets the indexed setter as the specified method.
- setInterfaces(Class<?>[]) - Method in class org.apache.harmony.beans.Argument
- setLocale(Locale) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Sets the locale of this context.
- setLocale(Locale, String) - Static method in class org.apache.harmony.beans.internal.nls.Messages
-
Changes the locale of the messages.
- setName(String) - Method in class javaa.beans.FeatureDescriptor
-
Sets the name.
- setObject(Object) - Method in interface javaa.beans.Customizer
- setOwner(Object) - Method in class javaa.beans.XMLDecoder
-
Sets the owner of this decoder.
- setOwner(Object) - Method in class javaa.beans.XMLEncoder
-
Sets the owner of this encoder.
- setPersistenceDelegate(Class<?>, PersistenceDelegate) - Method in class javaa.beans.Encoder
-
Register the
PersistenceDelegate
of the specified type. - setPreferred(boolean) - Method in class javaa.beans.FeatureDescriptor
-
Sets the preferred indicator.
- setPropagatedFrom(BeanContext) - Method in class javaa.beans.beancontext.BeanContextEvent
- setPropagationId(Object) - Method in class javaa.beans.PropertyChangeEvent
- setPropertyEditorClass(Class<?>) - Method in class javaa.beans.PropertyDescriptor
- setReadMethod(Method) - Method in class javaa.beans.PropertyDescriptor
- setShortDescription(String) - Method in class javaa.beans.FeatureDescriptor
-
Sets the short description.
- setSource(Object) - Method in class javaa.beans.PropertyEditorSupport
- setType(Class<?>) - Method in class org.apache.harmony.beans.Argument
- setUnicast(boolean) - Method in class javaa.beans.EventSetDescriptor
- setValue(Object) - Method in class javaa.beans.Expression
- setValue(Object) - Method in interface javaa.beans.PropertyEditor
- setValue(Object) - Method in class javaa.beans.PropertyEditorSupport
- setValue(String, Object) - Method in class javaa.beans.FeatureDescriptor
-
Sets the value for the named attribute.
- setWriteMethod(Method) - Method in class javaa.beans.PropertyDescriptor
- SimpleBeanInfo - Class in javaa.beans
- SimpleBeanInfo() - Constructor for class javaa.beans.SimpleBeanInfo
- size() - Method in class javaa.beans.beancontext.BeanContextMembershipEvent
- size() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns the number children of this context.
- startDocument() - Method in class org.apache.harmony.beans.Handler
- startElement(String, String, String, Attributes) - Method in class org.apache.harmony.beans.Handler
- Statement - Class in javaa.beans
- Statement(Object, String, Object[]) - Constructor for class javaa.beans.Statement
- supportsCustomEditor() - Method in interface javaa.beans.PropertyEditor
- supportsCustomEditor() - Method in class javaa.beans.PropertyEditorSupport
T
- toArray() - Method in class javaa.beans.beancontext.BeanContextMembershipEvent
- toArray() - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns an array of children of this context.
- toArray(Object[]) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Returns an array of children of this context.
- toASCIILowerCase(String) - Static method in class org.apache.harmony.beans.BeansUtils
- toASCIIUpperCase(String) - Static method in class org.apache.harmony.beans.BeansUtils
- toString() - Method in class javaa.beans.Expression
- toString() - Method in class javaa.beans.Statement
U
- USE_ALL_BEANINFO - Static variable in class javaa.beans.Introspector
-
Constant values to indicate that the
Introspector
will use allBeanInfo
class which have been found.
V
- validatePendingAdd(Object) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Validates the pending add of child.
- validatePendingRemove(Object) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Validates the pending removal of child.
- validatePendingSetBeanContext(BeanContext) - Method in class javaa.beans.beancontext.BeanContextChildSupport
- vcSupport - Variable in class javaa.beans.beancontext.BeanContextChildSupport
- vetoableChange(PropertyChangeEvent) - Method in class javaa.beans.beancontext.BeanContextSupport
- vetoableChange(PropertyChangeEvent) - Method in interface javaa.beans.VetoableChangeListener
- vetoableChange(PropertyChangeEvent) - Method in class javaa.beans.VetoableChangeListenerProxy
- VetoableChangeListener - Interface in javaa.beans
- VetoableChangeListenerProxy - Class in javaa.beans
- VetoableChangeListenerProxy(String, VetoableChangeListener) - Constructor for class javaa.beans.VetoableChangeListenerProxy
- VetoableChangeSupport - Class in javaa.beans
- VetoableChangeSupport(Object) - Constructor for class javaa.beans.VetoableChangeSupport
- Visibility - Interface in javaa.beans
W
- writeChildren(ObjectOutputStream) - Method in class javaa.beans.beancontext.BeanContextSupport
-
Serializes children to the given object input stream.
- writeExpression(Expression) - Method in class javaa.beans.Encoder
-
Write an expression of old objects.
- writeExpression(Expression) - Method in class javaa.beans.XMLEncoder
-
Records the expression so that it can be written out later, then calls super implementation.
- writeObject(Object) - Method in class javaa.beans.Encoder
-
Encode the given object into a series of statements and expressions.
- writeObject(Object) - Method in class javaa.beans.XMLEncoder
-
Records the object so that it can be written out later, then calls super implementation.
- writeObject(Object, Encoder) - Method in class javaa.beans.PersistenceDelegate
-
Writes a bean object to the given encoder.
- writeStatement(Statement) - Method in class javaa.beans.Encoder
-
Write a statement of old objects.
- writeStatement(Statement) - Method in class javaa.beans.XMLEncoder
-
Records the statement so that it can be written out later, then calls super implementation.
X
- XMLDecoder - Class in javaa.beans
-
XMLDecoder
reads objects from xml created byXMLEncoder
. - XMLDecoder(InputStream) - Constructor for class javaa.beans.XMLDecoder
-
Create a decoder to read from specified input stream.
- XMLDecoder(InputStream, Object) - Constructor for class javaa.beans.XMLDecoder
-
Create a decoder to read from specified input stream.
- XMLDecoder(InputStream, Object, ExceptionListener) - Constructor for class javaa.beans.XMLDecoder
-
Create a decoder to read from specified input stream.
- XMLDecoder(InputStream, Object, ExceptionListener, ClassLoader) - Constructor for class javaa.beans.XMLDecoder
- XMLEncoder - Class in javaa.beans
-
XMLEncoder
extendsEncoder
to write out the encoded statements and expressions in xml format. - XMLEncoder(OutputStream) - Constructor for class javaa.beans.XMLEncoder
-
Construct a
XMLEncoder
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form