Eclipse Platform
Release 3.3

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 TableTreeViewer.getCellModifier()
          Deprecated. Returns the cell modifier of this viewer.
 ICellModifier ColumnViewer.getCellModifier()
          Returns the cell modifier of this viewer, or null if none has been set.
 

Methods in org.eclipse.jface.viewers with parameters of type ICellModifier
 void TableTreeViewer.setCellModifier(ICellModifier modifier)
          Deprecated. Sets the cell modifier of this table viewer.
 void ColumnViewer.setCellModifier(ICellModifier modifier)
          Sets the cell modifier for this column viewer.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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