Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-application/src/main/java/eu/etaxonomy/taxeditor/Application.java
8 8

  
9 9
/**
10 10
 * This class controls all aspects of the application's execution
11
 *
12
 * @author n.hoffmann
13
 * @version $Id: $
11 14
 */
12 15
public class Application implements IApplication {
13 16

  
14 17
	/* (non-Javadoc)
15 18
	 * @see org.eclipse.equinox.app.IApplication#start(org.eclipse.equinox.app.IApplicationContext)
16 19
	 */
20
	/** {@inheritDoc} */
17 21
	public Object start(IApplicationContext context) {
18 22
		Display display = PlatformUI.createDisplay();
19 23
		try {
......
30 34
	/* (non-Javadoc)
31 35
	 * @see org.eclipse.equinox.app.IApplication#stop()
32 36
	 */
37
	/**
38
	 * <p>stop</p>
39
	 */
33 40
	public void stop() {
34 41
		final IWorkbench workbench = PlatformUI.getWorkbench();
35 42
		if (workbench == null)

Also available in: Unified diff