net.sf.jlayercheck.util.modeltree
Class DependentModuleNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
net.sf.jlayercheck.util.modeltree.DefaultModuleNode
net.sf.jlayercheck.util.modeltree.DependentModuleNode
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<ModuleNode>, MutableTreeNode, TreeNode, ModuleNode, NamedTreeNode, UnallowedOrAllowedDependency
public class DependentModuleNode
- extends DefaultModuleNode
- implements UnallowedOrAllowedDependency
- See Also:
- Serialized Form
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
unallowedDependency
protected boolean unallowedDependency
DependentModuleNode
public DependentModuleNode(String moduleName,
boolean unassignedModule)
DependentModuleNode
public DependentModuleNode(String moduleName)
isUnallowedDependency
public boolean isUnallowedDependency()
- Specified by:
isUnallowedDependency
in interface UnallowedOrAllowedDependency
setUnallowedDependency
public void setUnallowedDependency(boolean unallowedDependency)
Copyright © 2007. All Rights Reserved.