@FunctionalInterface
public interface IRowContentProvider
| Modifier and Type | Method and Description |
|---|---|
void |
refresh(CompositeTable sender,
int currentObjectOffset,
org.eclipse.swt.widgets.Control row)
Method refresh.
|
void refresh(CompositeTable sender, int currentObjectOffset, org.eclipse.swt.widgets.Control row)
sender - The CompositeTable sending the message.currentObjectOffset - The 0-based row number that is offset in the data structure of
the table's top row.row - The row control to fill with data. This will be a copy of your prototype
row object.