From 877c681d6bc613b4d45ae03fec4eee7c071c0c3b Mon Sep 17 00:00:00 2001 From: Anna Wojtowicz Date: Thu, 16 Apr 2015 16:12:27 -0400 Subject: [PATCH] Cleaned up documentation. Signed-off-by: Anna Wojtowicz --- .../ice/client/widgets/EntryComposite.java | 151 +----------------- .../ice/client/widgets/ICEFormEditor.java | 2 +- 2 files changed, 9 insertions(+), 144 deletions(-) diff --git a/src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java b/src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java index 967d99a41..2e22cd94e 100644 --- a/src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java +++ b/src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EntryComposite.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2012, 2014 UT-Battelle, LLC. + * Copyright (c) 2012, 2014- UT-Battelle, LLC. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -53,7 +53,6 @@ import org.eclipse.ui.forms.IMessageManager; /** - * *

* This is an subclass of SWT's Composite class made specifically to work with * ICE Entries. @@ -67,90 +66,43 @@ * The EntryComposite can post messages about its work with an Entry to a * IMessageManager if it is set by calling setMessageManager(). *

- * * * @author gqx - * @generated - * "UML to Java (com.ibm.xtools.transform.uml2.java5.internal.UML2JavaTransform)" */ public class EntryComposite extends Composite implements IUpdateableListener { /** - * - *

* A label that describes the Entry. - *

- * - * - * @generated - * "UML to Java (com.ibm.xtools.transform.uml2.java5.internal.UML2JavaTransform)" */ private Label label; + /** - * - *

* A text field that is used if the Entry type is unspecified. - *

- * - * - * @generated - * "UML to Java (com.ibm.xtools.transform.uml2.java5.internal.UML2JavaTransform)" */ private Text text; + /** - * - *

* A drop-down menu for the Entry. - *

- * - * - * @generated - * "UML to Java (com.ibm.xtools.transform.uml2.java5.internal.UML2JavaTransform)" */ private Combo dropDown; + /** - * - *

* A set of buttons for the Entry. - *

- * - * - * @generated - * "UML to Java (com.ibm.xtools.transform.uml2.java5.internal.UML2JavaTransform)" */ protected final List