Uses of Class
jmri.implementation.AbstractShutDownTask
-
Packages that use AbstractShutDownTask Package Description jmri.implementation.swing Provides Swing-specific implementations of various JMRI interfaces.jmri.jmrit.dispatcher jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrix.can.cbus.eventtable Provides an Event Table for CBUS Events.. -
-
Uses of AbstractShutDownTask in jmri.implementation.swing
Subclasses of AbstractShutDownTask in jmri.implementation.swing Modifier and Type Class Description class
SwingShutDownTask
Provides a base for using Swing to ask if shutdown should conditionally continue. -
Uses of AbstractShutDownTask in jmri.jmrit.dispatcher
Subclasses of AbstractShutDownTask in jmri.jmrit.dispatcher Modifier and Type Class Description class
DispatcherShutDownTask
-
Uses of AbstractShutDownTask in jmri.jmrit.logix
Subclasses of AbstractShutDownTask in jmri.jmrit.logix Modifier and Type Class Description class
WarrantShutdownTask
Allows user to decide if (and which) SpeedProfiles to write to the Roster at the end of a session. -
Uses of AbstractShutDownTask in jmri.jmrix.can.cbus.eventtable
Subclasses of AbstractShutDownTask in jmri.jmrix.can.cbus.eventtable Modifier and Type Class Description class
CbusEventTableShutdownTask
Class to call dispose on a MERG CBUS event table.
-