public interface ECPCustomUpdateCellEditor
ECPCellEditor
additionally implements this interface, the cell editor instance will be notified when
a cell's label and image need to be updated.Modifier and Type | Method and Description |
---|---|
void |
updateCell(org.eclipse.jface.viewers.ViewerCell cell,
Object value)
Update the label and image for the given cell.
|
void updateCell(org.eclipse.jface.viewers.ViewerCell cell, Object value)
cell
- the ViewerCell
value
- the new value of the cellCopyright © 2017. All rights reserved.