Uses of Interface
de.lessvoid.nifty.screen.ScreenController

Packages that use ScreenController
de.lessvoid.nifty   
de.lessvoid.nifty.builder   
de.lessvoid.nifty.controls.dynamic   
de.lessvoid.nifty.screen   
de.lessvoid.xml.xpp3   
 

Uses of ScreenController in de.lessvoid.nifty
 

Methods in de.lessvoid.nifty that return ScreenController
 ScreenController Nifty.findScreenController(String controllerClass)
          find a ScreenController instance that matches the given controllerClass name.
 

Methods in de.lessvoid.nifty with parameters of type ScreenController
 void Nifty.fromXml(String fileId, InputStream input, String startScreen, ScreenController... controllers)
          fromXml with ScreenControllers.
 void Nifty.fromXml(String filename, String startScreen, ScreenController... controllers)
          Initialize this Nifty instance from the given xml file.
 void Nifty.registerScreenController(ScreenController... controllers)
          Register a ScreenController instance.
 void Nifty.unregisterScreenController(ScreenController... controllers)
           
 

Uses of ScreenController in de.lessvoid.nifty.builder
 

Methods in de.lessvoid.nifty.builder with parameters of type ScreenController
 void ScreenBuilder.controller(ScreenController controller)
           
 

Constructors in de.lessvoid.nifty.builder with parameters of type ScreenController
ScreenBuilder(String id, ScreenController controller)
           
 

Uses of ScreenController in de.lessvoid.nifty.controls.dynamic
 

Methods in de.lessvoid.nifty.controls.dynamic with parameters of type ScreenController
 void ScreenCreator.setScreenController(ScreenController screenController)
           
 

Constructors in de.lessvoid.nifty.controls.dynamic with parameters of type ScreenController
ScreenCreator(String id, ScreenController screenController)
           
 

Uses of ScreenController in de.lessvoid.nifty.screen
 

Classes in de.lessvoid.nifty.screen that implement ScreenController
 class DefaultScreenController
          The DefaultScreenController is attached to a screen when no ScreenController was specified.
 class NullScreenController
          A ScreenController that does absolutly nothing :).
 

Methods in de.lessvoid.nifty.screen that return ScreenController
 ScreenController Screen.getScreenController()
          get current attached screen controller.
 

Constructors in de.lessvoid.nifty.screen with parameters of type ScreenController
Screen(Nifty newNifty, String newId, ScreenController newScreenController, TimeProvider newTimeProvider)
           
 

Uses of ScreenController in de.lessvoid.xml.xpp3
 

Methods in de.lessvoid.xml.xpp3 with parameters of type ScreenController
 void Attributes.translateSpecialValues(Map<String,ResourceBundle> resourceBundle, ScreenController screenController, Properties globalProperties)
           
 



Copyright © 2012. All Rights Reserved.