Class TreeAddRemoveListModel
java.lang.Object
com.vividsolutions.jump.workbench.ui.addremove.TreeAddRemoveListModel
- All Implemented Interfaces:
AddRemoveListModel
A read-only tree appropriate for the left-hand panel of an AddRemovePanel.
Not for use as the right-hand panel because it is read-only -- it does not
have any logic for adding a node to the tree (or removing a node, for that
matter).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TreeAddRemoveListModel
-
-
Method Details
-
getTreeModel
-
add
- Specified by:
addin interfaceAddRemoveListModel
-
setItems
- Specified by:
setItemsin interfaceAddRemoveListModel
-
getItems
- Specified by:
getItemsin interfaceAddRemoveListModel
-
remove
- Specified by:
removein interfaceAddRemoveListModel
-