public class NXQueueModel
extends javax.swing.table.AbstractTableModel
| Constructor and Description |
|---|
NXQueueModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(NXQueueItem obj) |
int |
getColumnCount() |
int |
getRowCount() |
NXQueueItem |
getValueAt(int rowIndex) |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
int |
indexOf(java.lang.Object o) |
void |
insertRow(int idx,
NXQueueItem obj) |
boolean |
isCellEditable(int row,
int col) |
void |
removeAll() |
void |
removeRow(java.lang.Object obj) |
void |
removeRowAt(int idx) |
void |
setValueAt(int row,
NXQueueItem obj) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic boolean isCellEditable(int row,
int col)
isCellEditable in interface javax.swing.table.TableModelisCellEditable in class javax.swing.table.AbstractTableModelpublic int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
public NXQueueItem getValueAt(int rowIndex)
public int indexOf(java.lang.Object o)
public void removeAll()
public void setValueAt(int row,
NXQueueItem obj)
public void addRow(NXQueueItem obj)
public void insertRow(int idx,
NXQueueItem obj)
public void removeRow(java.lang.Object obj)
public void removeRowAt(int idx)