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 BoundsLocator
FxRobotContext. boundsLocator
Methods in org.testfx.api that return BoundsLocator Modifier and Type Method Description BoundsLocator
FxRobotContext. 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 class
BoundsLocatorImpl
Fields in org.testfx.service.locator.impl declared as BoundsLocator Modifier and Type Field Description private BoundsLocator
PointLocatorImpl. boundsLocator
Constructors in org.testfx.service.locator.impl with parameters of type BoundsLocator Constructor Description PointLocatorImpl(BoundsLocator boundsLocator)
-