Package jmri.jmrit.symbolicprog
Class TcsDownloadAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.symbolicprog.TcsDownloadAction
- All Implemented Interfaces:
ActionListener,PropertyChangeListener,Serializable,Cloneable,EventListener,Action
Action to download the function labels from a TCS CS-105 to a roster entry
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ConfigRepresentation(package private) CvTableModel(package private) PaneProgFrame(package private) RosterEntry(package private) VariableTableModelFields 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
ConstructorsConstructorDescriptionTcsDownloadAction(String actionName, CvTableModel pModel, VariableTableModel vModel, PaneProgFrame pParent, JLabel pStatus, RosterEntry re) -
Method Summary
Modifier and TypeMethodDescriptionvoid(package private) static intgetNumberField(String value) (package private) static CanSystemConnectionMemo(package private) voidConstruct and execute a listener that processses the relevant CDI elements into the Roster and Function Label GUI elements.voidstatic booleanMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
frame
-
rosterEntry
-
cvTable
-
vModel
-
configRep
-
-
Constructor Details
-
TcsDownloadAction
public TcsDownloadAction(String actionName, CvTableModel pModel, VariableTableModel vModel, PaneProgFrame pParent, JLabel pStatus, RosterEntry re)
-
-
Method Details
-
willBeEnabled
-
getSystemConnectionMemo
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
processValuesToGUI
void processValuesToGUI()Construct and execute a listener that processses the relevant CDI elements into the Roster and Function Label GUI elements. -
getNumberField
-