public class GridTableViewerSWTBuilder extends TableViewerSWTBuilder
Constructor and Description |
---|
GridTableViewerSWTBuilder(org.eclipse.swt.widgets.Composite composite,
int swtStyleBits,
Object input,
org.eclipse.core.databinding.observable.value.IObservableValue title,
org.eclipse.core.databinding.observable.value.IObservableValue tooltip)
Contructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
GridTableViewerComposite |
build()
Call this method after all desired customizations have been passed to the builder.
|
addColumn, columnRegexFilter, columnSubstringFilter, configureTable, customizeActionBar, customizeActionConfiguration, customizeComparator, customizeCompositeStructure, customizeContentProvider, customizeDragAndDrop, customizeTableViewerCreation, getComposite, getCustomization, getEnabledFeatures, getInput, getSupportedFeatures, getSwtStyleBits, getTitle, getTooltip, showHideColumns
disableFeature, enableFeature, getBuilder, inheritFeatures, isFeatureEnabled, isFeatureSupported
public GridTableViewerSWTBuilder(org.eclipse.swt.widgets.Composite composite, int swtStyleBits, Object input, org.eclipse.core.databinding.observable.value.IObservableValue title, org.eclipse.core.databinding.observable.value.IObservableValue tooltip)
composite
- the parent compositeswtStyleBits
- the style to applyinput
- the input objecttitle
- the title of the table viewertooltip
- the tooltippublic GridTableViewerComposite build()
GridTableViewerComposite
with the desired customizations.build
in class TableViewerSWTBuilder
GridTableViewerComposite
Copyright © 2019. All rights reserved.