java.lang.Object | +--jdepend.swingui.PackageNode | +--jdepend.swingui.EfferentNode
EfferentNode(PackageNode parent, JavaPackage jPackage) Constructs an EfferentNode with the specified parent node and efferent Java package. |
java.util.Collection | Returns the collection of Java packages coupled to the package represented in this node. |
boolean | isChild(JavaPackage jPackage) Indicates whether the specified package should be displayed as a child of this node. |
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. |
public EfferentNode(PackageNode parent, JavaPackage jPackage)
EfferentNode
with
the specified parent node and efferent Java
package.
protected Collection getCoupledPackages()
public boolean isChild(JavaPackage jPackage)
protected PackageNode makeNode(PackageNode parent, JavaPackage jPackage)
PackageNode
with the specified parent node and Java package.
public String toString()
EfferentNode
class is aPackageNode
for an efferent Java package and its efferent packages.