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/ApplicationActionBarAdvisor.java
12 12
 * An action bar advisor is responsible for creating, adding, and disposing of
13 13
 * the actions added to a workbench window. Each window will be populated with
14 14
 * new actions.
15
 *
16
 * @author n.hoffmann
17
 * @version $Id: $
15 18
 */
16 19
public class ApplicationActionBarAdvisor extends ActionBarAdvisor {
17 20

  
18 21
	private IWorkbenchAction saveAction;
19 22
	private IWorkbenchAction saveAllAction;
20 23

  
24
	/**
25
	 * <p>Constructor for ApplicationActionBarAdvisor.</p>
26
	 *
27
	 * @param configurer a {@link org.eclipse.ui.application.IActionBarConfigurer} object.
28
	 */
21 29
	public ApplicationActionBarAdvisor(IActionBarConfigurer configurer) {
22 30
		super(configurer);
23 31
	}
24 32

  
33
	/** {@inheritDoc} */
25 34
	protected void makeActions(final IWorkbenchWindow window) {
26 35
		StoreUtil.setStatusLineManager(getActionBarConfigurer().getStatusLineManager());
27 36
		

Also available in: Unified diff