class PocketSOMConnector.UserTableModel extends AbstractTableModel
Modifier and Type | Class and Description |
---|---|
private class |
PocketSOMConnector.UserTableModel.GarbageCollector |
(package private) class |
PocketSOMConnector.UserTableModel.UserTableRow |
Modifier and Type | Field and Description |
---|---|
private String[] |
columnNames |
private PocketSOMConnector.UserTableModel.GarbageCollector |
gc |
private edu.umd.cs.piccolo.PNode |
remotePaths |
private static long |
serialVersionUID |
private List<PocketSOMConnector.UserTableModel.UserTableRow> |
users |
listenerList
Constructor and Description |
---|
PocketSOMConnector.UserTableModel() |
Modifier and Type | Method and Description |
---|---|
protected edu.umd.cs.piccolo.PNode |
addPath(String username) |
protected edu.umd.cs.piccolo.PNode |
addPath(String username,
Color color) |
void |
clearAllPaths() |
void |
clearPaths(int index) |
void |
clearPaths(String username) |
protected void |
finalize() |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
PocketSOMConnector.UserTableModel.UserTableRow |
getRow(int i) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
removeUser(String username) |
void |
setSelected(int[] selectedRows) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
private static final long serialVersionUID
private final String[] columnNames
private edu.umd.cs.piccolo.PNode remotePaths
private PocketSOMConnector.UserTableModel.GarbageCollector gc
private List<PocketSOMConnector.UserTableModel.UserTableRow> users
public PocketSOMConnector.UserTableModel.UserTableRow getRow(int i)
public void setSelected(int[] selectedRows)
protected void finalize() throws Throwable
public int getColumnCount()
public int getRowCount()
protected edu.umd.cs.piccolo.PNode addPath(String username)
public void clearPaths(String username)
public void clearPaths(int index)
public void clearAllPaths()
public void removeUser(String username)
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public Object getValueAt(int rowIndex, int columnIndex)
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel