Uses of Interface
org.fest.swing.hierarchy.ComponentHierarchy
Packages that use ComponentHierarchy
Package
Description
Building blocks for all FEST-Swing fixtures.
GUI component hierarchies.
-
Uses of ComponentHierarchy in org.fest.swing.core
Fields in org.fest.swing.core declared as ComponentHierarchyModifier and TypeFieldDescriptionprivate final ComponentHierarchyBasicComponentFinder.hierarchyprivate final ComponentHierarchyBasicComponentPrinter.hierarchyprivate final ComponentHierarchyBasicRobot.hierarchyProvides access to all the components in the hierarchy.private static ComponentHierarchyWindowAncestorFinder.hierarchyMethods in org.fest.swing.core that return ComponentHierarchyModifier and TypeMethodDescriptionprivate ComponentHierarchyprotected final ComponentHierarchyBasicComponentPrinter.hierarchy()Returns the component hierarchy used by this printer.private ComponentHierarchyBasicRobot.hierarchy()Returns thebeing used by this robot.ComponentHierarchyRobot.hierarchy()Returns thebeing used by this robot.ComponentHierarchyMethods in org.fest.swing.core with parameters of type ComponentHierarchyModifier and TypeMethodDescriptionprivate static Collection<Component>FinderDelegate.childrenOfComponent(Component c, ComponentHierarchy h) private ComponentLookupExceptionBasicComponentFinder.componentNotFound(ComponentHierarchy h, ComponentMatcher m) private static voidBasicRobot.dispose(ComponentHierarchy hierarchy, Window w) private static voidBasicRobot.disposeWindows(ComponentHierarchy hierarchy) private ComponentBasicComponentFinder.find(ComponentHierarchy h, ComponentMatcher m) (package private) Collection<Component>FinderDelegate.find(ComponentHierarchy h, ComponentMatcher m) private voidFinderDelegate.find(ComponentHierarchy h, ComponentMatcher m, Component root, Set<Component> found) (package private) <T extends Component>
Collection<T>FinderDelegate.find(ComponentHierarchy h, GenericTypeMatcher<T> m) private <T extends Component>
voidFinderDelegate.find(ComponentHierarchy h, GenericTypeMatcher<T> m, Component root, Set<T> found) private static voidBasicComponentPrinter.print(Component c, ComponentHierarchy h, ComponentMatcher matcher, int level, PrintStream out) private static voidBasicComponentPrinter.print(ComponentHierarchy hierarchy, ComponentMatcher matcher, PrintStream out) private static ContainerBasicComponentFinder.root(ComponentHierarchy h) private static Collection<? extends Component>FinderDelegate.rootsOf(ComponentHierarchy h) Constructors in org.fest.swing.core with parameters of type ComponentHierarchyModifierConstructorDescriptionprotectedBasicComponentFinder(ComponentHierarchy hierarchy) Creates a new.BasicComponentFinderprotectedBasicComponentFinder(ComponentHierarchy hierarchy, Settings settings) Creates a new.BasicComponentFinderprotectedBasicComponentPrinter(ComponentHierarchy hierarchy) Creates a new.BasicComponentPrinter(package private)BasicRobot(Object screenLockOwner, ComponentHierarchy hierarchy) -
Uses of ComponentHierarchy in org.fest.swing.hierarchy
Classes in org.fest.swing.hierarchy that implement ComponentHierarchyModifier and TypeClassDescriptionclassUnderstands access to the current AWT hierarchy.classUnderstands isolation of a component hierarchy to limit to only those components created during the lifetime of this hierarchy.final classUnderstands a component hierarchy created with a specifiedas root.ComponentFields in org.fest.swing.hierarchy declared as ComponentHierarchyModifier and TypeFieldDescriptionprivate final ComponentHierarchySingleComponentHierarchy.hierarchyConstructors in org.fest.swing.hierarchy with parameters of type ComponentHierarchyModifierConstructorDescriptionSingleComponentHierarchy(Container root, ComponentHierarchy hierarchy) Creates a newSingleComponentHierarchy.