Project

General

Profile

« Previous | Next » 

Revision 2a4b0092

Added by Katja Luther over 5 years ago

ref #7793: show supplemental data for distribution editor and smaller bugfix for distribution editor preferences

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/ChecklistEditorE4.java
77 77
import eu.etaxonomy.taxeditor.editor.view.checklist.listener.ChecklistModifyListener;
78 78
import eu.etaxonomy.taxeditor.model.IDirtyMarkable;
79 79
import eu.etaxonomy.taxeditor.model.IPartContentHasDetails;
80
import eu.etaxonomy.taxeditor.model.IPartContentHasSupplementalData;
80 81
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
81 82
import eu.etaxonomy.taxeditor.preference.Resources;
82 83
import eu.etaxonomy.taxeditor.preference.wizard.AvailableDistributionWizard;
......
90 91
 *
91 92
 */
92 93
public class ChecklistEditorE4 implements  IConversationEnabled,
93
       IDirtyMarkable, IPartContentHasDetails, IE4SavablePart, IDistributionEditor{
94
       IDirtyMarkable, IPartContentHasDetails, IE4SavablePart, IDistributionEditor, IPartContentHasSupplementalData{
94 95

  
95 96
    private static final String DISTRIBUTION_EDITOR = "Distribution Editor";
96 97
	private static final String LOADING_TAXA = Messages.ChecklistEditor_LOAD_TAXA;

Also available in: Unified diff