Uses of Class
com.googlecode.lanterna.gui2.ScrollBar
-
Packages that use ScrollBar Package Description com.googlecode.lanterna.gui2 com.googlecode.lanterna.gui2.table -
-
Uses of ScrollBar in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as ScrollBar Modifier and Type Field Description private ScrollBar
TextBox.DefaultTextBoxRenderer. horizontalScrollBar
private ScrollBar
AbstractListBox.DefaultListBoxRenderer. verticalScrollBar
private ScrollBar
TextBox.DefaultTextBoxRenderer. verticalScrollBar
Methods in com.googlecode.lanterna.gui2 that return ScrollBar Modifier and Type Method Description ScrollBar
ScrollBar. setScrollMaximum(int maximum)
Sets the maximum value the scrollbar's position (minus the view size) can haveScrollBar
ScrollBar. setScrollPosition(int position)
Sets the scrollbar's position, should be a value between 0 andmaximum - view size
ScrollBar
ScrollBar. setViewSize(int viewSize)
Sets the view size of the scrollbar, determining how big the scrollbar's tracker should be and also affecting the maximum value of tracker's positionMethods in com.googlecode.lanterna.gui2 that return types with arguments of type ScrollBar Modifier and Type Method Description protected ComponentRenderer<ScrollBar>
ScrollBar. createDefaultRenderer()
Methods in com.googlecode.lanterna.gui2 with parameters of type ScrollBar Modifier and Type Method Description void
ScrollBar.DefaultScrollBarRenderer. drawComponent(TextGUIGraphics graphics, ScrollBar component)
TerminalSize
ScrollBar.ScrollBarRenderer. getPreferredSize(ScrollBar component)
-
Uses of ScrollBar in com.googlecode.lanterna.gui2.table
Fields in com.googlecode.lanterna.gui2.table declared as ScrollBar Modifier and Type Field Description private ScrollBar
DefaultTableRenderer. horizontalScrollBar
private ScrollBar
DefaultTableRenderer. verticalScrollBar
-