 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.gui.button;
31 import java.awt.image.BufferedImage;
32 import org.jetbrains.annotations.NotNull;
33 import org.jetbrains.annotations.Nullable;
77 super(
tooltipManager,
elementListener,
name,
imageUp,
imageDown,
null,
null,
null, 0, 0,
autoRepeat,
commandList,
guiFactory,
newCharModel);
98 @SuppressWarnings(
"MethodDoesntCallSuperMethod")
void setChanged()
Records that the contents have changed and must be repainted.
General information for creating new characters.
final GuiFactory guiFactory
The global GuiFactory instance.
TooltipText newTooltipText(@Nullable final String tooltipText)
Creates a TooltipText instance relative to this instance.
final GUIElementListener elementListener
The GUIElementListener to notify.
Information for displaying tooltips.
Factory for creating Gui instances.
A list of GUICommand instances.
final String name
The name of this element.
final TooltipManager tooltipManager
The TooltipManager to update.
Listener for GUIElement related events.