| Package | Description |
|---|---|
| org.assertj.swing.finder |
Utilities for finding
Components. |
| Modifier and Type | Method and Description |
|---|---|
static DialogFinder |
WindowFinder.findDialog(Class<? extends Dialog> dialogType)
Creates a new
DialogFinder capable of looking up a Dialog by type. |
static DialogFinder |
WindowFinder.findDialog(GenericTypeMatcher<? extends Dialog> matcher)
Creates a new
DialogFinder capable of looking up a Dialog using the provided matcher. |
static DialogFinder |
WindowFinder.findDialog(String dialogName)
Creates a new
DialogFinder capable of looking up a Dialog by name. |
DialogFinder |
DialogFinder.withTimeout(long timeout)
Sets the timeout for this finder.
|
DialogFinder |
DialogFinder.withTimeout(long timeout,
TimeUnit unit)
Sets the timeout for this finder.
|
Copyright © 2014 AssertJ. All rights reserved.