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

Packages that use FrameFixture
org.fest.swing.finder Support for testing time-consuming tasks. 
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of FrameFixture in org.fest.swing.finder
 

Methods in org.fest.swing.finder that return FrameFixture
 FrameFixture FrameFinder.using(Robot robot)
          Finds a Frame by name or type.
 

Uses of FrameFixture in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture that return FrameFixture
 FrameFixture FrameFixture.click()
          Simulates a user clicking this fixture's Frame.
 FrameFixture FrameFixture.click(MouseButton button)
          Simulates a user clicking this fixture's Frame.
 FrameFixture FrameFixture.click(MouseClickInfo mouseClickInfo)
          Simulates a user clicking this fixture's Frame.
 FrameFixture FrameFixture.deiconify()
          Simulates a user deiconifying this fixture's Frame.
 FrameFixture FrameFixture.doubleClick()
          Simulates a user double-clicking this fixture's Frame.
 FrameFixture FrameFixture.focus()
          Gives input focus to this fixture's Frame.
static FrameFixture Containers.frameFixtureFor(Container contentPane)
          Creates a new JFrame and uses the given Container as its content pane.
 FrameFixture FrameFixture.iconify()
          Simulates a user iconifying this fixture's Frame.
 FrameFixture FrameFixture.maximize()
          Simulates a user maximizing this fixture's Frame.
 FrameFixture FrameFixture.moveTo(Point p)
          Simulates a user moving this fixture's Frame to the given point.
 FrameFixture FrameFixture.moveToBack()
          If the given Frame is visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.
 FrameFixture FrameFixture.moveToFront()
          If fixture's Frame is visible, brings it to the front and may make it the focused one.
 FrameFixture FrameFixture.normalize()
          Simulates a user normalizing this fixture's Frame.
 FrameFixture FrameFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo)
          Simulates a user pressing given key with the given modifiers on this fixture's Frame.
 FrameFixture FrameFixture.pressAndReleaseKeys(int... keyCodes)
          Simulates a user pressing and releasing the given keys on this fixture's Frame.
 FrameFixture FrameFixture.pressKey(int keyCode)
          Simulates a user pressing the given key on this fixture's Frame.
 FrameFixture FrameFixture.releaseKey(int keyCode)
          Simulates a user releasing the given key on this fixture's Frame.
 FrameFixture FrameFixture.requireDisabled()
          Asserts that this fixture's Frame is disabled.
 FrameFixture FrameFixture.requireEnabled()
          Asserts that this fixture's Frame is enabled.
 FrameFixture FrameFixture.requireEnabled(Timeout timeout)
          Asserts that this fixture's Frame is enabled.
 FrameFixture FrameFixture.requireFocused()
          Asserts that this fixture's Frame has input focus.
 FrameFixture FrameFixture.requireNotVisible()
          Asserts that this fixture's Frame is not visible.
 FrameFixture FrameFixture.requireSize(Dimension size)
          Asserts that the size of this fixture's Frame is equal to given one.
 FrameFixture FrameFixture.requireVisible()
          Asserts that this fixture's Frame is visible.
 FrameFixture FrameFixture.resizeHeightTo(int height)
          Simulates a user resizing vertically this fixture's Frame.
 FrameFixture FrameFixture.resizeTo(Dimension size)
          Simulates a user resizing this fixture's Frame.
 FrameFixture FrameFixture.resizeWidthTo(int width)
          Simulates a user resizing horizontally this fixture's Frame.
 FrameFixture FrameFixture.rightClick()
          Simulates a user right-clicking this fixture's Frame.
 FrameFixture FrameFixture.show()
          Shows this fixture's Frame.
 FrameFixture FrameFixture.show(Dimension size)
          Shows this fixture's Frame, resized to the given size.
static FrameFixture Containers.showInFrame(Container contentPane)
          Creates a new JFrame and uses the given Container as its content pane.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.