TableTree
control. This class is not intended to be subclassed outside the viewer framework. It is designed to be instantiated with a pre-existing SWT table tree control and configured with a domain-specific content provider, label provider, element filter (optional), and element sorter (optional).
Content providers for table tree viewers must implement the ITreeContentProvider
interface.
Label providers for table tree viewers must implement either the ITableLabelProvider
or the ILabelProvider
interface (see TableTreeViewer.setLabelProvider
for more details).
|
|