Uses of Interface
jmri.ShutDownTask
Packages that use ShutDownTask
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Provides Swing-specific implementations of various JMRI interfaces.
Server implementation for the JMRI interfaces.
Support for implementing Warrants in JMRI.
Provides an Event Table for CBUS Events..
Support for the ESU ECoS.
Head package for Swing-based packages for JMRI's OpenLCB implementation.
Provides implementations of various JMRI managers.
-
Uses of ShutDownTask in jmri
Fields in jmri declared as ShutDownTaskMethods in jmri with parameters of type ShutDownTaskModifier and TypeMethodDescriptionvoidShutDownManager.deregister(ShutDownTask task) Deregister a task.voidShutDownManager.register(ShutDownTask task) Register a task object for later execution. -
Uses of ShutDownTask in jmri.implementation
Classes in jmri.implementation that implement ShutDownTaskModifier and TypeClassDescriptionclassAbstract ShutDownTask implementation. -
Uses of ShutDownTask in jmri.implementation.swing
Classes in jmri.implementation.swing that implement ShutDownTaskModifier and TypeClassDescriptionclassProvides a base for using Swing to ask if shutdown should conditionally continue. -
Uses of ShutDownTask in jmri.jmris
Fields in jmri.jmris declared as ShutDownTask -
Uses of ShutDownTask in jmri.jmrit.dispatcher
Classes in jmri.jmrit.dispatcher that implement ShutDownTask -
Uses of ShutDownTask in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement ShutDownTaskModifier and TypeClassDescriptionclassAllows user to decide if (and which) SpeedProfiles to write to the Roster at the end of a session. -
Uses of ShutDownTask in jmri.jmrit.operations
Methods in jmri.jmrit.operations that return ShutDownTaskModifier and TypeMethodDescriptionstatic ShutDownTaskOperationsManager.getDefaultShutDownTask()Get a copy of the default operationsShutDownTask.Methods in jmri.jmrit.operations with parameters of type ShutDownTaskModifier and TypeMethodDescriptionvoidOperationsManager.setShutDownTask(ShutDownTask shutDownTask) Register the non-defaultShutDownTask. -
Uses of ShutDownTask in jmri.jmrit.symbolicprog.tabbedframe
Fields in jmri.jmrit.symbolicprog.tabbedframe declared as ShutDownTaskModifier and TypeFieldDescription(package private) ShutDownTaskPaneProgFrame.decoderDirtyTask(package private) ShutDownTaskPaneProgFrame.fileDirtyTask -
Uses of ShutDownTask in jmri.jmrix.can.cbus.eventtable
Classes in jmri.jmrix.can.cbus.eventtable that implement ShutDownTaskModifier and TypeClassDescriptionclassClass to call dispose on a MERG CBUS event table. -
Uses of ShutDownTask in jmri.jmrix.ecos
Fields in jmri.jmrix.ecos declared as ShutDownTaskModifier and TypeFieldDescription(package private) ShutDownTaskEcosLocoAddressManager.ecosLocoShutDownTask -
Uses of ShutDownTask in jmri.jmrix.openlcb.swing
Fields in jmri.jmrix.openlcb.swing declared as ShutDownTask -
Uses of ShutDownTask in jmri.managers
Methods in jmri.managers with parameters of type ShutDownTaskModifier and TypeMethodDescriptionvoidDefaultShutDownManager.deregister(ShutDownTask s) Deregister a task.voidDefaultShutDownManager.register(ShutDownTask s) Register a task object for later execution.