Class DefaultTreeTable.Model

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

    public static class DefaultTreeTable.Model
    extends org.jdesktop.swingx.treetable.DefaultTreeTableModel
    • Field Summary

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

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

        modelSupport, root
    • Constructor Summary

      Constructors 
      Constructor Description
      Model()  
      Model​(org.jdesktop.swingx.treetable.TreeTableNode root)  
      Model​(org.jdesktop.swingx.treetable.TreeTableNode root, List<?> columnNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void nodeStructureChanged​(TreePath path)  
      • 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

      • Model

        public Model()
      • Model

        public Model​(org.jdesktop.swingx.treetable.TreeTableNode root)
      • Model

        public Model​(org.jdesktop.swingx.treetable.TreeTableNode root,
                     List<?> columnNames)
    • Method Detail

      • nodeStructureChanged

        public void nodeStructureChanged​(TreePath path)