| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JToolBarFixture |
JToolBarFixture.floatTo(Point point)
Simulates a user dragging this fixture's
JToolBar to the given location, causing it to float. |
JToolBarFixture |
ComponentContainerFixture.toolBar()
Returns a
JToolBar found in this fixture's Container. |
JToolBarFixture |
AbstractContainerFixture.toolBar() |
JToolBarFixture |
ComponentContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher)
Finds a
JToolBar in this fixture's Container, that matches the specified search criteria. |
JToolBarFixture |
AbstractContainerFixture.toolBar(GenericTypeMatcher<? extends JToolBar> matcher) |
JToolBarFixture |
ComponentContainerFixture.toolBar(String name)
Finds a
JToolBar in this fixture's Container, which name matches the specified one. |
JToolBarFixture |
AbstractContainerFixture.toolBar(String name) |
JToolBarFixture |
JToolBarFixture.unfloat()
Simulates a user unfloating this fixture's
JToolBar. |
JToolBarFixture |
JToolBarFixture.unfloat(JToolBarFixture.UnfloatConstraint constraint)
Simulates a user dropping this fixture's
JToolBar to the requested constraint position. |
Copyright © 2014 AssertJ. All rights reserved.