Uses of Class
org.fest.swing.fixture.JPopupMenuFixture
Packages that use JPopupMenuFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JPopupMenuFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JPopupMenuFixtureModifier and TypeMethodDescriptionJPopupMenuFixture.click()
Simulates a user clicking this fixture's
.JPopupMenu
JPopupMenuFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JPopupMenu
JPopupMenuFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JPopupMenu
JPopupMenuFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JPopupMenu
JPopupMenuFixture.focus()
Gives input focus to this fixture's
.JPopupMenu
JPopupMenuFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JPopupMenu
JPopupMenuFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JPopupMenu
JPopupMenuFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JPopupMenu
JPopupMenuFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JPopupMenu
JPopupMenuFixture.requireDisabled()
Asserts that this fixture's
is disabled.JPopupMenu
JPopupMenuFixture.requireEnabled()
Asserts that this fixture's
is enabled.JPopupMenu
JPopupMenuFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JPopupMenu
JPopupMenuFixture.requireFocused()
Asserts that this fixture's
has input focus.JPopupMenu
JPopupMenuFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JPopupMenu
JPopupMenuFixture.requireVisible()
Asserts that this fixture's
is visible.JPopupMenu
JPopupMenuFixture.rightClick()
Simulates a user right-clicking this fixture's
.JPopupMenu
DialogFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.Dialog
FrameFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.Frame
ItemFixture.showPopupMenu()
Shows a pop-up menu using this fixture's item as the invoker of the pop-up menu.JButtonFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JButton
JCheckBoxFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JCheckBox
JComboBoxFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JComboBox
JInternalFrameFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JInternalFrame
JLabelFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JLabel
JListFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JList
final JPopupMenuFixture
JListItemFixture.showPopupMenu()
Shows a pop-up menu using this fixture's list item as the invoker of the pop-up menu.JPanelFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JPanel
JPopupMenuInvokerFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.Component
JRadioButtonFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JRadioButton
JScrollBarFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JScrollBar
JScrollPaneFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JScrollPane
JSliderFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JSlider
JSpinnerFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JSpinner
JSplitPaneFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JSplitPane
JTabbedPaneFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JTabbedPane
JTableCellFixture.showPopupMenu()
Shows a pop-up menu using this fixture's table cell as the invoker of the pop-up menu.JTableFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JTable
JTextComponentFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JTextComponent
JToggleButtonFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JToggleButton
JToolBarFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JToolBar
JTreeFixture.showPopupMenu()
Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JTree
JTreePathFixture.showPopupMenu()
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.JTreeRowFixture.showPopupMenu()
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.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.Dialog
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.Frame
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.JButton
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.JCheckBox
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.JComboBox
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.JInternalFrame
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.JLabel
JListFixture.showPopupMenuAt
(int index) Shows a pop-up menu at the location of the specified item in this fixture's
.JList
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.JList
JListFixture.showPopupMenuAt
(String text) Shows a pop-up menu at the location of the first item matching the given value in this fixture's
.JList
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
.JList
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.JPanel
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.Component
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.JRadioButton
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.JScrollBar
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.JScrollPane
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.JSlider
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.JSpinner
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.JSplitPane
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.JTabbedPane
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.JTable
JTableFixture.showPopupMenuAt
(TableCell cell) Shows a pop-up menu at the given cell.JTableHeaderFixture.showPopupMenuAt
(int columnIndex) Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JTableHeader
JTableHeaderFixture.showPopupMenuAt
(String columnName) Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JTableHeader
JTableHeaderFixture.showPopupMenuAt
(Pattern columnNamePattern) Shows a pop-up menu using this fixture's
as the invoker of the pop-up menu.JTableHeader
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.JTextComponent
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.JToggleButton
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.JToolBar
JTreeFixture.showPopupMenuAt
(int row) Shows a pop-up menu at the position of the node in the given row.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.JTree
JTreeFixture.showPopupMenuAt
(String path) Shows a pop-up menu at the position of the last node in the given path.