Uses of Interface
jmri.ShutDownTask
-
Packages that use ShutDownTask Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.implementation.swing Provides Swing-specific implementations of various JMRI interfaces.jmri.jmris Server implementation for the JMRI interfaces.jmri.jmrit.dispatcher jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.operations jmri.jmrit.symbolicprog.tabbedframe jmri.jmrix.can.cbus.eventtable Provides an Event Table for CBUS Events..jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.openlcb.swing Head package for Swing-based packages for JMRI's OpenLCB implementation.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of ShutDownTask in jmri
Fields in jmri declared as ShutDownTask Modifier and Type Field Description ShutDownTaskBlockManager. shutDownTaskMethods in jmri with parameters of type ShutDownTask Modifier and Type Method Description voidShutDownManager. 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 ShutDownTask Modifier and Type Class Description classAbstractShutDownTaskAbstract ShutDownTask implementation. -
Uses of ShutDownTask in jmri.implementation.swing
Classes in jmri.implementation.swing that implement ShutDownTask Modifier and Type Class Description classSwingShutDownTaskProvides 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 Modifier and Type Field Description protected ShutDownTaskJmriServer. shutDownTask -
Uses of ShutDownTask in jmri.jmrit.dispatcher
Classes in jmri.jmrit.dispatcher that implement ShutDownTask Modifier and Type Class Description classDispatcherShutDownTask -
Uses of ShutDownTask in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement ShutDownTask Modifier and Type Class Description classWarrantShutdownTaskAllows 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 ShutDownTask Modifier and Type Method Description static ShutDownTaskOperationsManager. getDefaultShutDownTask()Get a copy of the default operationsShutDownTask.Methods in jmri.jmrit.operations with parameters of type ShutDownTask Modifier and Type Method Description voidOperationsManager. setShutDownTask(ShutDownTask shutDownTask)Register the non-defaultShutDownTask. -
Uses of ShutDownTask in jmri.jmrit.symbolicprog.tabbedframe
Fields in jmri.jmrit.symbolicprog.tabbedframe declared as ShutDownTask Modifier and Type Field Description (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 ShutDownTask Modifier and Type Class Description classCbusEventTableShutdownTaskClass to call dispose on a MERG CBUS event table. -
Uses of ShutDownTask in jmri.jmrix.ecos
Fields in jmri.jmrix.ecos declared as ShutDownTask Modifier and Type Field Description (package private) ShutDownTaskEcosLocoAddressManager. ecosLocoShutDownTask -
Uses of ShutDownTask in jmri.jmrix.openlcb.swing
Fields in jmri.jmrix.openlcb.swing declared as ShutDownTask Modifier and Type Field Description (package private) ShutDownTaskClientActions. shutDownTask -
Uses of ShutDownTask in jmri.managers
Methods in jmri.managers with parameters of type ShutDownTask Modifier and Type Method Description voidDefaultShutDownManager. deregister(ShutDownTask s)Deregister a task.voidDefaultShutDownManager. register(ShutDownTask s)Register a task object for later execution.
-