Uses of Package
jexer.backend
-
Packages that use jexer.backend Package Description jexer Jexer - Java Text User Interface libraryjexer.backend The interface between TApplication and user-facing I/O.jexer.demos Demonstration programs.jexer.event Events that are generated by both end-user I/O (keyboard/mouse) and other UI elements (menu/resize).jexer.menu Menu bar support classes.jexer.net A Telnet-aware ServerSocket that establishes an 8-bit clean data channel.xtwm.plugins Plugins that extend the function of the desktop.xtwm.ui Main user interface. -
Classes in jexer.backend used by jexer Class Description Backend This interface provides a screen, keyboard, and mouse to TApplication.Screen Drawing operations API. -
Classes in jexer.backend used by jexer.backend Class Description Backend This interface provides a screen, keyboard, and mouse to TApplication.GenericBackend This abstract class provides a screen, keyboard, and mouse to TApplication.GlyphMaker GlyphMaker presents unified interface to all of its supported fonts to clients.LogicalScreen A logical screen composed of a 2D array of Cells.Screen Drawing operations API.SessionInfo SessionInfo is used to store per-session properties that are determined at different layers of the communication stack.SwingComponent Wrapper for integrating with Swing, because JFrame and JComponent have separate hierarchies.SwingTerminal.CursorStyle Cursor style to draw.TerminalReader TerminalReader provides keyboard and mouse events. -
Classes in jexer.backend used by jexer.demos Class Description Backend This interface provides a screen, keyboard, and mouse to TApplication. -
Classes in jexer.backend used by jexer.event Class Description Backend This interface provides a screen, keyboard, and mouse to TApplication. -
Classes in jexer.backend used by jexer.menu Class Description Backend This interface provides a screen, keyboard, and mouse to TApplication. -
Classes in jexer.backend used by jexer.net Class Description SessionInfo SessionInfo is used to store per-session properties that are determined at different layers of the communication stack. -
Classes in jexer.backend used by xtwm.plugins Class Description Screen Drawing operations API. -
Classes in jexer.backend used by xtwm.ui Class Description Backend This interface provides a screen, keyboard, and mouse to TApplication.