Package | Description |
---|---|
de.lessvoid.nifty | |
de.lessvoid.nifty.builder | |
de.lessvoid.nifty.controls.dynamic | |
de.lessvoid.nifty.screen | |
de.lessvoid.xml.xpp3 |
Modifier and Type | Method and Description |
---|---|
ScreenController |
Nifty.findScreenController(String controllerClass)
find a ScreenController instance that matches the given controllerClass name.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ScreenBuilder.controller(ScreenController controller) |
Constructor and Description |
---|
ScreenBuilder(String id,
ScreenController controller) |
Modifier and Type | Method and Description |
---|---|
void |
ScreenCreator.setScreenController(ScreenController screenController) |
Constructor and Description |
---|
ScreenCreator(String id,
ScreenController screenController) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScreenController
The DefaultScreenController is attached to a screen when no ScreenController was specified.
|
class |
NullScreenController
A ScreenController that does absolutly nothing :).
|
Modifier and Type | Method and Description |
---|---|
ScreenController |
Screen.getScreenController()
get current attached screen controller.
|
Constructor and Description |
---|
Screen(Nifty newNifty,
String newId,
ScreenController newScreenController,
TimeProvider newTimeProvider) |
Modifier and Type | Method and Description |
---|---|
void |
Attributes.translateSpecialValues(Map<String,ResourceBundle> resourceBundle,
ScreenController screenController,
Properties globalProperties) |
Copyright © 2013. All Rights Reserved.