public class JideFrameFixture extends FrameFixture
FrameFixture that allows Jide specific fixtures to be obtained from a JFrame's
children.BACKGROUND_PROPERTY, FONT_PROPERTY, FOREGROUND_PROPERTY| Constructor and Description |
|---|
JideFrameFixture(Frame f) |
JideFrameFixture(Robot robot,
Frame f) |
JideFrameFixture(Robot robot,
String name) |
JideFrameFixture(String name) |
| Modifier and Type | Method and Description |
|---|---|
CollapsiblePaneFixture |
collapsiblePane() |
CollapsiblePaneFixture |
collapsiblePane(String name) |
CommandBarFixture |
commandBar(String name) |
DateComboBoxFixture |
dateComboBox(String name) |
JideTableFixture |
jideTable(String name) |
ListComboBoxFixture |
listComboBox(GenericTypeMatcher<? extends com.jidesoft.combobox.ListComboBox> matcher) |
ListComboBoxFixture |
listComboBox(String name) |
JideStatusBarFixture |
statusBar() |
JideStatusBarFixture |
statusBar(String name) |
TableScrollPaneFixture |
tableScrollPane(String name) |
createDriver, deiconify, iconify, maximize, normalizecleanUp, close, moveTo, moveToBack, moveToFront, requireSize, resizeHeightTo, resizeTo, resizeWidthTo, show, show, showPopupMenu, showPopupMenuAtbutton, 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, targetCastedToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, moveTo, moveToBack, moveToFront, requireSize, resizeHeightTo, resizeTo, resizeWidthTopublic JideFrameFixture(Frame f)
public JideFrameFixture(String name)
public ListComboBoxFixture listComboBox(String name)
public ListComboBoxFixture listComboBox(GenericTypeMatcher<? extends com.jidesoft.combobox.ListComboBox> matcher)
public DateComboBoxFixture dateComboBox(String name)
public TableScrollPaneFixture tableScrollPane(String name)
public JideTableFixture jideTable(String name)
public CommandBarFixture commandBar(String name)
public JideStatusBarFixture statusBar(String name)
public JideStatusBarFixture statusBar()
public CollapsiblePaneFixture collapsiblePane()
public CollapsiblePaneFixture collapsiblePane(String name)
Copyright © 2014–2016 AssertJ. All rights reserved.