protected class TableControlSWTRenderer.CompactVerticallyTableControlSWTRendererCompositeBuilder extends CompactVerticallyTableViewerCompositeBuilder
TableViewerCompositeBuilder
which calls
the existing template method to create the validation label.Constructor and Description |
---|
CompactVerticallyTableControlSWTRendererCompositeBuilder(boolean createTitleLabel,
boolean createValidationLabel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Label |
createValidationLabel(org.eclipse.swt.widgets.Composite composite)
Called to create the validation label.
|
protected org.eclipse.swt.widgets.Composite |
createViewerComposite(org.eclipse.swt.widgets.Composite composite)
Called to create the composite for the table viewer.
|
createButtonComposite, createCompositeLayout, createTitleLabel, getButtonComposite, getTitleLabel, getValidationControls, getViewerComposite
public CompactVerticallyTableControlSWTRendererCompositeBuilder(boolean createTitleLabel, boolean createValidationLabel)
createTitleLabel
- indicates whether to create a title label.createValidationLabel
- indicates whether to create a validation label.protected org.eclipse.swt.widgets.Label createValidationLabel(org.eclipse.swt.widgets.Composite composite)
CompactVerticallyTableViewerCompositeBuilder
createValidationLabel
in class CompactVerticallyTableViewerCompositeBuilder
composite
- the parentprotected org.eclipse.swt.widgets.Composite createViewerComposite(org.eclipse.swt.widgets.Composite composite)
CompactVerticallyTableViewerCompositeBuilder
createViewerComposite
in class CompactVerticallyTableViewerCompositeBuilder
composite
- the parentCopyright © 2018. All rights reserved.