22 package com.realtime.crossfire.jxclient.gui.gauge;
24 import org.jetbrains.annotations.NotNull;
40 void setValues(
int curValue,
int minValue,
int maxValue, @NotNull String labelText, @NotNull String tooltipText);
Interface which is implemented by all listener classes.
void setValues(int curValue, int minValue, int maxValue, @NotNull String labelText, @NotNull String tooltipText)
Sets the values to display.
void setHidden(boolean hidden)
Specify whether this item should hide itself, independent of the "visibility" state.