Package jmri.jmrit.decoderdefn
Class InstallDecoderFileAction
java.lang.Object
javax.swing.AbstractAction
jmri.util.swing.JmriAbstractAction
jmri.jmrit.decoderdefn.InstallDecoderURLAction
jmri.jmrit.decoderdefn.InstallDecoderFileAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Install decoder definition from local file.
- See Also:
-
Field Summary
FieldsFields inherited from class jmri.jmrit.decoderdefn.InstallDecoderURLAction
_whoFields inherited from class jmri.util.swing.JmriAbstractAction
context, hint, wiFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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 -
Constructor Summary
ConstructorsConstructorDescriptionInstallDecoderFileAction(String s, Icon i, WindowInterface wi) InstallDecoderFileAction(String s, JPanel who) -
Method Summary
Methods inherited from class jmri.jmrit.decoderdefn.InstallDecoderURLAction
actionPerformed, checkFile, copyAndInstall, copyfile, readFileMethods inherited from class jmri.util.swing.JmriAbstractAction
dispose, setContext, setHint, setName, setParameter, setParameter, setWindowInterface, toStringMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
fci
-
-
Constructor Details
-
InstallDecoderFileAction
-
InstallDecoderFileAction
-
InstallDecoderFileAction
-
InstallDecoderFileAction
-
-
Method Details
-
pickURL
- Overrides:
pickURLin classInstallDecoderURLAction
-
makePanel
- Overrides:
makePanelin classInstallDecoderURLAction
-