public class JideStatusBarFixture extends AbstractContainerFixture<JideStatusBarFixture,com.jidesoft.status.StatusBar,StatusBarDriver>
BACKGROUND_PROPERTY, FONT_PROPERTY, FOREGROUND_PROPERTY| Constructor and Description |
|---|
JideStatusBarFixture(Robot robot,
com.jidesoft.status.StatusBar target)
Creates a new
. |
JideStatusBarFixture(Robot robot,
String commandBarName)
Creates a new
. |
| Modifier and Type | Method and Description |
|---|---|
void |
containsText(String text) |
protected StatusBarDriver |
createDriver(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, 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, focus, font, foreground, isEnabled, myself, pressAndReleaseKey, pressAndReleaseKeys, pressKey, releaseKey, replaceDriverWith, requireDisabled, requireEnabled, requireEnabled, requireFocused, requireNotVisible, requireShowing, requireVisible, rightClick, robot, target, targetCastedTopublic JideStatusBarFixture(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(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.ComponentLookupException - if a matching StatusBar could not be found.ComponentLookupException - if more than one matching StatusBar is found.protected StatusBarDriver createDriver(Robot robot)
createDriver in class AbstractComponentFixture<JideStatusBarFixture,com.jidesoft.status.StatusBar,StatusBarDriver>public void requireText(String text)
public void containsText(String text)
Copyright © 2014–2016 AssertJ. All rights reserved.