Uses of Class
org.fest.swing.driver.JTabbedPaneLocation
Packages that use JTabbedPaneLocation
-
Uses of JTabbedPaneLocation in org.fest.swing.driver
Fields in org.fest.swing.driver declared as JTabbedPaneLocationMethods in org.fest.swing.driver with parameters of type JTabbedPaneLocationModifier and TypeMethodDescriptionprivate static PointJTabbedPaneDriver.pointAtTab(JTabbedPaneLocation location, JTabbedPane tabbedPane, int index) JTabbedPaneDriver.tabToSelectInfo(JTabbedPaneLocation location, JTabbedPane tabbedPane, TextMatcher matcher) private static PointJTabbedPaneDriver.validateAndGetPoint(JTabbedPaneLocation location, JTabbedPane tabbedPane, int index) Constructors in org.fest.swing.driver with parameters of type JTabbedPaneLocationModifierConstructorDescription(package private)JTabbedPaneDriver(Robot robot, JTabbedPaneLocation location) Creates a newJTabbedPaneDriver.