Package org.fest.swing.hierarchy

GUI component hierarchies.

See:
          Description

Interface Summary
ComponentHierarchy Understands access to all components in a hierarchy.
 

Class Summary
ExistingHierarchy Understands access to the current AWT hierarchy.
NewHierarchy Understands isolation of a component hierarchy to limit to only those components created during the lifetime of this hierarchy.
SingleComponentHierarchy Understands a component hierarchy created with a specified Component as root.
TransientWindowListener Understands automatic filtering of auto-generated Swing dialogs.
 

Package org.fest.swing.hierarchy Description

GUI component hierarchies.

Classes in this package have been adapted from Abbot. Many thanks to Timothy Wall.



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.