|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentHierarchy | |
---|---|
org.assertj.swing.core | Low-level components that enable functional testing of AWT and Swing Component s. |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |