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
Components.
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 MouseClickInfoMouseClickInfo.button(MouseButton button) Specifies that the given button should be clicked once.static MouseClickInfoMouseClickInfo.leftButton()Specifies that the left button should be clicked once.static MouseClickInfoMouseClickInfo.middleButton()Specifies that the middle button should be clicked once.static MouseClickInfoMouseClickInfo.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 TypeMethodDescriptionvoidComponentDriver.click(Component c, MouseClickInfo mouseClickInfo) Simulates a user clicking the given mouse button, the given times on the given.ComponentvoidJTreeDriver.clickPath(JTree tree, String path, MouseClickInfo mouseClickInfo) Clicks the given path, expanding parent nodes if necessary.voidJTreeDriver.clickRow(JTree tree, int row, MouseClickInfo mouseClickInfo) Clicks the given row.private voidJTreeDriver.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.DialogFrameFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.FrameGenericComponentFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's GUI component.JButtonFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JButtonJCheckBoxFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JCheckBoxJComboBoxFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JComboBoxJFileChooserFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JFileChooserJInternalFrameFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JInternalFrameJLabelFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JLabelJListFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JListfinal JListItemFixtureJListItemFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's list item.JOptionPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JOptionPaneJPanelFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JPanelJPopupMenuFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JPopupMenuJRadioButtonFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JRadioButtonJScrollBarFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JScrollBarJScrollPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JScrollPaneJSliderFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JSliderJSpinnerFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JSpinnerJSplitPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JSplitPaneJTabbedPaneFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTabbedPaneJTableCellFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's table cell.JTableFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTableJTableFixture.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.JTableJTextComponentFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTextComponentJToggleButtonFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JToggleButtonJToolBarFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JToolBarJTreeFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTreeJTreePathFixture.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.JTableHeaderJTableHeaderFixture.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.JTableHeaderJTableHeaderFixture.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.JTableHeaderJTreeFixture.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 voidJTableHeaderFixture.validateNotNull(MouseClickInfo mouseClickInfo)