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