Uses of Interface
org.testfx.service.locator.BoundsLocator
-
Packages that use BoundsLocator Package Description org.testfx.api org.testfx.service.locator.impl -
-
Uses of BoundsLocator in org.testfx.api
Methods in org.testfx.api that return BoundsLocator Modifier and Type Method Description BoundsLocatorFxRobotContext. getBoundsLocator() -
Uses of BoundsLocator in org.testfx.service.locator.impl
Classes in org.testfx.service.locator.impl that implement BoundsLocator Modifier and Type Class Description classBoundsLocatorImplConstructors in org.testfx.service.locator.impl with parameters of type BoundsLocator Constructor Description PointLocatorImpl(BoundsLocator boundsLocator)
-