Package jmri.jmrix.libusb
Class UsbViewAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.util.usb.UsbBrowserAction
-
- jmri.jmrix.libusb.UsbViewAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class UsbViewAction extends UsbBrowserAction
Open a USB browser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsbViewAction()
UsbViewAction(java.lang.String s)
-
Method Summary
-
Methods inherited from class jmri.util.usb.UsbBrowserAction
actionPerformed
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
UsbViewAction
public UsbViewAction(java.lang.String s)
-
UsbViewAction
public UsbViewAction()
-
-