Uses of Class
jmri.jmrit.dispatcher.DispatcherFrame.TrainsFrom
-
Packages that use DispatcherFrame.TrainsFrom Package Description jmri.jmrit.dispatcher -
-
Uses of DispatcherFrame.TrainsFrom in jmri.jmrit.dispatcher
Fields in jmri.jmrit.dispatcher with type parameters of type DispatcherFrame.TrainsFrom Modifier and Type Field Description (package private) static AbstractXmlAdapter.EnumIO<DispatcherFrame.TrainsFrom>OptionsFile. trainsFromEnumMapMethods in jmri.jmrit.dispatcher that return DispatcherFrame.TrainsFrom Modifier and Type Method Description protected DispatcherFrame.TrainsFromDispatcherFrame. getTrainsFrom()DispatcherFrame.TrainsFromTrainInfo. getTrainsFrom()static DispatcherFrame.TrainsFromDispatcherFrame.TrainsFrom. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DispatcherFrame.TrainsFrom[]DispatcherFrame.TrainsFrom. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.dispatcher with parameters of type DispatcherFrame.TrainsFrom Modifier and Type Method Description protected voidDispatcherFrame. setTrainsFrom(DispatcherFrame.TrainsFrom value)voidTrainInfo. setTrainsFrom(DispatcherFrame.TrainsFrom value)
-