Uses of Class
com.googlecode.lanterna.gui2.ScrollBar
Packages that use ScrollBar
-
Uses of ScrollBar in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as ScrollBarModifier and TypeFieldDescriptionprivate final ScrollBar
TextBox.DefaultTextBoxRenderer.horizontalScrollBar
private final ScrollBar
AbstractListBox.DefaultListBoxRenderer.verticalScrollBar
private final ScrollBar
TextBox.DefaultTextBoxRenderer.verticalScrollBar
Methods in com.googlecode.lanterna.gui2 that return ScrollBarModifier and TypeMethodDescriptionScrollBar.setScrollMaximum
(int maximum) Sets the maximum value the scrollbar's position (minus the view size) can haveScrollBar.setScrollPosition
(int position) Sets the scrollbar's position, should be a value between 0 andmaximum - view size
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 ScrollBarModifier and TypeMethodDescriptionprotected ComponentRenderer
<ScrollBar> ScrollBar.createDefaultRenderer()
Methods in com.googlecode.lanterna.gui2 with parameters of type ScrollBarModifier and TypeMethodDescriptionvoid
ScrollBar.DefaultScrollBarRenderer.drawComponent
(TextGUIGraphics graphics, ScrollBar component) ScrollBar.ScrollBarRenderer.getPreferredSize
(ScrollBar component) -
Uses of ScrollBar in com.googlecode.lanterna.gui2.table
Fields in com.googlecode.lanterna.gui2.table declared as ScrollBarModifier and TypeFieldDescriptionprivate final ScrollBar
DefaultTableRenderer.horizontalScrollBar
private final ScrollBar
DefaultTableRenderer.verticalScrollBar