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, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprotected String[] getColumnNames()
AbstractIndexTableModelgetColumnNames 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)
AbstractIndexTableModelgetLine in class AbstractIndexTableModelindex - the index.Copyright © 2010-2020 Wren Security. All Rights Reserved.