public class PostPaidBillChargesModel extends AbstractTreeTableModel implements TreeTableModel
Modifier and Type | Field and Description |
---|---|
protected String[] |
columnNames |
protected Class[] |
columnTypes |
listenerList, root
Constructor and Description |
---|
PostPaidBillChargesModel(TreeNode node)
put your documentation comment here
|
Modifier and Type | Method and Description |
---|---|
Object |
getChild(Object parent,
int index)
put your documentation comment here
|
int |
getChildCount(Object parent)
put your documentation comment here
|
Class |
getColumnClass(int column)
put your documentation comment here
|
int |
getColumnCount()
put your documentation comment here
|
String |
getColumnName(int parm1)
put your documentation comment here
|
Object |
getValueAt(Object node,
int column)
put your documentation comment here
|
void |
init()
put your documentation comment here
|
boolean |
isLeaf(Object node)
put your documentation comment here
|
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getIndexOfChild, getRoot, isCellEditable, removeTreeModelListener, setValueAt, valueForPathChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCellEditable, setValueAt
addTreeModelListener, getIndexOfChild, getRoot, removeTreeModelListener, valueForPathChanged
public PostPaidBillChargesModel(TreeNode node)
TreeNode
- nodepublic void init()
public int getColumnCount()
getColumnCount
in interface TreeTableModel
public Class getColumnClass(int column)
getColumnClass
in interface TreeTableModel
getColumnClass
in class AbstractTreeTableModel
column
- public String getColumnName(int parm1)
getColumnName
in interface TreeTableModel
parm1
- public int getChildCount(Object parent)
getChildCount
in interface TreeModel
parent
- public Object getValueAt(Object node, int column)
getValueAt
in interface TreeTableModel
node
- column
- public boolean isLeaf(Object node)
isLeaf
in interface TreeModel
isLeaf
in class AbstractTreeTableModel
node
- Copyright © 2003, 2023, Oracle and/or its affiliates.