Uses of Annotation Type
jmri.InvokeOnAnyThread
Packages that use InvokeOnAnyThread
Package
Description
Tools and utilities for doing a systematic reworking of the JMRI GUI.
-
Uses of InvokeOnAnyThread in jmri.jmrit.symbolicprog.tabbedframe
Methods in jmri.jmrit.symbolicprog.tabbedframe with annotations of type InvokeOnAnyThreadModifier and TypeMethodDescriptionprotected JPanelPaneProgFrame.makeFunctionLabelPane(RosterEntry r) protected JPanelPaneProgFrame.makeInfoPane(RosterEntry r) protected JPanelPaneProgFrame.makeMediaPane(RosterEntry r) -
Uses of InvokeOnAnyThread in jmri.util.swing
Methods in jmri.util.swing with annotations of type InvokeOnAnyThreadModifier and TypeMethodDescriptionstatic intJmriJOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType) Displays a confirmation dialog with a message and title.static intJmriJOptionPane.showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType) Displays a confirmation dialog with a message and title.The dialog includes options for the user to confirm or cancel an action.static ObjectJmriJOptionPane.showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) Displays an input dialog.static ObjectJmriJOptionPane.showInputDialog(Component parentComponent, String message, Object initialSelectionValue) Displays an Object input dialog.static StringJmriJOptionPane.showInputDialog(Component parentComponent, String message, String initialSelectionValue) Displays a String input dialog.static StringJmriJOptionPane.showInputDialog(Component parentComponent, String message, String title, int messageType) Displays a String input dialog.static voidJmriJOptionPane.showMessageDialog(Component parentComponent, Object message) Displays an informational message dialog with an OK button.static voidJmriJOptionPane.showMessageDialog(Component parentComponent, Object message, String title, int messageType) Displays a message dialog with an OK button.static voidJmriJOptionPane.showMessageDialogNonModal(Component parentComponent, Object message, String title, int messageType, Runnable callback) Displays a Non-Modal message dialog with an OK button.static intJmriJOptionPane.showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue) Displays a custom option dialog.