Package | Description |
---|---|
org.eclipse.ice.client.common.properties | |
org.eclipse.ice.client.widgets.moose | |
org.eclipse.ice.viz.service.preferences |
Class and Description |
---|
ICellContentProvider
For individual columns in a JFace
TableViewer , we often require a
CellLabelProvider to generate labels for table cells and an
EditingSupport to enable editing the values in those cells. |
IComboCellContentProvider
This interface provides additional methods for accessing an
ICellContentProvider that may have a discrete set of allowed values
associated with it. |
TextCellEditingSupport
This class provides basic
EditingSupport for an
ICellContentProvider . |
TreePropertyCellContentProvider
This class provides a basic implementation of
ICellContentProvider
that matches a table cell with a TreeProperty . |
Class and Description |
---|
CellOwnerDrawLabelProvider
This class provides an alternative
CellLabelProvider that extends
OwnerDrawLabelProvider so that painting the cell can be customized. |
IButtonCellContentProvider
This interface provides additional methods for accessing an
ICellContentProvider in the context of a cell represented by a
Button widget. |
ICellContentProvider
For individual columns in a JFace
TableViewer , we often require a
CellLabelProvider to generate labels for table cells and an
EditingSupport to enable editing the values in those cells. |
TextCellEditingSupport
This class provides basic
EditingSupport for an
ICellContentProvider . |
TreePropertyCellContentProvider
This class provides a basic implementation of
ICellContentProvider
that matches a table cell with a TreeProperty . |
Class and Description |
---|
ICellContentProvider
For individual columns in a JFace
TableViewer , we often require a
CellLabelProvider to generate labels for table cells and an
EditingSupport to enable editing the values in those cells. |
IComboCellContentProvider
This interface provides additional methods for accessing an
ICellContentProvider that may have a discrete set of allowed values
associated with it. |