Uses of Class
com.vividsolutions.jump.workbench.ui.InfoModel

Packages that use InfoModel
com.vividsolutions.jump.workbench.ui   
 

Uses of InfoModel in com.vividsolutions.jump.workbench.ui
 

Methods in com.vividsolutions.jump.workbench.ui that return InfoModel
 InfoModel AttributePanel.getModel()
           
 InfoModel InfoFrame.getModel()
           
 InfoModel AttributeTab.getModel()
           
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type InfoModel
 void AttributePanel.setModel(InfoModel model)
           
 void GeometryInfoPanel.setModel(InfoModel model)
           
 

Constructors in com.vividsolutions.jump.workbench.ui with parameters of type InfoModel
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)