|
||||||||||
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.BuySideQuotePageEditorCompositeTableModel
public class BuySideQuotePageEditorCompositeTableModel
The Class BuySideQuotePageEditorCompositeTableModel.
Constructor Summary | |
---|---|
BuySideQuotePageEditorCompositeTableModel(BuySideQuotePage buySideQuotePage,
MainPanel mainPanel)
Instantiates a new buy side quote page editor composite table model. |
Method Summary | |
---|---|
int |
getColumnCount()
|
java.lang.String |
getColumnName(int column)
|
DollarFraction |
getDollarFraction(long security)
Gets the dollar fraction. |
int |
getFirstColumnWidth()
Gets the first column width. |
int |
getMouseOverRow()
Gets the mouse over row. |
int |
getRowCount()
|
FSecurity |
getSecurityForRow(int row)
Gets the security for row. |
UpdateBuySideMDInputEntryResponse |
getUpdateBuySideMDInputEntryResponse()
Gets the update buy side md input entry response. |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
|
boolean |
isRepaintRequired()
Checks if is repaint required. |
boolean |
isShowYield()
Checks if is show yield. |
void |
setMinWidth(int minWidth)
Sets the min width. |
void |
setMouseOverRow(int row)
Sets the mouse over row. |
void |
setTable(javax.swing.JTable table)
Sets the table. |
void |
setTableWidth()
Sets the table width. |
void |
updateBuySideMDInputEntry(UpdateBuySideMDInputEntryResponse updateBuySideMDInputEntryResponse)
Update buy side md input entry. |
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 BuySideQuotePageEditorCompositeTableModel(BuySideQuotePage buySideQuotePage, MainPanel mainPanel)
buySideQuotePage
- the buy side quote pagemainPanel
- the main panelMethod 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 boolean isShowYield()
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 void updateBuySideMDInputEntry(UpdateBuySideMDInputEntryResponse updateBuySideMDInputEntryResponse)
updateBuySideMDInputEntryResponse
- the update buy side md input entry responsepublic boolean isRepaintRequired()
public void setMouseOverRow(int row)
row
- the new mouse over rowpublic int getMouseOverRow()
public FSecurity getSecurityForRow(int row)
row
- the row
public UpdateBuySideMDInputEntryResponse getUpdateBuySideMDInputEntryResponse()
public int getFirstColumnWidth()
public DollarFraction getDollarFraction(long security)
security
- the security
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |