|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.game.state.GameState
synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
apps.mainmenu.MainMenuApp
public class MainMenuApp
The Class MainMenuApp.
Constructor Summary | |
---|---|
MainMenuApp(ApplicationInfo info)
Instantiates a new main menu app. |
Method Summary | |
---|---|
void |
addContent()
Adds the content. |
void |
buttonClicked(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button clicked. |
void |
buttonDragged(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button dragged. |
void |
buttonPressed(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button pressed. |
void |
buttonReleased(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
Button released. |
void |
onActivate()
On activate. |
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp |
---|
init |
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp |
---|
cleanup, exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, render, renderDebug, setActivationCount, setActive, setMenuController, setOrthoRenderPass, setRootNode, setWorldRenderPass, update |
Methods inherited from class com.jmex.game.state.GameState |
---|
getName, getParent, isActive, setName, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainMenuApp(ApplicationInfo info)
info
- the infoMethod Detail |
---|
public void addContent()
SynergyNetApp
addContent
in class SynergyNetApp
public void buttonClicked(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonClicked
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the eventpublic void buttonDragged(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonDragged
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the eventpublic void buttonPressed(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonPressed
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the eventpublic void buttonReleased(MultiTouchButton button, ScreenCursor c, MultiTouchCursorEvent event)
MultiTouchButton.MultiTouchButtonListener
buttonReleased
in interface MultiTouchButton.MultiTouchButtonListener
button
- the buttonc
- the cevent
- the eventpublic void onActivate()
SynergyNetApp
onActivate
in class SynergyNetApp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |