|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.editor.data.DataSourceLoader
public class DataSourceLoader
| Field Summary | |
|---|---|
protected java.util.Hashtable |
dataSources
|
| Constructor Summary | |
|---|---|
DataSourceLoader()
Creates a new instance of DataSourceLoader |
|
| Method Summary | |
|---|---|
void |
checkProject(EditorProject project)
Check the project |
void |
projectInitialized(EditorProject project)
Notification of project initialized. |
void |
projectLoaded(EditorProject project)
Builds data sources of the project for use by the editor. |
void |
projectUpdated(EditorProject project)
Update to reflect the new project state |
void |
resetProject(java.lang.String moduleName,
EditorProject project)
Inform a project that it should reset any object references it has stored |
void |
saveProject(EditorProject project)
Notification the project is being saved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Hashtable dataSources
| Constructor Detail |
|---|
public DataSourceLoader()
| Method Detail |
|---|
public void projectInitialized(EditorProject project)
projectInitialized in interface ProjectListenerproject - the editor project just initializedpublic void projectLoaded(EditorProject project)
projectLoaded in interface ProjectListenerproject - the project whose data sources will
be loadedpublic void projectUpdated(EditorProject project)
ProjectListener
projectUpdated in interface ProjectListenerpublic void saveProject(EditorProject project)
ProjectListener
saveProject in interface ProjectListenerproject - the editor project to savepublic void checkProject(EditorProject project)
ProjectListener
checkProject in interface ProjectListenerproject - the editor project to check
public void resetProject(java.lang.String moduleName,
EditorProject project)
ProjectListener
resetProject in interface ProjectListenermoduleName - the name of the module that caused/required the reloadproject - the editor project to check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||