Eclipse Platform
Release 3.4

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

Packages that use ViewerCell
org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.  
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
 

Uses of ViewerCell in org.eclipse.jface.databinding.viewers
 

Methods in org.eclipse.jface.databinding.viewers with parameters of type ViewerCell
protected  void ObservableValueEditingSupport.initializeCellEditorValue(CellEditor cellEditor, ViewerCell cell)
          Creates a Binding between the editor and the element to be edited.
protected abstract  IObservableValue ObservableValueEditingSupport.doCreateElementObservable(Object element, ViewerCell cell)
          Creates the observable value for the element.
protected  void ObservableValueEditingSupport.saveCellEditorValue(CellEditor cellEditor, ViewerCell cell)
          Updates the model from the target.
 

Uses of ViewerCell in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return ViewerCell
 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 CellNavigationStrategy.findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)
           
 ViewerCell TreeViewerEditor.getFocusCell()
           
 ViewerCell TableViewerEditor.getFocusCell()
           
 ViewerCell TableViewerFocusCellManager.getFocusCell()
           
 ViewerCell ViewerRow.getCell(Point point)
          Get the ViewerCell at point.
 ViewerCell ViewerRow.getCell(int column)
          Get a ViewerCell for the column at index.
 ViewerCell ColumnViewerEditor.getFocusCell()
           
 ViewerCell FocusCellHighlighter.getFocusCell()
           
 ViewerCell ColumnViewer.getCell(Point point)
          Returns the viewer cell at the given widget-relative coordinates, or null if there is no cell at that location
 ViewerCell TreeViewerFocusCellManager.getFocusCell()
           
 

Methods in org.eclipse.jface.viewers with parameters of type ViewerCell
 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)
           
 void OwnerDrawLabelProvider.update(ViewerCell cell)
           
protected  void TreeViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
           
 void StyledCellLabelProvider.update(ViewerCell cell)
           
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellBackgroundColor(ViewerCell cell)
          The color to use when rendering the background of the selected cell when the control has the input focus
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellForegroundColor(ViewerCell cell)
          The color to use when rendering the foreground (=text) of the selected cell when the control has the input focus
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellForegroundColorNoFocus(ViewerCell cell)
          The color to use when rendering the foreground (=text) of the selected cell when the control has no input focus
protected  Color FocusCellOwnerDrawHighlighter.getSelectedCellBackgroundColorNoFocus(ViewerCell cell)
          The color to use when rendering the background of the selected cell when the control has no input focus
protected  boolean FocusCellOwnerDrawHighlighter.onlyTextHighlighting(ViewerCell cell)
          Controls whether the whole cell or only the text-area is highlighted
protected  void FocusCellOwnerDrawHighlighter.focusCellChanged(ViewerCell newCell, ViewerCell oldCell)
           
protected  void TableViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
           
protected  Composite ColumnViewerToolTipSupport.createViewerToolTipContentArea(Event event, ViewerCell cell, Composite parent)
          Creates the content area of the tool tip giving access to the cell the tip is shown for.
 void DelegatingStyledCellLabelProvider.update(ViewerCell cell)
           
 void DecoratingStyledCellLabelProvider.update(ViewerCell cell)
           
protected abstract  void ColumnViewerEditor.updateFocusCell(ViewerCell focusCell, ColumnViewerEditorActivationEvent event)
           
abstract  void CellLabelProvider.update(ViewerCell cell)
          Update the label for cell.
protected  void FocusCellHighlighter.focusCellChanged(ViewerCell cell)
          Deprecated. use FocusCellHighlighter.focusCellChanged(ViewerCell, ViewerCell) instead
protected  void FocusCellHighlighter.focusCellChanged(ViewerCell newCell, ViewerCell oldCell)
          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.
 

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
 

Uses of ViewerCell in org.eclipse.ui.views.markers
 

Methods in org.eclipse.ui.views.markers with parameters of type ViewerCell
 void MarkerField.update(ViewerCell cell)
          Update the contents of the cell.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.