Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener:
Collaboration graph

Public Member Functions

void setHidden (boolean hidden)
 
void setValues (int curValue, int minValue, int maxValue, @NotNull String labelText, @NotNull String tooltipText)
 

Detailed Description

Interface which is implemented by all listener classes.

Author
Andreas Kirschbaum

Definition at line 31 of file GUIGaugeListener.java.

Member Function Documentation

◆ setHidden()

void com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener.setHidden ( boolean  hidden)

Specify whether this item should hide itself, independent of the "visibility" state.

Parameters
hiddenwhether the gauge is hidden

Implemented in com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge, and com.realtime.crossfire.jxclient.gui.gauge.GUIGauge.

Referenced by com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater.setGauge(), and com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater.setValues().

Here is the caller graph for this function:

◆ setValues()

void com.realtime.crossfire.jxclient.gui.gauge.GUIGaugeListener.setValues ( int  curValue,
int  minValue,
int  maxValue,
@NotNull String  labelText,
@NotNull String  tooltipText 
)

Sets the values to display.

Parameters
curValuethe values to display
minValuethe minimum possible value
maxValuethe maximum possible value
labelTextthe label text
tooltipTextthe tooltip suffix

Implemented in com.realtime.crossfire.jxclient.gui.gauge.GUIDupGauge, com.realtime.crossfire.jxclient.gui.gauge.GUIGauge, and com.realtime.crossfire.jxclient.gui.gauge.GUITextGauge.

Referenced by com.realtime.crossfire.jxclient.gui.gauge.GaugeUpdater.setValues().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: