|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.FocusCellHighlighter
public abstract class FocusCellHighlighter
Constructor Summary | |
---|---|
FocusCellHighlighter(ColumnViewer viewer)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FocusCellHighlighter(ColumnViewer viewer)
viewer
- Method Detail |
---|
public ViewerCell getFocusCell()
protected void focusCellChanged(ViewerCell cell)
focusCellChanged(ViewerCell, ViewerCell)
instead
cell
- the new focus cellprotected 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()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.