public class TableViewerFactory extends Object
TableViewerComposites
.Modifier | Constructor and Description |
---|---|
protected |
TableViewerFactory()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static TableViewerSWTBuilder |
fillDefaults(org.eclipse.swt.widgets.Composite composite,
int swtStyleBits,
Object input)
Use this method if you want to customize any behavior of the
TableViewerComposite . |
static TableViewerSWTBuilder |
fillDefaults(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)
Use this method if you want to customize any behavior of the
TableViewerComposite . |
static TableViewerSWTBuilder |
fillDefaults(org.eclipse.swt.widgets.Composite composite,
int swtStyleBits,
Object input,
String title,
String tooltip)
Use this method if you want to customize any behavior of the
TableViewerComposite . |
public static TableViewerSWTBuilder fillDefaults(org.eclipse.swt.widgets.Composite composite, int swtStyleBits, Object input)
TableViewerComposite
. This will return
a TableViewerSWTBuilder
which allows to customize certain aspects.composite
- the parent compositeswtStyleBits
- the style bits which will be passed to the TableViewerComposite
input
- the input objectpublic static TableViewerSWTBuilder fillDefaults(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)
TableViewerComposite
. This will return
a TableViewerSWTBuilder
which allows to customize certain aspects.composite
- the parent compositeswtStyleBits
- the style bits which will be passed to the TableViewerComposite
input
- the input objecttitle
- the titletooltip
- the tooltippublic static TableViewerSWTBuilder fillDefaults(org.eclipse.swt.widgets.Composite composite, int swtStyleBits, Object input, String title, String tooltip)
TableViewerComposite
. This will return
a TableViewerSWTBuilder
which allows to customize certain aspects.composite
- the parent compositeswtStyleBits
- the style bits which will be passed to the TableViewerComposite
input
- the input objecttitle
- the titletooltip
- the tooltipCopyright © 2019. All rights reserved.