Package jmri.jmrit.throttle
Class LoadXmlThrottlesLayoutAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.throttle.LoadXmlThrottlesLayoutAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Load throttles from XML
This file is part of JMRI.
This file is part of JMRI.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn extension of the abstract XmlFile. -
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionConstructor -
Method Summary
Modifier and TypeMethodDescriptionvoidThe action is performed.booleanParse the XML file and create ThrottleFrames.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
fileChooser
-
-
Constructor Details
-
LoadXmlThrottlesLayoutAction
Constructor- Parameters:
s- Name for the action.
-
LoadXmlThrottlesLayoutAction
public LoadXmlThrottlesLayoutAction()
-
-
Method Details
-
actionPerformed
The action is performed. Let the user choose the file to load from. Read XML for each ThrottleFrame.- Parameters:
e- The event causing the action.
-
loadThrottlesLayout
Parse the XML file and create ThrottleFrames.- Parameters:
f- The XML file containing throttles.- Returns:
- true if throttle loaded successfully, else false.
- Throws:
IOException- on error.
-