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, valueForPathChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisCellEditable, setValueAtaddTreeModelListener, getIndexOfChild, getRoot, removeTreeModelListener, valueForPathChangedpublic PostPaidBillChargesModel(TreeNode node)
TreeNode - nodepublic void init()
public int getColumnCount()
getColumnCount in interface TreeTableModelpublic Class getColumnClass(int column)
getColumnClass in interface TreeTableModelgetColumnClass in class AbstractTreeTableModelcolumn - public String getColumnName(int parm1)
getColumnName in interface TreeTableModelparm1 - public int getChildCount(Object parent)
getChildCount in interface TreeModelparent - public Object getValueAt(Object node, int column)
getValueAt in interface TreeTableModelnode - column - public boolean isLeaf(Object node)
isLeaf in interface TreeModelisLeaf in class AbstractTreeTableModelnode - Copyright © 2003, 2023, Oracle and/or its affiliates.