Package org.fest.swing.driver
Class JListCellBoundsQuery
java.lang.Object
org.fest.swing.driver.JListCellBoundsQuery
Understands an action that returns the bounding rectangle for the cell specified by the given index.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Rectangle
cellBounds
(JList list, int index)
-
Constructor Details
-
JListCellBoundsQuery
private JListCellBoundsQuery()
-
-
Method Details
-
cellBounds
-