9141b29356cc9bf97d1dcf2bfefcfe8fd6a81747
[taxeditor.git] / src / eu / etaxonomy / taxeditor / OpenSimpleFormEditorAction.java
1 package eu.etaxonomy.taxeditor;
2
3 import org.eclipse.jface.action.IAction;
4
5 /**
6 * @see IWorkbenchWindowActionDelegate
7 */
8 public class OpenSimpleFormEditorAction extends OpenFormEditorAction {
9 public void run(IAction action) {
10 openEditor(new SimpleFormEditorInput(Messages.getString("OpenSimpleFormEditorAction.name")), "eu.etaxonomy.taxeditor.base-editor"); //$NON-NLS-1$ //$NON-NLS-2$
11 }
12 }