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.ObjectTable. getCell(java.lang.String row)Get the value of a cell.default java.lang.ObjectTable. getCell(java.lang.String row, java.lang.String column)Get the value of a cell.intTable. getRowNumber(java.lang.String rowName)Get the row number by name of row.default voidTable. setCell(java.lang.Object value, java.lang.String row)Set the value of a cell.default voidTable. setCell(java.lang.Object value, java.lang.String row, java.lang.String column)Set the value of a cell.
-