Uses of Class
jmri.jmrit.logixng.Table.ColumnNotFoundException
-
Packages that use Table.ColumnNotFoundException Package Description jmri.jmrit.logixng -
-
Uses of Table.ColumnNotFoundException in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that throw Table.ColumnNotFoundException Modifier and Type Method Description default java.lang.ObjectTable. getCell(java.lang.String row, java.lang.String column)Get the value of a cell.intTable. getColumnNumber(java.lang.String columnName)Get the row number by name of row.default voidTable. setCell(java.lang.Object value, java.lang.String row, java.lang.String column)Set the value of a cell.
-