Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JPopupMenuFixture |
JPopupMenuFixture.click()
Simulates a user clicking this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.click(MouseButton button)
Simulates a user clicking this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.doubleClick()
Simulates a user double-clicking this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.focus()
Gives input focus to this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
Simulates a user pressing given key with the given modifiers on this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.pressAndReleaseKeys(int... keyCodes)
Simulates a user pressing and releasing the given keys on this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.pressKey(int keyCode)
Simulates a user pressing the given key on this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.releaseKey(int keyCode)
Simulates a user releasing the given key on this fixture's
. |
JPopupMenuFixture |
JPopupMenuFixture.requireDisabled()
Asserts that this fixture's
is disabled. |
JPopupMenuFixture |
JPopupMenuFixture.requireEnabled()
Asserts that this fixture's
is enabled. |
JPopupMenuFixture |
JPopupMenuFixture.requireEnabled(Timeout timeout)
Asserts that this fixture's
is enabled. |
JPopupMenuFixture |
JPopupMenuFixture.requireFocused()
Asserts that this fixture's
has input focus. |
JPopupMenuFixture |
JPopupMenuFixture.requireNotVisible()
Asserts that this fixture's
is not visible. |
JPopupMenuFixture |
JPopupMenuFixture.requireVisible()
Asserts that this fixture's
is visible. |
JPopupMenuFixture |
JPopupMenuFixture.rightClick()
Simulates a user right-clicking this fixture's
. |
JPopupMenuFixture |
JToggleButtonFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JSpinnerFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTabbedPaneFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTextComponentFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JComboBoxFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTableCellFixture.showPopupMenu()
Shows a pop-up menu using this fixture's table cell as the invoker of the pop-up menu.
|
JPopupMenuFixture |
JInternalFrameFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JButtonFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
FrameFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
ItemFixture.showPopupMenu()
Shows a pop-up menu using this fixture's item as the invoker of the pop-up menu.
|
JPopupMenuFixture |
JPopupMenuInvokerFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JToolBarFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JScrollBarFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JCheckBoxFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JListItemFixture.showPopupMenu()
Shows a pop-up menu using this fixture's list item as the invoker of the pop-up menu.
|
JPopupMenuFixture |
JScrollPaneFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTreeFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
DialogFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JListFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JPanelFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JSplitPaneFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTreePathFixture.showPopupMenu()
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.
|
JPopupMenuFixture |
JRadioButtonFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTreeRowFixture.showPopupMenu()
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.
|
JPopupMenuFixture |
JSliderFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JLabelFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTableFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTreeFixture.showPopupMenuAt(int row)
Shows a pop-up menu at the position of the node in the given row.
|
JPopupMenuFixture |
JListFixture.showPopupMenuAt(int index)
Shows a pop-up menu at the location of the specified item in this fixture's
. |
JPopupMenuFixture |
JTableHeaderFixture.showPopupMenuAt(int columnIndex)
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JListFixture.showPopupMenuAt(Pattern pattern)
Shows a pop-up menu at the location of the first item matching the given regular expression pattern in this
fixture's
. |
JPopupMenuFixture |
JTableHeaderFixture.showPopupMenuAt(Pattern columnNamePattern)
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JToggleButtonFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of
the pop-up menu. |
JPopupMenuFixture |
JSpinnerFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JTabbedPaneFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JTextComponentFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of
the pop-up menu. |
JPopupMenuFixture |
JComboBoxFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JInternalFrameFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of
the pop-up menu. |
JPopupMenuFixture |
JButtonFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
FrameFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JPopupMenuInvokerFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JToolBarFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JScrollBarFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JCheckBoxFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JScrollPaneFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JTreeFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
DialogFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JListFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the pop-up
menu. |
JPopupMenuFixture |
JPanelFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JSplitPaneFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JRadioButtonFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JSliderFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JLabelFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JTableFixture.showPopupMenuAt(Point p)
Shows a pop-up menu at the given point using this fixture's
as the invoker of the
pop-up menu. |
JPopupMenuFixture |
JTreeFixture.showPopupMenuAt(String path)
Shows a pop-up menu at the position of the last node in the given path.
|
JPopupMenuFixture |
JListFixture.showPopupMenuAt(String text)
Shows a pop-up menu at the location of the first item matching the given value in this fixture's
. |
JPopupMenuFixture |
JTableHeaderFixture.showPopupMenuAt(String columnName)
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu. |
JPopupMenuFixture |
JTableFixture.showPopupMenuAt(TableCell cell)
Shows a pop-up menu at the given cell.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.