Package | Description |
---|---|
org.fest.swing.core |
Building blocks for all FEST-Swing fixtures.
|
org.fest.swing.hierarchy |
GUI component hierarchies.
|
Modifier and Type | Method and Description |
---|---|
protected ComponentHierarchy |
BasicComponentPrinter.hierarchy()
Returns the component hierarchy used by this printer.
|
ComponentHierarchy |
Robot.hierarchy()
Returns the
being used by this robot. |
ComponentHierarchy |
BasicRobot.hierarchy()
Returns the
being used by this robot. |
Constructor and Description |
---|
BasicComponentFinder(ComponentHierarchy hierarchy)
Creates a new
. |
BasicComponentFinder(ComponentHierarchy hierarchy,
Settings settings)
Creates a new
. |
BasicComponentPrinter(ComponentHierarchy hierarchy)
Creates a new
. |
Modifier and Type | Class and Description |
---|---|
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
as root. |
Constructor and Description |
---|
SingleComponentHierarchy(Container root,
ComponentHierarchy hierarchy)
Creates a new
SingleComponentHierarchy . |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.