Class DefaultMutableTreeTableNode

    • Constructor Detail

      • DefaultMutableTreeTableNode

        public DefaultMutableTreeTableNode()
      • DefaultMutableTreeTableNode

        public DefaultMutableTreeTableNode​(java.lang.Object userObject)
        Parameters:
        userObject -
      • DefaultMutableTreeTableNode

        public DefaultMutableTreeTableNode​(java.lang.Object userObject,
                                           boolean allowsChildren)
        Parameters:
        userObject -
        allowsChildren -
    • Method Detail

      • getValueAt

        public java.lang.Object getValueAt​(int column)
        Gets the value for this node that corresponds to a particular tabular column.
        Parameters:
        column - the column to query
        Returns:
        the value for the queried column
      • getColumnCount

        public int getColumnCount()
        Returns the number of columns supported by this TreeTableNode.
        Returns:
        the number of columns this node supports
      • setValueAt

        public void setValueAt​(java.lang.Object aValue,
                               int column)
        Sets the value for the given column.
        Specified by:
        setValueAt in interface TreeTableNode
        Overrides:
        setValueAt in class AbstractMutableTreeTableNode
        Parameters:
        aValue - the value to set
        column - the column to set the value on