|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.devgui.ProjectData
public class ProjectData
DOCUMENT ME!
Field Summary |
---|
Fields inherited from interface org.dbforms.devgui.PropertyNames |
---|
ALL, AUTOCOMMIT_MODE, CATALOG, CATALOG_SELECTION, CONFIG_FILE, DATE_FORMAT, DEACTIVATED, EXAMINE_SYSTABS, EXAMINE_TABLES, EXAMINE_VIEWS, FALSESTRING, FOREIGNKEY_DETECTION, INCLUDE_CATALOGNAME, INCLUDE_SCHEMANAME, SCHEMA, SCHEMA_SELECTION, SELECTION, STYLESHEET_DIR, TABLE_NAME_PATTERN, TABLE_SELECTION, TRUESTRING, USE_GETCROSSREFERENCES, USE_GETIMPORTEDKEYS, USE_JAVASCRIPT_CALENDAR, WRITE_STD_TYPENAMES, XSLT_ENCODING |
Constructor Summary | |
---|---|
ProjectData()
Creates new Project |
|
ProjectData(Properties props)
Constructor for the ProjectData object |
Method Summary | |
---|---|
File |
getFile()
Gets the file attribute of the ProjectData object |
String |
getProperty(String prop)
Gets the property attribute of the ProjectData object |
boolean |
isUnsaved()
Gets the unsaved attribute of the ProjectData object |
static ProjectData |
loadFromDisc(File f)
Description of the Method |
void |
setFile(File file)
Sets the file attribute of the ProjectData object |
void |
setProperty(String key,
String value)
Sets the property attribute of the ProjectData object |
void |
storeToDisc(File f)
Description of the Method |
String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProjectData()
public ProjectData(Properties props)
props
- Description of the ParameterMethod Detail |
---|
public void setFile(File file)
file
- The new file valuepublic File getFile()
public void setProperty(String key, String value)
key
- The new property valuevalue
- The new property valuepublic String getProperty(String prop)
prop
- Description of the Parameter
public boolean isUnsaved()
public static ProjectData loadFromDisc(File f) throws IOException
f
- Description of the Parameter
IOException
- Description of the Exceptionpublic void storeToDisc(File f) throws IOException
f
- Description of the Parameter
IOException
- Description of the Exceptionpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |