Skip to content
Snippets Groups Projects
Commit e7f84204 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

GREEN

refs 2255
parent bffcff97
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 14 deletions
......@@ -34,7 +34,7 @@ import org.eclipse.swt.widgets.Control;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 690E78A15A9CCE3AB72A24051DA1ABC4
* @ConQAT.Rating GREEN Hash: BD271C9AB31747CE59FA19C8A9DCB9A7
*/
public class BooleanCellEditor extends CellEditor {
......
......@@ -30,7 +30,7 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 8E973B578FDF6148D65C463101D7BD59
* @ConQAT.Rating GREEN Hash: C42FE8EEE22E0569F39C33ACBFD27962
*/
public class CheckBoxEditingSupport extends AnnotationEditingSupportBase {
......@@ -77,5 +77,4 @@ public class CheckBoxEditingSupport extends AnnotationEditingSupportBase {
return value;
}
}
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: F7DCEDFAEC35793EF65CA261F901DC11
* @ConQAT.Rating GREEN Hash: 252ED8CC2E3867AADFD17D910252233D
*/
public class ElementCommentEditingSupport extends ElementEditingSupportBase {
......
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 275303269DC3D43EB94210402EA49980
* @ConQAT.Rating GREEN Hash: 4BFEA6DCCD462A5BAE4566824E68F9A4
*/
public class ElementEditingSupportBase extends TextEditingSupport {
......
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4BA9D809A6BD762A21FB687F44FBF1BA
* @ConQAT.Rating GREEN Hash: 12C67A21A19C1510DCF4DA38B6D5DC94
*/
public class ElementNameEditingSupport extends ElementEditingSupportBase {
......
......@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: BB4EA6303289E8621BEA15E4D1540F3D
* @ConQAT.Rating GREEN Hash: 8A68DAA01E42E5EE93C91C85150389E9
*/
public class LabelValueMapping {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: 309AC9381E0E24ACD168042E0A3E4E40
@ConQAT.Rating GREEN Hash: 55411B5841101689998B1F45F288AAA8
-->
<body>
Editing support to embed annotations into table-based annotation views. When a users edits the value of an annotation, the editing support replaces the label provider that has been showing the current value of the annotation and provides a widget to set a new value.
......
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 0708C593C8E26304D552B4EEC6D302AA
* @ConQAT.Rating GREEN Hash: 218651E8F8C13056DFB120CB434C6D3F
*/
public class ElementCommentLabelProvider extends LabelProviderBase {
/** Creates a new {@link ElementCommentLabelProvider}. */
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: 4877D7B327B39C3C233964FB966816D5
@ConQAT.Rating GREEN Hash: C789367948E3CDE52927C3E36D33860B
-->
<body>
Text label providers to embed annotations table-based annotation views. Label providers are used to display the current values of annotations when they are not edited.
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: C82C7464BA506A10A3EA2181F662313F
@ConQAT.Rating GREEN Hash: A466877ECB7E23D7CB5487C5F066FDCB
-->
<body>
GUI support of annotation framework.
......
......@@ -26,7 +26,7 @@ import org.fortiss.tooling.base.model.element.IModelElement;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 82432386AA04EB59B9FBB67E52CDBDB3
* @ConQAT.Rating GREEN Hash: BC1A864366CB8A939A450C9F7E3DE68A
*/
public interface IAnnotationViewPart {
......
......@@ -28,7 +28,7 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: FF850E78C2C3ECAF43A5128D30E2F2FE
* @ConQAT.Rating GREEN Hash: A222EC5AE109DD8443DE2EE117292545
*/
public class ColumnHandle implements Comparable<ColumnHandle> {
/**
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: 3B6C453BEFBC68ED5F7AC69D506F6747
@ConQAT.Rating GREEN Hash: 20DBDBC5B7795C4EC225D7634F0ED81E
-->
<body>
Interface and abstract base class for annotation views.
......
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