public class FHAESResultTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
Modifier and Type | Field and Description |
---|---|
private boolean |
enabled |
private FHAESResult |
fhresult |
private javax.swing.ImageIcon |
icon |
private java.util.ArrayList<FHAESAction> |
popupActions |
private static long |
serialVersionUID |
Constructor and Description |
---|
FHAESResultTreeNode(FHAESResult fhresult)
TODO
|
FHAESResultTreeNode(FHAESResult fhresult,
javax.swing.ImageIcon icon)
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
addAction(FHAESAction action) |
void |
clearActions() |
boolean |
getAllowsChildren() |
java.util.ArrayList<FHAESAction> |
getArrayOfActions() |
FHAESResult |
getFHAESResult() |
javax.swing.ImageIcon |
getIcon() |
boolean |
isEnabled() |
void |
setEnabled(boolean b) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, 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, toString
private static final long serialVersionUID
private javax.swing.ImageIcon icon
private final FHAESResult fhresult
private java.util.ArrayList<FHAESAction> popupActions
private boolean enabled
public FHAESResultTreeNode(FHAESResult fhresult, javax.swing.ImageIcon icon)
fhresult
- icon
- public FHAESResultTreeNode(FHAESResult fhresult)
fhresult
- public boolean getAllowsChildren()
getAllowsChildren
in interface javax.swing.tree.TreeNode
getAllowsChildren
in class javax.swing.tree.DefaultMutableTreeNode
public void setEnabled(boolean b)
public boolean isEnabled()
public javax.swing.ImageIcon getIcon()
public FHAESResult getFHAESResult()
public java.util.ArrayList<FHAESAction> getArrayOfActions()
public void addAction(FHAESAction action)
public void clearActions()