|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
org.ozoneDB.adminGui.widget.TableMap
org.ozoneDB.adminGui.feature.account.users.UserTableModel
This class is used to manage the account table.
Ibsen Ramos-Bonilla
Copyright © 1997-2004 by SMB GmbH. All Rights Reserved.
Field Summary |
Fields inherited from class org.ozoneDB.adminGui.widget.TableMap |
columnCount, columnNames, data, model, rowCount |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
UserTableModel()
The default constructor initializes the model. |
Method Summary | |
void |
setTableData(org.ozoneDB.DxLib.DxCollection users)
This method loads the data for the account list data set. |
Methods inherited from class org.ozoneDB.adminGui.widget.TableMap |
clear, getColumnClass, getColumnCount, getColumnName, getModel, getRowCount, getValueAt, setModel, setValueAt, tableChanged |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserTableModel()
Method Detail |
public void setTableData(org.ozoneDB.DxLib.DxCollection users)
users
- - a collection of the database users.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |