Uses of Class
org.fest.swing.fixture.JTabbedPaneFixture
Packages that use JTabbedPaneFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTabbedPaneFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JTabbedPaneFixtureModifier and TypeMethodDescriptionJTabbedPaneFixture.click()
Simulates a user clicking this fixture's
.JTabbedPane
JTabbedPaneFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JTabbedPane
JTabbedPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JTabbedPane
JTabbedPaneFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JTabbedPane
JTabbedPaneFixture.focus()
Gives input focus to this fixture's
.JTabbedPane
JTabbedPaneFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JTabbedPane
JTabbedPaneFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JTabbedPane
JTabbedPaneFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JTabbedPane
JTabbedPaneFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JTabbedPane
JTabbedPaneFixture.requireDisabled()
Asserts that this fixture's
is disabled.JTabbedPane
JTabbedPaneFixture.requireEnabled()
Asserts that this fixture's
is enabled.JTabbedPane
JTabbedPaneFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JTabbedPane
JTabbedPaneFixture.requireFocused()
Asserts that this fixture's
has input focus.JTabbedPane
JTabbedPaneFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JTabbedPane
JTabbedPaneFixture.requireTabTitles
(String... titles) Asserts that the tabs of this fixture's
have the given titles.JTabbedPane
JTabbedPaneFixture.requireTitle
(String title, Index index) Asserts that the title of the tab at the given index matches the given value.JTabbedPaneFixture.requireTitle
(Pattern pattern, Index index) Asserts that the title of the tab at the given index matches the given regular expression pattern.JTabbedPaneFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JTabbedPane
JTabbedPaneFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JTabbedPane
JTabbedPaneFixture.requireVisible()
Asserts that this fixture's
is visible.JTabbedPane
JTabbedPaneFixture.rightClick()
Simulates a user right-clicking this fixture's
.JTabbedPane
JTabbedPaneFixture.selectTab
(int index) Simulates a user selecting the tab located at the given index.Simulates a user selecting the tab whose title matches the given value.Simulates a user selecting the tab whose title matches the given regular expression pattern.ComponentContainerFixture.tabbedPane()
Returns a
found in this fixture'sJTabbedPane
.Container
ComponentContainerFixture.tabbedPane
(String name) Finds a
in this fixture'sJTabbedPane
, which name matches the specified one.Container
ComponentContainerFixture.tabbedPane
(GenericTypeMatcher<? extends JTabbedPane> matcher) Finds a
in this fixture'sJTabbedPane
, that matches the specified search criteria.Container
ContainerFixture.tabbedPane()
Returns a
found in this fixture'sJTabbedPane
.Container
ContainerFixture.tabbedPane
(String name) Finds a
in this fixture'sJTabbedPane
, which name matches the specified one.Container
ContainerFixture.tabbedPane
(GenericTypeMatcher<? extends JTabbedPane> matcher) Finds a
in this fixture'sJTabbedPane
, that matches the specified search criteria.Container