de.lessvoid.nifty.examples.helloniftybuilder
Class HelloNiftyBuilderExampleMain

java.lang.Object
  extended by de.lessvoid.nifty.examples.helloniftybuilder.HelloNiftyBuilderExampleMain
All Implemented Interfaces:
ScreenController

public class HelloNiftyBuilderExampleMain
extends Object
implements ScreenController

The Nifty Hello World. This time using the Nifty Builder classes to dynamically create Nifty screens WITHOUT the xml.

Author:
void

Constructor Summary
HelloNiftyBuilderExampleMain()
           
 
Method Summary
 void bind(Nifty nifty, Screen screen)
           
static void main(String[] args)
           
 void onEndScreen()
           
 void onStartScreen()
           
 void quit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloNiftyBuilderExampleMain

public HelloNiftyBuilderExampleMain()
Method Detail

main

public static void main(String[] args)

bind

public void bind(Nifty nifty,
                 Screen screen)
Specified by:
bind in interface ScreenController

onStartScreen

public void onStartScreen()
Specified by:
onStartScreen in interface ScreenController

onEndScreen

public void onEndScreen()
Specified by:
onEndScreen in interface ScreenController

quit

public void quit()


Copyright © 2011. All Rights Reserved.