Uses of Class
org.fest.swing.fixture.JTreeRowFixture
Packages that use JTreeRowFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTreeRowFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JTreeRowFixtureModifier and TypeMethodDescriptionJTreeRowFixture.click()
Simulates a user clicking this fixture's tree node.JTreeRowFixture.click
(MouseButton button) Simulates a user clicking this fixture's tree node.JTreeRowFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's tree node.JTreeRowFixture.collapse()
Simulates a user collapsing this fixture's tree node.JTreeRowFixture.doubleClick()
Simulates a user double-clicking this fixture's tree node.JTreeRowFixture.drag()
Simulates a user dragging this fixture's tree node.JTreeRowFixture.drop()
Simulates a user dropping relative to this fixture's tree node.JTreeRowFixture.expand()
Simulates a user expanding this fixture's tree node.JTreeRowFixture.rightClick()
Simulates a user right-clicking this fixture's tree node.JTreeRowFixture.select()
Selects the this fixture's tree node, expanding parent nodes if necessary.