| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JScrollPaneFixture |
ComponentContainerFixture.scrollPane()
Returns a
JScrollPane found in this fixture's Container. |
JScrollPaneFixture |
AbstractContainerFixture.scrollPane() |
JScrollPaneFixture |
ComponentContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher)
Finds a
JScrollPane in this fixture's Container, that matches the specified search criteria. |
JScrollPaneFixture |
AbstractContainerFixture.scrollPane(GenericTypeMatcher<? extends JScrollPane> matcher) |
JScrollPaneFixture |
ComponentContainerFixture.scrollPane(String name)
Finds a
JScrollPane in this fixture's Container, which name matches the specified one. |
JScrollPaneFixture |
AbstractContainerFixture.scrollPane(String name) |
Copyright © 2014 AssertJ. All rights reserved.