Uses of Enum Class
org.fest.swing.core.MouseButton
Packages that use MouseButton
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 MouseButton in org.fest.swing.core
Fields in org.fest.swing.core declared as MouseButtonMethods in org.fest.swing.core that return MouseButtonModifier and TypeMethodDescriptionMouseClickInfo.button()Returns the button to click.static MouseButtonMouseButton.lookup(int mask) Returns the mouse button whose mask matches the given mask.static MouseButtonReturns the enum constant of this class with the specified name.static MouseButton[]MouseButton.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fest.swing.core with parameters of type MouseButtonModifier and TypeMethodDescriptionstatic MouseClickInfoMouseClickInfo.button(MouseButton button) Specifies that the given button should be clicked once.voidBasicRobot.click(Component c, Point where, MouseButton button, int times) Simulates a user clicking the given mouse button, the given times at the given position on the given.ComponentvoidBasicRobot.click(Component c, MouseButton button) Simulates a user clicking once the givenusing the given mouse button.ComponentvoidBasicRobot.click(Component c, MouseButton button, int times) Simulates a user clicking the given mouse button, the given times on the given.ComponentvoidBasicRobot.click(Point where, MouseButton button, int times) Simulates a user clicking the given mouse button, the given times at the given absolute coordinates.voidRobot.click(Component c, Point where, MouseButton button, int times) Simulates a user clicking the given mouse button, the given times at the given position on the given.ComponentvoidRobot.click(Component c, MouseButton button) Simulates a user clicking once the givenusing the given mouse button.ComponentvoidRobot.click(Component c, MouseButton button, int times) Simulates a user clicking the given mouse button, the given times on the given.ComponentvoidRobot.click(Point where, MouseButton button, int times) Simulates a user clicking the given mouse button, the given times at the given absolute coordinates.voidBasicRobot.pressMouse(Component c, Point where, MouseButton button) Simulates a user pressing the given mouse button on the given.ComponentvoidBasicRobot.pressMouse(Point where, MouseButton button) Simulates a user pressing the given mouse button on the given coordinates.voidBasicRobot.pressMouse(MouseButton button) Simulates a user pressing a mouse button.voidRobot.pressMouse(Component c, Point where, MouseButton button) Simulates a user pressing the given mouse button on the given.ComponentvoidRobot.pressMouse(Point where, MouseButton button) Simulates a user pressing the given mouse button on the given coordinates.voidRobot.pressMouse(MouseButton button) Simulates a user pressing a mouse button.voidBasicRobot.releaseMouse(MouseButton button) Releases the given mouse button.voidRobot.releaseMouse(MouseButton button) Releases the given mouse button.Constructors in org.fest.swing.core with parameters of type MouseButton -
Uses of MouseButton in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type MouseButtonModifier and TypeMethodDescriptionvoidComponentDriver.click(Component c, MouseButton button) Simulates a user clicking once the givenusing the given mouse button.ComponentvoidComponentDriver.click(Component c, MouseButton button, int times) Simulates a user clicking the given mouse button, the given times on the given.ComponentvoidJTableDriver.click(JTable table, TableCell cell, MouseButton mouseButton, int times) Clicks the given cell, using the specified mouse button, the given number of times.voidJTableHeaderDriver.clickColumn(JTableHeader tableHeader, int columnIndex, MouseButton button, int times) Clicks the column under the given index using the given mouse button the given number of times.voidJTableHeaderDriver.clickColumn(JTableHeader tableHeader, String columnName, MouseButton button, int times) Clicks the column which name matches the given one using the given mouse button the given number of times.voidJTableHeaderDriver.clickColumn(JTableHeader tableHeader, Pattern columnNamePattern, MouseButton button, int times) Clicks the column which name matches the given regular expression pattern using the given mouse button the given number of times.private voidJTableHeaderDriver.clickColumn(JTableHeader tableHeader, TextMatcher matcher, MouseButton button, int times) voidJListDriver.clickItem(JList list, int index, MouseButton button, int times) Clicks the item under the given index, using the specified mouse button, the given number times.voidJListDriver.clickItem(JList list, String value, MouseButton button, int times) Clicks the first item matching the given value, using the specified mouse button, the given number times.voidJListDriver.clickItem(JList list, Pattern pattern, MouseButton button, int times) Clicks the first item matching the given regular expression pattern, using the specified mouse button, the given number times.private voidJListDriver.clickItem(JList list, TextMatcher matcher, MouseButton button, int times) voidJTreeDriver.clickPath(JTree tree, String path, MouseButton button) Clicks the given path, expanding parent nodes if necessary.private voidJTreeDriver.clickPath(JTree tree, String path, MouseButton button, int times) voidJTreeDriver.clickRow(JTree tree, int row, MouseButton button) Clicks the given row.private voidJTreeDriver.clickRow(JTree tree, int row, MouseButton button, int times) private voidJTreeDriver.validateIsNotNull(MouseButton button) -
Uses of MouseButton in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type MouseButtonModifier and TypeMethodDescriptionDialogFixture.click(MouseButton button) Simulates a user clicking this fixture's.DialogFrameFixture.click(MouseButton button) Simulates a user clicking this fixture's.FrameGenericComponentFixture.click(MouseButton button) Simulates a user clicking this fixture's GUI component.JButtonFixture.click(MouseButton button) Simulates a user clicking this fixture's.JButtonJCheckBoxFixture.click(MouseButton button) Simulates a user clicking this fixture's.JCheckBoxJComboBoxFixture.click(MouseButton button) Simulates a user clicking this fixture's.JComboBoxJFileChooserFixture.click(MouseButton button) Simulates a user clicking this fixture's.JFileChooserJInternalFrameFixture.click(MouseButton button) Simulates a user clicking this fixture's.JInternalFrameJLabelFixture.click(MouseButton button) Simulates a user clicking this fixture's.JLabelJListFixture.click(MouseButton button) Simulates a user clicking this fixture's.JListfinal JListItemFixtureJListItemFixture.click(MouseButton button) Simulates a user clicking this fixture's list item.JOptionPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JOptionPaneJPanelFixture.click(MouseButton button) Simulates a user clicking this fixture's.JPanelJPopupMenuFixture.click(MouseButton button) Simulates a user clicking this fixture's.JPopupMenuJRadioButtonFixture.click(MouseButton button) Simulates a user clicking this fixture's.JRadioButtonJScrollBarFixture.click(MouseButton button) Simulates a user clicking this fixture's.JScrollBarJScrollPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JScrollPaneJSliderFixture.click(MouseButton button) Simulates a user clicking this fixture's.JSliderJSpinnerFixture.click(MouseButton button) Simulates a user clicking this fixture's.JSpinnerJSplitPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JSplitPaneJTabbedPaneFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTabbedPaneJTableCellFixture.click(MouseButton button) Simulates a user clicking a cell in this fixture's table cell once, using the specified mouse button.private JTableCellFixtureJTableCellFixture.click(MouseButton button, int times) JTableFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTableJTableFixture.click(TableCell cell, MouseButton button) Simulates a user clicking a cell in this fixture'sonce, using the specified mouse button.JTable(package private) voidJTableFixture.click(TableCell cell, MouseButton button, int times) JTextComponentFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTextComponentJToggleButtonFixture.click(MouseButton button) Simulates a user clicking this fixture's.JToggleButtonJToolBarFixture.click(MouseButton button) Simulates a user clicking this fixture's.JToolBarJTreeFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTreeJTreePathFixture.click(MouseButton button) Simulates a user clicking this fixture's tree node.JTreeRowFixture.click(MouseButton button) Simulates a user clicking this fixture's tree node.MouseInputSimulationFixture.click(MouseButton button) Simulates a user clicking this fixture's GUI component.(package private) voidJListFixture.clickItem(int index, MouseButton button, int times) JTreeFixture.clickPath(String path, MouseButton button) Clicks the given path, expanding parent nodes if necessary.JTreeFixture.clickRow(int row, MouseButton button) Clicks the given row.