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 boolean
TApplication. onMenu(TMenuEvent menu)
Method that TApplication subclasses can override to handle menu events.void
TDesktop. onMenu(TMenuEvent menu)
Handle posted menu events.void
TEditorWindow. onMenu(TMenuEvent menu)
Handle posted menu events.void
TTableWindow. onMenu(TMenuEvent menu)
Handle posted menu events.void
TWidget. onMenu(TMenuEvent menu)
Method that subclasses can override to handle menu or posted menu events.void
TWindow. 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 boolean
DemoApplication. onMenu(TMenuEvent menu)
Handle menu events.boolean
DesktopDemoApplication. onMenu(TMenuEvent menu)
Handle menu events.
-