Uses of Class
org.fest.swing.fixture.JProgressBarFixture
Packages that use JProgressBarFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JProgressBarFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JProgressBarFixtureModifier and TypeMethodDescriptionComponentContainerFixture.progressBar()
Returns a
found in this fixture'sJProgressBar
.Container
ComponentContainerFixture.progressBar
(String name) Finds a
in this fixture'sJProgressBar
, which name matches the specified one.Container
ComponentContainerFixture.progressBar
(GenericTypeMatcher<? extends JProgressBar> matcher) Finds a
in this fixture'sJProgressBar
, that matches the specified search criteria.Container
ContainerFixture.progressBar()
Returns a
found in this fixture'sJProgressBar
.Container
ContainerFixture.progressBar
(String name) Finds a
in this fixture'sJProgressBar
, which name matches the specified one.Container
ContainerFixture.progressBar
(GenericTypeMatcher<? extends JProgressBar> matcher) Finds a
in this fixture'sJProgressBar
, that matches the specified search criteria.Container
JProgressBarFixture.requireDeterminate()
Asserts that this fixture's
is in determinate mode.JProgressBar
JProgressBarFixture.requireDisabled()
Asserts that this fixture's
is disabled.JProgressBar
JProgressBarFixture.requireEnabled()
Asserts that this fixture's
is enabled.JProgressBar
JProgressBarFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JProgressBar
JProgressBarFixture.requireIndeterminate()
Asserts that this fixture's
is in indeterminate mode.JProgressBar
JProgressBarFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JProgressBar
JProgressBarFixture.requireText
(String expected) Asserts that the text of this fixture's
is equal to the specifiedJProgressBar
String
.JProgressBarFixture.requireText
(Pattern pattern) Asserts that the text of this fixture's
matches the given regular expression pattern.JProgressBar
JProgressBarFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JProgressBar
JProgressBarFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JProgressBar
JProgressBarFixture.requireValue
(int value) Asserts that the value of this fixture's
is equal to the given one.JProgressBar
JProgressBarFixture.requireVisible()
Asserts that this fixture's
is visible.JProgressBar
JProgressBarFixture.waitUntilIsDeterminate()
Waits until the value of this fixture's
is in determinate mode.JProgressBar
JProgressBarFixture.waitUntilIsDeterminate
(Timeout timeout) Waits until the value of this fixture's
is in determinate mode.JProgressBar
JProgressBarFixture.waitUntilValueIs
(int value) Waits until the value of this fixture's
is equal to the given value.JProgressBar
JProgressBarFixture.waitUntilValueIs
(int value, Timeout timeout) Waits until the value of this fixture's
is equal to the given value.JProgressBar