Uses of Enum Class
org.fest.swing.fixture.JToolBarFixture.UnfloatConstraint
Packages that use JToolBarFixture.UnfloatConstraint
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JToolBarFixture.UnfloatConstraint in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JToolBarFixture.UnfloatConstraintModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JToolBarFixture.UnfloatConstraint[]
JToolBarFixture.UnfloatConstraint.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fest.swing.fixture with parameters of type JToolBarFixture.UnfloatConstraintModifier and TypeMethodDescriptionJToolBarFixture.unfloat
(JToolBarFixture.UnfloatConstraint constraint) Simulates a user dropping this fixture'sJToolBar
to the requested constraint position.