Uses of Class
org.locationtech.jts.jump.workbench.ui.InfoModel
-
Packages that use InfoModel Package Description org.locationtech.jts.jump.workbench.ui -
-
Uses of InfoModel in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return InfoModel Modifier and Type Method Description InfoModel
AttributePanel. getModel()
InfoModel
AttributeTab. getModel()
InfoModel
InfoFrame. getModel()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type InfoModel Modifier and Type Method Description void
AttributePanel. setModel(InfoModel model)
void
GeometryInfoPanel. setModel(InfoModel model)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type InfoModel Constructor Description AttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
GeometryInfoPanel(InfoModel model)
GeometryInfoTab(InfoModel model, WorkbenchContext context)
-