Uses of Class
org.fest.swing.fixture.JTreePathFixture

Packages that use JTreePathFixture
org.fest.swing.fixture 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 JTreePathFixture
 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 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 © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.