Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.viewers.ICellModifier

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

Uses of ICellModifier in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return ICellModifier
 ICellModifier TreeViewer.getCellModifier()
          Returns the cell modifier of this tree viewer.
 ICellModifier TableViewer.getCellModifier()
          Returns the cell modifier of this table viewer.
 ICellModifier TableTreeViewer.getCellModifier()
          Returns the cell modifier of this viewer.
 

Methods in org.eclipse.jface.viewers with parameters of type ICellModifier
 void TreeViewer.setCellModifier(ICellModifier modifier)
          Sets the cell modifier of this tree viewer.
 void TableViewer.setCellModifier(ICellModifier modifier)
          Sets the cell modifier of this table viewer.
 void TableTreeViewer.setCellModifier(ICellModifier modifier)
          Sets the cell modifier of this table viewer.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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