Uses of Class
jmri.jmrix.loconet.swing.LocoNetMenuItem
-
Packages that use LocoNetMenuItem Package Description jmri.jmrix.loconet.swing -
-
Uses of LocoNetMenuItem in jmri.jmrix.loconet.swing
Methods in jmri.jmrix.loconet.swing with parameters of type LocoNetMenuItem Modifier and Type Method Description javax.swing.Action
LocoNetMenu. createGuiAction(LocoNetMenuItem item, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Create an Action object from a LocoNetMenuItem, linked to the appropriate WindowInterface, for use as a menu item on a LocoNet menu.javax.swing.Action
LocoNetMenu. createNonGuiAction(LocoNetMenuItem item)
Create an Action object from a LocoNetMenuItem, for use as a menu item on a LocoNet menu, without linkage to the WindowInterface associated with the LocoNet menu.javax.swing.Action
LocoNetMenu. processExternalItem(LocoNetMenuItem item, boolean isLocoNetInterface, WindowInterface wi, LocoNetSystemConnectionMemo memo)
Create an Action suitable for inclusion as a menu item on a LocoNet menu.
-