Uses of Class
org.fest.swing.core.ComponentLookupScope

Packages that use ComponentLookupScope
org.fest.swing.core Building blocks for all FEST-Swing fixtures. 
 

Uses of ComponentLookupScope in org.fest.swing.core
 

Methods in org.fest.swing.core that return ComponentLookupScope
 ComponentLookupScope Settings.componentLookupScope()
          Returns the scope of component lookups.
static ComponentLookupScope ComponentLookupScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentLookupScope[] ComponentLookupScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.fest.swing.core with parameters of type ComponentLookupScope
 void Settings.componentLookupScope(ComponentLookupScope scope)
          Updates the scope of component lookups.
 



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