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 |
---|---|
CellEditor.LayoutData |
CellEditor.getLayoutData()
Returns a layout data object for this cell editor.
|
CellEditor.LayoutData |
ComboBoxCellEditor.getLayoutData()
The
ComboBoxCellEditor implementation of this
CellEditor framework method sets the minimum width of the
cell. |
CellEditor.LayoutData |
TextCellEditor.getLayoutData()
Since a text editor field is scrollable we don't
set a minimumSize.
|
CellEditor.LayoutData |
ComboBoxViewerCellEditor.getLayoutData()
The
ComboBoxCellEditor implementation of this
CellEditor framework method sets the minimum width of the
cell. |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ColumnViewerEditor.setLayoutData(CellEditor.LayoutData layoutData)
set the layout data for the editor
|
protected void |
TreeViewerEditor.setLayoutData(CellEditor.LayoutData layoutData) |
protected void |
TableViewerEditor.setLayoutData(CellEditor.LayoutData layoutData) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.