|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
net.sourceforge.fixagora.buyside.client.model.editor.AssignedBuySideIniatorTableModel
public class AssignedBuySideIniatorTableModel
The Class AssignedBuySideIniatorTableModel.
Constructor Summary | |
---|---|
AssignedBuySideIniatorTableModel(BuySideBookEditor buySideBookEditor)
Instantiates a new assigned buy side iniator table model. |
Method Summary | |
---|---|
void |
addAssignedBuySideBookSecurity(AssignedBuySideInitiator assignedBuySideFIXInitiator)
Adds the assigned buy side book security. |
AssignedBuySideInitiator |
get(int index)
Gets the. |
AbstractBusinessObjectEditor |
getAbstractBusinessObjectEditor()
Gets the abstract business object editor. |
int |
getColumnCount()
|
java.lang.String |
getColumnName(int column)
|
int |
getRowCount()
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
|
boolean |
isDirty()
Checks if is dirty. |
void |
modified()
Modified. |
void |
remove(AssignedBuySideInitiator assignedBuySideFIXInitiator)
Removes the. |
void |
save()
Save. |
void |
setMinWidth(int minWidth)
Sets the min width. |
void |
setTable(javax.swing.JTable table)
Sets the table. |
void |
setTableWidth()
Sets the table width. |
void |
updateAssignedFIXInitiators(java.util.List<AssignedBuySideInitiator> list)
Update assigned fix initiators. |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssignedBuySideIniatorTableModel(BuySideBookEditor buySideBookEditor)
buySideBookEditor
- the buy side book editorMethod Detail |
---|
public int getColumnCount()
public java.lang.String getColumnName(int column)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public int getRowCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public void setMinWidth(int minWidth)
minWidth
- the new min widthpublic void setTableWidth()
public void setTable(javax.swing.JTable table)
table
- the new tablepublic boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.AbstractTableModel
public AbstractBusinessObjectEditor getAbstractBusinessObjectEditor()
public boolean isDirty()
public void save()
public void updateAssignedFIXInitiators(java.util.List<AssignedBuySideInitiator> list)
list
- the listpublic void addAssignedBuySideBookSecurity(AssignedBuySideInitiator assignedBuySideFIXInitiator)
assignedBuySideFIXInitiator
- the assigned buy side fix initiatorpublic void remove(AssignedBuySideInitiator assignedBuySideFIXInitiator)
assignedBuySideFIXInitiator
- the assigned buy side fix initiatorpublic AssignedBuySideInitiator get(int index)
index
- the index
public void modified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |