public abstract class FocusCellHighlighter extends Object
Constructor and Description |
---|
FocusCellHighlighter(ColumnViewer viewer) |
Modifier and Type | Method and Description |
---|---|
protected void |
focusCellChanged(ViewerCell cell)
Deprecated.
use
focusCellChanged(ViewerCell, ViewerCell) instead |
protected void |
focusCellChanged(ViewerCell newCell,
ViewerCell oldCell)
Called by the framework when the focus cell has changed.
|
ViewerCell |
getFocusCell() |
protected void |
init()
This method is called by the framework to initialize this cell
highlighter object.
|
public FocusCellHighlighter(ColumnViewer viewer)
viewer
- public ViewerCell getFocusCell()
@Deprecated protected void focusCellChanged(ViewerCell cell)
focusCellChanged(ViewerCell, ViewerCell)
insteadcell
- the new focus cell or null
if no new cell
receives the focusprotected void focusCellChanged(ViewerCell newCell, ViewerCell oldCell)
The default implementation for this method calls
focusCellChanged(ViewerCell). Subclasses should override this method
rather than focusCellChanged(ViewerCell)
.
newCell
- the new focus cell or null
if no new cell
receives the focusoldCell
- the old focus cell or null
if no cell has been
focused beforeprotected void init()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.