| Interface | Description |
|---|---|
| ILayer |
A Layer is a rectangular region of grid cells.
|
| ILayerListener |
Object interested in receiving events related to a
ILayer. |
| IUniqueIndexLayer |
A layer that has a set of column and row indexes that contain no duplicates,
such that there is only one corresponding column or row position for a row or
column index in the layer.
|
| Class | Description |
|---|---|
| AbstractIndexLayerTransform |
Abstract base class for layers that expose transformed views of an underlying unique index layer.
|
| AbstractLayer |
Base layer implementation with common methods for managing listeners and caching, etc.
|
| AbstractLayerTest | |
| AbstractLayerTransform |
Abstract base class for layers that expose transformed views of an underlying layer.
|
| AbstractLayerTransformTest | |
| CompositeLayer |
A composite layer is a layer that is made up of a number of underlying child layers.
|
| CompositeLayerTest | |
| DataLayer |
Wraps the
IDataProvider, and serves as the data source for all
other layers. |
| DataLayerCommandHandlingTest | |
| DataLayerPersistenceTest | |
| DataLayerTest | |
| InvertedLayer | |
| InvertUtil | |
| LabelStack | |
| LayerUtil | |
| LayerUtilTest | |
| LayoutCoordinate | |
| SizeConfig |
This class stores the size configuration of rows/columns within the NatTable.
|
| SizeConfigPercentageTest | |
| SizeConfigPersistenceTest | |
| SizeConfigTest | |
| SpanningDataLayer | |
| ZoomLayer |
Copyright © 2013. All Rights Reserved.