| java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.pkg.ExternalPackage
ExternalPackage | final public class ExternalPackage extends AbstractBean (Code) | | The ExternalPackage class represents a package which is accessible on a
remote server (through a URL).
author: Anthony Eden author: Adrian Price |
ExternalPackage | public ExternalPackage()(Code) | | |
ExternalPackage | public ExternalPackage(String href, XPDLPackage pkg)(Code) | | Construct a new ExternalPackage.
Parameters: href - The remote address Parameters: pkg - The remote package object |
getExtendedAttributes | public ExtendedAttributes getExtendedAttributes()(Code) | | Returns the extended attributes.
The extended attributes |
setExtendedAttributes | public void setExtendedAttributes(ExtendedAttributes extendedAttributes)(Code) | | Sets the extended attributes.
Parameters: extendedAttributes - |
setHref | public void setHref(String href)(Code) | | Set the URL.
Parameters: href - The URL |
Methods inherited from org.obe.util.AbstractBean | final protected Object add(int propertyIndex, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void addPropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) final public void addVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final public void clear(String propertyName) throws PropertyVetoException(Code)(Java Doc) final protected void firePropertyChange(PropertyChangeEvent evt)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) final protected void fireVetoableChange(PropertyChangeEvent evt) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, int oldValue, int newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) throws PropertyVetoException(Code)(Java Doc) final protected Object get(int propertyIndex)(Code)(Java Doc) final protected Object get(int propertyIndex, int index)(Code)(Java Doc) final public BeanContext getBeanContext()(Code)(Java Doc) final public ListModel getListModel(String propertyName)(Code)(Java Doc) final protected boolean hasChangeListeners(String propertyName)(Code)(Java Doc) final protected boolean hasVetoListeners(String propertyName)(Code)(Java Doc) final protected Object remove(int propertyIndex, Object elem) throws PropertyVetoException(Code)(Java Doc) final public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void removePropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void removeVetoableChangeListener(VetoableChangeListener vcl)(Code)(Java Doc) final public void removeVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final protected void set(int propertyIndex, Object array) throws PropertyVetoException(Code)(Java Doc) final protected void set(int propertyIndex, int index, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void setBeanContext(BeanContext bc) throws PropertyVetoException(Code)(Java Doc)
|
|
|