javax.swing.JPanel | +--jdepend.swingui.DependTreeAll Implemented Interfaces:
Constructs a DependTree with an empty tree model. |
DependTree(DependTreeModel model) Constructs a DependTree with the specified tree model. |
void | addTreeSelectionListener(TreeSelectionListener l) Registers the specified listener with this tree. |
getModel() Returns the tree model. | |
void | setModel(DependTreeModel model) Sets the tree model. |
void | valueChanged(TreeSelectionEvent te) Callback method triggered whenever the value of the tree selection changes. |
public DependTree()
DependTree
with an
empty tree model.
public DependTree(DependTreeModel model)
DependTree
with the
specified tree model.
public void addTreeSelectionListener(TreeSelectionListener l)
public DependTreeModel getModel()
public void setModel(DependTreeModel model)
public void valueChanged(TreeSelectionEvent te)
DependTree
class defines the graphical tree for displaying the packages and their hierarchical dependencies.