|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMenuItemFixture | |
---|---|
org.fest.swing.fixture | 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 JMenuItemFixture | |
---|---|
JMenuItemFixture |
JMenuItemFixture.click()
Simulates a user selecting this fixture's . |
JMenuItemFixture |
JMenuItemFixture.focus()
Gives input focus to this fixture's . |
JMenuItemFixture |
JPopupMenuFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher)
Finds a , contained in this fixture's ,
that matches the specified search criteria. |
JMenuItemFixture |
ContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher)
Finds a , contained in this fixture's ,
that matches the specified search criteria. |
JMenuItemFixture |
ComponentContainerFixture.menuItem(GenericTypeMatcher<? extends JMenuItem> matcher)
Finds a , contained in this fixture's ,
that matches the specified search criteria. |
JMenuItemFixture |
JPopupMenuFixture.menuItem(String name)
Finds a , contained in this fixture's ,
which name matches the specified one. |
JMenuItemFixture |
ContainerFixture.menuItem(String name)
Finds a , contained in this fixture's ,
which name matches the specified one. |
JMenuItemFixture |
ComponentContainerFixture.menuItem(String name)
Finds a , contained in this fixture's ,
which name matches the specified one. |
JMenuItemFixture |
JPopupMenuFixture.menuItemWithPath(String... path)
Finds a in this fixture's , which path matches
the given one. |
JMenuItemFixture |
ContainerFixture.menuItemWithPath(String... path)
Finds a in this fixture's , which path matches
the given one. |
JMenuItemFixture |
ComponentContainerFixture.menuItemWithPath(String... path)
Finds a in this fixture's , which path matches
the given one. |
JMenuItemFixture |
JMenuItemFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's . |
JMenuItemFixture |
JMenuItemFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on this fixture's . |
JMenuItemFixture |
JMenuItemFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's . |
JMenuItemFixture |
JMenuItemFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's . |
JMenuItemFixture |
JMenuItemFixture.requireDisabled()
Asserts that this fixture's is disabled. |
JMenuItemFixture |
JMenuItemFixture.requireEnabled()
Asserts that this fixture's is enabled. |
JMenuItemFixture |
JMenuItemFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's is enabled. |
JMenuItemFixture |
JMenuItemFixture.requireNotVisible()
Asserts that this fixture's is not visible. |
JMenuItemFixture |
JMenuItemFixture.requireVisible()
Asserts that this fixture's is visible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |