public class JideStatusBarFixture extends org.assertj.swing.fixture.AbstractContainerFixture<JideStatusBarFixture,com.jidesoft.status.StatusBar,StatusBarDriver>
| Constructor and Description |
|---|
JideStatusBarFixture(org.assertj.swing.core.Robot robot,
com.jidesoft.status.StatusBar target)
Creates a new
. |
JideStatusBarFixture(org.assertj.swing.core.Robot robot,
String commandBarName)
Creates a new
. |
| Modifier and Type | Method and Description |
|---|---|
void |
containsText(String text) |
protected StatusBarDriver |
createDriver(org.assertj.swing.core.Robot robot) |
void |
requireText(String text) |
String |
toString() |
button, button, button, checkBox, checkBox, checkBox, comboBox, comboBox, comboBox, defaultDialogLookupTimeout, dialog, dialog, dialog, dialog, dialog, dialog, fileChooser, fileChooser, fileChooser, fileChooser, fileChooser, fileChooser, find, findByName, findByType, finder, internalFrame, internalFrame, internalFrame, label, label, label, list, list, list, menuItem, menuItem, menuItemWithPath, optionPane, optionPane, panel, panel, panel, progressBar, progressBar, progressBar, radioButton, radioButton, radioButton, scrollBar, scrollBar, scrollBar, scrollPane, scrollPane, scrollPane, slider, slider, slider, spinner, spinner, spinner, splitPane, splitPane, splitPane, tabbedPane, tabbedPane, tabbedPane, table, table, table, textBox, textBox, textBox, toggleButton, toggleButton, toggleButton, toolBar, toolBar, toolBar, tree, tree, tree, withbackground, click, click, click, doubleClick, driver, drop, equals, focus, font, foreground, hashCode, isEnabled, myself, pressAndReleaseKey, pressAndReleaseKeys, pressKey, pressKeyWhileRunning, releaseKey, replaceDriverWith, requireDisabled, requireEnabled, requireEnabled, requireFocused, requireNotVisible, requireShowing, requireVisible, rightClick, robot, target, targetCastedTopublic JideStatusBarFixture(org.assertj.swing.core.Robot robot,
com.jidesoft.status.StatusBar target)
CommandBarFixture.robot - performs simulation of user events on the given StatusBar.target - the StatusBar to be managed by this fixture.NullPointerException - if robot is null.NullPointerException - if target is null.public JideStatusBarFixture(org.assertj.swing.core.Robot robot,
String commandBarName)
CommandBarFixture.robot - performs simulation of user events on a StatusBar.commandBarName - the name of the StatusBar to find using the given Robot.NullPointerException - if robot is null.org.assertj.swing.exception.ComponentLookupException - if a matching StatusBar could not be found.org.assertj.swing.exception.ComponentLookupException - if more than one matching StatusBar is found.protected StatusBarDriver createDriver(org.assertj.swing.core.Robot robot)
createDriver in class org.assertj.swing.fixture.AbstractComponentFixture<JideStatusBarFixture,com.jidesoft.status.StatusBar,StatusBarDriver>public void requireText(String text)
public void containsText(String text)
Copyright © 2014–2020 AssertJ. All rights reserved.