Package jmri.jmrit.logixng.util
Interface LogixNG_SelectComboBox.Item
-
- All Known Implementing Classes:
OperationsProStartAutomation.AutomationItem
- Enclosing class:
- LogixNG_SelectComboBox
public static interface LogixNG_SelectComboBox.Item
An item in the combo box.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getKey()
Return the key that's used to store the item in the tables and panels file, as well as when indirect addessing is used.java.lang.String
toString()
Return the value that's used to show the item in the ComboBox.
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
Return the key that's used to store the item in the tables and panels file, as well as when indirect addessing is used.- Returns:
- the key
-
toString
java.lang.String toString()
Return the value that's used to show the item in the ComboBox.- Overrides:
toString
in classjava.lang.Object
- Returns:
- the value
-
-