Project

General

Profile

« Previous | Next » 

Revision 381bdda4

Added by Patrick Plitzner over 6 years ago

ref #6913 Remove IEditorInput dependency from bulk editor input

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AgentEditorInput.java
51 51
		return ID;
52 52
	}
53 53

  
54
	@Override
54
    @Override
55 55
    public String getName() {
56 56
		return BulkEditorInputType.AGENT.label;
57 57
	}
58 58

  
59 59

  
60
	@Override
61
    public String getToolTipText() {
62
		return getName();
63
	}
64

  
65 60
	public static AbstractBulkEditorInput getInstance() {
66 61
		if (instance == null) {
67 62
			instance = new AgentEditorInput();

Also available in: Unified diff