Uses of Class
jmri.jmrit.operations.rollingstock.RollingStockAttribute
-
Packages that use RollingStockAttribute Package Description jmri.jmrit.operations.rollingstock jmri.jmrit.operations.rollingstock.cars jmri.jmrit.operations.rollingstock.engines -
-
Uses of RollingStockAttribute in jmri.jmrit.operations.rollingstock
Methods in jmri.jmrit.operations.rollingstock that return RollingStockAttribute Modifier and Type Method Description protected abstract RollingStockAttribute
RollingStockEditFrame. getLengthManager()
protected abstract RollingStockAttribute
RollingStockEditFrame. getTypeManager()
-
Uses of RollingStockAttribute in jmri.jmrit.operations.rollingstock.cars
Subclasses of RollingStockAttribute in jmri.jmrit.operations.rollingstock.cars Modifier and Type Class Description class
CarColors
Represents the colors that cars can have.class
CarLengths
Represents the lengths that cars can have.class
CarLoads
Represents the loads that cars can have.class
CarOwners
Represents the owner names that cars can have.class
CarRoads
Represents the road names that cars can have.class
CarTypes
Represents the types of cars a railroad can have.Methods in jmri.jmrit.operations.rollingstock.cars that return RollingStockAttribute Modifier and Type Method Description protected RollingStockAttribute
CarEditFrame. getLengthManager()
protected RollingStockAttribute
CarEditFrame. getTypeManager()
-
Uses of RollingStockAttribute in jmri.jmrit.operations.rollingstock.engines
Subclasses of RollingStockAttribute in jmri.jmrit.operations.rollingstock.engines Modifier and Type Class Description class
EngineLengths
Represents the lengths that engines can have.class
EngineModels
Represents the various engine models a railroad can have.class
EngineTypes
Represents the types of engines a railroad can have.Methods in jmri.jmrit.operations.rollingstock.engines that return RollingStockAttribute Modifier and Type Method Description protected RollingStockAttribute
EngineEditFrame. getLengthManager()
protected RollingStockAttribute
EngineEditFrame. getTypeManager()
-