Interface RenderableTreeNode
- All Superinterfaces:
TreeNode
- All Known Subinterfaces:
OPCTreeNode
,UnifiedBrowserTree.Node
- All Known Implementing Classes:
AbstractErrorNode
,AbstractLoadingNode
,AbstractOPCTreeNode
,DefaultErrorNode
,DefaultLoadingNode
,ErrorNode
,HistoricalProvidersNode.HistoricalBrowseResultNode
,LoadingNode
,OPCFolderNode
A subinterface of TreeNode that adds some information to help it render. The main text of the node will be obtained
through the toString() function. Note that the tree's renderer must be a
BasicRenderer
in order for this to
mean anything.-
Method Summary
Modifier and TypeMethodDescriptionint
A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the nodeReturn a hashable key to specify this node's iconA tooltip (may be null) for the nodeMethods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf