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.JTabbedPaneJTabbedPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTabbedPaneJTabbedPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTabbedPaneJTabbedPaneFixture.doubleClick()Simulates a user double-clicking this fixture's.JTabbedPaneJTabbedPaneFixture.focus()Gives input focus to this fixture's.JTabbedPaneJTabbedPaneFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTabbedPaneJTabbedPaneFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JTabbedPaneJTabbedPaneFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JTabbedPaneJTabbedPaneFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JTabbedPaneJTabbedPaneFixture.requireDisabled()Asserts that this fixture'sis disabled.JTabbedPaneJTabbedPaneFixture.requireEnabled()Asserts that this fixture'sis enabled.JTabbedPaneJTabbedPaneFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JTabbedPaneJTabbedPaneFixture.requireFocused()Asserts that this fixture'shas input focus.JTabbedPaneJTabbedPaneFixture.requireNotVisible()Asserts that this fixture'sis not visible.JTabbedPaneJTabbedPaneFixture.requireTabTitles(String... titles) Asserts that the tabs of this fixture'shave the given titles.JTabbedPaneJTabbedPaneFixture.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'smatches the given value.JTabbedPaneJTabbedPaneFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JTabbedPaneJTabbedPaneFixture.requireVisible()Asserts that this fixture'sis visible.JTabbedPaneJTabbedPaneFixture.rightClick()Simulates a user right-clicking this fixture's.JTabbedPaneJTabbedPaneFixture.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 afound in this fixture'sJTabbedPane.ContainerComponentContainerFixture.tabbedPane(String name) Finds ain this fixture'sJTabbedPane, which name matches the specified one.ContainerComponentContainerFixture.tabbedPane(GenericTypeMatcher<? extends JTabbedPane> matcher) Finds ain this fixture'sJTabbedPane, that matches the specified search criteria.ContainerContainerFixture.tabbedPane()Returns afound in this fixture'sJTabbedPane.ContainerContainerFixture.tabbedPane(String name) Finds ain this fixture'sJTabbedPane, which name matches the specified one.ContainerContainerFixture.tabbedPane(GenericTypeMatcher<? extends JTabbedPane> matcher) Finds ain this fixture'sJTabbedPane, that matches the specified search criteria.Container