public interface RenderableTreeNode
extends javax.swing.tree.TreeNode
BasicRenderer in order for this to
mean anything.| Modifier and Type | Method and Description |
|---|---|
int |
getFontStyle()
A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the node
|
java.lang.Object |
getIconKey()
Return a hashable key to specify this node's icon
|
java.lang.String |
getTooltipText()
A tooltip (may be null) for the node
|
java.lang.Object getIconKey()
int getFontStyle()
java.lang.String getTooltipText()