public class VLVIndexTableModel extends AbstractIndexTableModel
sortAscending, sortColumnlistenerList| Constructor and Description |
|---|
VLVIndexTableModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(AbstractIndexDescriptor index1,
AbstractIndexDescriptor index2)
Comparable implementation.
|
protected String[] |
getColumnNames()
Returns the column names of the table.
|
protected String[] |
getLine(AbstractIndexDescriptor index)
Returns the different cell values for a given index in a String array.
|
compareNames, compareRebuildRequired, forceResort, getColumnCount, getColumnName, getIndexAt, getRebuildRequiredString, getRowCount, getSortColumn, getValueAt, isSortAscending, setData, setSortAscending, setSortColumngetHeader, getHeaderaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic VLVIndexTableModel()
protected String[] getColumnNames()
getColumnNames in class AbstractIndexTableModelpublic int compare(AbstractIndexDescriptor index1, AbstractIndexDescriptor index2)
index1 - the first VLV index descriptor to compare.index2 - the second VLV index descriptor to compare.protected String[] getLine(AbstractIndexDescriptor index)
getLine in class AbstractIndexTableModelindex - the index.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.