Uses of Class
org.fest.swing.driver.ComponentDriver

Packages that use ComponentDriver
Package
Description
Drivers that simulate user input on GUI Components.
The power and flexibility of FEST-Swing come from the fixtures in this package.
  • Uses of ComponentDriver in org.fest.swing.driver

    Modifier and Type
    Class
    Description
    class 
    Understands functional testing of AbstractButtons: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of Containers: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of Dialogs: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of Frames: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JApplets: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JComboBoxes: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JComponents: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JFileChoosers: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JInternalFrames: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JLabels: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JLists: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JMenuItems: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JOptionPanes: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JPopupMenus: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JProgressBars: state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JScrollBars: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JScrollPanes: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JSliders: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JSpinners: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JSplitPanes: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JTabbedPanes: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JTables: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JTableHeaders: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JTextComponents: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JToolBars: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of JTrees: user input simulation state verification property value query This class is intended for internal use only.
    class 
    Understands functional testing of Windows: user input simulation state verification property value query This class is intended for internal use only.
  • Uses of ComponentDriver in org.fest.swing.fixture

    Modifier and Type
    Field
    Description
    GenericComponentFixture.driver
    Delegate for constructing and passing input operations to Robot.
    Modifier and Type
    Method
    Description
    protected final ComponentDriver
    GenericComponentFixture.driver()
    Returns the ComponentDriver used by this fixture.
    Methods in org.fest.swing.fixture with parameters of type ComponentDriver
    Modifier and Type
    Method
    Description
    protected final void
    GenericComponentFixture.driver(ComponentDriver newDriver)
    Sets the ComponentDriver to be used by this fixture.
    (package private) static void
    ComponentFixture.validateNotNull(ComponentDriver driver)
     
    Constructors in org.fest.swing.fixture with parameters of type ComponentDriver
    Modifier
    Constructor
    Description
     
    Creates a new GenericComponentFixture using a provided driver.