Class JListItemCountQuery

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

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

    • JListItemCountQuery

      private JListItemCountQuery()
  • Method Details

    • itemCountIn

      static int itemCountIn(JList list)