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 THScrollerTScrollableWidget. hScrollerThe horizontal scrollbar.protected THScrollerTScrollableWindow. hScrollerThe horizontal scrollbar.Methods in jexer that return THScroller Modifier and Type Method Description THScrollerScrollable. getHorizontalScroller()Get the horizontal scrollbar, or null if this Viewport does not support horizontal scrolling.THScrollerTScrollableWidget. getHorizontalScroller()Get the horizontal scrollbar, or null if this Viewport does not support horizontal scrolling.THScrollerTScrollableWindow. getHorizontalScroller()Get the horizontal scrollbar, or null if this Viewport does not support horizontal scrolling.
-