Skip to content
Snippets Groups Projects
Commit 9ec16f34 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

GREEN

refs 2490
parent 14d4c92e
No related branches found
No related tags found
No related merge requests found
......@@ -31,15 +31,14 @@ import org.eclipse.swt.widgets.Text;
import org.eclipse.swt.widgets.Tree;
/**
* TODO(VA) No comment for the class
* Class built with WindowBuilder => no comments
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 93B4A0D9E9E7AC4D354C77D28F8DF47F
* @ConQAT.Rating GREEN Hash: AF4EC47B20F1F701D6560C8119CB5549
*/
public class KISSViewerGUI extends Composite {
// TODO (CC, 9): Comments
private TreeViewer treeViewer;
private ScrolledComposite detailsScrolledComposite;
private Composite descriptionComposite;
......@@ -61,7 +60,6 @@ public class KISSViewerGUI extends Composite {
treeViewer = new TreeViewer(horizontalSplitSash, SWT.SINGLE | SWT.BORDER);
treeViewer.setAutoExpandLevel(2);
// TODO (VA): Eclipse Warning
Tree tree = treeViewer.getTree();
detailsScrolledComposite =
......@@ -80,7 +78,6 @@ public class KISSViewerGUI extends Composite {
descriptionText.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
}
// TODO(VA) Comments here and in the next methods
public TreeViewer getTreeViewer() {
return treeViewer;
}
......
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