Class JComboBoxItemIndexValidator

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

final class JComboBoxItemIndexValidator extends Object
Understands verification that a given number is a valid index of an item in a JComboBox.

Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.

  • Constructor Details

    • JComboBoxItemIndexValidator

      private JComboBoxItemIndexValidator()
  • Method Details