Class LocaleComboBoxRenderer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
javax.swing.DefaultListCellRenderer
com.inductiveautomation.plaf.ComboListCellRenderer
com.inductiveautomation.ignition.client.util.gui.i18n.LocaleComboBoxRenderer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ListCellRenderer<Object>, SwingConstants

public class LocaleComboBoxRenderer extends com.inductiveautomation.plaf.ComboListCellRenderer
See Also:
  • Constructor Details

    • LocaleComboBoxRenderer

      public LocaleComboBoxRenderer()
    • LocaleComboBoxRenderer

      public LocaleComboBoxRenderer(boolean nativeLangDisplay)
      If nativeLangDisplay is true, the languages will be displayed in their native forms, otherwise they will be in their english forms
  • Method Details