public class CommandBarFixture extends AbstractContainerFixture<CommandBarFixture,com.jidesoft.action.CommandBar,CommandBarDriver>
CommandBar.BACKGROUND_PROPERTY, FONT_PROPERTY, FOREGROUND_PROPERTY| Constructor and Description |
|---|
CommandBarFixture(Robot robot,
com.jidesoft.action.CommandBar target)
Creates a new
. |
CommandBarFixture(Robot robot,
String commandBarName)
Creates a new
. |
| Modifier and Type | Method and Description |
|---|---|
protected CommandBarDriver |
createDriver(Robot robot) |
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 CommandBarFixture(Robot robot, com.jidesoft.action.CommandBar target)
CommandBarFixture.robot - performs simulation of user events on the given CommandBar.target - the CommandBar to be managed by this fixture.NullPointerException - if robot is null.NullPointerException - if target is null.public CommandBarFixture(Robot robot, String commandBarName)
CommandBarFixture.robot - performs simulation of user events on a CommandBar.commandBarName - the name of the CommandBar to find using the given Robot.NullPointerException - if robot is null.ComponentLookupException - if a matching CommandBar could not be found.ComponentLookupException - if more than one matching CommandBar is found.protected CommandBarDriver createDriver(Robot robot)
createDriver in class AbstractComponentFixture<CommandBarFixture,com.jidesoft.action.CommandBar,CommandBarDriver>Copyright © 2014–2016 AssertJ. All rights reserved.