Methods in
org.eclipse.jface.viewers with parameters of type
ViewerCell
|
void
|
CellNavigationStrategy.
collapse
(
ColumnViewer viewer,
ViewerCell cellToCollapse,
Event event)
|
protected
Composite
|
ColumnViewerToolTipSupport.
createViewerToolTipContentArea
(
Event event,
ViewerCell cell,
Composite parent)
Creates the content area of the tool tip giving access to the cell the
tip is shown for. |
void
|
CellNavigationStrategy.
expand
(
ColumnViewer viewer,
ViewerCell cellToExpand,
Event event)
|
ViewerCell
|
CellNavigationStrategy.
findSelectedCell
(
ColumnViewer viewer,
ViewerCell currentSelectedCell,
Event event)
|
protected void
|
FocusCellHighlighter.
focusCellChanged
(
ViewerCell cell)
Deprecated. use
FocusCellHighlighter.focusCellChanged(ViewerCell, ViewerCell) instead
|
protected void
|
FocusCellOwnerDrawHighlighter.
focusCellChanged
(
ViewerCell newCell,
ViewerCell oldCell)
|
protected void
|
FocusCellHighlighter.
focusCellChanged
(
ViewerCell newCell,
ViewerCell oldCell)
Called by the framework when the focus cell has changed. |
protected
Color
|
FocusCellOwnerDrawHighlighter.
getSelectedCellBackgroundColor
(
ViewerCell cell)
The color to use when rendering the background of the selected cell when
the control has the input focus |
protected
Color
|
FocusCellOwnerDrawHighlighter.
getSelectedCellBackgroundColorNoFocus
(
ViewerCell cell)
The color to use when rendering the background of the selected cell when
the control has no input focus |
protected
Color
|
FocusCellOwnerDrawHighlighter.
getSelectedCellForegroundColor
(
ViewerCell cell)
The color to use when rendering the foreground (=text) of the selected
cell when the control has the input focus |
protected
Color
|
FocusCellOwnerDrawHighlighter.
getSelectedCellForegroundColorNoFocus
(
ViewerCell cell)
The color to use when rendering the foreground (=text) of the selected
cell when the control has no input focus |
protected void
|
EditingSupport.
initializeCellEditorValue
(
CellEditor cellEditor,
ViewerCell cell)
Initialize the editor. |
boolean
|
CellNavigationStrategy.
isCollapseEvent
(
ColumnViewer viewer,
ViewerCell cellToCollapse,
Event event)
|
boolean
|
CellNavigationStrategy.
isExpandEvent
(
ColumnViewer viewer,
ViewerCell cellToExpand,
Event event)
|
protected boolean
|
FocusCellOwnerDrawHighlighter.
onlyTextHighlighting
(
ViewerCell cell)
Controls whether the whole cell or only the text-area is highlighted |
protected void
|
EditingSupport.
saveCellEditorValue
(
CellEditor cellEditor,
ViewerCell cell)
Save the value of the cell editor back to the model. |
void
|
ColumnLabelProvider.
update
(
ViewerCell cell)
|
void
|
OwnerDrawLabelProvider.
update
(
ViewerCell cell)
|
void
|
StyledCellLabelProvider.
update
(
ViewerCell cell)
|
void
|
DelegatingStyledCellLabelProvider.
update
(
ViewerCell cell)
|
void
|
DecoratingStyledCellLabelProvider.
update
(
ViewerCell cell)
|
abstract void
|
CellLabelProvider.
update
(
ViewerCell cell)
Update the label for cell. |
protected void
|
TreeViewerEditor.
updateFocusCell
(
ViewerCell focusCell,
ColumnViewerEditorActivationEvent event)
|
protected void
|
TableViewerEditor.
updateFocusCell
(
ViewerCell focusCell,
ColumnViewerEditorActivationEvent event)
|
protected abstract void
|
ColumnViewerEditor.
updateFocusCell
(
ViewerCell focusCell,
ColumnViewerEditorActivationEvent event)
|