Package jmri.jmrit.swing
Interface ToolsMenuAction
- All Superinterfaces:
Action,ActionListener,EventListener
- All Known Implementing Classes:
DemoSerialPortAction,SampleToolsMenuItem
Identifies an Action that can be added to the Tools menu
by being instantiated as @ServiceProvider(service = jmri.jmrit.swing.ToolsMenuItem.class)
-
Field Summary
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Method Summary
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from interface java.awt.event.ActionListener
actionPerformed