KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > beans > beancontext > BeanContextSupport

java.beans.beancontext
Class BeanContextSupport

java.lang.Object
  extended by java.beans.beancontext.BeanContextChildSupport
      extended by java.beans.beancontext.BeanContextSupport
All Implemented Interfaces:
BeanContext, BeanContextChild, BeanContextServiceRevokedListener, BeanContextServicesListener, DesignMode, PropertyChangeListener, VetoableChangeListener, Visibility, Serializable, Iterable, Collection, EventListener
Direct Known Subclasses:
BeanContextServicesSupport
See Also:
Top Examples, Source Code

public boolean add(Object targetChild)
See Also:
validatePendingAdd(java.lang.Object), Collection, add
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean addAll(Collection c)
See Also:
Collection.add(Object), UnsupportedOperationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
See Also:
NullPointerException, BeanContext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean avoidingGui()
See Also:
Visibility
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected transient ArrayList bcmListeners
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Iterator bcsChildren()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void bcsPreDeserializationHook(ObjectInputStream ois)
                                  throws IOException,
                                         ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void bcsPreSerializationHook(ObjectOutputStream oos)
                                throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BeanContextSupport()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BeanContextSupport(BeanContext peer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BeanContextSupport(BeanContext peer,
                          Locale lcle)
See Also:
Locale.setDefault(java.util.Locale), Locale.getDefault()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BeanContextSupport(BeanContext peer,
                          Locale lcle,
                          boolean dtime)
See Also:
Locale.setDefault(java.util.Locale), Locale.getDefault()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BeanContextSupport(BeanContext peer,
                          Locale lcle,
                          boolean dTime,
                          boolean visible)
See Also:
Locale.setDefault(java.util.Locale), Locale.getDefault()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void childDeserializedHook(Object child,
                                     BeanContextSupport.BCSChild bcsc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void childJustAddedHook(Object child,
                                  BeanContextSupport.BCSChild bcsc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void childJustRemovedHook(Object child,
                                    BeanContextSupport.BCSChild bcsc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected transient HashMap children
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final boolean classEquals(Class first,
                                           Class second)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void clear()
See Also:
UnsupportedOperationException, Collection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean contains(Object o)
See Also:
Collection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean containsAll(Collection c)
See Also:
Collection.contains(Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean containsKey(Object o)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final Object[] copyChildren()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected BeanContextSupport.BCSChild createBCSChild(Object targetChild,
                                                     Object peer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final void deserialize(ObjectInputStream ois,
                                 Collection coll)
                          throws IOException,
                                 ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean designTime
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void dontUseGui()
See Also:
Visibility
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final void fireChildrenAdded(BeanContextMembershipEvent bcme)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final void fireChildrenRemoved(BeanContextMembershipEvent bcme)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BeanContext getBeanContextPeer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final BeanContextChild getChildBeanContextChild(Object child)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final BeanContextMembershipListener getChildBeanContextMembershipListener(Object child)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final PropertyChangeListener getChildPropertyChangeListener(Object child)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final Serializable getChildSerializable(Object child)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final VetoableChangeListener getChildVetoableChangeListener(Object child)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected static final Visibility getChildVisibility(Object child)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Locale getLocale()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public URL getResource(String name,
                       BeanContextChild bcc)
See Also:
BeanContext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputStream getResourceAsStream(String name,
                                       BeanContextChild bcc)
See Also:
NullPointerException, BeanContext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void initialize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object instantiateChild(String beanName)
                        throws IOException,
                               ClassNotFoundException
See Also:
BeanContext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isDesignTime()
See Also:
DesignMode
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isEmpty()
See Also:
Collection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isSerializing()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Iterator iterator()
See Also:
Collection, Iterable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Locale locale
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean needsGui()
See Also:
Visibility
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean okToUseGui
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void okToUseGui()
See Also:
Visibility
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void propertyChange(PropertyChangeEvent pce)
See Also:
PropertyChangeListener
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final void readChildren(ObjectInputStream ois)
                        throws IOException,
                               ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean remove(Object targetChild)
See Also:
validatePendingRemove(java.lang.Object), Collection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean remove(Object targetChild,
                         boolean callChildSetBC)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean removeAll(Collection c)
See Also:
Collection.contains(Object), Collection.remove(Object), UnsupportedOperationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
See Also:
NullPointerException, BeanContext
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean retainAll(Collection c)
See Also:
Collection.contains(Object), Collection.remove(Object), UnsupportedOperationException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final void serialize(ObjectOutputStream oos,
                               Collection coll)
                        throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDesignTime(boolean dTime)
See Also:
PropertyChangeEvent, BeanContextMembershipListener, BeanContext, DesignMode
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLocale(Locale newLocale)
               throws PropertyVetoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int size()
See Also:
Collection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object[] toArray()
See Also:
Collection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object[] toArray(Object[] arry)
See Also:
Collection, toArray
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean validatePendingAdd(Object targetChild)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean validatePendingRemove(Object targetChild)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void vetoableChange(PropertyChangeEvent pce)
                    throws PropertyVetoException
See Also:
VetoableChangeListener
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final void writeChildren(ObjectOutputStream oos)
                         throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags