Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.jface.viewers.ViewerCell

Packages that use ViewerCell
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
 

Uses of ViewerCell in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return ViewerCell
 ViewerCell CellNavigationStrategy.findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)
           
 ViewerCell ViewerRow.getCell(int column)
          Get a ViewerCell for the column at index.
 ViewerCell ViewerRow.getCell(Point point)
          Get the ViewerCell at point.
 ViewerCell TreeViewerEditor.getFocusCell()
           
 ViewerCell TableViewerEditor.getFocusCell()
           
 ViewerCell FocusCellHighlighter.getFocusCell()
           
 ViewerCell ColumnViewerEditor.getFocusCell()
           
 ViewerCell ViewerCell.getNeighbor(int directionMask, boolean sameLevel)
          Returns the specified neighbor of this cell, or null if no neighbor exists in the given direction.
 

Methods in org.eclipse.jface.viewers with parameters of type ViewerCell
 void CellNavigationStrategy.collapse(ColumnViewer viewer, ViewerCell cellToCollapse, Event event)
           
 void CellNavigationStrategy.expand(ColumnViewer viewer, ViewerCell cellToExpand, Event event)
           
 ViewerCell CellNavigationStrategy.findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)
           
protected  void FocusCellOwnerDrawHighlighter.focusCellChanged(ViewerCell cell)
           
protected  void FocusCellHighlighter.focusCellChanged(ViewerCell cell)
          Called by the framework when the focus cell has changed.
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellBackgroundColor(ViewerCell cell)
           
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellForegroundColor(ViewerCell cell)
           
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  void EditingSupport.saveCellEditorValue(CellEditor cellEditor, ViewerCell cell)
          Save the value of the cell editor back to the model.
 void ColumnLabelProvider.update(ViewerCell cell)
           
abstract  void CellLabelProvider.update(ViewerCell cell)
          Update the label for cell.
 void OwnerDrawLabelProvider.update(ViewerCell 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)
           
 

Constructors in org.eclipse.jface.viewers with parameters of type ViewerCell
ColumnViewerEditorActivationEvent(ViewerCell cell)
          This constructor can be used when no event exists.
ColumnViewerEditorActivationEvent(ViewerCell cell, KeyEvent event)
           
ColumnViewerEditorActivationEvent(ViewerCell cell, MouseEvent event)
          This constructor is used for all types of mouse events.
ColumnViewerEditorActivationEvent(ViewerCell cell, TraverseEvent event)
          This constructor is used to mark the activation triggered by a traversal
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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