Interface | Description |
---|---|
CellEditorCreator |
Interface for creating a
CellEditor . |
CellLabelProviderFactory |
This factory is used to create
CellLabelProvider s. |
ColumnConfiguration |
A ColumnConfiguration is used to configure how a viewer column shall be created
and how it behaves during runtime.
|
ConfigurationCallback<V extends org.eclipse.jface.viewers.AbstractTableViewer,C extends org.eclipse.jface.viewers.ViewerColumn> |
Interface for ConfigurationCallbacks.
|
DNDProvider |
Interface to influence the D&D support which is added to the table viewer.
|
EditingSupportCreator |
Interface for creating the
EditingSupport . |
TableConfiguration |
A TableConfiguration is used to describe how a table viewer should be configured.
|
TableControl | |
TableViewerComparator |
Comparator for the table viewer.
|
TableViewerCompositeBuilder |
A
TableViewerCompositeBuilder is used to create the overall Composite hierarchy for the
TableViewerComposite . |
TableViewerCreator<T extends org.eclipse.jface.viewers.AbstractTableViewer> |
The
TableViewerCreator is used to create a AbstractTableViewer on a parent composite. |
TableViewerSWTCustomization<T extends org.eclipse.jface.viewers.AbstractTableViewer> |
The TableViewerSWTCustomization is used by the
TableViewerComposite to create the UI with its behaviour. |
ViewerRefreshManager |
Protocol for asynchronous non-redundant refresh of a viewer.
|
Class | Description |
---|---|
AbstractFeatureAwareBuilder<B> | Deprecated
as of 1.21,
Feature s are used only to communicate configuration data
to the UI controls that interrogate the configurations. |
AbstractTableViewerColumnBuilder<V extends org.eclipse.jface.viewers.AbstractTableViewer,C extends org.eclipse.jface.viewers.ViewerColumn> |
A table viewer configuration helper class.
|
AbstractTableViewerComposite<V extends org.eclipse.jface.viewers.AbstractTableViewer> | |
ColumnConfigurationBuilder |
Builder for
ColumnConfiguration s. |
ColumnConfigurationBuilder_PTest |
Unit tests for the
ColumnConfigurationBuilder class. |
ColumnConfigurationImpl |
Implementation of the
ColumnConfiguration . |
CompactVerticallyTableViewerCompositeBuilder |
Vertically Compact implementation of the
TableViewerCompositeBuilder . |
DefaultTableViewerColumnBuilder |
The default table viewer configuration helper class.
|
DefaultTableViewerCompositeBuilder |
Default implementation of the
TableViewerCompositeBuilder . |
TableConfigurationBuilder |
Builder for
TableConfiguration s. |
TableConfigurationBuilder_PTest |
Unit tests for the
TableConfigurationBuilder class. |
TableConfigurationImpl | |
TableViewerComposite |
A
Composite containing a TableViewer . |
TableViewerFactory |
A factory to create
TableViewerComposites . |
TableViewerSWTBuilder |
Builder class for creating a
TableViewerComposite . |
TableViewerSWTBuilder_PTest |
Unit tests for the
TableViewerSWTBuilder class. |
Copyright © 2019. All rights reserved.