Package fis

Class FuzzyTreeTableModel

    • Field Detail

    • Constructor Detail

      • FuzzyTreeTableModel

        public FuzzyTreeTableModel​(FuzzyTree fuzzy_tree)
    • Method Detail

      • getChildren

        protected Object[] getChildren​(Object node)
      • getChildCount

        public int getChildCount​(Object node)
      • getChild

        public Object getChild​(Object node,
                               int i)
      • getColumnCount

        public int getColumnCount()
        Description copied from interface: TreeTableModel
        Returns the number ofs availible column.
      • getColumnName

        public String getColumnName​(int column)
        Description copied from interface: TreeTableModel
        Returns the name for column number column.
      • getValueAt

        public Object getValueAt​(Object node,
                                 int column)
        Description copied from interface: TreeTableModel
        Returns the value to be displayed for node node, at column number column.