Package org.yamcs.studio.editor.base
Class Application
java.lang.Object
org.yamcs.studio.editor.base.Application
- All Implemented Interfaces:
IApplication
-
Field Summary
Fields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected IProject
createProject
(URL location, String sourceFolder) protected WorkbenchAdvisor
protected void
start
(IApplicationContext context) void
stop()
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
start
- Specified by:
start
in interfaceIApplication
- Throws:
Exception
-
openProjects
protected void openProjects() -
createWorkbenchAdvisor
-
createProject
- Throws:
CoreException
-
stop
public void stop()- Specified by:
stop
in interfaceIApplication
-