Module com.iamsoft.util.ui
Class RequestTreeTableModel
- java.lang.Object
-
- com.iamsoft.util.ui.swing.AbstractTreeTableModel
-
- com.iamsoft.util.ui.requestcache.swing.RequestTreeTableModel
-
- All Implemented Interfaces:
TreeTableModel,TreeModel
public abstract class RequestTreeTableModel extends AbstractTreeTableModel
-
-
Field Summary
-
Fields inherited from class com.iamsoft.util.ui.swing.AbstractTreeTableModel
listenerList, root
-
-
Constructor Summary
Constructors Constructor Description RequestTreeTableModel(com.iamsoft.util.requestcache.DataRequestListModel pListModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetChild(Object pParent, int pIdx)intgetChildCount(Object pParent)intgetColumnCount()Returns the number of available columns.StringgetColumnName(int pCol)Returns the name for column numbercolumn.ObjectgetValueAt(Object pNode, int pCol)Returns the value to be displayed for nodenode, at column numbercolumn.-
Methods inherited from class com.iamsoft.util.ui.swing.AbstractTreeTableModel
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getColumnClass, getIndexOfChild, getRoot, isCellEditable, isLeaf, removeTreeModelListener, setValueAt, valueForPathChanged
-
-
-
-
Method Detail
-
getColumnCount
public int getColumnCount()
Description copied from interface:TreeTableModelReturns the number of available columns.
-
getColumnName
public String getColumnName(int pCol)
Description copied from interface:TreeTableModelReturns the name for column numbercolumn.
-
getValueAt
public Object getValueAt(Object pNode, int pCol)
Description copied from interface:TreeTableModelReturns the value to be displayed for nodenode, at column numbercolumn.
-
getChildCount
public int getChildCount(Object pParent)
-
-