Package org.assertj.swing.hierarchy

Scoped Component hierarchies.

See:
          Description

Interface Summary
ComponentHierarchy Provides access to all AWT or Swing Components in a hierarchy.
 

Class Summary
ExistingHierarchy Provides access to the current AWT hierarchy.
NewHierarchy Isolates a ComponentHierarchy to limit to only those components created during the lifetime of this hierarchy.
SingleComponentHierarchy A ComponentHierarchy created with a specified AWT or Swing Component as root.
TransientWindowListener Automatic filtering of auto-generated Swing dialogs.
 

Package org.assertj.swing.hierarchy Description

Scoped Component hierarchies.

Most of the classes of in this packages were adapted from Abbot. Many thanks to Timothy Wall for allowing us to use them.

Author:
Alex Ruiz


Copyright © 2014–2015 AssertJ. All rights reserved.