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.Object
Table. getCell(java.lang.String row, java.lang.String column)
Get the value of a cell.int
Table. getColumnNumber(java.lang.String columnName)
Get the row number by name of row.default void
Table. setCell(java.lang.Object value, java.lang.String row, java.lang.String column)
Set the value of a cell.
-