Project

General

Profile

Download (271 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * 
3
 */
4
package eu.etaxonomy.taxeditor.model;
5

    
6
import java.util.UUID;
7

    
8
import org.eclipse.ui.IEditorInput;
9

    
10
/**
11
 * @author n.hoffmann
12
 *
13
 */
14
public interface ICdmEditorHandle {
15

    
16
	public void open(UUID uuid);
17

    
18
	public Class<? extends IEditorInput> getInputType();
19
	
20
}
(15-15/38)