|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bonevich.erj.app.Application
ClassDescription
| Constructor Summary | |
Application()
Constructor for Application. |
|
| Method Summary | |
void |
addSupportedDatabase(SupportedDatabase supportedDatabase)
Sets the supportedDatabases. |
Project |
createDefaultProject()
|
Project |
getCurrentProject()
Track the current Project (i.e. |
static SupportedDatabase |
getDefaultDatabase()
Returns the defaultDatabase. |
SupportedDatabase |
getSupportedDatabase(java.lang.String dbName)
Returns the supportedDatabases. |
java.util.Vector |
getSupportedDatabaseNames()
Returns the supportedDatabases. |
java.util.List |
getSupportedDatabases()
Returns the supportedDatabases. |
void |
initDatabaseSupport()
Setup database support. |
void |
initPreferences()
Load the application preferences |
Project |
loadProject(java.lang.String filepath)
|
void |
savePreferences()
Save the application preferences |
void |
setCurrentProject(Project currentProject)
Sets the currentProject. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Application()
| Method Detail |
public Project getCurrentProject()
public void setCurrentProject(Project currentProject)
currentProject - The currentProject to setpublic Project createDefaultProject()
public Project loadProject(java.lang.String filepath)
public java.util.List getSupportedDatabases()
public SupportedDatabase getSupportedDatabase(java.lang.String dbName)
public static SupportedDatabase getDefaultDatabase()
public void addSupportedDatabase(SupportedDatabase supportedDatabase)
public java.util.Vector getSupportedDatabaseNames()
public void initDatabaseSupport()
public void initPreferences()
public void savePreferences()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||