Uses of Class
org.fest.swing.fixture.JTreeFixture
Packages that use JTreeFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTreeFixture in org.fest.swing.fixture
Fields in org.fest.swing.fixture declared as JTreeFixtureModifier and TypeFieldDescriptionprivate final JTreeFixtureJTreePathFixture.treeprivate final JTreeFixtureJTreeRowFixture.treeMethods in org.fest.swing.fixture that return JTreeFixtureModifier and TypeMethodDescriptionJTreeFixture.cellReader(JTreeCellReader cellReader) Updates the implementation ofto use when comparing internal values of aJTreeCellReaderand the values expected in a test.JTreeJTreeFixture.click()Simulates a user clicking this fixture's.JTreeJTreeFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTreeJTreeFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTreeClicks the given path, expanding parent nodes if necessary.JTreeFixture.clickPath(String path, MouseButton button) Clicks the given path, expanding parent nodes if necessary.JTreeFixture.clickPath(String path, MouseClickInfo mouseClickInfo) Clicks the given path, expanding parent nodes if necessary.JTreeFixture.clickRow(int row) Clicks the given row.JTreeFixture.clickRow(int row, MouseButton button) Clicks the given row.JTreeFixture.clickRow(int row, MouseClickInfo mouseClickInfo) Clicks the given row.JTreeFixture.collapsePath(String path) Simulates a user collapsing the tree node at the given path.JTreeFixture.collapseRow(int row) Simulates a user collapsing the tree node at the given row.JTreeFixture.doubleClick()Simulates a user double-clicking this fixture's.JTreeJTreeFixture.doubleClickPath(String path) Double-clicks the given path.JTreeFixture.doubleClickRow(int row) Double-clicks the given row.JTreeFixture.drag(int row) Simulates a user dragging a row from this fixture's.JTreeSimulates a user dragging an item from this fixture's.JTreeJTreeFixture.drop(int row) Simulates a user dropping an item into this fixture's.JTreeSimulates a user dropping an item into this fixture's.JTreeJTreeFixture.expandPath(String path) Simulates a user expanding the tree node at the given path.JTreeFixture.expandRow(int row) Simulates a user expanding the tree node at the given row.JTreeFixture.focus()Gives input focus to this fixture's.JTreeJTreeFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTreeJTreeFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys in this fixture's.JTreeJTreeFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JTreeJTreeFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JTreeJTreeFixture.requireDisabled()Asserts that this fixture'sis disabled.JTreeJTreeFixture.requireEditable()Asserts that this fixture'sis editable.JTreeJTreeFixture.requireEnabled()Asserts that this fixture'sis enabled.JTreeJTreeFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JTreeJTreeFixture.requireFocused()Asserts that this fixture'shas input focus.JTreeJTreeFixture.requireNoSelection()Asserts that this fixture's's does not have any selection.JTreeJTreeFixture.requireNotEditable()Asserts that this fixture'sis not editable.JTreeJTreeFixture.requireNotVisible()Asserts that this fixture'sis not visible.JTreeJTreeFixture.requireSelection(int... rows) Asserts that this fixture's's selected rows are equal to the given one.JTreeJTreeFixture.requireSelection(String... paths) Asserts that this fixture'sselection is equal to the given paths.JTreeJTreeFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JTreeJTreeFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JTreeJTreeFixture.requireVisible()Asserts that this fixture'sis visible.JTreeJTreeFixture.rightClick()Simulates a user right-clicking this fixture's.JTreeJTreeFixture.rightClickPath(String path) Right-clicks the given path, expanding parent nodes if necessary.JTreeFixture.rightClickRow(int row) Right-clicks the given row.JTreeFixture.selectPath(String path) Selects the given path, expanding parent nodes if necessary.JTreeFixture.selectPaths(String... paths) Select the given paths, expanding parent nodes if necessary.JTreeFixture.selectRow(int row) Simulates a user selecting the tree node at the given row.JTreeFixture.selectRows(int... rows) Simulates a user selecting the tree nodes at the given rows.Updates the separator to use when convertings toTreePathStrings.JTreeFixture.toggleRow(int row) Simulates a user toggling the open/closed state of the tree node at the given row.ComponentContainerFixture.tree()ComponentContainerFixture.tree(GenericTypeMatcher<? extends JTree> matcher) ContainerFixture.tree()ContainerFixture.tree(GenericTypeMatcher<? extends JTree> matcher) Constructors in org.fest.swing.fixture with parameters of type JTreeFixtureModifierConstructorDescriptionprotectedJTreePathFixture(JTreeFixture tree, String path) Creates a newJTreePathFixture.protectedJTreeRowFixture(JTreeFixture tree, int index) Creates a newJTreeRowFixture.