| Interface | Description |
|---|---|
| SelectedFeatureTypeChangeListener |
Listener for changes in the selected
FeatureType. |
| Class | Description |
|---|---|
| BooleanCellRenderer | |
| ConfigurableFeatureTableModel |
Extends the FeatureTableModel to add more configurable options, like the
visible columns, column name aliases and row order.
|
| ConfigurationTableModel |
TableModel to configure a ConfigurableFeatureTableModel.
|
| FeatureAttributeCellRenderer | |
| FeatureCellRenderer |
Renderer for cells of type
Feature . |
| FeatureStoreModel |
A model for the
FeatureTypesTablePanel which unifies the access
to the different models needed by the components included into it. |
| FeatureTableConfigurationPanel |
Panel to configure a FeatureTable.
|
| FeatureTableModel |
TableModel to access data of Features.
|
| FeatureTableModel.Bitmask | |
| FeatureTypeList |
Shows a list of
FeatureTypes to allow the user to select one of them. |
| FeatureTypeListModel |
Model to be used by components showing a list of
FeatureTypes. |
| FormattedCellEditor | |
| FormattedCellRenderer | |
| GeometryCellRenderer |
Simple renderer for cells of type
Geometry . |
| GeometryWKTCellEditor |
Editor for cells of type Geometry in WKT format.
|
| GeometryWKTCellRenderer |
Renderer for cells of type
Geometry, showing it in WKT format. |
| JToggleButtonHeaderCellRenderer |
A header cell renderer for JTables, which allows to select column headers by
rendering a JToggleButton on each header cell.
|
| TextAreaCellEditor |
Taken and adapted from the Article "Multi-line cells in JTable in JDK
1.4+" by Dr.
|
| TextAreaCellRenderer |
Renders a text value into a text area.
|
| Exception | Description |
|---|---|
| FeaturesDataReloadException |
Exception thrown when there is an error while reloading the Features of a
FeatureTable.
|
| FeatureTypeListException |
Exception thrown when preparing the list of
FeatureTypes or selecting
one of them. |
| GeometryToWKTException |
Exception thrown when there is an error while converting a Geometry to WKT
into a table cell.
|
| GetFeatureAtException |
Exception thrown when there is an error while getting a Feature in a
position.
|
| GetRowCountException |
Exception thrown when getting the total row number, or the total number of
Features, throws an error.
|
| SetFeatureValueException |
Exception thrown when there is an error while updating a Feature through a
FeatureTableModel.
|
| WKTToGeometryException |
Exception thrown when there is an error while converting a WKT text to a
Geometry into a table cell.
|