Class RequestTreeTableModel

    • Constructor Detail

      • RequestTreeTableModel

        public RequestTreeTableModel​(com.iamsoft.util.requestcache.DataRequestListModel pListModel)
    • Method Detail

      • getColumnCount

        public int getColumnCount()
        Description copied from interface: TreeTableModel
        Returns the number of available columns.
      • getColumnName

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

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

        public Object getChild​(Object pParent,
                               int pIdx)
      • getChildCount

        public int getChildCount​(Object pParent)