minor
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / editor / IBulkEditor.java
index 3037d25ee99b570370764348921f0e399c10aaf9..ddc9f11734a12a83c0d11ea67680ef8e7ec8a150 100755 (executable)
@@ -8,10 +8,15 @@
 */
 package eu.etaxonomy.taxeditor.editor;
 
+import org.eclipse.jface.viewers.IStructuredSelection;
+
 /**
  * @author k.luther
  * @since May 5, 2021
  */
 public interface IBulkEditor {
+       
+       public abstract void setFocus();
+       public abstract void setSelection(IStructuredSelection selection);
 
 }