Uses of Class
org.fest.swing.core.MouseClickInfo
Packages that use MouseClickInfo
Package
Description
Building blocks for all FEST-Swing fixtures.
Drivers that simulate user input on GUI
Component
s.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of MouseClickInfo in org.fest.swing.core
Methods in org.fest.swing.core that return MouseClickInfoModifier and TypeMethodDescriptionstatic MouseClickInfo
MouseClickInfo.button
(MouseButton button) Specifies that the given button should be clicked once.static MouseClickInfo
MouseClickInfo.leftButton()
Specifies that the left button should be clicked once.static MouseClickInfo
MouseClickInfo.middleButton()
Specifies that the middle button should be clicked once.static MouseClickInfo
MouseClickInfo.rightButton()
Specifies that the right button should be clicked once.MouseClickInfo.times
(int newTimes) Specifies how many times the mouse button should be clicked. -
Uses of MouseClickInfo in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type MouseClickInfoModifier and TypeMethodDescriptionvoid
ComponentDriver.click
(Component c, MouseClickInfo mouseClickInfo) Simulates a user clicking the given mouse button, the given times on the given
.Component
void
JTreeDriver.clickPath
(JTree tree, String path, MouseClickInfo mouseClickInfo) Clicks the given path, expanding parent nodes if necessary.void
JTreeDriver.clickRow
(JTree tree, int row, MouseClickInfo mouseClickInfo) Clicks the given row.private void
JTreeDriver.validateIsNotNull
(MouseClickInfo mouseClickInfo) -
Uses of MouseClickInfo in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type MouseClickInfoModifier and TypeMethodDescriptionDialogFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.Dialog
FrameFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.Frame
GenericComponentFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's GUI component.JButtonFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JButton
JCheckBoxFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JCheckBox
JComboBoxFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JComboBox
JFileChooserFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JFileChooser
JInternalFrameFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JInternalFrame
JLabelFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JLabel
JListFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JList
final JListItemFixture
JListItemFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's list item.JOptionPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JOptionPane
JPanelFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JPanel
JPopupMenuFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JPopupMenu
JRadioButtonFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JRadioButton
JScrollBarFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JScrollBar
JScrollPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JScrollPane
JSliderFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JSlider
JSpinnerFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JSpinner
JSplitPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JSplitPane
JTabbedPaneFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JTabbedPane
JTableCellFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's table cell.JTableFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JTable
JTableFixture.click
(TableCell cell, MouseClickInfo mouseClickInfo) Simulates a user clicking a cell in this fixture's
, using the specified mouse button the given number of times.JTable
JTextComponentFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JTextComponent
JToggleButtonFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JToggleButton
JToolBarFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JToolBar
JTreeFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JTree
JTreePathFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's tree node.JTreeRowFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's tree node.MouseInputSimulationFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's GUI component.JTableHeaderFixture.clickColumn
(int index, MouseClickInfo mouseClickInfo) Simulates a user clicking the column under the given index, in this fixture's
, using the given mouse button, the given number of times.JTableHeader
JTableHeaderFixture.clickColumn
(String columnName, MouseClickInfo mouseClickInfo) Simulates a user clicking the column which name matches the given one, in this fixture's
, using the given mouse button, the given number of times.JTableHeader
JTableHeaderFixture.clickColumn
(Pattern columnNamePattern, MouseClickInfo mouseClickInfo) Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's
, using the given mouse button, the given number of times.JTableHeader
JTreeFixture.clickPath
(String path, MouseClickInfo mouseClickInfo) Clicks the given path, expanding parent nodes if necessary.JTreeFixture.clickRow
(int row, MouseClickInfo mouseClickInfo) Clicks the given row.private void
JTableHeaderFixture.validateNotNull
(MouseClickInfo mouseClickInfo)