public final class ReleaseNotesNode extends AbstractVersionTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
ReleaseNotesNode(VersionTree tree,
csbase.logic.algorithms.AlgorithmVersionInfo version)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
JPopupMenu |
createPopupMenu()
Cria um menu pop-up para este nó.
|
ImageIcon |
getImageIcon()
Obtém a imagem a ser utilizada para representar este nó.
|
add, allowMultipleSelection, compareTo, getName, getTree, getWindowbreadthFirstEnumeration, 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 ReleaseNotesNode(VersionTree tree, csbase.logic.algorithms.AlgorithmVersionInfo version)
tree - Árvore que detém este nó.version - Versão cuja lista de arquivos de documentação é representada
por este nó.public ImageIcon getImageIcon()
Obtém a imagem a ser utilizada para representar este nó.
Caso este método retorne null, o renderizador irá desenhar o nó da
forma padrão de acordo com o Toolkit
getImageIcon in class AbstractVersionTreeNodepublic JPopupMenu createPopupMenu()
createPopupMenu in class AbstractVersionTreeNodeCopyright © 2020. All rights reserved.