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 PoolTrack. _poolFields 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. _poolHashTableMethods in jmri.jmrit.operations.locations that return Pool Modifier and Type Method Description PoolLocation. addPool(java.lang.String name)Adds a track pool for this location.PoolTrack. getPool()PoolLocation. 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 voidLocation. register(Pool pool)voidLocation. removePool(Pool pool)voidTrack. setPool(Pool pool)Method parameters in jmri.jmrit.operations.locations with type arguments of type Pool Modifier and Type Method Description voidLocation. 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 PoolPoolTrackFrame. _poolFields 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
-