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/ApplicationWorkbenchAdvisor.java
6 6
import org.eclipse.ui.application.WorkbenchAdvisor;
7 7
import org.eclipse.ui.application.WorkbenchWindowAdvisor;
8 8

  
9
/**
10
 * <p>ApplicationWorkbenchAdvisor class.</p>
11
 *
12
 * @author n.hoffmann
13
 * @version $Id: $
14
 */
9 15
public class ApplicationWorkbenchAdvisor extends WorkbenchAdvisor {
10 16

  
11 17
	private static final String PERSPECTIVE_ID = Perspective.ID;
......
14 20
	 * (non-Javadoc)
15 21
	 * @see org.eclipse.ui.application.WorkbenchAdvisor#createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer)
16 22
	 */
23
	/** {@inheritDoc} */
17 24
	public WorkbenchWindowAdvisor createWorkbenchWindowAdvisor(
18 25
			IWorkbenchWindowConfigurer configurer) {
19 26
		return new ApplicationWorkbenchWindowAdvisor(configurer);
......
24 31
	 * (non-Javadoc)
25 32
	 * @see org.eclipse.ui.application.WorkbenchAdvisor#getInitialWindowPerspectiveId()
26 33
	 */
34
	/**
35
	 * <p>getInitialWindowPerspectiveId</p>
36
	 *
37
	 * @return a {@link java.lang.String} object.
38
	 */
27 39
	public String getInitialWindowPerspectiveId() {
28 40
		return PERSPECTIVE_ID;
29 41
	}
......
32 44
	 * (non-Javadoc)
33 45
	 * @see org.eclipse.ui.application.WorkbenchAdvisor#initialize(org.eclipse.ui.application.IWorkbenchConfigurer)
34 46
	 */
47
	/** {@inheritDoc} */
35 48
	public void initialize(IWorkbenchConfigurer configurer) {
36 49
		super.initialize(configurer);
37 50
				
......
43 56
	/* (non-Javadoc)
44 57
	 * @see org.eclipse.ui.application.WorkbenchAdvisor#preStartup()
45 58
	 */
59
	/** {@inheritDoc} */
46 60
	@Override
47 61
	public void preStartup() {
48 62
		// TODO Auto-generated method stub

Also available in: Unified diff