Interface TreeTableNode

  • All Superinterfaces:
    javax.swing.tree.TreeNode
    All Known Implementing Classes:
    DefaultTreeTableNode, SetTreeTableNode

    public interface TreeTableNode
    extends javax.swing.tree.TreeNode
    Interface for tree table nodes. Based on swings tree node.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getValue​(int column)
      Get the value at a specific column.
      • Methods inherited from interface javax.swing.tree.TreeNode

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

      • getValue

        java.lang.Object getValue​(int column)
        Get the value at a specific column.