Class WSection.WHeader
java.lang.Object
meteordevelopment.meteorclient.gui.widgets.WWidget
meteordevelopment.meteorclient.gui.widgets.containers.WContainer
meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
meteordevelopment.meteorclient.gui.widgets.containers.WSection.WHeader
- All Implemented Interfaces:
BaseWidget
- Direct Known Subclasses:
WMeteorSection.WMeteorHeader
- Enclosing class:
- WSection
-
Field Summary
FieldsFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
calculatedWidth, fillXCount, spacingFields inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
cells -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonClick()booleanonMouseClicked(double mouseX, double mouseY, int button, boolean used) Methods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WHorizontalList
onCalculateSize, onCalculateWidgetPositions, spacingMethods inherited from class meteordevelopment.meteorclient.gui.widgets.containers.WContainer
add, calculateSize, calculateWidgetPositions, charTyped, clear, 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, onMouseMoved, onMouseReleased, onMouseScrolled, onRender, pad
-
Field Details
-
title
-
-
Constructor Details
-
WHeader
-
-
Method Details
-
onMouseClicked
public boolean onMouseClicked(double mouseX, double mouseY, int button, boolean used) - Overrides:
onMouseClickedin classWWidget
-
onClick
protected void onClick()
-