Class DataStoreLayerTreeModel
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.datastore.DataStoreLayerTreeModel
- All Implemented Interfaces:
TreeModel
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidintgetChildCount(Object parent) intgetIndexOfChild(Object parent, Object child) getRoot()booleanvoidvoidsetData(LinkedHashMap<String, ArrayList<DataStoreLayer>> root) Refreshes the treeModelDatavoidvalueForPathChanged(TreePath path, Object newValue)
-
Constructor Details
-
DataStoreLayerTreeModel
-
-
Method Details
-
setData
Refreshes the treeModelData -
addTreeModelListener
- Specified by:
addTreeModelListenerin interfaceTreeModel
-
getChild
-
getChildCount
- Specified by:
getChildCountin interfaceTreeModel
-
getIndexOfChild
- Specified by:
getIndexOfChildin interfaceTreeModel
-
getRoot
-
isLeaf
-
removeTreeModelListener
- Specified by:
removeTreeModelListenerin interfaceTreeModel
-
valueForPathChanged
- Specified by:
valueForPathChangedin interfaceTreeModel
-