Interface | Description |
---|---|
ButtonBarBuilder |
This builder is used to create buttons for the TableViewer.
|
CellEditorCreator |
Interface for creating a
CellEditor . |
CellLabelProviderFactory |
This factory is used to create
CellLabelProvider s. |
DNDProvider |
Interface to influence the D&D support which is added to the table viewer.
|
EditingSupportCreator |
Interface for creating the
EditingSupport . |
NewElementCreator<T,C> |
Used to create new elements.
|
TableViewerCompositeBuilder |
A
TableViewerCompositeBuilder is used to create the overall Composite hierarchy for the
TableViewerComposite . |
TableViewerCreator |
The
TableViewerCreator is used to create a TableViewer on a parent composite. |
TableViewerSWTCustomization |
The TableViewerSWTCustomization is used by the
TableViewerComposite to create the UI with its behaviour. |
TableViewerSWTCustomization.ColumnDescription |
A ColumnDescription is used to describe how a viewer column shall be created.
|
Class | Description |
---|---|
ColumnDescriptionImpl |
Implementation of the
TableViewerSWTCustomization.ColumnDescription . |
DefaultButtonBarBuilder |
Default implementation of the
ButtonBarBuilder . |
TableViewerComposite |
A
Composite containing a TableViewer . |
TableViewerFactory |
A factory to create
TableViewerComposites . |
TableViewerSWTBuilder |
Builder class for creating a
TableViewerComposite . |
Copyright © 2016. All rights reserved.