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