- AbstractButtonAssert<SELF extends AbstractButtonAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Button assertions.
- AbstractButtonAssert(Button, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractButtonAssert
-
- AbstractColorAssert<SELF extends AbstractColorAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Color assertions.
- AbstractColorAssert(Color, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractColorAssert
-
- AbstractComboBoxAssert<SELF extends AbstractComboBoxAssert<SELF,T>,T> - Class in org.testfx.assertions.api
-
Assertion methods for ComboBox type.
- AbstractComboBoxAssert(ComboBox<T>, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractComboBoxAssert
-
- AbstractDimension2DAssert<SELF extends AbstractDimension2DAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Dimension2D assertions.
- AbstractDimension2DAssert(Dimension2D, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractDimension2DAssert
-
- AbstractLabeledAssert<SELF extends AbstractLabeledAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Labeled assertions.
- AbstractLabeledAssert(Labeled, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractLabeledAssert
-
- AbstractListViewAssert<SELF extends AbstractListViewAssert<SELF,T>,T> - Class in org.testfx.assertions.api
-
Base class for all ListView assertions.
- AbstractListViewAssert(ListView<T>, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractListViewAssert
-
- AbstractNodeAssert<SELF extends AbstractNodeAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Node assertions.
- AbstractNodeAssert(Node, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractNodeAssert
-
- AbstractParentAssert<SELF extends AbstractParentAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Parent assertions.
- AbstractParentAssert(Parent, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractParentAssert
-
- AbstractTableViewAssert<SELF extends AbstractTableViewAssert<SELF,T>,T> - Class in org.testfx.assertions.api
-
Base class for all TableView assertions.
- AbstractTableViewAssert(TableView<T>, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractTableViewAssert
-
- AbstractTextAssert<SELF extends AbstractTextAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Text assertions.
- AbstractTextAssert(Text, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractTextAssert
-
- AbstractTextFlowAssert<SELF extends AbstractTextFlowAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all TextFlow assertions.
- AbstractTextFlowAssert(TextFlow, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractTextFlowAssert
-
- AbstractTextInputControlAssert<SELF extends AbstractTextInputControlAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all TextInputControl assertions.
- AbstractTextInputControlAssert(TextInputControl, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractTextInputControlAssert
-
- AbstractWindowAssert<SELF extends AbstractWindowAssert<SELF>> - Class in org.testfx.assertions.api
-
Base class for all Window assertions.
- AbstractWindowAssert(Window, Class<?>) - Constructor for class org.testfx.assertions.api.AbstractWindowAssert
-
- Activator - Class in org.testfx.osgi
-
- Activator() - Constructor for class org.testfx.osgi.Activator
-
- Adapter - Class in org.testfx.assertions.impl
-
Provides static utility methods for converting a hamcrest matcher to an AssertJ
condition.
- Adapter() - Constructor for class org.testfx.assertions.impl.Adapter
-
- annotateImage(Shape, Image) - Method in interface org.testfx.service.support.CaptureSupport
-
NOT YET IMPLEMENTED
- annotateImage(Shape, Image) - Method in class org.testfx.service.support.impl.CaptureSupportImpl
-
- anything() - Static method in class org.testfx.matcher.base.NodeMatchers
-
Creates a matcher that matches everything (matches(Object) always
returns true.
- ApplicationLauncher - Interface in org.testfx.toolkit
-
Interface that configures a few necessary System properties before launching an application with
its' given parameters.
- ApplicationLauncherImpl - Class in org.testfx.toolkit.impl
-
- ApplicationLauncherImpl() - Constructor for class org.testfx.toolkit.impl.ApplicationLauncherImpl
-
- ApplicationService - Interface in org.testfx.toolkit
-
Helper interface whose methods' returned Future objects' Future.get() method either indicates
when an Application's init, start, or stop methods are finished or returns the created application.
- ApplicationServiceImpl - Class in org.testfx.toolkit.impl
-
- ApplicationServiceImpl() - Constructor for class org.testfx.toolkit.impl.ApplicationServiceImpl
-
- assertContext() - Static method in class org.testfx.api.FxAssert
-
- Assertions - Class in org.testfx.assertions.api
-
The entry point for all TestFX assertions for different JavaFX types.
- Assertions() - Constructor for class org.testfx.assertions.api.Assertions
-
- assertThat(Button) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Button.
- assertThat(Color) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Color.
- assertThat(ComboBox<T>) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for ComboBox.
- assertThat(Dimension2D) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Dimension2D.
- assertThat(Labeled) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Button.
- assertThat(ListView<T>) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for ListView.
- assertThat(Node) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Button.
- assertThat(Parent) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Parent.
- assertThat(TableView<T>) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for TableView.
- assertThat(Text) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Text.
- assertThat(TextFlow) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for TextFlow.
- assertThat(TextInputControl) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for TextInputControl.
- assertThat(Window) - Static method in class org.testfx.assertions.api.Assertions
-
Create assertion for Window.
- async(Runnable) - Static method in class org.testfx.util.WaitForAsyncUtils
-
Runs the given Runnable on a new Thread and returns a
Future that is set on finish or error.
- async(Runnable, boolean) - Static method in class org.testfx.util.WaitForAsyncUtils
-
Runs the given Runnable on a new Thread and returns a
Future that is set on finish or error.
- async(Callable<T>) - Static method in class org.testfx.util.WaitForAsyncUtils
-
Calls the given Callable on a new Thread and returns a
Future that is set on finish or error.
- async(Callable<T>, boolean) - Static method in class org.testfx.util.WaitForAsyncUtils
-
Calls the given Callable on a new Thread and returns a
Future that is set on finish or error.
- asyncFx(Runnable) - Static method in class org.testfx.util.WaitForAsyncUtils
-
Runs the given Runnable on the JavaFX Application Thread at some
unspecified time in the future and returns a Future that is set
on finish or error.
- asyncFx(Callable<T>) - Static method in class org.testfx.util.WaitForAsyncUtils
-
Calls the given Callable on the JavaFX Application Thread at some
unspecified time in the future and returns a Future that is set
on finish or error.
- atOffset(Point2D) - Method in class org.testfx.service.query.impl.PointQueryBase
-
- atOffset(double, double) - Method in class org.testfx.service.query.impl.PointQueryBase
-
- atOffset(Point2D) - Method in interface org.testfx.service.query.PointQuery
-
Updates
PointQuery.getOffset() to be
new Point2D(this.offset.getX() + offset.getX(), this.offset.getY() + offset.getY()).
- atOffset(double, double) - Method in interface org.testfx.service.query.PointQuery
-
Updates
PointQuery.getOffset() by the combination of the current
offset's
x value and
offsetX and its
y value and
offsetY.
- atPosition(Point2D) - Method in class org.testfx.service.query.impl.PointQueryBase
-
- atPosition(double, double) - Method in class org.testfx.service.query.impl.PointQueryBase
-
- atPosition(Pos) - Method in class org.testfx.service.query.impl.PointQueryBase
-
- atPosition(Point2D) - Method in interface org.testfx.service.query.PointQuery
-
- atPosition(double, double) - Method in interface org.testfx.service.query.PointQuery
-
- atPosition(Pos) - Method in interface org.testfx.service.query.PointQuery
-
- atPosition(Bounds, Pos) - Static method in class org.testfx.util.PointQueryUtils
-
- atPositionFactors(Bounds, Point2D) - Static method in class org.testfx.util.PointQueryUtils
-
Returns the point within the given bounds computed using the given positionFactors.
- autoCheckException - Static variable in class org.testfx.util.WaitForAsyncUtils
-
If true any call to an async method will check for
the occurrence of unhandled exceptions.
- AwtRobotAdapter - Class in org.testfx.service.adapter.impl
-
- AwtRobotAdapter() - Constructor for class org.testfx.service.adapter.impl.AwtRobotAdapter
-