|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 being used by this robot. |
protected ComponentHierarchy |
BasicComponentPrinter.hierarchy()
Returns the component hierarchy used by this printer. |
ComponentHierarchy |
BasicRobot.hierarchy()
Returns the being used by this robot. |
Constructors in org.fest.swing.core with parameters of type ComponentHierarchy | |
---|---|
BasicComponentFinder(ComponentHierarchy hierarchy)
Creates a new . |
|
BasicComponentFinder(ComponentHierarchy hierarchy,
Settings settings)
Creates a new . |
|
BasicComponentPrinter(ComponentHierarchy hierarchy)
Creates a new . |
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 as root. |
Constructors in org.fest.swing.hierarchy with parameters of type ComponentHierarchy | |
---|---|
SingleComponentHierarchy(Container root,
ComponentHierarchy hierarchy)
Creates a new SingleComponentHierarchy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |