|
|||||||||
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.echo.databinding.EditableBoundTableModel
net.sf.jzeno.echo.screen.JamonScreen.JamonScreenTableModel
public class JamonScreen.JamonScreenTableModel
Field Summary |
---|
Fields inherited from class nextapp.echo.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
JamonScreen.JamonScreenTableModel(DynaTable table,
ConstructionList cl)
|
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.EditableBoundTableModel |
---|
addNew, apply, cancel, edit, getEditable, isRowEditable, markValid, setConstructionList |
Methods inherited from class net.sf.jzeno.echo.databinding.BoundTableModel |
---|
actionPerformed, clearComponentCaches, getColumnClass, getColumnCount, getColumnName, getConstructionList, getCopiedValueAt, getRowCount, getTable, hasCopiedValueAt, updateComponentCaches, updateTable |
Methods inherited from class nextapp.echo.table.AbstractTableModel |
---|
addTableModelListener, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, removeTableModelListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nextapp.echo.event.ActionListener |
---|
actionPerformed |
Constructor Detail |
---|
public JamonScreen.JamonScreenTableModel(DynaTable table, ConstructionList cl)
Method Detail |
---|
public java.lang.Object getValueAt(int column, int row)
TableModel
getValueAt
in interface TableModel
getValueAt
in class EditableBoundTableModel
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 |