Class WTable
java.lang.Object
meteordevelopment.meteorclient.gui.widgets.WWidget
meteordevelopment.meteorclient.gui.widgets.containers.WContainer
meteordevelopment.meteorclient.gui.widgets.containers.WTable
- All Implemented Interfaces:
BaseWidget
-
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
calculateSize, calculateWidgetPositions, 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
-
horizontalSpacing
public double horizontalSpacing -
verticalSpacing
public double verticalSpacing
-
-
Constructor Details
-
WTable
public WTable()
-
-
Method Details
-
add
- Overrides:
addin classWContainer
-
row
public void row() -
rowI
public int rowI() -
removeRow
public void removeRow(int i) -
getRow
-
clear
public void clear()- Overrides:
clearin classWContainer
-
horizontalSpacing
protected double horizontalSpacing() -
verticalSpacing
protected double verticalSpacing() -
onCalculateSize
protected void onCalculateSize()- Overrides:
onCalculateSizein classWContainer
-
onCalculateWidgetPositions
protected void onCalculateWidgetPositions()- Overrides:
onCalculateWidgetPositionsin classWContainer
-