Class JComboBoxDropDownListFinder

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

final class JComboBoxDropDownListFinder extends Object
Understands look up of the JList in the pop-up raised by a JComboBox, if the LAF actually uses one.
  • Field Details

  • Constructor Details

    • JComboBoxDropDownListFinder

      JComboBoxDropDownListFinder(Robot robot)
  • Method Details

    • findDropDownList

      @RunsInEDT JList findDropDownList()
      Finds the JList in the pop-up raised by a JComboBox, if the LAF actually uses one.
      Returns:
      the found JList, or null if a drop-down list cannot be found.
    • findListIn

      private JList findListIn(Container parent)