Class JComboBoxItemCountQuery

java.lang.Object
org.fest.swing.driver.JComboBoxItemCountQuery

@RunsInEDT final class JComboBoxItemCountQuery extends Object
Understands an action, executed in the event dispatch thread, that returns the number of items in a given JComboBox.
  • Constructor Details

    • JComboBoxItemCountQuery

      private JComboBoxItemCountQuery()
  • Method Details

    • itemCountIn

      static int itemCountIn(JComboBox comboBox)