graphic
Class UserAdmin.DirData
java.lang.Object
|
+--javax.swing.table.AbstractTableModel
|
+--graphic.UserAdmin.DirData
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- UserAdmin
- public class UserAdmin.DirData
- extends AbstractTableModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAdmin.DirData
public UserAdmin.DirData()
getColumnWidth
public int getColumnWidth(int i)
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getValueAt
public Object getValueAt(int row,
int column)
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)
- Specified by:
setValueAt
in interface TableModel
- Overrides:
setValueAt
in class AbstractTableModel
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
- Specified by:
isCellEditable
in interface TableModel
- Overrides:
isCellEditable
in class AbstractTableModel
add
public void add(graphic.UserAdmin.Dir d)
add
public void add(graphic.UserAdmin.Dir d,
int place)
removeRow
public graphic.UserAdmin.Dir removeRow(int i)
reset
public void reset()
getRow
public graphic.UserAdmin.Dir getRow(int i)