public class WindowMatchers
extends java.lang.Object
Window instances.| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<javafx.stage.Window> |
isFocused()
A matcher checking if a window currently has the focus.
|
static org.hamcrest.Matcher<javafx.stage.Window> |
isNotFocused()
A matcher checking if a window is currently not focused.
|
static org.hamcrest.Matcher<javafx.stage.Window> |
isNotShowing()
A matcher checking if a window is currently not showing.
|
static org.hamcrest.Matcher<javafx.stage.Window> |
isShowing()
A matcher checking if a window is currently showing.
|
public static org.hamcrest.Matcher<javafx.stage.Window> isShowing()
public static org.hamcrest.Matcher<javafx.stage.Window> isNotShowing()
public static org.hamcrest.Matcher<javafx.stage.Window> isFocused()
public static org.hamcrest.Matcher<javafx.stage.Window> isNotFocused()