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
Fields in org.testfx.api declared as BoundsLocator Modifier and Type Field Description private BoundsLocatorFxRobotContext. boundsLocatorMethods 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 classBoundsLocatorImplFields in org.testfx.service.locator.impl declared as BoundsLocator Modifier and Type Field Description private BoundsLocatorPointLocatorImpl. boundsLocatorConstructors in org.testfx.service.locator.impl with parameters of type BoundsLocator Constructor Description PointLocatorImpl(BoundsLocator boundsLocator)
-