public class TableScrollPaneFixture extends org.assertj.swing.fixture.JScrollPaneFixture implements ExtendedTableFixture
TableScrollPane.| Modifier and Type | Field and Description |
|---|---|
protected org.assertj.swing.driver.JTableDriver |
_tableDriver |
| Constructor and Description |
|---|
TableScrollPaneFixture(org.assertj.swing.core.Robot robot,
String name) |
TableScrollPaneFixture(org.assertj.swing.core.Robot robot,
com.jidesoft.grid.TableScrollPane pane) |
| Modifier and Type | Method and Description |
|---|---|
int |
columns() |
JideTableFixture |
mainTable() |
void |
requireNoSelection() |
TableScrollPaneFixture |
requireSelection(int... rows) |
JideTableFixture |
rowHeaderTable() |
int |
rows() |
int |
selectedRow() |
int[] |
selectedRows() |
TableScrollPaneFixture |
selectRow(int row) |
com.jidesoft.grid.TableScrollPane |
targetAsTableScrollPane() |
createDriver, horizontalScrollBar, verticalScrollBarshowPopupMenu, showPopupMenuAtclientProperty, requireToolTip, requireToolTipbackground, 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 TableScrollPaneFixture(org.assertj.swing.core.Robot robot,
com.jidesoft.grid.TableScrollPane pane)
public TableScrollPaneFixture(org.assertj.swing.core.Robot robot,
String name)
public JideTableFixture mainTable()
public JideTableFixture rowHeaderTable()
public int rows()
rows in interface ExtendedTableFixturepublic int columns()
columns in interface ExtendedTableFixturepublic int selectedRow()
selectedRow in interface ExtendedTableFixturepublic int[] selectedRows()
selectedRows in interface ExtendedTableFixturepublic void requireNoSelection()
public TableScrollPaneFixture requireSelection(int... rows)
requireSelection in interface ExtendedTableFixturepublic TableScrollPaneFixture selectRow(int row)
public com.jidesoft.grid.TableScrollPane targetAsTableScrollPane()
Copyright © 2014–2020 AssertJ. All rights reserved.