Uses of Class
jmri.jmrit.dispatcher.DispatcherFrame
-
Packages that use DispatcherFrame Package Description jmri.jmrit.dispatcher -
-
Uses of DispatcherFrame in jmri.jmrit.dispatcher
Fields in jmri.jmrit.dispatcher declared as DispatcherFrame Modifier and Type Field Description protected DispatcherFrame
AutoTurnouts. _dispatcher
protected DispatcherFrame
OptionsFile. dispatcher
protected DispatcherFrame
OptionsMenu. dispatcher
(package private) DispatcherFrame
DispatcherAction. f
Methods in jmri.jmrit.dispatcher with parameters of type DispatcherFrame Modifier and Type Method Description void
OptionsFile. readDispatcherOptions(DispatcherFrame f)
Read Dispatcher Options from a file in the user's preferences directory.void
OptionsFile. writeDispatcherOptions(DispatcherFrame f)
Write out Dispatcher options to a file in the user's preferences directory.Constructors in jmri.jmrit.dispatcher with parameters of type DispatcherFrame Constructor Description ActivateTrainFrame(DispatcherFrame d)
AutoAllocate(DispatcherFrame d, java.util.List<AllocationRequest> inAllocationRequests)
AutoTrainsFrame(DispatcherFrame disp)
AutoTurnouts(DispatcherFrame d)
OptionsMenu(DispatcherFrame f)
-