V
- the TableViewer implementation to useC
- the ViewerColumn
implementation to usepublic interface ConfigurationCallback<V extends org.eclipse.jface.viewers.AbstractTableViewer,C extends org.eclipse.jface.viewers.ViewerColumn>
Modifier and Type | Method and Description |
---|---|
void |
configure(ColumnConfiguration config,
V tableViewer,
C viewerColumn)
Setup a custom configuration for the given viewer.
|
void configure(ColumnConfiguration config, V tableViewer, C viewerColumn)
config
- the ColumnConfiguration
tableViewer
- the table viewerviewerColumn
- the viewer columnCopyright © 2017. All rights reserved.