Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.