Uses of Class
com.googlecode.lanterna.gui2.ScrollBar
Packages that use ScrollBar
-
Uses of ScrollBar in com.googlecode.lanterna.gui2
Subclasses with type arguments of type ScrollBar in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionclassClassic scrollbar that can be used to display where inside a larger component a view is showing.Classes in com.googlecode.lanterna.gui2 that implement interfaces with type arguments of type ScrollBarModifier and TypeClassDescriptionstatic classHelper class for making newScrollBarrenderers a little bit cleanerFields in com.googlecode.lanterna.gui2 declared as ScrollBarModifier and TypeFieldDescriptionprivate final ScrollBarTextBox.DefaultTextBoxRenderer.horizontalScrollBarprivate final ScrollBarAbstractListBox.DefaultListBoxRenderer.verticalScrollBarprivate final ScrollBarTextBox.DefaultTextBoxRenderer.verticalScrollBarMethods 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 sizeScrollBar.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 TypeMethodDescriptionvoidScrollBar.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 ScrollBarDefaultTableRenderer.horizontalScrollBarprivate final ScrollBarDefaultTableRenderer.verticalScrollBar