public class DependenciesTree
extends javax.swing.tree.DefaultMutableTreeNode
| Constructor and Description |
|---|
DependenciesTree() |
DependenciesTree(java.lang.Object userObject) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<DependenciesTree> |
getChildren() |
GeneralInfo |
getGeneralInfo() |
int |
getIssueCount() |
java.util.Set<Issue> |
getIssues() |
java.util.Set<License> |
getLicenses() |
Issue |
getTopIssue() |
java.util.Set<Issue> |
processTreeIssues()
1.
|
void |
setGeneralInfo(GeneralInfo generalInfo) |
void |
setIssues(java.util.Set<Issue> issues) |
void |
setLicenses(java.util.Set<License> licenses) |
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, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic DependenciesTree()
public DependenciesTree(java.lang.Object userObject)
public void setIssues(java.util.Set<Issue> issues)
public void setLicenses(java.util.Set<License> licenses)
public void setGeneralInfo(GeneralInfo generalInfo)
public GeneralInfo getGeneralInfo()
public java.util.Set<Issue> getIssues()
public java.util.Set<License> getLicenses()
public Issue getTopIssue()
public int getIssueCount()
public java.util.Vector<DependenciesTree> getChildren()
public java.util.Set<Issue> processTreeIssues()