grid - A grid control with a model/ui architecture.
grid_cell_image_renderer - A renderer which will display a cell-specific image in addition to some
text displayed in the same way the standard string renderer normally
would.
inverted_grid_model - An adapter model that inverts all of its row/column targets
mapped_grid_cell_image_renderer - A renderer which will display a cell-specific image in addition to some
text displayed in the same way the standard string renderer normally
would, all data retrieved from specified value maps.
simple_grid_model - A SimpleGridModel simply builds a table from a 2-dimensional
list/array containing the data
trait_grid_cell_adapter - Adapter class to make trait editor controls work inside of a grid.
trait_grid_model - A TraitGridModel builds a grid from a list of traits objects