performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / newWizards / NewAuthorWizard.java
1 /**
2 *
3 */
4 package eu.etaxonomy.taxeditor.newWizards;
5
6 import org.eclipse.jface.viewers.IStructuredSelection;
7 import org.eclipse.jface.wizard.Wizard;
8 import org.eclipse.ui.INewWizard;
9 import org.eclipse.ui.IWorkbench;
10
11 /**
12 * <p>NewAuthorWizard class.</p>
13 *
14 * @author n.hoffmann
15 * @created Apr 16, 2010
16 * @version 1.0
17 */
18 public class NewAuthorWizard extends Wizard implements INewWizard {
19
20 /* (non-Javadoc)
21 * @see org.eclipse.jface.wizard.Wizard#performFinish()
22 */
23 /** {@inheritDoc} */
24 @Override
25 public boolean performFinish() {
26 // TODO Auto-generated method stub
27 return false;
28 }
29
30 /** {@inheritDoc} */
31 public void init(IWorkbench workbench, IStructuredSelection selection) {
32 // TODO Auto-generated method stub
33
34 }
35 }