Class TreeAddRemoveListModel

java.lang.Object
com.vividsolutions.jump.workbench.ui.addremove.TreeAddRemoveListModel
All Implemented Interfaces:
AddRemoveListModel

public class TreeAddRemoveListModel extends Object implements 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).