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

Packages that use ComponentHierarchy
org.assertj.swing.core Low-level components that enable functional testing of AWT and Swing Components. 
org.assertj.swing.hierarchy Scoped Component hierarchies. 
 

Uses of ComponentHierarchy in org.assertj.swing.core
 

Methods in org.assertj.swing.core that return ComponentHierarchy
 ComponentHierarchy BasicRobot.hierarchy()
           
protected  ComponentHierarchy BasicComponentPrinter.hierarchy()
           
 ComponentHierarchy Robot.hierarchy()
           
 

Constructors in org.assertj.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.assertj.swing.hierarchy
 

Classes in org.assertj.swing.hierarchy that implement ComponentHierarchy
 class ExistingHierarchy
          Provides access to the current AWT hierarchy.
 class NewHierarchy
           Isolates a ComponentHierarchy to limit to only those components created during the lifetime of this hierarchy.
 class SingleComponentHierarchy
          A ComponentHierarchy created with a specified AWT or Swing Component as root.
 

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



Copyright © 2014–2015 AssertJ. All rights reserved.