Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abstractness() - Method in class jdepend.framework.JavaPackage
- AbstractParser - Class in jdepend.framework
-
The
AbstractParser
class is the base class for classes capable of parsing files to create aJavaClass
instance. - AbstractParser() - Constructor for class jdepend.framework.AbstractParser
- AbstractParser(PackageFilter) - Constructor for class jdepend.framework.AbstractParser
- ACC_ABSTRACT - Static variable in class jdepend.framework.ClassFileParser
- ACC_INTERFACE - Static variable in class jdepend.framework.ClassFileParser
- accept(String) - Method in class jdepend.framework.PackageFilter
-
Indicates whether the specified package name passes this package filter.
- acceptClassFile(File) - Method in class jdepend.framework.FileManager
- acceptClassFileName(String) - Method in class jdepend.framework.FileManager
- acceptFile(File) - Method in class jdepend.framework.FileManager
- acceptInnerClasses(boolean) - Method in class jdepend.framework.FileManager
-
Determines whether inner classes should be collected.
- acceptJarFile(File) - Method in class jdepend.framework.FileManager
- addAfferent(JavaPackage) - Method in class jdepend.framework.JavaPackage
-
Adds the specified Java package as an afferent of this package.
- addClass(JavaClass) - Method in class jdepend.framework.JavaPackage
- addDirectory(String) - Method in class jdepend.framework.FileManager
- addDirectory(String) - Method in class jdepend.framework.JDepend
-
Adds the specified directory name to the collection of directories to be analyzed.
- addDirectory(String) - Method in class jdepend.swingui.JDepend
-
Adds the specified directory name to the collection of directories to be analyzed.
- addDirectory(String) - Method in class jdepend.textui.JDepend
-
Adds the specified directory name to the collection of directories to be analyzed.
- addEfferent(JavaPackage) - Method in class jdepend.framework.JavaPackage
- addImportedPackage(JavaPackage) - Method in class jdepend.framework.JavaClass
- addPackage(String) - Method in class jdepend.framework.DependencyConstraint
- addPackage(String) - Method in class jdepend.framework.JDepend
-
Adds the specified Java package name to the collection of analyzed packages.
- addPackage(String) - Method in class jdepend.framework.PackageFilter
- addPackage(JavaPackage) - Method in class jdepend.framework.DependencyConstraint
- addPackage(JavaPackage) - Method in class jdepend.framework.JDepend
-
Adds the specified Java package to the collection of analyzed packages.
- addPackages(Collection) - Method in class jdepend.framework.JDepend
-
Adds the specified collection of packages to the collection of analyzed packages.
- addPackages(Collection) - Method in class jdepend.framework.PackageFilter
- addParseListener(ParserListener) - Method in class jdepend.framework.AbstractParser
- addParseListener(ParserListener) - Method in class jdepend.framework.JDepend
-
Registers the specified parser listener.
- addTreeModelListener(TreeModelListener) - Method in class jdepend.swingui.DependTreeModel
-
Adds a listener for the
TreeModelEvent
posted after the tree changes. - addTreeSelectionListener(TreeSelectionListener) - Method in class jdepend.swingui.DependTree
-
Registers the specified listener with this tree.
- afferentCoupling() - Method in class jdepend.framework.JavaPackage
- AfferentNode - Class in jdepend.swingui
-
The
AfferentNode
class is aPackageNode
for an afferent Java package and its afferent packages. - AfferentNode(PackageNode, JavaPackage) - Constructor for class jdepend.swingui.AfferentNode
-
Constructs an
AfferentNode
with the specified parent node and afferent Java package. - analyze() - Method in class jdepend.framework.JDepend
-
Analyzes the registered directories and returns the collection of analyzed packages.
- analyze() - Method in class jdepend.swingui.JDepend
-
Analyzes the registered directories, generates metrics for each Java package, and reports the metrics in a graphical format.
- analyze() - Method in class jdepend.textui.JDepend
-
Analyzes the registered directories, generates metrics for each Java package, and reports the metrics.
- analyzeInnerClasses(boolean) - Method in class jdepend.framework.JDepend
-
Determines whether inner classes are analyzed.
- analyzeInnerClasses(boolean) - Method in class jdepend.textui.JDepend
-
Determines whether inner classes are analyzed.
B
- build() - Method in class jdepend.framework.JavaClassBuilder
-
Builds the
JavaClass
instances. - buildClasses(File) - Method in class jdepend.framework.JavaClassBuilder
-
Builds the
JavaClass
instances from the specified file. - buildClasses(JarFile) - Method in class jdepend.framework.JavaClassBuilder
-
Builds the
JavaClass
instances from the specified jar, war, or zip file. - byName() - Static method in class jdepend.framework.PackageComparator
- byWhat() - Method in class jdepend.framework.PackageComparator
C
- CLASS_DESCRIPTOR - Static variable in class jdepend.framework.ClassFileParser
- ClassComparator() - Constructor for class jdepend.framework.JavaClass.ClassComparator
- ClassFileParser - Class in jdepend.framework
-
The
ClassFileParser
class is responsible for parsing a Java class file to create aJavaClass
instance. - ClassFileParser() - Constructor for class jdepend.framework.ClassFileParser
- ClassFileParser(PackageFilter) - Constructor for class jdepend.framework.ClassFileParser
- collectAllCycles(List) - Method in class jdepend.framework.JavaPackage
-
Collects all the packages participating in a package dependency cycle which originates from this package.
- collectCycle(List) - Method in class jdepend.framework.JavaPackage
-
Collects the packages participating in the first package dependency cycle detected which originates from this package.
- compare(Object, Object) - Method in class jdepend.framework.JavaClass.ClassComparator
- compare(Object, Object) - Method in class jdepend.framework.PackageComparator
- CONSTANT_CLASS - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_DOUBLE - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_FIELD - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_FLOAT - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_INTEGER - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_INTERFACEMETHOD - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_INVOKEDYNAMIC - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_LONG - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_METHOD - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_METHOD_HANDLE - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_METHOD_TYPE - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_NAMEANDTYPE - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_STRING - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_UNICODE - Static variable in class jdepend.framework.ClassFileParser
- CONSTANT_UTF8 - Static variable in class jdepend.framework.ClassFileParser
- containsCycle() - Method in class jdepend.framework.JavaPackage
- containsCycles() - Method in class jdepend.framework.JDepend
-
Indicates whether the packages contain one or more dependency cycles.
- countClasses() - Method in class jdepend.framework.JavaClassBuilder
- countClasses() - Method in class jdepend.framework.JDepend
-
Returns the number of registered Java classes to be analyzed.
- countPackages() - Method in class jdepend.framework.JDepend
-
Returns the number of analyzed Java packages.
D
- debug(String) - Method in class jdepend.framework.AbstractParser
- DEBUG - Static variable in class jdepend.framework.AbstractParser
- DEFAULT_PROPERTY_FILE - Static variable in class jdepend.framework.PropertyConfigurator
- DependencyConstraint - Class in jdepend.framework
-
The
DependencyConstraint
class is a constraint that tests whether two package-dependency graphs are equivalent. - DependencyConstraint() - Constructor for class jdepend.framework.DependencyConstraint
- dependencyMatch(DependencyConstraint) - Method in class jdepend.framework.JDepend
-
Indicates whether the analyzed packages match the specified dependency constraint.
- dependsUpon(JavaPackage) - Method in class jdepend.framework.JavaPackage
-
Adds the specified Java package as an efferent of this package and adds this package as an afferent of it.
- DependTree - Class in jdepend.swingui
-
The
DependTree
class defines the graphical tree for displaying the packages and their hierarchical dependencies. - DependTree() - Constructor for class jdepend.swingui.DependTree
-
Constructs a
DependTree
with an empty tree model. - DependTree(DependTreeModel) - Constructor for class jdepend.swingui.DependTree
-
Constructs a
DependTree
with the specified tree model. - DependTreeModel - Class in jdepend.swingui
-
The
DependTreeModel
class defines the data model being observed by aDependTree
instance. - DependTreeModel(PackageNode) - Constructor for class jdepend.swingui.DependTreeModel
-
Constructs a
DependTreeModel
with the specified root package node. - distance() - Method in class jdepend.framework.JavaPackage
E
- efferentCoupling() - Method in class jdepend.framework.JavaPackage
- EfferentNode - Class in jdepend.swingui
-
The
EfferentNode
class is aPackageNode
for an efferent Java package and its efferent packages. - EfferentNode(PackageNode, JavaPackage) - Constructor for class jdepend.swingui.EfferentNode
-
Constructs an
EfferentNode
with the specified parent node and efferent Java package. - equals(Object) - Method in class jdepend.framework.JavaClass
- equals(Object) - Method in class jdepend.framework.JavaPackage
- extractFiles() - Method in class jdepend.framework.FileManager
F
- FileManager - Class in jdepend.framework
-
The
FileManager
class is responsible for extracting Java class files (.class
files) from a collection of registered directories. - FileManager() - Constructor for class jdepend.framework.FileManager
- formatter - Variable in class jdepend.textui.JDepend
G
- getAbstractClassCount() - Method in class jdepend.framework.JavaPackage
- getAfferents() - Method in class jdepend.framework.JavaPackage
- getAnalyzeInnerClasses() - Method in class jdepend.framework.PropertyConfigurator
- getChild(Object, int) - Method in class jdepend.swingui.DependTreeModel
-
Returns the child of the specified parent at the specified index in the parent's child collection.
- getChildCount(Object) - Method in class jdepend.swingui.DependTreeModel
-
Returns the number of children for the specified parent.
- getChildren() - Method in class jdepend.swingui.PackageNode
-
Returns the child package nodes of this node.
- getClassCount() - Method in class jdepend.framework.JavaPackage
- getClasses() - Method in class jdepend.framework.JavaPackage
- getConcreteClassCount() - Method in class jdepend.framework.JavaPackage
- getConfiguredPackages() - Method in class jdepend.framework.PropertyConfigurator
- getCoupledPackages() - Method in class jdepend.swingui.AfferentNode
-
Returns the collection of Java packages coupled to the package represented in this node.
- getCoupledPackages() - Method in class jdepend.swingui.EfferentNode
-
Returns the collection of Java packages coupled to the package represented in this node.
- getCoupledPackages() - Method in class jdepend.swingui.PackageNode
-
Returns the collection of Java packages coupled to the package represented in this node.
- getDefaultPropertyFile() - Static method in class jdepend.framework.PropertyConfigurator
- getEfferents() - Method in class jdepend.framework.JavaPackage
- getFilter() - Method in class jdepend.framework.AbstractParser
- getFilter() - Method in class jdepend.framework.JDepend
- getFilteredPackages() - Method in class jdepend.framework.PropertyConfigurator
- getFilters() - Method in class jdepend.framework.PackageFilter
-
Returns the collection of filtered package names.
- getImportedPackages() - Method in class jdepend.framework.JavaClass
- getIndexOfChild(Object, Object) - Method in class jdepend.swingui.DependTreeModel
-
Returns the index of the specified child within the specified parent.
- getModel() - Method in class jdepend.swingui.DependTree
-
Returns the tree model.
- getName() - Method in class jdepend.framework.JavaClass
- getName() - Method in class jdepend.framework.JavaPackage
- getPackage() - Method in class jdepend.swingui.PackageNode
-
Returns the Java package represented in this node.
- getPackage(String) - Method in class jdepend.framework.JDepend
-
Returns the analyzed package of the specified name.
- getPackageName() - Method in class jdepend.framework.JavaClass
- getPackages() - Method in class jdepend.framework.DependencyConstraint
- getPackages() - Method in class jdepend.framework.JDepend
-
Returns the collection of analyzed packages.
- getParent() - Method in class jdepend.swingui.PackageNode
-
Returns the parent of this package node.
- getRoot() - Method in class jdepend.swingui.DependTreeModel
-
Returns the root of the tree.
- getSourceFile() - Method in class jdepend.framework.JavaClass
- getVolatility() - Method in class jdepend.framework.JavaPackage
- getWriter() - Method in class jdepend.textui.JDepend
H
- hashCode() - Method in class jdepend.framework.JavaClass
- hashCode() - Method in class jdepend.framework.JavaPackage
I
- instability() - Method in class jdepend.framework.JavaPackage
- instanceMain(String[]) - Method in class jdepend.textui.JDepend
- isAbstract() - Method in class jdepend.framework.JavaClass
- isAbstract(boolean) - Method in class jdepend.framework.JavaClass
- isChild(JavaPackage) - Method in class jdepend.swingui.EfferentNode
-
Indicates whether the specified package should be displayed as a child of this node.
- isChild(JavaPackage) - Method in class jdepend.swingui.PackageNode
-
Indicates whether the specified package should be displayed as a child of this node.
- isLeaf() - Method in class jdepend.swingui.PackageNode
-
Indicates whether this node is a leaf node.
- isLeaf(Object) - Method in class jdepend.swingui.DependTreeModel
-
Determines whether the specified tree node is a leaf node.
J
- JAVA_MAGIC - Static variable in class jdepend.framework.ClassFileParser
- JavaClass - Class in jdepend.framework
-
The
JavaClass
class represents a Java class or interface. - JavaClass(String) - Constructor for class jdepend.framework.JavaClass
- JavaClass.ClassComparator - Class in jdepend.framework
- JavaClassBuilder - Class in jdepend.framework
-
The
JavaClassBuilder
buildsJavaClass
instances from .class, .jar, .war, or .zip files. - JavaClassBuilder() - Constructor for class jdepend.framework.JavaClassBuilder
- JavaClassBuilder(AbstractParser, FileManager) - Constructor for class jdepend.framework.JavaClassBuilder
- JavaClassBuilder(FileManager) - Constructor for class jdepend.framework.JavaClassBuilder
- JavaPackage - Class in jdepend.framework
-
The
JavaPackage
class represents a Java package. - JavaPackage(String) - Constructor for class jdepend.framework.JavaPackage
- JavaPackage(String, int) - Constructor for class jdepend.framework.JavaPackage
- JDepend - Class in jdepend.framework
-
The
JDepend
class analyzes directories of Java class files and generates the following metrics for each Java package. - JDepend - Class in jdepend.swingui
-
The
JDepend
class analyzes directories of Java class files, generates metrics for each Java package, and reports the metrics in a Swing tree. - JDepend - Class in jdepend.textui
-
The
JDepend
class analyzes directories of Java class files, generates metrics for each Java package, and reports the metrics in a textual format. - JDepend - Class in jdepend.xmlui
-
The
JDepend
class analyzes directories of Java class files, generates metrics for each Java package, and reports the metrics in an XML format. - JDepend() - Constructor for class jdepend.framework.JDepend
- JDepend() - Constructor for class jdepend.swingui.JDepend
-
Constructs a
JDepend
instance. - JDepend() - Constructor for class jdepend.textui.JDepend
-
Constructs a
JDepend
instance using standard output. - JDepend() - Constructor for class jdepend.xmlui.JDepend
-
Constructs a
JDepend
instance using standard output. - JDepend(PrintWriter) - Constructor for class jdepend.textui.JDepend
-
Constructs a
JDepend
instance with the specified writer. - JDepend(PrintWriter) - Constructor for class jdepend.xmlui.JDepend
-
Constructs a
JDepend
instance with the specified writer. - JDepend(PackageFilter) - Constructor for class jdepend.framework.JDepend
- jdepend.framework - package jdepend.framework
- jdepend.swingui - package jdepend.swingui
- jdepend.textui - package jdepend.textui
- jdepend.xmlui - package jdepend.xmlui
L
- loadProperties(File) - Static method in class jdepend.framework.PropertyConfigurator
M
- main(String[]) - Static method in class jdepend.framework.ClassFileParser
-
Test main.
- main(String[]) - Static method in class jdepend.swingui.JDepend
- main(String[]) - Static method in class jdepend.textui.JDepend
- main(String[]) - Static method in class jdepend.xmlui.JDepend
-
Main.
- makeNode(PackageNode, JavaPackage) - Method in class jdepend.swingui.AfferentNode
-
Creates and returns a
PackageNode
with the specified parent node and Java package. - makeNode(PackageNode, JavaPackage) - Method in class jdepend.swingui.EfferentNode
-
Creates and returns a
PackageNode
with the specified parent node and Java package. - makeNode(PackageNode, JavaPackage) - Method in class jdepend.swingui.PackageNode
-
Creates and returns a
PackageNode
with the specified parent node and Java package. - match(Collection) - Method in class jdepend.framework.DependencyConstraint
-
Indicates whether the specified packages match the packages in this constraint.
O
- onParsedJavaClass(JavaClass) - Method in class jdepend.framework.AbstractParser
-
Informs registered parser listeners that the specified
JavaClass
was parsed. - onParsedJavaClass(JavaClass) - Method in interface jdepend.framework.ParserListener
-
Called whenever a Java class file is parsed into the specified
JavaClass
instance. - onParsedJavaClass(JavaClass) - Method in class jdepend.swingui.JDepend
-
Called whenever a Java source file is parsed into the specified
JavaClass
instance.
P
- PackageComparator - Class in jdepend.framework
-
The
PackageComparator
class is aComparator
used to compare twoJavaPackage
instances for order using a sorting strategy. - PackageComparator(PackageComparator) - Constructor for class jdepend.framework.PackageComparator
- PackageFilter - Class in jdepend.framework
-
The
PackageFilter
class is used to filter imported package names. - PackageFilter() - Constructor for class jdepend.framework.PackageFilter
-
Constructs a
PackageFilter
instance containing the filters specified in thejdepend.properties
file, if it exists. - PackageFilter(File) - Constructor for class jdepend.framework.PackageFilter
-
Constructs a
PackageFilter
instance containing the filters contained in the specified file. - PackageFilter(Collection) - Constructor for class jdepend.framework.PackageFilter
-
Constructs a
PackageFilter
instance with the specified collection of package names to filter. - PackageNode - Class in jdepend.swingui
-
The
PackageNode
class defines the default behavior for tree nodes representing Java packages. - PackageNode(PackageNode, JavaPackage) - Constructor for class jdepend.swingui.PackageNode
-
Constructs a
PackageNode
with the specified package and its collection of dependent packages. - parse(File) - Method in class jdepend.framework.ClassFileParser
-
Registered parser listeners are informed that the resulting
JavaClass
was parsed. - parse(InputStream) - Method in class jdepend.framework.AbstractParser
-
Registered parser listeners are informed that the resulting
JavaClass
was parsed. - parse(InputStream) - Method in class jdepend.framework.ClassFileParser
- ParserListener - Interface in jdepend.framework
-
The
ParserListener
interface defines a listener notified upon the completion of parsing events. - printAbstractClasses(JavaPackage) - Method in class jdepend.textui.JDepend
- printAbstractClassesFooter() - Method in class jdepend.textui.JDepend
- printAbstractClassesFooter() - Method in class jdepend.xmlui.JDepend
- printAbstractClassesHeader() - Method in class jdepend.textui.JDepend
- printAbstractClassesHeader() - Method in class jdepend.xmlui.JDepend
- printAfferents(JavaPackage) - Method in class jdepend.textui.JDepend
- printAfferentsError() - Method in class jdepend.textui.JDepend
- printAfferentsError() - Method in class jdepend.xmlui.JDepend
- printAfferentsFooter() - Method in class jdepend.textui.JDepend
- printAfferentsFooter() - Method in class jdepend.xmlui.JDepend
- printAfferentsHeader() - Method in class jdepend.textui.JDepend
- printAfferentsHeader() - Method in class jdepend.xmlui.JDepend
- printClassName(JavaClass) - Method in class jdepend.textui.JDepend
- printClassName(JavaClass) - Method in class jdepend.xmlui.JDepend
- printConcreteClasses(JavaPackage) - Method in class jdepend.textui.JDepend
- printConcreteClassesFooter() - Method in class jdepend.textui.JDepend
- printConcreteClassesFooter() - Method in class jdepend.xmlui.JDepend
- printConcreteClassesHeader() - Method in class jdepend.textui.JDepend
- printConcreteClassesHeader() - Method in class jdepend.xmlui.JDepend
- printCycle(JavaPackage) - Method in class jdepend.textui.JDepend
- printCycleContributor(JavaPackage) - Method in class jdepend.textui.JDepend
- printCycleContributor(JavaPackage) - Method in class jdepend.xmlui.JDepend
- printCycleFooter() - Method in class jdepend.textui.JDepend
- printCycleFooter() - Method in class jdepend.xmlui.JDepend
- printCycleHeader(JavaPackage) - Method in class jdepend.textui.JDepend
- printCycleHeader(JavaPackage) - Method in class jdepend.xmlui.JDepend
- printCycles(Collection) - Method in class jdepend.textui.JDepend
- printCyclesFooter() - Method in class jdepend.textui.JDepend
- printCyclesFooter() - Method in class jdepend.xmlui.JDepend
- printCyclesHeader() - Method in class jdepend.textui.JDepend
- printCyclesHeader() - Method in class jdepend.xmlui.JDepend
- printCycleTarget(JavaPackage) - Method in class jdepend.textui.JDepend
- printCycleTarget(JavaPackage) - Method in class jdepend.xmlui.JDepend
- printEfferents(JavaPackage) - Method in class jdepend.textui.JDepend
- printEfferentsError() - Method in class jdepend.textui.JDepend
- printEfferentsError() - Method in class jdepend.xmlui.JDepend
- printEfferentsFooter() - Method in class jdepend.textui.JDepend
- printEfferentsFooter() - Method in class jdepend.xmlui.JDepend
- printEfferentsHeader() - Method in class jdepend.textui.JDepend
- printEfferentsHeader() - Method in class jdepend.xmlui.JDepend
- printFooter() - Method in class jdepend.textui.JDepend
- printFooter() - Method in class jdepend.xmlui.JDepend
- printHeader() - Method in class jdepend.textui.JDepend
- printHeader() - Method in class jdepend.xmlui.JDepend
- printNoStats() - Method in class jdepend.textui.JDepend
- printNoStats() - Method in class jdepend.xmlui.JDepend
- printPackage(JavaPackage) - Method in class jdepend.textui.JDepend
- printPackageFooter(JavaPackage) - Method in class jdepend.textui.JDepend
- printPackageFooter(JavaPackage) - Method in class jdepend.xmlui.JDepend
- printPackageHeader(JavaPackage) - Method in class jdepend.textui.JDepend
- printPackageHeader(JavaPackage) - Method in class jdepend.xmlui.JDepend
- printPackageName(JavaPackage) - Method in class jdepend.textui.JDepend
- printPackageName(JavaPackage) - Method in class jdepend.xmlui.JDepend
- printPackages(Collection) - Method in class jdepend.textui.JDepend
- printPackagesFooter() - Method in class jdepend.textui.JDepend
- printPackagesFooter() - Method in class jdepend.xmlui.JDepend
- printPackagesHeader() - Method in class jdepend.textui.JDepend
- printPackagesHeader() - Method in class jdepend.xmlui.JDepend
- printSectionBreak() - Method in class jdepend.textui.JDepend
- printStatistics(JavaPackage) - Method in class jdepend.textui.JDepend
- printStatistics(JavaPackage) - Method in class jdepend.xmlui.JDepend
- printSummary(Collection) - Method in class jdepend.textui.JDepend
- printSummary(Collection) - Method in class jdepend.xmlui.JDepend
- PropertyConfigurator - Class in jdepend.framework
-
The
PropertyConfigurator
class contains configuration information contained in thejdepend.properties
file, if such a file exists either in the user's home directory or somewhere in the classpath. - PropertyConfigurator() - Constructor for class jdepend.framework.PropertyConfigurator
-
Constructs a
PropertyConfigurator
instance containing the properties specified in the filejdepend.properties
, if it exists. - PropertyConfigurator(File) - Constructor for class jdepend.framework.PropertyConfigurator
-
Constructs a
PropertyConfigurator
instance with the specified property file. - PropertyConfigurator(Properties) - Constructor for class jdepend.framework.PropertyConfigurator
-
Constructs a
PropertyConfigurator
instance with the specified property set.
R
- removeTreeModelListener(TreeModelListener) - Method in class jdepend.swingui.DependTreeModel
-
Removes a listener for
TreeModelEvent
s.
S
- setAfferents(Collection) - Method in class jdepend.framework.JavaPackage
- setComponents(String) - Method in class jdepend.framework.JDepend
-
Sets the list of components.
- setComponents(String) - Method in class jdepend.swingui.JDepend
-
Sets the comma-separated list of components.
- setComponents(String) - Method in class jdepend.textui.JDepend
-
Sets the comma-separated list of components.
- setEfferents(Collection) - Method in class jdepend.framework.JavaPackage
- setFilter(PackageFilter) - Method in class jdepend.framework.AbstractParser
- setFilter(PackageFilter) - Method in class jdepend.framework.JDepend
- setFilter(PackageFilter) - Method in class jdepend.swingui.JDepend
-
Sets the package filter.
- setFilter(PackageFilter) - Method in class jdepend.textui.JDepend
-
Sets the package filter.
- setModel(DependTreeModel) - Method in class jdepend.swingui.DependTree
-
Sets the tree model.
- setName(String) - Method in class jdepend.framework.JavaClass
- setPackageName(String) - Method in class jdepend.framework.JavaClass
- setSourceFile(String) - Method in class jdepend.framework.JavaClass
- setStatusComponent(JComponent) - Method in class jdepend.swingui.StatusPanel
-
Sets the specified component as the current status component of this panel.
- setVolatility(int) - Method in class jdepend.framework.JavaPackage
- setWriter(PrintWriter) - Method in class jdepend.textui.JDepend
-
Sets the output writer.
- StatusPanel - Class in jdepend.swingui
-
The
StatusPanel
class defines the status-related UI components. - StatusPanel() - Constructor for class jdepend.swingui.StatusPanel
-
Constructs a
StatusPanel
.
T
- tab() - Method in class jdepend.textui.JDepend
- tab(int) - Method in class jdepend.textui.JDepend
- toFormattedString(float) - Method in class jdepend.textui.JDepend
- toMetricsString() - Method in class jdepend.swingui.PackageNode
-
Returns the string representation of this node's metrics.
- toString() - Method in class jdepend.framework.ClassFileParser
-
Returns a string representation of this object.
- toString() - Method in class jdepend.framework.JavaPackage
- toString() - Method in class jdepend.swingui.AfferentNode
-
Returns the string representation of this node in it's current tree context.
- toString() - Method in class jdepend.swingui.EfferentNode
-
Returns the string representation of this node in it's current tree context.
- toString() - Method in class jdepend.swingui.PackageNode
-
Returns the string representation of this node in it's current tree context.
U
- usage(String) - Method in class jdepend.textui.JDepend
V
- valueChanged(TreeSelectionEvent) - Method in class jdepend.swingui.DependTree
-
Callback method triggered whenever the value of the tree selection changes.
- valueForPathChanged(TreePath, Object) - Method in class jdepend.swingui.DependTreeModel
-
Callback method triggered when the value for the item specified by path has changed to newValue .
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form