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-editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/handler/AbstractDynamicConceptRelationMenu.java
20 20
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
21 21

  
22 22
/**
23
 * 
23
 * <p>Abstract AbstractDynamicConceptRelationMenu class.</p>
24
 *
24 25
 * @author n.hoffmann
25 26
 * @created 17.04.2009
26 27
 * @version 1.0
27 28
 */
28 29
public abstract class AbstractDynamicConceptRelationMenu extends ContributionItem {
30
	/** Constant <code>logger</code> */
29 31
	public static Logger logger = Logger.getLogger(AbstractDynamicConceptRelationMenu.class);
30 32

  
31 33
	private static List<TaxonRelationshipType> excludeRelationshipTypes = Arrays.asList(new TaxonRelationshipType[]{
......
38 40
	 * (non-Javadoc)
39 41
	 * @see org.eclipse.jface.action.ContributionItem#fill(org.eclipse.swt.widgets.Menu, int)
40 42
	 */
43
	/** {@inheritDoc} */
41 44
	@Override
42 45
	public void fill(Menu menu, int index){
43 46
		final IHandlerService handlerService = (IHandlerService) TaxeditorEditorPlugin.getDefault().getWorkbench().getService(IHandlerService.class);
......
67 70
		}
68 71
	}
69 72
	
73
	/**
74
	 * <p>getCommandName</p>
75
	 *
76
	 * @return a {@link java.lang.String} object.
77
	 */
70 78
	public abstract String getCommandName();
71 79
}

Also available in: Unified diff