public class ConnectionHandlerTableModel extends SortableTableModel implements Comparator<ConnectionHandlerDescriptor>
listenerList| Constructor and Description |
|---|
ConnectionHandlerTableModel()
Constructor for this table model.
|
ConnectionHandlerTableModel(boolean wrapHeader)
Constructor for this table model.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ConnectionHandlerDescriptor desc1,
ConnectionHandlerDescriptor desc2)
Comparable implementation.
|
void |
forceResort()
Updates the table model contents and sorts its contents depending on the
sort options set by the user.
|
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
int |
getSortColumn()
Returns the column index used to sort.
|
Object |
getValueAt(int row,
int col) |
boolean |
isSortAscending()
Returns whether the sort is ascending or descending.
|
void |
setData(Set<ConnectionHandlerDescriptor> newData)
Sets the data for this table model.
|
void |
setSortAscending(boolean sortAscending)
Sets whether to sort ascending of descending.
|
void |
setSortColumn(int sortColumn)
Sets the column index used to sort.
|
getHeader, 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 ConnectionHandlerTableModel()
public ConnectionHandlerTableModel(boolean wrapHeader)
wrapHeader - whether to wrap the headers or not.
monitoring information or not.public void setData(Set<ConnectionHandlerDescriptor> newData)
newData - the data for this table model.public void forceResort()
forceResort in class SortableTableModelpublic int compare(ConnectionHandlerDescriptor desc1, ConnectionHandlerDescriptor desc2)
compare in interface Comparator<ConnectionHandlerDescriptor>desc1 - the first listener descriptor to compare.desc2 - the second listener descriptor to compare.public int getColumnCount()
getColumnCount in interface TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic Object getValueAt(int row, int col)
getValueAt in interface TableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic boolean isSortAscending()
isSortAscending in class SortableTableModeltrue if the sort is ascending and false
otherwise.public void setSortAscending(boolean sortAscending)
setSortAscending in class SortableTableModelsortAscending - whether to sort ascending or descending.public int getSortColumn()
getSortColumn in class SortableTableModelpublic void setSortColumn(int sortColumn)
setSortColumn in class SortableTableModelsortColumn - column index used to sort..Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.