|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tanager.ui.CUIMenuModeState
org.tanager.ui.CUIStateNotInMenus
public class CUIStateNotInMenus
This class encapsulates the handling of the Tanager UI events while in the NotInMenus state.
| Field Summary |
|---|
| Fields inherited from class org.tanager.ui.CUIMenuModeState |
|---|
selectIcon_ |
| Constructor Summary | |
|---|---|
protected |
CUIStateNotInMenus()
This is the default constructor for CUIStateNotInMenus objects. |
|
CUIStateNotInMenus(CUIStateContext context)
This is the CUIStateNotInMenus
contructor that must be used when first
initializing the object. |
| Method Summary | |
|---|---|
void |
displayMenu(CMenu menu)
This method is used to process the displayMenu() event. |
void |
menuButtonPressed()
This method is used to process the menuButtonPressed() event. |
| Methods inherited from class org.tanager.ui.CUIMenuModeState |
|---|
debugStateEntry, doEntryActions, downButtonPressed, exitMenus, getMiddleButtonIcon, getTheButtonPane, getTheContext, getTheUIController, isInMenus, leftButtonPressed, middleButtonPressed, rightButtonPressed, upButtonPressed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CUIStateNotInMenus()
This is the default constructor for
CUIStateNotInMenus objects.
public CUIStateNotInMenus(CUIStateContext context)
This is the CUIStateNotInMenus
contructor that must be used when first
initializing the object.
context - a reference to the parent
CUIStateContext
object| Method Detail |
|---|
public void menuButtonPressed()
This method is used to process the
menuButtonPressed() event.
enterMenus() method
menuButtonPressed in class CUIMenuModeStatepublic void displayMenu(CMenu menu)
This method is used to process the
displayMenu() event.
CUIStateInMenus object and
setting the context's state to the new
object
displayMenu in class CUIMenuModeStatemenu -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||