Uses of Class
jexer.event.TMenuEvent
-
Packages that use TMenuEvent Package Description jexer Jexer - Java Text User Interface libraryjexer.demos Demonstration programs. -
-
Uses of TMenuEvent in jexer
Methods in jexer with parameters of type TMenuEvent Modifier and Type Method Description protected booleanTApplication. onMenu(TMenuEvent menu)Method that TApplication subclasses can override to handle menu events.voidTDesktop. onMenu(TMenuEvent menu)Handle posted menu events.voidTEditorWindow. onMenu(TMenuEvent menu)Handle posted menu events.voidTTableWindow. onMenu(TMenuEvent menu)Handle posted menu events.voidTWidget. onMenu(TMenuEvent menu)Method that subclasses can override to handle menu or posted menu events.voidTWindow. onMenu(TMenuEvent menu)Handle posted menu events. -
Uses of TMenuEvent in jexer.demos
Methods in jexer.demos with parameters of type TMenuEvent Modifier and Type Method Description booleanDemoApplication. onMenu(TMenuEvent menu)Handle menu events.booleanDesktopDemoApplication. onMenu(TMenuEvent menu)Handle menu events.
-