Generated by
JDiff

Class java.beans.beancontext.BeanContextSupport

Documentation changed from old to new.

Changed Constructors
BeanContextSupport(BeanContext) Documentation changed from old to new.
Create an instance using with a default locale
BeanContextSupport(BeanContext, Locale) Documentation changed from old to new.
Create an instance using the specified locale
BeanContextSupport(BeanContext, Locale, boolean) Documentation changed from old to new.
Create an instance using the specified Locale and design mode.
BeanContextSupport(BeanContext, Locale, boolean, boolean) Documentation changed from old to new.
Construct a BeanContextSupport instance
 

Changed Methods
boolean add(Object) Documentation changed from old to new.
Adds/nests a child within this BeanContext.
boolean addAll(Collection) Documentation changed from old to new.
add Collection to set of Children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
boolean avoidingGui() Documentation changed from old to new.
Used to determine if the BeanContext child is avoiding using its GUI.
Iterator bcsChildren() Documentation changed from old to new.
Returns an iterator of all children of this BeanContext.
void childDeserializedHook(Object, BCSChild) Documentation changed from old to new.
Called by readObject with the newly deserialized child and BCSChild.
boolean classEquals(Class, Class) Documentation changed from old to new.
Tests to see if two class objects or their names are equal.
void clear() Documentation changed from old to new.
clear the children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
boolean contains(Object) Documentation changed from old to new.
Determines whether or not the specified object is currently a child of this BeanContext.
boolean containsAll(Collection) Documentation changed from old to new.
Tests to see if all objects in the specified Collection are children of this BeanContext.
boolean containsKey(Object) Documentation changed from old to new.
Determines whether or not the specified object is currently a child of this BeanContext.
Object[] copyChildren() Documentation changed from old to new.
Gets a copy of the this BeanContext's children.
void deserialize(ObjectInputStream, Collection) Documentation changed from old to new.
used by readObject to deserialize a collection.
BeanContext getBeanContextPeer() Documentation changed from old to new.
Gets the instance of BeanContext that this object is providing the implementation for.
BeanContextChild getChildBeanContextChild(Object) Documentation changed from old to new.
Gets the BeanContextChild (if any) of the specified child
BeanContextMembershipListener getChildBeanContextMembershipListener(Object) Documentation changed from old to new.
Gets the BeanContextMembershipListener (if any) of the specified child
PropertyChangeListener getChildPropertyChangeListener(Object) Documentation changed from old to new.
Gets the PropertyChangeListener (if any) of the specified child
Serializable getChildSerializable(Object) Documentation changed from old to new.
Gets the Serializable (if any) associated with the specified Child
VetoableChangeListener getChildVetoableChangeListener(Object) Documentation changed from old to new.
Gets the VetoableChangeListener (if any) of the specified child
Visibility getChildVisibility(Object) Documentation changed from old to new.
Gets the Component (if any) associated with the specified child.
Locale getLocale() Documentation changed from old to new.
Gets the locale for this BeanContext.
Object instantiateChild(String) Documentation changed from old to new.

The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean nested into a BeanContext.

boolean isDesignTime() Documentation changed from old to new.
Reports whether or not this object is in currently in design time mode.
boolean isEmpty() Documentation changed from old to new.
Reports whether or not this BeanContext is empty.
boolean isSerializing() Documentation changed from old to new.
Is this BeanContext in the process of being serialized
Iterator iterator() Documentation changed from old to new.
Gets all JavaBean or BeanContext instances currently nested in this BeanContext.
boolean needsGui() Documentation changed from old to new.

This method is typically called from the environment in order to determine if the implementor "needs" a GUI.

boolean removeAll(Collection) Documentation changed from old to new.
remove all specified children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
boolean retainAll(Collection) Documentation changed from old to new.
retain only specified children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field
void serialize(ObjectOutputStream, Collection) Documentation changed from old to new.
Used by writeObject to serialize a Collection.
void setDesignTime(boolean) Documentation changed from old to new.
Sets the new design time value for this BeanContext.
void setLocale(Locale) Documentation changed from old to new.
Sets the locale of this BeanContext.
int size() Documentation changed from old to new.
Gets the number of children currently nested in this BeanContext.
void writeChildren(ObjectOutputStream) Documentation changed from old to new.
Used to serialize all children of this BeanContext.
boolean remove(Object, boolean) Documentation changed from old to new.
internal remove used when removal caused by unexpected setBeanContext or by remove() invocation.
boolean remove(Object) Documentation changed from old to new.
Removes a child from this BeanContext.
Object[] toArray() Documentation changed from old to new.
Gets all JavaBean or BeanContext instances currently nested in this BeanContext.
Object[] toArray(Object[]) Documentation changed from old to new.
Gets an array containing all children of this BeanContext that match the types contained in arry.
 

Changed Fields
boolean designTime Documentation changed from old to new.
A boolean indicating whether or not this object is currently in design time mode.
Locale locale Documentation changed from old to new.
The current locale of this BeanContext.
boolean okToUseGui Documentation changed from old to new.
A boolean indicating if this instance may now render a GUI.