jdepend.swingui |
|
Java Source File Name | Type | Comment |
AboutDialog.java | Class | The AboutDialog displays the about information. |
AfferentNode.java | Class | The AfferentNode class is a PackageNode for an
afferent Java package and its afferent packages. |
DependTree.java | Class | The DependTree class defines the graphical tree for displaying
the packages and their hierarchical dependencies. |
DependTreeModel.java | Class | The DependTreeModel class defines the data model being
observed by a DependTree instance. |
EfferentNode.java | Class | The EfferentNode class is a PackageNode for an
efferent Java package and its efferent packages. |
JDepend.java | Class | The JDepend class analyzes directories of Java class files,
generates metrics for each Java package, and reports the metrics in a Swing
tree. |
PackageNode.java | Class | The PackageNode class defines the default behavior for tree
nodes representing Java packages. |
StatusPanel.java | Class | The StatusPanel class defines the status-related UI
components. |