Uses of Class
jmri.jmrit.operations.locations.Pool
-
Packages that use Pool Package Description jmri.jmrit.operations.locations jmri.jmrit.operations.locations.tools -
-
Uses of Pool in jmri.jmrit.operations.locations
Fields in jmri.jmrit.operations.locations declared as Pool Modifier and Type Field Description protected Pool
Track. _pool
Fields in jmri.jmrit.operations.locations with type parameters of type Pool Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,Pool>
Location. _poolHashTable
Methods in jmri.jmrit.operations.locations that return Pool Modifier and Type Method Description Pool
Location. addPool(java.lang.String name)
Adds a track pool for this location.Pool
Track. getPool()
Pool
Location. getPoolByName(java.lang.String name)
Methods in jmri.jmrit.operations.locations that return types with arguments of type Pool Modifier and Type Method Description java.util.List<Pool>
Location. getPoolsByNameList()
Gets a list of Pools for this location.Methods in jmri.jmrit.operations.locations with parameters of type Pool Modifier and Type Method Description void
Location. register(Pool pool)
void
Location. removePool(Pool pool)
void
Track. setPool(Pool pool)
Method parameters in jmri.jmrit.operations.locations with type arguments of type Pool Modifier and Type Method Description void
Location. updatePoolComboBox(javax.swing.JComboBox<Pool> box)
-
Uses of Pool in jmri.jmrit.operations.locations.tools
Fields in jmri.jmrit.operations.locations.tools declared as Pool Modifier and Type Field Description protected Pool
PoolTrackFrame. _pool
Fields in jmri.jmrit.operations.locations.tools with type parameters of type Pool Modifier and Type Field Description (package private) javax.swing.JComboBox<Pool>
PoolTrackFrame. comboBoxPools
-