| |
|
| java.lang.Object com.memoire.vainstall.builder.VAIBuilderModel
VAIBuilderModel | public class VAIBuilderModel (Code) | | This is the VAIBuilder data model
See Also: javax.swing.event.EventListenerList author: Henrik Falk version: $Id: VAIBuilderModel.java,v 1.1 2001/09/28 19:27:49 hfalk Exp $ |
lastOpenedProjectList | LinkedList lastOpenedProjectList(Code) | | list of previous opened projects
|
listenerList | EventListenerList listenerList(Code) | | The list of listenere that are interested in changes in
the data model
|
windowList | Hashtable windowList(Code) | | list of windows and bounds in the format
|
VAIBuilderModel | public VAIBuilderModel()(Code) | | Default constructor
|
addLastOpenedProject | public void addLastOpenedProject(String filename)(Code) | | Add a filename to the list of last opened projects
Parameters: filename - the fully qualified name of the project file |
fireVAIBuilderEvent | public void fireVAIBuilderEvent(VAIBuilderEvent e)(Code) | | Parameters: e - VAIBuilderEvent |
getLastOpenedProjectList | public LinkedList getLastOpenedProjectList()(Code) | | Returns the list of last opened projects
a linked list of strings |
getPropertyList | public Hashtable getPropertyList()(Code) | | Convenience method to access properties directly
a list of builder properties |
getWindowList | public Hashtable getWindowList()(Code) | | Returns the list of windows who has registrered bounds
The list of window bounds |
load | public void load()(Code) | | load data from datastore
|
save | public void save()(Code) | | save data to datastore
|
|
|
|