Package jmri.jmrit.conditional
Class ConditionalEditBase.NameBoxListener
java.lang.Object
jmri.jmrit.conditional.ConditionalEditBase.NameBoxListener
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
- ConditionalEditBase
Listen for name combo box selection events.
When a combo box row is selected, the user/system name is copied to the Action or Variable name field.
- Since:
- 4.7.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameBoxListener
NameBoxListener(JTextField textField) - Parameters:
textField- The target field object when an entry is selected
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-