org.testfx.matcher.base.WindowMatchers
instead@Deprecated
public class WindowMatchers
extends java.lang.Object
javafx.stage.Window
.Constructor and Description |
---|
WindowMatchers()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Matcher<javafx.stage.Window> |
isFocused()
Deprecated.
|
static Matcher<javafx.stage.Window> |
isNotFocused()
Deprecated.
|
static Matcher<javafx.stage.Window> |
isNotShowing()
Deprecated.
|
static Matcher<javafx.stage.Window> |
isShowing()
Deprecated.
|
public static Matcher<javafx.stage.Window> isShowing()
public static Matcher<javafx.stage.Window> isNotShowing()
public static Matcher<javafx.stage.Window> isFocused()
public static Matcher<javafx.stage.Window> isNotFocused()