Uses of Class
com.vividsolutions.jump.workbench.ui.InfoModel
-
Packages that use InfoModel Package Description com.vividsolutions.jump.workbench.ui -
-
Uses of InfoModel in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return InfoModel Modifier and Type Method Description InfoModel
AttributePanel. getModel()
InfoModel
AttributeTab. getModel()
InfoModel
InfoFrame. getModel()
Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui with parameters of type InfoModel Constructor Description AttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren)
AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren)
GeometryInfoPanel(InfoModel model)
GeometryInfoTab(InfoModel model, WorkbenchContext context)
-