| java.lang.Object org.obe.util.AbstractBean
All known Subclasses: org.obe.xpdl.model.pkg.ExternalPackage, org.obe.xpdl.model.transition.Join, org.obe.xpdl.model.misc.Invocation, org.obe.xpdl.model.activity.ToolSet, org.obe.xpdl.model.activity.ActivitySet, org.obe.xpdl.model.ext.LoopBody, org.obe.xpdl.model.condition.Condition, org.obe.xpdl.model.misc.ConformanceClass, org.obe.xpdl.model.misc.SimulationInformation, org.obe.xpdl.model.data.MultiValuedType, org.obe.xpdl.model.data.ActualParameter, org.obe.xpdl.model.data.ComplexType, org.obe.xpdl.model.misc.Duration, org.obe.xpdl.model.data.DeclaredType, org.obe.xpdl.model.activity.BlockActivity, org.obe.xpdl.model.pkg.PackageHeader, org.obe.xpdl.model.data.DataType, org.obe.xpdl.model.misc.Script, org.obe.xpdl.model.data.FormalParameter, org.obe.xpdl.model.data.XMLFragment, org.obe.xpdl.model.transition.Split, org.obe.xpdl.model.misc.AbstractWFElement, org.obe.xpdl.model.data.EnumerationValue, org.obe.xpdl.model.condition.Xpression, org.obe.xpdl.model.workflow.ProcessHeader, org.obe.xpdl.model.data.EnumerationType, org.obe.xpdl.model.misc.RedefinableHeader, org.obe.xpdl.model.misc.Deadline, org.obe.xpdl.model.misc.TimeEstimation, org.obe.xpdl.model.ext.AssignmentStrategyDef, org.obe.xpdl.model.ext.Loop,
AbstractBean | abstract public class AbstractBean implements BeanContextChild,Serializable(Code) | | An abstract bean class that supports events and array reallocation. The
methods in this class are not thread-safe and require external
synchronization if called in a multi-threaded context.
author: Adrian Price |
Inner Class :final class IndexedPropertySupport implements Serializable | |
Method Summary | |
final protected Object | add(int propertyIndex, Object newValue) | final public void | addPropertyChangeListener(PropertyChangeListener listener) | final public void | addPropertyChangeListener(String name, PropertyChangeListener pcl) | final public void | addVetoableChangeListener(VetoableChangeListener listener) | final public void | addVetoableChangeListener(String name, VetoableChangeListener vcl) | final public void | clear(String propertyName) | final protected void | firePropertyChange(PropertyChangeEvent evt) | final protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) | final protected void | firePropertyChange(String propertyName, int oldValue, int newValue) | final protected void | firePropertyChange(String propertyName, boolean oldValue, boolean newValue) | final protected void | fireVetoableChange(PropertyChangeEvent evt) | final protected void | fireVetoableChange(String propertyName, Object oldValue, Object newValue) | final protected void | fireVetoableChange(String propertyName, int oldValue, int newValue) | final protected void | fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) | final protected Object | get(int propertyIndex) | final protected Object | get(int propertyIndex, int index) | final public BeanContext | getBeanContext() | final public ListModel | getListModel(String propertyName) | final protected boolean | hasChangeListeners(String propertyName) | final protected boolean | hasVetoListeners(String propertyName) | final protected Object | remove(int propertyIndex, Object elem) | final public void | removePropertyChangeListener(PropertyChangeListener listener) | final public void | removePropertyChangeListener(String name, PropertyChangeListener pcl) | final public void | removeVetoableChangeListener(VetoableChangeListener vcl) | final public void | removeVetoableChangeListener(String name, VetoableChangeListener vcl) | final protected void | set(int propertyIndex, Object array) | final protected void | set(int propertyIndex, int index, Object newValue) | final public void | setBeanContext(BeanContext bc) |
AbstractBean | protected AbstractBean()(Code) | | |
AbstractBean | protected AbstractBean(String[] propertyNames, Object[] initalValues)(Code) | | Constructor
Parameters: propertyNames - Parameters: initalValues - |
firePropertyChange | final protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code) | | |
firePropertyChange | final protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code) | | |
get | final protected Object get(int propertyIndex, int index)(Code) | | |
hasChangeListeners | final protected boolean hasChangeListeners(String propertyName)(Code) | | |
hasVetoListeners | final protected boolean hasVetoListeners(String propertyName)(Code) | | |
|
|