com.vividsolutions.jump.workbench.ui
Class InfoModel
java.lang.Object
com.vividsolutions.jump.workbench.ui.InfoModel
public class InfoModel
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfoModel
public InfoModel()
dispose
public void dispose()
- Releases references to the data, to facilitate garbage collection.
Important for MDI apps like the JCS Workbench.
getLayerTableModels
public java.util.Collection getLayerTableModels()
add
public void add(Layer layer,
java.util.Collection features)
remove
public void remove(Layer layer)
clear
public void clear()
getTableModel
public LayerTableModel getTableModel(Layer layer)
getLayers
public java.util.List getLayers()
addListener
public void addListener(InfoModelListener listener)