Uses of Interface
org.eclipse.jface.viewers.ICellModifier
Packages that use ICellModifier
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
-
Uses of ICellModifier in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return ICellModifierModifier and TypeMethodDescriptionColumnViewer.getCellModifier()
Returns the cell modifier of this viewer, ornull
if none has been set.Methods in org.eclipse.jface.viewers with parameters of type ICellModifierModifier and TypeMethodDescriptionvoid
ColumnViewer.setCellModifier
(ICellModifier modifier) Sets the cell modifier for this column viewer.