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