|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jdepend.swingui.PackageNode | +--jdepend.swingui.AfferentNode
The AfferentNode
class is a
PackageNode
for an afferent
Java package and its afferent packages.
Constructor Summary | |
AfferentNode(PackageNode parent,
JavaPackage jPackage)
Constructs an AfferentNode with
the specified parent node and afferent Java
package. |
Method Summary | |
protected java.util.Collection |
getCoupledPackages()
Returns the collection of Java packages coupled to the package represented in this node. |
protected PackageNode |
makeNode(PackageNode parent,
JavaPackage jPackage)
Creates and returns a PackageNode
with the specified parent node and Java package. |
java.lang.String |
toString()
Returns the string representation of this node in it's current tree context. |
Methods inherited from class jdepend.swingui.PackageNode |
getChildren, getPackage, getParent, isChild, isLeaf, toMetricsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AfferentNode(PackageNode parent, JavaPackage jPackage)
AfferentNode
with
the specified parent node and afferent Java
package.
parent
- Parent package node.jPackage
- Afferent Java package.Method Detail |
protected PackageNode makeNode(PackageNode parent, JavaPackage jPackage)
PackageNode
with the specified parent node and Java package.
makeNode
in class PackageNode
parent
- Parent package node.jPackage
- Java package.
PackageNode
protected java.util.Collection getCoupledPackages()
getCoupledPackages
in class PackageNode
public java.lang.String toString()
toString
in class PackageNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |