Uses of Interface
org.picocontainer.testmodel.Touchable

Packages that use Touchable
org.picocontainer.defaults   
org.picocontainer.injectors   
org.picocontainer.tck   
org.picocontainer.testmodel   
 

Uses of Touchable in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement Touchable
static class CollectionComponentParameterTestCase.TouchableObserver
           
 

Constructors in org.picocontainer.defaults with parameters of type Touchable
CollectionComponentParameterTestCase.TouchableObserver(Touchable[] touchables)
           
NoneOfTheseTestsAffectCoverageMeaningTheyCouldGoTestCase.Dino4(String a, int n, String b, Touchable Touchable)
           
 

Uses of Touchable in org.picocontainer.injectors
 

Constructors in org.picocontainer.injectors with parameters of type Touchable
ConstructorInjectorTestCase.NamedDependsOnTouchable(Touchable t, String name)
           
 

Uses of Touchable in org.picocontainer.tck
 

Classes in org.picocontainer.tck that implement Touchable
static class AbstractPicoContainerTest.DerivedTouchable
           
 

Fields in org.picocontainer.tck declared as Touchable
 Touchable AbstractPicoContainerTest.NeedsTouchable.touchable
           
 

Constructors in org.picocontainer.tck with parameters of type Touchable
AbstractPicoContainerTest.NeedsTouchable(Touchable touchable)
           
 

Uses of Touchable in org.picocontainer.testmodel
 

Classes in org.picocontainer.testmodel that implement Touchable
 class AlternativeTouchable
           
 class DecoratedTouchable
           
 class SimpleTouchable
           
 class WashableTouchable
           
 

Fields in org.picocontainer.testmodel declared as Touchable
 Touchable DependsOnTouchable.touchable
           
 

Methods in org.picocontainer.testmodel that return Touchable
 Touchable DependsOnTouchable.getTouchable()
           
 

Constructors in org.picocontainer.testmodel with parameters of type Touchable
DecoratedTouchable(Touchable delegate)
           
DependsOnTouchable(Touchable touchable)
           
DependsOnTwoComponents(Touchable Touchable, DependsOnTouchable fred)
           
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.