From: n.hoffmann Date: Thu, 21 Apr 2011 11:51:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rcp.ss-first-working-version~102 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/fc258e375839350d92022c8d1471842b2ffe742f --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/GatheringEventDetailElement.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/GatheringEventDetailElement.java index 252e8f3e4..34ac3a977 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/GatheringEventDetailElement.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/GatheringEventDetailElement.java @@ -1,34 +1,39 @@ // $Id$ /** -* Copyright (C) 2007 EDIT -* European Distributed Institute of Taxonomy -* http://www.e-taxonomy.eu -* -* The contents of this file are subject to the Mozilla Public License Version 1.1 -* See LICENSE.TXT at the top of this package for the full license terms. -*/ + * Copyright (C) 2007 EDIT + * European Distributed Institute of Taxonomy + * http://www.e-taxonomy.eu + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * See LICENSE.TXT at the top of this package for the full license terms. + */ package eu.etaxonomy.taxeditor.ui.section.occurrence; import org.eclipse.ui.forms.widgets.Section; import eu.etaxonomy.cdm.api.facade.DerivedUnitFacade; +import eu.etaxonomy.taxeditor.preference.Resources; +import eu.etaxonomy.taxeditor.store.StoreUtil; import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory; +import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory.EntityDetailType; import eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement; import eu.etaxonomy.taxeditor.ui.forms.NumberWithLabelElement; import eu.etaxonomy.taxeditor.ui.forms.TextWithLabelElement; -import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory.EntityDetailType; import eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailElement; /** - *

GatheringEventDetailElement class.

- * + *

+ * GatheringEventDetailElement class. + *

+ * * @author n.hoffmann * @created Jun 24, 2010 * @version 1.0 */ -public class GatheringEventDetailElement extends AbstractCdmDetailElement{ - +public class GatheringEventDetailElement extends + AbstractCdmDetailElement { + private NumberWithLabelElement number_absoluteElevationError; private NumberWithLabelElement number_absoluteElevationMinimum; @@ -42,14 +47,20 @@ public class GatheringEventDetailElement extends AbstractCdmDetailElementConstructor for GatheringEventDetailElement.

- * - * @param formFactory a {@link eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory} object. - * @param formElement a {@link eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement} object. + *

+ * Constructor for GatheringEventDetailElement. + *

+ * + * @param formFactory + * a {@link eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory} + * object. + * @param formElement + * a {@link eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement} + * object. */ public GatheringEventDetailElement(CdmFormFactory formFactory, ICdmFormElement formElement) { @@ -60,46 +71,87 @@ public class GatheringEventDetailElement extends AbstractCdmDetailElement