| ... |
... |
@@ -139,8 +139,10 @@ |
| 139 |
139 |
|
| 140 |
140 |
{{code language="java"}} |
| 141 |
141 |
Table table = new Table(parent, SWT.BORDER); |
|
142 |
+table.setHeaderVisible(true); |
| 142 |
142 |
TableColumn column = new TableColumn(table, SWT.NONE); |
| 143 |
143 |
column.setWidth(80); |
|
145 |
+column.setText("Tape Data"); |
| 144 |
144 |
tableViewer = new TableViewer(table); |
| 145 |
145 |
{{/code}} |
| 146 |
146 |
))) |
| ... |
... |
@@ -229,7 +229,7 @@ |
| 229 |
229 |
Add the following methods to {{code language="none"}}SimpleEditorPart{{/code}}: |
| 230 |
230 |
|
| 231 |
231 |
{{code language="java"}} |
| 232 |
|
-/* |
|
234 |
+/** |
| 233 |
233 |
* Returns the text that is currently displayed in the editor. |
| 234 |
234 |
* @return the currently displayed text |
| 235 |
235 |
*/ |