|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.states.IndexedTableModel
public class IndexedTableModel
Todo: Document me!
Date: 15.12.2009 Time: 12:05:09
| Constructor Summary | |
|---|---|
IndexedTableModel(TableModel backend)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addTableModelListener(TableModelListener l)
Deprecated. |
void |
close()
Deprecated. If this model has disposeable resources assigned, close them or dispose them. |
DataAttributes |
getCellDataAttributes(int row,
int column)
Deprecated. Returns the meta-attribute as Java-Object. |
DataAttributes |
getColumnAttributes(int column)
Deprecated. Returns the column-level attributes for the given column. |
Class |
getColumnClass(int columnIndex)
Deprecated. |
int |
getColumnCount()
Deprecated. |
String |
getColumnName(int columnIndex)
Deprecated. |
int |
getRowCount()
Deprecated. |
DataAttributes |
getTableAttributes()
Deprecated. Returns table-wide attributes. |
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated. |
boolean |
isCellDataAttributesSupported()
Deprecated. Checks, whether cell-data attributes are supported by this tablemodel implementation. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated. |
void |
removeTableModelListener(TableModelListener l)
Deprecated. |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex)
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedTableModel(TableModel backend)
| Method Detail |
|---|
public void close()
close in interface CloseableTableModelpublic int getRowCount()
getRowCount in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelpublic Class getColumnClass(int columnIndex)
getColumnClass in interface TableModel
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModel
public Object getValueAt(int rowIndex,
int columnIndex)
getValueAt in interface TableModel
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)
setValueAt in interface TableModelpublic void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModelpublic void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModel
public DataAttributes getCellDataAttributes(int row,
int column)
getCellDataAttributes in interface MetaTableModelrow - the row of the cell for which the meta-data is queried.column - the index of the column for which the meta-data is queried.
public boolean isCellDataAttributesSupported()
isCellDataAttributesSupported in interface MetaTableModelpublic DataAttributes getColumnAttributes(int column)
getColumnAttributes in interface MetaTableModelcolumn - the column.
public DataAttributes getTableAttributes()
getTableAttributes in interface MetaTableModelpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||