|
||||||||||
| 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.CUIStateInMenus
public class CUIStateInMenus
This class encapsulates the handling of the Tanager UI events while in the InMenus state.
| Field Summary |
|---|
| Fields inherited from class org.tanager.ui.CUIMenuModeState |
|---|
selectIcon_ |
| Constructor Summary | |
|---|---|
protected |
CUIStateInMenus()
This is the only contructor allowed for a CUIStateInMenus object. |
| Method Summary | |
|---|---|
void |
exitMenus()
This method is used to process the exitMenus() event. |
javax.swing.Icon |
getMiddleButtonIcon()
This method returns the select icon while in the InMenus state. |
boolean |
isInMenus()
This method returns whether or not the menus are being displayed. |
void |
menuButtonPressed()
This method is used to process the menuButtonPressed() event. |
| Methods inherited from class org.tanager.ui.CUIMenuModeState |
|---|
debugStateEntry, displayMenu, doEntryActions, downButtonPressed, getTheButtonPane, getTheContext, getTheUIController, 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 CUIStateInMenus()
This is the only contructor allowed for a
CUIStateInMenus object.
| Method Detail |
|---|
public javax.swing.Icon getMiddleButtonIcon()
This method returns the select icon while in the InMenus state.
getMiddleButtonIcon in class CUIMenuModeStatepublic boolean isInMenus()
This method returns whether or not the menus are being displayed.
isInMenus in class CUIMenuModeStatepublic void menuButtonPressed()
This method is used to process the
menuButtonPressed() event.
exitMenus() method
menuButtonPressed in class CUIMenuModeStatepublic void exitMenus()
This method is used to process the
exitMenus() event.
CUIStateNotInMenus object
and setting the context's menu mode state
to the new object
exitMenus in class CUIMenuModeState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||