Interface RenderableTreeNode

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from interface javax.swing.tree.TreeNode

        children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
    • Method Detail

      • getIconKey

        java.lang.Object getIconKey()
        Return a hashable key to specify this node's icon
      • getFontStyle

        int getFontStyle()
        A bitmask of Font.BOLD, Font.NORMAL, Font.ITALIC to specify the font style of the node
      • getTooltipText

        java.lang.String getTooltipText()
        A tooltip (may be null) for the node