public class MenuController extends Object implements ScreenController
Constructor and Description |
---|
MenuController() |
Modifier and Type | Method and Description |
---|---|
void |
bind(Nifty niftyParam,
Screen screenParam)
bind.
|
void |
console() |
void |
credits() |
void |
dragAndDrop() |
void |
dropDown() |
void |
exit() |
void |
helloWorld() |
void |
hint() |
void |
menu() |
void |
mouse() |
void |
multiplayer() |
void |
onEndScreen() |
void |
onStartScreen()
just goto the next screen.
|
void |
popupExit(String exit)
popupExit.
|
void |
scrollpanel() |
void |
textalign() |
void |
textfield() |
public void bind(Nifty niftyParam, Screen screenParam)
bind
in interface ScreenController
niftyParam
- niftyParamscreenParam
- screenParampublic final void onStartScreen()
onStartScreen
in interface ScreenController
public final void onEndScreen()
onEndScreen
in interface ScreenController
public void helloWorld()
public void hint()
public void mouse()
public void menu()
public void dragAndDrop()
public void textfield()
public void textalign()
public void multiplayer()
public void console()
public void dropDown()
public void scrollpanel()
public void credits()
public void exit()
public void popupExit(String exit)
exit
- exit stringCopyright © 2013. All Rights Reserved.