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 TVScrollerTScrollableWidget. vScrollerThe vertical scrollbar.protected TVScrollerTScrollableWindow. vScrollerThe vertical scrollbar.Methods in jexer that return TVScroller Modifier and Type Method Description TVScrollerScrollable. getVerticalScroller()Get the vertical scrollbar, or null if this Viewport does not support vertical scrolling.TVScrollerTScrollableWidget. getVerticalScroller()Get the vertical scrollbar, or null if this Viewport does not support vertical scrolling.TVScrollerTScrollableWindow. getVerticalScroller()Get the vertical scrollbar, or null if this Viewport does not support vertical scrolling.
-