Uses of Class
org.fest.swing.fixture.JPopupMenuFixture

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



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.