Eclipse Platform
Release 3.3

org.eclipse.jface.viewers
Class FocusCellHighlighter

java.lang.Object
  extended byorg.eclipse.jface.viewers.FocusCellHighlighter
Direct Known Subclasses:
FocusCellOwnerDrawHighlighter

public abstract class FocusCellHighlighter
extends Object

Since:
3.3

Constructor Summary
FocusCellHighlighter(ColumnViewer viewer)
           
 
Method Summary
protected  void focusCellChanged(ViewerCell cell)
          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

FocusCellHighlighter

public FocusCellHighlighter(ColumnViewer viewer)
Parameters:
viewer -
Method Detail

getFocusCell

public ViewerCell getFocusCell()
Returns:
the focus cell

focusCellChanged

protected void focusCellChanged(ViewerCell cell)
Called by the framework when the focus cell has changed. Subclasses may extend.

Parameters:
cell - the new focus cell

init

protected void init()
This method is called by the framework to initialize this cell highlighter object. Subclasses may extend.


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.