Class NavTreeTableModel.MyDefaultTreeTableModel

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

    public abstract static class NavTreeTableModel.MyDefaultTreeTableModel
    extends org.jdesktop.swingx.treetable.DefaultTreeTableModel
    Hack to acces to the modelSupport
    Since:
    2.2
    Author:
    sletellier
    • Field Summary

      • Fields inherited from class org.jdesktop.swingx.treetable.DefaultTreeTableModel

        columnIdentifiers
      • Fields inherited from class org.jdesktop.swingx.treetable.AbstractTreeTableModel

        modelSupport, root
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract String[] getColumnsNames()  
      org.jdesktop.swingx.tree.TreeModelSupport getModelSupport()  
      • Methods inherited from class org.jdesktop.swingx.treetable.DefaultTreeTableModel

        getChild, getChildCount, getColumnCount, getColumnName, getIndexOfChild, getPathToRoot, getRoot, getValueAt, insertNodeInto, isCellEditable, isLeaf, removeNodeFromParent, setColumnIdentifiers, setRoot, setUserObject, setValueAt, valueForPathChanged
      • Methods inherited from class org.jdesktop.swingx.treetable.AbstractTreeTableModel

        addTreeModelListener, getColumnClass, getHierarchicalColumn, getTreeModelListeners, removeTreeModelListener
    • Constructor Detail

      • MyDefaultTreeTableModel

        public MyDefaultTreeTableModel()
    • Method Detail

      • getModelSupport

        public org.jdesktop.swingx.tree.TreeModelSupport getModelSupport()
      • getColumnsNames

        public abstract String[] getColumnsNames()