Package ucar.ui.table

Class JTreeTable

    • Method Detail

      • incrSelected

        public int incrSelected​(boolean increment)
        Increment or decrement the current selection by one row.
        Parameters:
        increment - true=increment, false=decrement
      • updateUI

        public void updateUI()
        Overridden to message super and forward the method to the tree. Since the tree is not actually in the component hieachy it will never receive this unless we forward it in this manner.
        Overrides:
        updateUI in class JTable
      • getPathForRow

        public TreePath getPathForRow​(int row)
      • setRowHeight

        public void setRowHeight​(int rowHeight)
        Overridden to pass the new rowHeight to the tree.
        Overrides:
        setRowHeight in class JTable
      • fireDataChanged

        public void fireDataChanged()