Uses of Interface
org.fest.swing.hierarchy.ComponentHierarchy

Packages that use ComponentHierarchy
org.fest.swing.core Building blocks for all FEST-Swing fixtures. 
org.fest.swing.hierarchy GUI component hierarchies. 
 

Uses of ComponentHierarchy in org.fest.swing.core
 

Methods in org.fest.swing.core that return ComponentHierarchy
 ComponentHierarchy Robot.hierarchy()
          Returns the ComponentHierarchy being used by this robot.
protected  ComponentHierarchy BasicComponentPrinter.hierarchy()
          Returns the component hierarchy used by this printer.
 ComponentHierarchy BasicRobot.hierarchy()
          Returns the ComponentHierarchy being used by this robot.
 

Constructors in org.fest.swing.core with parameters of type ComponentHierarchy
BasicComponentFinder(ComponentHierarchy hierarchy)
          Creates a new BasicComponentFinder.
BasicComponentFinder(ComponentHierarchy hierarchy, Settings settings)
          Creates a new BasicComponentFinder.
BasicComponentPrinter(ComponentHierarchy hierarchy)
          Creates a new BasicComponentPrinter.
 

Uses of ComponentHierarchy in org.fest.swing.hierarchy
 

Classes in org.fest.swing.hierarchy that implement ComponentHierarchy
 class ExistingHierarchy
          Understands access to the current AWT hierarchy.
 class NewHierarchy
          Understands isolation of a component hierarchy to limit to only those components created during the lifetime of this hierarchy.
 class SingleComponentHierarchy
          Understands a component hierarchy created with a specified Component as root.
 

Constructors in org.fest.swing.hierarchy with parameters of type ComponentHierarchy
SingleComponentHierarchy(Container root, ComponentHierarchy hierarchy)
          Creates a new SingleComponentHierarchy.
 



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