|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.table.AbstractTableModel | +--ie.nuigalway.ecrg.jade.jmsagentgateway.gui.SubscriptionTableModel
Table model of gui subscription lsit
Field Summary | |
private java.util.Vector |
subs
|
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
SubscriptionTableModel()
Constructor for the SubscriptionTableModel object |
Method Summary | |
void |
add(SubscriptionModel sub)
Add Subscription to the list |
void |
clear()
Clear the list of subscriptions |
int |
getColumnCount()
Gets the columnCount attribute of the SubscriptionTableModel object |
SubscriptionModel |
getElementAt(int index)
Gets the elementAt attribute of the SubscriptionTableModel object |
int |
getRowCount()
Gets the rowCount attribute of the SubscriptionTableModel object |
java.lang.Object |
getValueAt(int row,
int column)
Gets the valueAt attribute of the SubscriptionTableModel object |
void |
remove(SubscriptionModel sub)
Remove subscription from list |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Vector subs
Constructor Detail |
public SubscriptionTableModel()
Method Detail |
public void add(SubscriptionModel sub)
sub
- New subscription to be addedpublic void remove(SubscriptionModel sub)
sub
- Subscription to be removedpublic SubscriptionModel getElementAt(int index)
index
- Index of requested element
public void clear()
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int row, int column)
row
- Row numbercolumn
- Column number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |