|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lessvoid.nifty.examples.style.label.LabelStartScreen
public class LabelStartScreen
ScreenController for Hello World Example.
Constructor Summary | |
---|---|
LabelStartScreen()
|
Method Summary | |
---|---|
void |
bind(Nifty newNifty,
Screen newScreen)
Bind this ScreenController to a screen. |
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 |
onEndScreen()
on end screen. |
void |
onStartScreen()
on start screen interactive. |
void |
prepareStart(Nifty nifty)
This function is called right before the example itself is executed. |
void |
quit()
quit method called from the helloworld.xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelStartScreen()
Method Detail |
---|
public final void bind(Nifty newNifty, Screen newScreen)
bind
in interface ScreenController
newNifty
- niftynewScreen
- screenpublic final void onStartScreen()
onStartScreen
in interface ScreenController
public final void onEndScreen()
onEndScreen
in interface ScreenController
public final void quit()
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-GUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |