Uses of Annotation Type
jmri.InvokeOnGuiThread
Packages that use InvokeOnGuiThread
Package
Description
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
Layout Editor currently represents both structure and graphical display through a single set of objects.
Support for implementing Warrants in JMRI.
-
Uses of InvokeOnGuiThread in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable with annotations of type InvokeOnGuiThread -
Uses of InvokeOnGuiThread in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor with annotations of type InvokeOnGuiThreadModifier and TypeMethodDescriptionvoidLayoutEditor.setAntialiasingOn(boolean state) Should only be invoked on the GUI (Swing) thread.voidLayoutEditor.setDrawGrid(boolean state) Should only be invoked on the GUI (Swing) thread.voidLayoutEditor.setHighlightCursor(boolean state) Should only be invoked on the GUI (Swing) thread.voidLayoutEditor.setShowHelpBar(boolean state) Should only be invoked on the GUI (Swing) thread.voidLayoutEditor.setSnapOnAdd(boolean state) Should only be invoked on the GUI (Swing) thread.voidLayoutEditor.setSnapOnMove(boolean state) Should only be invoked on the GUI (Swing) thread.voidLayoutEditor.setTurnoutDrawUnselectedLeg(boolean state) Should only be invoked on the GUI (Swing) thread.voidLayoutEditor.setTurnoutFillControlCircles(boolean state) Should only be invoked on the GUI (Swing) thread. -
Uses of InvokeOnGuiThread in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs
Methods in jmri.jmrit.display.layoutEditor.LayoutEditorDialogs with annotations of type InvokeOnGuiThreadModifier and TypeMethodDescriptionvoidTrackSegmentEditor.editLayoutTrack(LayoutTrackView layoutTrackView) Edit a Track Segment.voidEnterGridSizesDialog.enterGridSizes()voidEnterReporterDialog.enterReporter(int defaultX, int defaultY) voidMoveSelectionDialog.moveSelection()voidScaleTrackDiagramDialog.scaleTrackDiagram()(package private) voidLayoutTrackEditor.showSensorMessage()Display a message describing the reason for the block selection combo box being disabled. -
Uses of InvokeOnGuiThread in jmri.jmrit.logix
Methods in jmri.jmrit.logix with annotations of type InvokeOnGuiThreadModifier and TypeMethodDescriptionvoidWarrantTableAction.actionPerformed(ActionEvent e) protected voidWarrantTableAction.closeNXFrame()protected booleanWarrantTableAction.closeWarrantFrame()protected voidWarrantTableAction.makeNXFrame()protected voidWarrantTableAction.updateWarrantMenu() -
Uses of InvokeOnGuiThread in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation with annotations of type InvokeOnGuiThreadModifier and TypeMethodDescriptionstatic DefaultAnalogActionManagerDefaultAnalogActionManager.instance()DefaultAnalogExpressionManager.instance()static DefaultConditionalNGManagerDefaultConditionalNGManager.instance()static DefaultDigitalActionManagerDefaultDigitalActionManager.instance()DefaultDigitalBooleanActionManager.instance()DefaultDigitalExpressionManager.instance()static DefaultGlobalVariableManagerDefaultGlobalVariableManager.instance()static DefaultLogixNGManagerDefaultLogixNGManager.instance()static DefaultModuleManagerDefaultModuleManager.instance()static DefaultNamedTableManagerDefaultNamedTableManager.instance()static DefaultStringActionManagerDefaultStringActionManager.instance()DefaultStringExpressionManager.instance() -
Uses of InvokeOnGuiThread in jmri.jmrit.symbolicprog.tabbedframe
Methods in jmri.jmrit.symbolicprog.tabbedframe with annotations of type InvokeOnGuiThreadModifier and TypeMethodDescription(package private) voidPaneProgFrame.configureButtons()(package private) voidPaneProgFrame.ctorPhase2()protected voidPaneProgFrame.installComponents()booleanPaneProgFrame.storeFile()Store the locomotives information in the roster (and a RosterEntry file). -
Uses of InvokeOnGuiThread in jmri.jmrix.loconet.hexfile
Methods in jmri.jmrix.loconet.hexfile with annotations of type InvokeOnGuiThreadModifier and TypeMethodDescriptionvoidHexFileFrame.configure()voidHexFileFrame.dispose()voidHexFileFrame.initComponents()By default, Swing components should be created an installed in this method, rather than in the ctor itself.voidHexFileFrame.openHexFileButtonActionPerformed(ActionEvent e) Constructors in jmri.jmrix.loconet.hexfile with annotations of type InvokeOnGuiThreadModifierConstructorDescriptionBecause this creates a FileChooser, this should be invoked on the GUI frame. -
Uses of InvokeOnGuiThread in jmri.jmrix.rps.serial
Methods in jmri.jmrix.rps.serial with annotations of type InvokeOnGuiThread