Uses of Class
com.googlecode.lanterna.gui2.ScrollBar
Packages that use ScrollBar
-
Uses of ScrollBar in com.googlecode.lanterna.gui2
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 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)