Uses of Interface
jmri.jmrit.logixng.AnonymousTable
-
Packages that use AnonymousTable Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation -
-
Uses of AnonymousTable in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return AnonymousTable Modifier and Type Method Description AnonymousTableNamedTableManager. newAnonymousTable(int numRows, int numColumns)Create a new anonymous table. -
Uses of AnonymousTable in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement AnonymousTable Modifier and Type Class Description classDefaultAnonymousTableDefault implementation for anonymous tablesFields in jmri.jmrit.logixng.implementation declared as AnonymousTable Modifier and Type Field Description protected AnonymousTableAbstractNamedTable. _internalTableMethods in jmri.jmrit.logixng.implementation that return AnonymousTable Modifier and Type Method Description AnonymousTableDefaultNamedTableManager. newAnonymousTable(int numRows, int numColumns)Create a new anonymous table.
-