public class FinancialStatementChartTreeTableModel
extends org.jdesktop.swingx.treetable.AbstractTreeTableModel
| Modifier and Type | Field and Description |
|---|---|
protected FinancialStatementService |
financialStatementService
Services.
|
| Constructor and Description |
|---|
FinancialStatementChartTreeTableModel()
Model constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFinancialStatement(TreePath path,
FinancialStatement financialStatement)
Add FinancialStatement(path can be null).
|
Object |
getChild(Object parent,
int index) |
int |
getChildCount(Object node) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getIndexOfChild(Object parent,
Object child) |
Object |
getValueAt(Object node,
int column) |
boolean |
isCellEditable(Object node,
int column) |
boolean |
isLeaf(Object node) |
void |
refreshTree()
Refresh FinancialStatementChart.
|
void |
removeFinancialStatementObject(TreePath path,
FinancialStatement financialStatement)
Remove financialStatement
|
void |
updateFinancialStatement(TreePath path,
FinancialStatement financialStatement)
Update financialStatement
|
protected final FinancialStatementService financialStatementService
public FinancialStatementChartTreeTableModel()
public int getColumnCount()
public String getColumnName(int column)
getColumnName in interface org.jdesktop.swingx.treetable.TreeTableModelgetColumnName in class org.jdesktop.swingx.treetable.AbstractTreeTableModelpublic int getChildCount(Object node)
public boolean isCellEditable(Object node, int column)
isCellEditable in interface org.jdesktop.swingx.treetable.TreeTableModelisCellEditable in class org.jdesktop.swingx.treetable.AbstractTreeTableModelpublic boolean isLeaf(Object node)
public void refreshTree()
throws LimaException
LimaExceptionpublic void addFinancialStatement(TreePath path, FinancialStatement financialStatement) throws LimaException
path - financialStatement - LimaExceptionpublic void updateFinancialStatement(TreePath path, FinancialStatement financialStatement) throws LimaException
path - financialStatement - LimaExceptionpublic void removeFinancialStatementObject(TreePath path, FinancialStatement financialStatement) throws LimaException
path - financialStatement - LimaExceptionCopyright © 2008–2014 CodeLutin. All rights reserved.