java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUI
com.inductiveautomation.ignition.designer.gui.opencreate.form.ProjectFormComboBoxUI

public class ProjectFormComboBoxUI extends de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUI
A ComboBoxUI that renders an arrow and text at the correct padded position.
  • Constructor Details

    • ProjectFormComboBoxUI

      public ProjectFormComboBoxUI(boolean padArrow)
  • Method Details

    • createArrowButton

      protected JButton createArrowButton()
      Overrides:
      createArrowButton in class de.javasoft.syntheticaaddons.ui.SyntheticaComboBoxUI
    • paintCurrentValue

      public void paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)
      Overrides:
      paintCurrentValue in class BasicComboBoxUI