Uses of Interface
org.testfx.service.locator.PointLocator
-
Packages that use PointLocator Package Description org.testfx.api org.testfx.service.locator.impl -
-
Uses of PointLocator in org.testfx.api
Fields in org.testfx.api declared as PointLocator Modifier and Type Field Description private PointLocator
FxRobotContext. pointLocator
Methods in org.testfx.api that return PointLocator Modifier and Type Method Description PointLocator
FxRobotContext. getPointLocator()
-
Uses of PointLocator in org.testfx.service.locator.impl
Classes in org.testfx.service.locator.impl that implement PointLocator Modifier and Type Class Description class
PointLocatorImpl
-