| Interface | Description |
|---|---|
| ICellPopulator<T> |
Represents an object that is capable of populating an
Item container representing a cell
in a DataGridView with components. |
| Class | Description |
|---|---|
| AbstractDataGridView<T> |
Acts as a base for data-grid views.
|
| DataGridView<T> |
Simple concrete implementation of
AbstractDataGridView |
| PropertyPopulator<T> |
A convenience implementation of
ICellPopulator that adds a label that will display the
value of the specified property. |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.