Uses of Class
org.locationtech.jts.jump.workbench.ui.LayerTableModel
-
Packages that use LayerTableModel Package Description org.locationtech.jts.jump.workbench.ui -
-
Uses of LayerTableModel in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return LayerTableModel Modifier and Type Method Description LayerTableModel
OneLayerAttributeTab. getLayerTableModel()
LayerTableModel
AttributeTablePanel. getModel()
LayerTableModel
InfoModel. getTableModel(Layer layer)
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type LayerTableModel Modifier and Type Method Description void
AttributePanel. layerAdded(LayerTableModel layerTableModel)
void
GeometryInfoPanel. layerAdded(LayerTableModel layerTableModel)
void
InfoModelListener. layerAdded(LayerTableModel layerTableModel)
void
AttributePanel. layerRemoved(LayerTableModel layerTableModel)
void
GeometryInfoPanel. layerRemoved(LayerTableModel layerTableModel)
void
InfoModelListener. layerRemoved(LayerTableModel layerTableModel)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type LayerTableModel Constructor Description AttributeTablePanel(LayerTableModel model, WorkbenchContext workbenchContext)
-