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 InfoModelAttributePanel. getModel()InfoModelAttributeTab. getModel()InfoModelInfoFrame. getModel()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type InfoModel Modifier and Type Method Description voidAttributePanel. setModel(InfoModel model)voidGeometryInfoPanel. 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)
-