| |
|
| java.lang.Object com.jeta.swingbuilder.store.ProjectModel
ProjectModel | public class ProjectModel implements Externalizable(Code) | | Defines the settings for a project.
author: Jeff Tassin |
VERSION | final public static int VERSION(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
ProjectModel | public ProjectModel()(Code) | | ctor
|
addSourcePath | public void addSourcePath(String path)(Code) | | Adds a source path to this model
|
getProjectEnvVariable | public String getProjectEnvVariable()(Code) | | |
getProjectPath | public String getProjectPath()(Code) | | the path to the project file |
getProjectRootDir | public File getProjectRootDir()(Code) | | |
getSourcePaths | public Collection getSourcePaths()(Code) | | a collection of String objects that are the paths where sourceand image files can be found. |
isShared | public boolean isShared()(Code) | | |
setClassPath | public void setClassPath(String classPath)(Code) | | |
setProjectEnvVariable | public void setProjectEnvVariable(String envVariable)(Code) | | |
setProjectPath | public void setProjectPath(String path)(Code) | | Set the path to the project file
|
setShared | public void setShared(boolean m_shared)(Code) | | |
|
|
|