public interface ExtraColumnProviderChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
cellValueChanged(ExtraColumnProvider provider,
GuiContentType guiContentType,
int extraColumnIndex,
SupportsExtraData rowData)
This method is called by an ExtraColumnProvider when the value in a cell of an extra column
changes (corresponding to a TableModelEvent.UPDATE on the displaying table's model).
|
void |
columnListChanged(ExtraColumnProvider provider,
GuiContentType guiContentType)
This method is called by an ExtraColumnProvider when its set of columns changes.
|
void columnListChanged(ExtraColumnProvider provider, GuiContentType guiContentType)
provider - the ExtraColumnProvider reporting the changeguiContentType - the GuiContentType of the set of modified extra columnsvoid cellValueChanged(ExtraColumnProvider provider, GuiContentType guiContentType, int extraColumnIndex, SupportsExtraData rowData)
provider - the ExtraColumnProvider reporting the changeguiContentType - the GuiContentType of the set of extra columnsextraColumnIndex - zero-based index of extra column from this provider that changedrowData - SupportsExtraData object for the modified row, or null for all rows