| |
|
| java.lang.Object com.jeta.swingbuilder.store.ImportedBeansModel
ImportedBeansModel | public class ImportedBeansModel implements Externalizable(Code) | | This model contains the list of beans imported by the user for the
application. It also includes all classpaths where these beans are located.
author: Jeff Tassin |
VERSION | final public static int VERSION(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
ImportedBeansModel | public ImportedBeansModel()(Code) | | ctor
|
addImportedBean | public void addImportedBean(ImportedBeanInfo bi)(Code) | | Adds an imported bean definition to the model
|
addUrl | public void addUrl(URL url)(Code) | | Adds a URL to the list of URLs where the java beans can be found
|
getImportedBeans | public Collection getImportedBeans()(Code) | | a collection of ImportedBeanInfo objects that define the list ofimported Java beans defined by the user. |
getUrls | public Collection getUrls()(Code) | | the collection of urls (URL objects) that define the classpathwhere the imported Java beans are found. |
|
|
|