| Package | Description |
|---|---|
| org.eclipse.emf.ecp.view.spi.table.nebula.grid | |
| org.eclipse.emfforms.internal.swt.table | |
| org.eclipse.emfforms.spi.swt.table |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.nebula.jface.gridviewer.GridTableViewer |
GridTableViewerComposite.createTableViewer(TableViewerSWTCustomization<org.eclipse.nebula.jface.gridviewer.GridTableViewer> customization,
org.eclipse.swt.widgets.Composite viewerComposite) |
| Constructor and Description |
|---|
GridTableViewerComposite(org.eclipse.swt.widgets.Composite parent,
int style,
Object inputObject,
TableViewerSWTCustomization customization,
org.eclipse.core.databinding.observable.value.IObservableValue title,
org.eclipse.core.databinding.observable.value.IObservableValue tooltip)
Default constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTableControlSWTCustomization<T extends org.eclipse.jface.viewers.AbstractTableViewer>
The default implementation of the
TableViewerSWTCustomization. |
| Modifier and Type | Method and Description |
|---|---|
TableViewerSWTCustomization<?> |
TableViewerSWTBuilder.getCustomization() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jface.viewers.TableViewer |
TableViewerComposite.createTableViewer(TableViewerSWTCustomization<org.eclipse.jface.viewers.TableViewer> customization,
org.eclipse.swt.widgets.Composite viewerComposite)
Creates the table viewer.
|
protected abstract V |
AbstractTableViewerComposite.createTableViewer(TableViewerSWTCustomization<V> customization,
org.eclipse.swt.widgets.Composite viewerComposite)
Creates the table viewer.
|
| Constructor and Description |
|---|
AbstractTableViewerComposite(org.eclipse.swt.widgets.Composite parent,
int style,
Object inputObject,
TableViewerSWTCustomization<V> customization,
org.eclipse.core.databinding.observable.value.IObservableValue title,
org.eclipse.core.databinding.observable.value.IObservableValue tooltip)
Default constructor.
|
Copyright © 2019. All rights reserved.