Uses of Interface
org.picocontainer.testmodel.Touchable

Packages that use Touchable
org.picocontainer.defaults   
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
           
 

Fields in org.picocontainer.defaults declared as Touchable
private  Touchable[] CollectionComponentParameterTestCase.TouchableObserver.touchables
           
 

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

Uses of Touchable in org.picocontainer.tck
 

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

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

Methods in org.picocontainer.tck that return Touchable
private  Touchable AbstractPicoContainerTestCase.getTouchableFromSerializedContainer()
           
 

Constructors in org.picocontainer.tck with parameters of type Touchable
AbstractPicoContainerTestCase.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
private  Touchable DecoratedTouchable.delegate
           
 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)