Uses of Class
jexer.THScroller
-
Packages that use THScroller Package Description jexer Jexer - Java Text User Interface library -
-
Uses of THScroller in jexer
Fields in jexer declared as THScroller Modifier and Type Field Description protected THScroller
TScrollableWidget. hScroller
The horizontal scrollbar.protected THScroller
TScrollableWindow. hScroller
The horizontal scrollbar.Methods in jexer that return THScroller Modifier and Type Method Description THScroller
Scrollable. getHorizontalScroller()
Get the horizontal scrollbar, or null if this Viewport does not support horizontal scrolling.THScroller
TScrollableWidget. getHorizontalScroller()
Get the horizontal scrollbar, or null if this Viewport does not support horizontal scrolling.THScroller
TScrollableWindow. getHorizontalScroller()
Get the horizontal scrollbar, or null if this Viewport does not support horizontal scrolling.
-