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 AnonymousTable
NamedTableManager. 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 class
DefaultAnonymousTable
Default implementation for anonymous tablesFields in jmri.jmrit.logixng.implementation declared as AnonymousTable Modifier and Type Field Description protected AnonymousTable
AbstractNamedTable. _internalTable
Methods in jmri.jmrit.logixng.implementation that return AnonymousTable Modifier and Type Method Description AnonymousTable
DefaultNamedTableManager. newAnonymousTable(int numRows, int numColumns)
Create a new anonymous table.
-