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