Package com.portal.app.cc
Class PostPaidBillChargesModel
java.lang.Object
com.portal.pfc.ui.AbstractTreeTableModel
com.portal.app.cc.PostPaidBillChargesModel
- All Implemented Interfaces:
TreeTableModel
,TreeModel
put your documentation comment here
-
Field Summary
FieldsFields inherited from class com.portal.pfc.ui.AbstractTreeTableModel
listenerList, root
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionput your documentation comment hereint
getChildCount
(Object parent) put your documentation comment heregetColumnClass
(int column) put your documentation comment hereint
put your documentation comment heregetColumnName
(int parm1) put your documentation comment heregetValueAt
(Object node, int column) put your documentation comment herevoid
init()
put your documentation comment hereboolean
put your documentation comment hereMethods inherited from class com.portal.pfc.ui.AbstractTreeTableModel
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getIndexOfChild, getRoot, isCellEditable, removeTreeModelListener, setValueAt, valueForPathChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.tree.TreeModel
addTreeModelListener, getIndexOfChild, getRoot, removeTreeModelListener, valueForPathChanged
Methods inherited from interface com.portal.pfc.ui.TreeTableModel
isCellEditable, setValueAt
-
Field Details
-
columnNames
-
columnTypes
-
-
Constructor Details
-
PostPaidBillChargesModel
put your documentation comment here- Parameters:
TreeNode
- node
-
-
Method Details
-
init
public void init()put your documentation comment here -
getColumnCount
public int getColumnCount()put your documentation comment here- Specified by:
getColumnCount
in interfaceTreeTableModel
- Returns:
-
getColumnClass
put your documentation comment here- Specified by:
getColumnClass
in interfaceTreeTableModel
- Overrides:
getColumnClass
in classAbstractTreeTableModel
- Parameters:
column
-- Returns:
-
getColumnName
put your documentation comment here- Specified by:
getColumnName
in interfaceTreeTableModel
- Parameters:
parm1
-- Returns:
-
getChildCount
put your documentation comment here- Specified by:
getChildCount
in interfaceTreeModel
- Parameters:
parent
-- Returns:
-
getValueAt
put your documentation comment here- Specified by:
getValueAt
in interfaceTreeTableModel
- Parameters:
node
-column
-- Returns:
-
getChild
put your documentation comment here -
isLeaf
put your documentation comment here- Specified by:
isLeaf
in interfaceTreeModel
- Overrides:
isLeaf
in classAbstractTreeTableModel
- Parameters:
node
-- Returns:
-