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

    Modifier and Type
    Method
    Description
    Return the key that's used to store the item in the tables and panels file, as well as when indirect addessing is used.
    Return the value that's used to show the item in the ComboBox.
  • Method Details

    • 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

      Return the value that's used to show the item in the ComboBox.
      Overrides:
      toString in class Object
      Returns:
      the value