Package jdepend.swingui


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