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 ViewerRow.getCell(Point point)
          Get the ViewerCell at point.
 ViewerCell ViewerRow.getCell(int column)
          Get a ViewerCell for the column at index.
 ViewerCell ViewerCell.getNeighbor(int directionMask, boolean sameLevel)
          Returns the specified neighbor of this cell, or null if no neighbor exists in the given direction.
 ViewerCell TreeViewerEditor.getFocusCell()
           
 ViewerCell TableViewerEditor.getFocusCell()
           
 ViewerCell FocusCellHighlighter.getFocusCell()
           
 ViewerCell ColumnViewerEditor.getFocusCell()
           
 ViewerCell CellNavigationStrategy.findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)
           
 

Methods in org.eclipse.jface.viewers with parameters of type ViewerCell
protected  void TreeViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
           
protected  void TableViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
           
 void OwnerDrawLabelProvider.update(ViewerCell cell)
           
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellBackgroundColor(ViewerCell cell)
           
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellForegroundColor(ViewerCell cell)
           
protected  void FocusCellOwnerDrawHighlighter.focusCellChanged(ViewerCell cell)
           
protected  void FocusCellHighlighter.focusCellChanged(ViewerCell cell)
          Called by the framework when the focus cell has changed.
protected  void EditingSupport.initializeCellEditorValue(CellEditor cellEditor, ViewerCell cell)
          Initialize the editor.
protected  void EditingSupport.saveCellEditorValue(CellEditor cellEditor, ViewerCell cell)
          Save the value of the cell editor back to the model.
protected abstract  void ColumnViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
           
 void ColumnLabelProvider.update(ViewerCell cell)
           
 boolean CellNavigationStrategy.isCollapseEvent(ColumnViewer viewer, ViewerCell cellToCollapse, Event event)
           
 boolean CellNavigationStrategy.isExpandEvent(ColumnViewer viewer, ViewerCell cellToExpand, Event event)
           
 void CellNavigationStrategy.expand(ColumnViewer viewer, ViewerCell cellToExpand, Event event)
           
 void CellNavigationStrategy.collapse(ColumnViewer viewer, ViewerCell cellToCollapse, Event event)
           
 ViewerCell CellNavigationStrategy.findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)
           
abstract  void CellLabelProvider.update(ViewerCell cell)
          Update the label for cell.
 

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, MouseEvent event)
          This constructor is used for all types of mouse events.
ColumnViewerEditorActivationEvent(ViewerCell cell, KeyEvent event)
           
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.