Class JXTreeTable.TreeTableModelAdapter

    • Method Detail

      • updateAfterExpansionEvent

        protected void updateAfterExpansionEvent​(TreeExpansionEvent event)
        updates the table after having received an TreeExpansionEvent.

        Parameters:
        event - the TreeExpansionEvent which triggered the method call.
      • bind

        protected final void bind​(JXTreeTable treeTable)
        Immutably binds this TreeTableModelAdapter to the specified JXTreeTable.
        Parameters:
        treeTable - the JXTreeTable instance that this adapter is bound to.
      • getColumnCount

        public int getColumnCount()
      • getRowCount

        public int getRowCount()
      • getValueAt

        public Object getValueAt​(int row,
                                 int column)
      • nodeForRow

        protected Object nodeForRow​(int row)
      • delayedFireTableDataUpdated

        protected void delayedFireTableDataUpdated​(TreeModelEvent tme)
        This is used for updated only. PENDING: not necessary to delay? Updates are never structural changes which are the critical.
        Parameters:
        tme -