|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.table.AbstractTableModel
net.sf.jzeno.echo.databinding.BoundTableModel
net.sf.jzeno.unittesting.screen.components.HighlightSuccessModel
public class HighlightSuccessModel
Field Summary |
---|
Fields inherited from class nextapp.echo.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
HighlightSuccessModel(DynaTable table,
ConstructionList constructionList)
|
Method Summary | |
---|---|
java.lang.Object |
getValueAt(int column,
int row)
Returns the value found at the given coordinate within the table. |
Methods inherited from class net.sf.jzeno.echo.databinding.BoundTableModel |
---|
actionPerformed, clearComponentCaches, getColumnClass, getColumnCount, getColumnName, getConstructionList, getCopiedValueAt, getRowCount, getTable, hasCopiedValueAt, markValid, setConstructionList, updateComponentCaches, updateTable |
Methods inherited from class nextapp.echo.table.AbstractTableModel |
---|
addTableModelListener, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, isRowEditable, removeTableModelListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HighlightSuccessModel(DynaTable table, ConstructionList constructionList)
Method Detail |
---|
public java.lang.Object getValueAt(int column, int row)
TableModel
getValueAt
in interface TableModel
getValueAt
in class BoundTableModel
column
- The column of the value to return.row
- The row of the value to return.TableModel.getValueAt(int, int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |