Skip to content
Snippets Groups Projects
Commit 7323a543 authored by Marco Volpe's avatar Marco Volpe
Browse files

editingsupport: GREEN

* Just fixed a few comments.

Issue-Ref: 3267
Issue-Url: https://af3-developer.fortiss.org/issues/3267



Signed-off-by: default avatarMarco Volpe <volpe@fortiss.org>
parent fa131311
No related branches found
No related tags found
1 merge request!423267: Support for multivalued (non-EReference) annotations
AnnotationEditingSupportBase.java a5ecf54616b50f947d251f45cbb5789df5234170 GREEN
CheckBoxEditingSupport.java 1d8d9dd444f0e52767c65fd2711321438d3a9b29 GREEN
ComboBoxEditingSupport.java 6b6a23be327ebdea9bdaf007304bd3d7c14b2cef GREEN
EditingSupportFactory.java e42347692ef23a8cb71532edadcf176ae49e992d YELLOW
EditingSupportFactory.java e42347692ef23a8cb71532edadcf176ae49e992d GREEN
ElementCommentEditingSupport.java 4be366924a040caf3f80e35b383e796e84aedcac GREEN
ElementEditingSupportBase.java a6360f99ee149276f0fbd299820ebd1c9731ea97 GREEN
ElementNameEditingSupport.java 0dcaecf4ba5f8ddefa3ccb7d6f4e4506f7f09b26 GREEN
IMultiValueAnnotationDialog.java b0e0c72c25c5655f8c791bb99b2ed4fd3d0b0c3e YELLOW
IMultiValueAnnotationEditingSupport.java 12e93b20e71e31d30c54e6b9ead8895aaa38454c YELLOW
LabelValueMapping.java 3b7a9c6112cc56595ec99f3b3ea0d469a61ebf1d YELLOW
MultiValueAnnotationDialogBase.java 910a7e1203f84e462d25d4063264fbd19b5ae22e YELLOW
MultiValueAnnotationEditingSupportBase.java ac228c1a4dec5d7035729585c2dcb9799da6aba9 YELLOW
MultiValueAnnotationSelectionDialog.java d5639aee0d5b4220d5dae92df0d87062dfe17bd6 YELLOW
MultiValueAnnotationSelectionEditingSupport.java a4c3c3f9c3cc4f43f27c95f9ba676b4bef01e157 YELLOW
MultiValueAnnotationTextEditingDialog.java 8d8ee46724f52175233e74ec7f0a5bed4f7d3636 YELLOW
MultiValueAnnotationTextEditingSupport.java 38c780819396fc75d10fbb660832652d89d59378 YELLOW
IMultiValueAnnotationDialog.java b0e0c72c25c5655f8c791bb99b2ed4fd3d0b0c3e GREEN
IMultiValueAnnotationEditingSupport.java 12e93b20e71e31d30c54e6b9ead8895aaa38454c GREEN
LabelValueMapping.java 3b7a9c6112cc56595ec99f3b3ea0d469a61ebf1d GREEN
MultiValueAnnotationDialogBase.java 9d9e6e10e11d1d03a3c5a8c86c3d887aa39e37a6 GREEN
MultiValueAnnotationEditingSupportBase.java ac228c1a4dec5d7035729585c2dcb9799da6aba9 GREEN
MultiValueAnnotationSelectionDialog.java eb493c084158bfaf4267d6a1f3dd41bcf0867eef GREEN
MultiValueAnnotationSelectionEditingSupport.java a4c3c3f9c3cc4f43f27c95f9ba676b4bef01e157 GREEN
MultiValueAnnotationTextEditingDialog.java 50cf3bb99fe93be4b8f6453f563860193f6fcea4 GREEN
MultiValueAnnotationTextEditingSupport.java 38c780819396fc75d10fbb660832652d89d59378 GREEN
TextEditingSupport.java e761ea393816f23ca41157f2a9a9a8d8ef30b858 GREEN
......@@ -124,6 +124,6 @@ public abstract class MultiValueAnnotationDialogBase<T> extends Dialog
return elements;
}
/** Returns the current {@link Collection} of from the corresponding widget of the editor. */
/** Returns the current {@link Collection} of elements from the corresponding widget of the editor. */
protected abstract Collection<T> getElementsFromDialog();
}
......@@ -30,7 +30,7 @@ import org.mihalis.opal.itemSelector.SelectionChangeEvent;
import org.mihalis.opal.itemSelector.SelectionChangeListener;
/**
* Dialog to that allows to select multiple values
* Dialog that allows to select multiple values
*
* @author barner
*/
......
......@@ -39,7 +39,7 @@ import org.eclipse.swt.widgets.List;
import org.eclipse.swt.widgets.Text;
/**
* Dialog to that allows to edit multiple values
* Dialog that allows to edit multiple values
*
* @author barner
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment