|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.editor.install.AriaProjectCheck
public class AriaProjectCheck
Check the project initialization and set default properties as needed
Copyright (c) Formaria Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.
$Revision: 1.8 $
| Constructor Summary | |
|---|---|
AriaProjectCheck()
Creates a new instance of AriaProjectCheck |
|
| Method Summary | |
|---|---|
void |
checkProject(EditorProject proj)
Check that all the extra properties are configured |
static void |
initializeModules(java.lang.ClassLoader classLoader)
|
void |
projectInitialized(EditorProject project)
Notification of project initialized. |
void |
projectLoaded(EditorProject project)
A project has just been loaded |
void |
projectUpdated(EditorProject proj)
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 |
| Constructor Detail |
|---|
public AriaProjectCheck()
| Method Detail |
|---|
public void checkProject(EditorProject proj)
checkProject in interface ProjectListenerproj - the editor project to checkpublic void projectInitialized(EditorProject project)
projectInitialized in interface ProjectListenerproject - the editor project just initializedpublic void projectUpdated(EditorProject proj)
projectUpdated in interface ProjectListenerpublic void projectLoaded(EditorProject project)
projectLoaded in interface ProjectListenercp - the project that has just been loadedpublic void saveProject(EditorProject project)
ProjectListener
saveProject in interface ProjectListenerproject - the editor project to save
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 checkpublic static void initializeModules(java.lang.ClassLoader classLoader)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||