public class TableTreeModel extends MatrixModel
| Modifier and Type | Class and Description |
|---|---|
protected class |
TableTreeModel.TableTreeModelRow |
MatrixModel.MatrixModelRow| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap |
ihmTreeNodeToRow
Hash map associating tree node with row index in table.
|
iListMatrixModelRows| Constructor and Description |
|---|
TableTreeModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected int |
findRowIndex(java.lang.Object aObject) |
java.lang.String |
getContentAt(java.lang.Object aObject,
int aiColumnIndex) |
boolean |
isCellValid(java.lang.Object aObject,
int aiColumnIndex) |
protected MatrixModel.MatrixModelRow |
makeMatrixModelRow() |
void |
setCellValid(java.lang.Object aObject,
int aiColumnIndex,
boolean abValid) |
void |
setContentAt(java.lang.Object aObject,
int aiColumnIndex,
java.lang.String astrValue) |
getContentAt, getMatrixModelRow, getRowCount, isCellValid, makeMatrixCell, setCellValid, setContentAtprotected java.util.HashMap ihmTreeNodeToRow
public void clear()
clear in class MatrixModelprotected int findRowIndex(java.lang.Object aObject)
public boolean isCellValid(java.lang.Object aObject,
int aiColumnIndex)
public java.lang.String getContentAt(java.lang.Object aObject,
int aiColumnIndex)
public void setCellValid(java.lang.Object aObject,
int aiColumnIndex,
boolean abValid)
public void setContentAt(java.lang.Object aObject,
int aiColumnIndex,
java.lang.String astrValue)
protected MatrixModel.MatrixModelRow makeMatrixModelRow()
makeMatrixModelRow in class MatrixModelCopyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.