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
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static 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.
-