xdoclet.beans
Class BeanContextSupportEx
java.lang.Object
|
+--java.beans.beancontext.BeanContextChildSupport
|
+--java.beans.beancontext.BeanContextSupport
|
+--xdoclet.beans.BeanContextSupportEx
- All Implemented Interfaces:
- BeanContext, BeanContextChild, BeanContextServiceRevokedListener, BeanContextServicesListener, Collection, DesignMode, EventListener, PropertyChangeListener, Serializable, VetoableChangeListener, Visibility
- Direct Known Subclasses:
- Accept, CompositePredicate, Plugin, XDoclet
- public class BeanContextSupportEx
- extends BeanContextSupport
A BeanContext that is aware of its parent. It is also capable of providing
information of what sub elements it can have.
- Version:
- $Revision: 1.3 $
- Author:
- Aslak Hellesøy
- See Also:
- Serialized Form
Methods inherited from class java.beans.beancontext.BeanContextSupport |
addAll, addBeanContextMembershipListener, avoidingGui, bcsChildren, bcsPreDeserializationHook, bcsPreSerializationHook, childDeserializedHook, childJustAddedHook, childJustRemovedHook, classEquals, clear, contains, containsAll, containsKey, copyChildren, createBCSChild, deserialize, dontUseGui, fireChildrenAdded, fireChildrenRemoved, getBeanContextPeer, getChildBeanContextChild, getChildBeanContextMembershipListener, getChildPropertyChangeListener, getChildSerializable, getChildVetoableChangeListener, getChildVisibility, getLocale, getResource, getResourceAsStream, initialize, instantiateChild, isDesignTime, isEmpty, isSerializing, iterator, needsGui, okToUseGui, propertyChange, readChildren, remove, remove, removeAll, removeBeanContextMembershipListener, retainAll, serialize, setDesignTime, setLocale, size, toArray, toArray, validatePendingAdd, validatePendingRemove, vetoableChange, writeChildren |
Methods inherited from class java.beans.beancontext.BeanContextChildSupport |
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, setBeanContext, validatePendingSetBeanContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanContextSupportEx
public BeanContextSupportEx()
add
public boolean add(Object o)
- Specified by:
add
in interface Collection
- Overrides:
add
in class BeanContextSupport
setParent
protected void setParent(BeanContextSupportEx parent)
getParent
public BeanContextSupportEx getParent()
createInvocations
protected Collection createInvocations()
- Creates a Collection of
Invocation
. These serve
as dynamic factories for creation of sub elements. The default
implementation returns an empty Collection. Should be overridden by
subclasses that accept sub elements.
- Returns:
- a Collection of
Invocation
getInvocations
public final Collection getInvocations()
Copyright © 2000-2003 XDoclet Team. All Rights Reserved.