Uses of Interface
siouxsie.mvc.IScreen

Packages that use IScreen
siouxsie.mvc   
siouxsie.mvc.impl   
siouxsie.mvc.test   
 

Uses of IScreen in siouxsie.mvc
 

Methods in siouxsie.mvc with parameters of type IScreen
 void IInitializer.initializeScreen(IScreen screen)
          Initialize a screen.
 

Uses of IScreen in siouxsie.mvc.impl
 

Classes in siouxsie.mvc.impl that implement IScreen
 class ScreenSupport
          Basic IScreen support class.
 

Methods in siouxsie.mvc.impl that return IScreen
 IScreen PanelScreenHandler.getInstalledScreen()
           
 

Methods in siouxsie.mvc.impl with parameters of type IScreen
 void GuiceInitializer.initializeScreen(IScreen screen)
           
 void InitializerContainer.initializeScreen(IScreen screen)
           
 

Uses of IScreen in siouxsie.mvc.test
 

Methods in siouxsie.mvc.test that return IScreen
 IScreen ScreenCreator.create(LaunchConfiguration config)
           
 

Methods in siouxsie.mvc.test that return types with arguments of type IScreen
 java.lang.Class<? extends IScreen> LaunchConfiguration.getScreenClass()
           
 

Constructor parameters in siouxsie.mvc.test with type arguments of type IScreen
LaunchConfiguration(java.lang.String desc, java.lang.Class<? extends IScreen> cl)
           
 



Copyright © 2006-2008 null. All Rights Reserved.