Initial version of project - RCP Mail Template.
[taxeditor.git] / src / eu / etaxonomy / taxeditor / ICommandIds.java
1 package eu.etaxonomy.taxeditor;
2
3 /**
4 * Interface defining the application's command IDs.
5 * Key bindings can be defined for specific commands.
6 * To associate an action with a command, use IAction.setActionDefinitionId(commandId).
7 *
8 * @see org.eclipse.jface.action.IAction#setActionDefinitionId(String)
9 */
10 public interface ICommandIds {
11
12 public static final String CMD_OPEN = "eu.etaxonomy.taxeditor.open";
13 public static final String CMD_OPEN_MESSAGE = "eu.etaxonomy.taxeditor.openMessage";
14
15 }