Uses of Class
jmri.jmrit.logixng.Table.RowNotFoundException
-
Packages that use Table.RowNotFoundException Package Description jmri.jmrit.logixng -
-
Uses of Table.RowNotFoundException in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that throw Table.RowNotFoundException Modifier and Type Method Description default java.lang.Object
Table. getCell(java.lang.String row)
Get the value of a cell.default java.lang.Object
Table. getCell(java.lang.String row, java.lang.String column)
Get the value of a cell.int
Table. getRowNumber(java.lang.String rowName)
Get the row number by name of row.default void
Table. setCell(java.lang.Object value, java.lang.String row)
Set the value of a cell.default void
Table. setCell(java.lang.Object value, java.lang.String row, java.lang.String column)
Set the value of a cell.
-