Uses of Class
org.fest.swing.fixture.JMenuItemFixture
Packages that use JMenuItemFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JMenuItemFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JMenuItemFixtureModifier and TypeMethodDescriptionJMenuItemFixture.click()
Simulates a user selecting this fixture's
.JMenuItem
JMenuItemFixture.focus()
Gives input focus to this fixture's
.JMenuItem
ComponentContainerFixture.menuItem
(GenericTypeMatcher<? extends JMenuItem> matcher) ContainerFixture.menuItem
(GenericTypeMatcher<? extends JMenuItem> matcher) Finds a
, contained in this fixture'sJMenuItem
, which name matches the specified one.JPopupMenu
JPopupMenuFixture.menuItem
(GenericTypeMatcher<? extends JMenuItem> matcher) Finds a
, contained in this fixture'sJMenuItem
, that matches the specified search criteria.JPopupMenu
ComponentContainerFixture.menuItemWithPath
(String... path) ContainerFixture.menuItemWithPath
(String... path) JPopupMenuFixture.menuItemWithPath
(String... path) Finds a
in this fixture'sJMenuItem
, which path matches the given one.JPopupMenu
JMenuItemFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JMenuItem
JMenuItemFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JMenuItem
JMenuItemFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JMenuItem
JMenuItemFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JMenuItem
JMenuItemFixture.requireDisabled()
Asserts that this fixture's
is disabled.JMenuItem
JMenuItemFixture.requireEnabled()
Asserts that this fixture's
is enabled.JMenuItem
JMenuItemFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JMenuItem
JMenuItemFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JMenuItem
JMenuItemFixture.requireVisible()
Asserts that this fixture's
is visible.JMenuItem