Class DncExplorerTreeTableModel

  • All Implemented Interfaces:
    TreeModel, org.jdesktop.swingx.treetable.TreeTableModel

    public class DncExplorerTreeTableModel
    extends org.jdesktop.swingx.treetable.AbstractTreeTableModel
    • Method Detail

      • dispose

        public void dispose()
      • getChildCount

        public int getChildCount​(Object parent)
      • getChild

        public Object getChild​(Object parent,
                               int index)
      • getIndexOfChild

        public int getIndexOfChild​(Object parent,
                                   Object child)
      • getColumnCount

        public int getColumnCount()
      • getColumnName

        public String getColumnName​(int column)
        Specified by:
        getColumnName in interface org.jdesktop.swingx.treetable.TreeTableModel
        Overrides:
        getColumnName in class org.jdesktop.swingx.treetable.AbstractTreeTableModel
      • getValueAt

        public Object getValueAt​(Object node,
                                 int column)