public class ReloadScreen extends Object implements ScreenController, NiftyExample
Constructor and Description |
---|
ReloadScreen() |
Modifier and Type | Method and Description |
---|---|
void |
back(String id,
ButtonClickedEvent event)
This is called from the "next.xml" and the id="next" screen
|
void |
bind(Nifty newNifty,
Screen newScreen) |
String |
getMainXML()
The resource path of the XML file that is supposed to be load for the example.
|
String |
getStartScreen()
The start screen that is supposed to be load initial.
|
String |
getTitle()
The title of this demonstration example.
|
void |
loadNext()
This is called from the initial "start.xml" and the id="start" screen
|
void |
onEndScreen() |
void |
onStartScreen() |
void |
prepareStart(Nifty nifty)
This function is called right before the example itself is executed.
|
public void bind(Nifty newNifty, Screen newScreen)
bind
in interface ScreenController
public void onStartScreen()
onStartScreen
in interface ScreenController
public void onEndScreen()
onEndScreen
in interface ScreenController
public void loadNext()
public void back(String id, ButtonClickedEvent event)
public String getStartScreen()
NiftyExample
getStartScreen
in interface NiftyExample
public String getMainXML()
NiftyExample
getMainXML
in interface NiftyExample
null
in case no XML file is supposed to be loadpublic String getTitle()
NiftyExample
getTitle
in interface NiftyExample
public void prepareStart(Nifty nifty)
NiftyExample
prepareStart
in interface NiftyExample
nifty
- the used instance of the Nifty-GUICopyright © 2013. All Rights Reserved.