Package jmri.jmrit.signalling
Class SignallingSourceAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrit.signalling.SignallingSourceAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Swing action to create and register a SignallingFrame object.
Displayed when user clicks Edit Logic button in the Signal Mast table.
- See Also:
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidOpen a SignallingSourceFrame pane.voidsetMast(SignalMast source) Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
source
-
-
Constructor Details
-
SignallingSourceAction
-
SignallingSourceAction
-
SignallingSourceAction
public SignallingSourceAction()
-
-
Method Details
-
setMast
-
actionPerformed
Open a SignallingSourceFrame pane. Displayed when user clicks Edit Logic button in the Signal Mast table.
-