|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mysteriestableportal.ControlMenu
public class ControlMenu
The Class ControlMenu.
| Nested Class Summary | |
|---|---|
static interface |
ControlMenu.ControlMenuListener
The listener interface for receiving controlMenu events. |
| Constructor Summary | |
|---|---|
ControlMenu(ContentSystem contentSystem,
SubAppMenu subAppMenu)
Instantiates a new control menu. |
|
| Method Summary | |
|---|---|
void |
addControlMenuListener(ControlMenu.ControlMenuListener l)
Adds the control menu listener. |
void |
setLocation(float x,
float y)
Sets the location. |
void |
setVisible(boolean isVisible)
Sets the visible. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlMenu(ContentSystem contentSystem,
SubAppMenu subAppMenu)
contentSystem - the content systemsubAppMenu - the sub app menu| Method Detail |
|---|
public void addControlMenuListener(ControlMenu.ControlMenuListener l)
l - the l
public void setLocation(float x,
float y)
x - the xy - the ypublic void setVisible(boolean isVisible)
isVisible - the new visible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||