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 ScrollBarTextBox.DefaultTextBoxRenderer. horizontalScrollBarprivate ScrollBarAbstractListBox.DefaultListBoxRenderer. verticalScrollBarprivate ScrollBarTextBox.DefaultTextBoxRenderer. verticalScrollBarMethods in com.googlecode.lanterna.gui2 that return ScrollBar Modifier and Type Method Description ScrollBarScrollBar. setScrollMaximum(int maximum)Sets the maximum value the scrollbar's position (minus the view size) can haveScrollBarScrollBar. setScrollPosition(int position)Sets the scrollbar's position, should be a value between 0 andmaximum - view sizeScrollBarScrollBar. 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 voidScrollBar.DefaultScrollBarRenderer. drawComponent(TextGUIGraphics graphics, ScrollBar component)TerminalSizeScrollBar.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 ScrollBarDefaultTableRenderer. horizontalScrollBarprivate ScrollBarDefaultTableRenderer. verticalScrollBar
-