public abstract class TableViewBase
extends ViewPart
| Modifier and Type | Class and Description |
|---|---|
class |
TableViewBase.TableSorterBase
A base class to sort the table by ascending/descending order of a column
|
| Modifier and Type | Field and Description |
|---|---|
protected TableViewBase.TableSorterBase |
sorter
The sorter
|
protected TableViewer |
tableViewer
The table viewer
|
| Constructor and Description |
|---|
TableViewBase(java.lang.String[] colNames,
int[] colWidths) |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent) |
void |
setFocus() |
protected TableViewer tableViewer
protected TableViewBase.TableSorterBase sorter