Class WVerticalList
java.lang.Object
meteordevelopment.meteorclient.gui.widgets.WWidget
meteordevelopment.meteorclient.gui.widgets.containers.WContainer
meteordevelopment.meteorclient.gui.widgets.containers.WVerticalList
- All Implemented Interfaces:
BaseWidget
- Direct Known Subclasses:
WDropdown.WDropdownRoot,WSection,WView,WWindow
-
Field Summary
FieldsFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
cells -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
add, calculateSize, calculateWidgetPositions, clear, charTyped, keyPressed, keyRepeated, mouseClicked, mouseMoved, mouseReleased, mouseScrolled, move, moveCells, propagateEvents, remove, render, renderWidgetMethods inherited from class meteordevelopment.meteorclient.gui.widgets.WWidget
getRoot, getTheme, init, invalidate, isOver, onCharTyped, onKeyPressed, onKeyRepeated, onMouseClicked, onMouseMoved, onMouseReleased, onMouseScrolled, onRender, pad
-
Field Details
-
spacing
public double spacing -
widthRemove
protected double widthRemove
-
-
Constructor Details
-
WVerticalList
public WVerticalList()
-
-
Method Details
-
spacing
protected double spacing() -
onCalculateSize
protected void onCalculateSize()- Overrides:
onCalculateSizein classWContainer
-
onCalculateWidgetPositions
protected void onCalculateWidgetPositions()- Overrides:
onCalculateWidgetPositionsin classWContainer
-