Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
JTreeRowFixture |
JTreeRowFixture.click()
Simulates a user clicking this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.click(MouseButton button)
Simulates a user clicking this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.click(MouseClickInfo mouseClickInfo)
Simulates a user clicking this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.collapse()
Simulates a user collapsing this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.doubleClick()
Simulates a user double-clicking this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.drag()
Simulates a user dragging this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.drop()
Simulates a user dropping relative to this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.expand()
Simulates a user expanding this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.rightClick()
Simulates a user right-clicking this fixture's tree node.
|
JTreeRowFixture |
JTreeRowFixture.select()
Selects the this fixture's tree node, expanding parent nodes if necessary.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.