| Package | Description |
|---|---|
| org.assertj.swing.fixture |
Public API, source of FEST's power and flexibility.
|
| Modifier and Type | Method and Description |
|---|---|
JTreePathFixture |
JTreePathFixture.click()
Simulates a user clicking this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.click(MouseButton button)
Simulates a user clicking this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.collapse()
Simulates a user collapsing this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.doubleClick()
Simulates a user double-clicking this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.drag()
Simulates a user dragging this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.drop()
Simulates a user dropping relative to this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.expand()
Simulates a user expanding this fixture's tree node.
|
JTreePathFixture |
JTreeFixture.node(String path)
Returns a fixture that manages the node specified by the given path.
|
JTreePathFixture |
JTreePathFixture.rightClick()
Simulates a user right-clicking this fixture's tree node.
|
JTreePathFixture |
JTreePathFixture.select()
Selects the this fixture's tree node, expanding parent nodes if necessary.
|
Copyright © 2014 AssertJ. All rights reserved.