|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfovis.table.DefaultTable
fr.inria.infovis.table.DefaultLayeredTable
Field Summary |
Fields inherited from interface infovis.Table |
FILTER_COLUMN, INTERNAL_PREFIX, NIL, SELECTION_COLUMN |
Fields inherited from interface infovis.metadata.Constants |
CONTRIBUTOR, COVERAGE, CREATOR, DATE, DESCRITION, FORMAT, IDENTIFIER, LANGUAGE, PUBLISHER, RELATION, RIGHTS, SOURCE, SUBJECT, TITLE, TYPE |
Constructor Summary | |
DefaultLayeredTable()
|
Method Summary | |
void |
addColumn(infovis.Column c)
Reimplements the standard addColumn method providing automated add into the LayeredColumns collection if the new added columns is a LayeredColumn |
java.util.Collection |
getLayeredColumns()
|
void |
setLayeredColumns(java.util.Collection layeredColumns)
This method set the pointer to a new collection. |
Methods inherited from class infovis.table.DefaultTable |
addTableModelListener, clear, fireTableChanged, fireTableDataChanged, fireTableStructureChanged, getClientPropery, getColumn, getColumnAt, getColumnClass, getColumnCount, getColumnName, getMetadata, getName, getRowCount, getTable, getValueAt, indexOf, indexOf, isCellEditable, isColumnInternal, isRowValid, iterator, remove, removeTableModelListener, setColumnAt, setName, setValueAt |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultLayeredTable()
Method Detail |
public void addColumn(infovis.Column c)
addColumn
in interface infovis.Table
Table.addColumn(infovis.Column)
public java.util.Collection getLayeredColumns()
getLayeredColumns
in interface LayeredTable
public void setLayeredColumns(java.util.Collection layeredColumns)
setLayeredColumns
in interface LayeredTable
layeredColumns
- The layeredColumns to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |