|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.ObjectActivity
netsurfers.gicp.net.MenuActivity
public class MenuActivity
MenuActivity is the menu activity of the game. Extends
Activity
. This layout may be change when player select
the option. Then you can see the different screen
构造方法摘要 | |
---|---|
MenuActivity()
|
方法摘要 | |
---|---|
boolean |
onKeyDown(int keyCode,
KeyEvent event)
(non-Javadoc) |
boolean |
onKeyLongPress(int keyCode,
KeyEvent event)
(non-Javadoc) |
boolean |
onKeyUp(int keyCode,
KeyEvent event)
(non-Javadoc) |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public MenuActivity()
方法详细信息 |
---|
public boolean onKeyDown(int keyCode, KeyEvent event)
Activity
public boolean onKeyLongPress(int keyCode, KeyEvent event)
Activity
public boolean onKeyUp(int keyCode, KeyEvent event)
Activity
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |