Uses of AbstractLabel in com.realtime.crossfire.jxclient.gui.gui |
---|
Fields in com.realtime.crossfire.jxclient.gui.gui declared as AbstractLabel | |
---|---|
private AbstractLabel |
TooltipManager.tooltip
The tooltip label. |
Methods in com.realtime.crossfire.jxclient.gui.gui with parameters of type AbstractLabel | |
---|---|
void |
TooltipManager.setTooltip(AbstractLabel tooltip)
Sets the tooltip label. |
Uses of AbstractLabel in com.realtime.crossfire.jxclient.gui.label |
---|
Subclasses of AbstractLabel in com.realtime.crossfire.jxclient.gui.label | |
---|---|
class |
GUIHTMLLabel
Implements an AbstractLabel that displays HTML contents. |
class |
GUILabel
Abstract base class for labels that render text. |
class |
GUILabelFailure
A GUIHTMLLabel that displays the last received "failure" message. |
class |
GUILabelMessage
A GUIHTMLLabel that displays the last received "drawinfo" message. |
class |
GUILabelQuery
A GUIHTMLLabel that displays the last received "query" command. |
class |
GUILabelStats
A GUILabel that displays a value of the last received "stats"
command. |
class |
GUILabelStats2
A GUILabel that displays a value of the last received "stats"
command. |
class |
GUIMultiLineLabel
A AbstractLabel that renders the text as a list of plain strings. |
class |
GUIOneLineLabel
A AbstractLabel that renders the text as a plain string. |
class |
GUISpellLabel
A GUIHTMLLabel that displays the currently selected spell. |
Uses of AbstractLabel in com.realtime.crossfire.jxclient.gui.list |
---|
Fields in com.realtime.crossfire.jxclient.gui.list declared as AbstractLabel | |
---|---|
private AbstractLabel |
GUIMetaElementList.comment
The comment field to update; may be null . |
private AbstractLabel |
GUIItemList.currentItem
The label to update with information about the selected item. |
Constructors in com.realtime.crossfire.jxclient.gui.list with parameters of type AbstractLabel | |
---|---|
GUIItemList(TooltipManager tooltipManager,
GUIElementListener elementListener,
CommandQueue commandQueue,
java.lang.String name,
Extent extent,
int cellWidth,
int cellHeight,
CrossfireServerConnection crossfireServerConnection,
ItemView itemView,
AbstractLabel currentItem,
GUIItemItemFactory itemItemFactory)
Creates a new instance. |
|
GUIMetaElementList(TooltipManager tooltipManager,
GUIElementListener elementListener,
java.lang.String name,
Extent extent,
int cellWidth,
int cellHeight,
MetaserverModel metaserverModel,
java.awt.image.BufferedImage image,
java.awt.Font font,
java.lang.String format,
java.lang.String tooltip,
GUIText hostname,
AbstractLabel comment,
CommandList connectCommandList)
Creates a new instance. |
Uses of AbstractLabel in com.realtime.crossfire.jxclient.skin.io |
---|
Methods in com.realtime.crossfire.jxclient.skin.io that return AbstractLabel | |
---|---|
AbstractLabel |
GuiElementParser.lookupLabelElement(java.lang.String name)
Returns a AbstractLabel by element name. |
Uses of AbstractLabel in com.realtime.crossfire.jxclient.skin.skin |
---|
Fields in com.realtime.crossfire.jxclient.skin.skin declared as AbstractLabel | |
---|---|
private AbstractLabel |
DefaultJXCSkin.tooltipLabel
The tooltip label or null . |
Methods in com.realtime.crossfire.jxclient.skin.skin that return AbstractLabel | |
---|---|
AbstractLabel |
JXCSkin.getTooltipLabel()
Returns the AbstractLabel that is used to display tooltips. |
AbstractLabel |
DefaultJXCSkin.getTooltipLabel()
Returns the AbstractLabel that is used to display tooltips. |
Methods in com.realtime.crossfire.jxclient.skin.skin with parameters of type AbstractLabel | |
---|---|
void |
DefaultJXCSkin.setTooltipLabel(AbstractLabel tooltipLabel)
Sets the AbstractLabel that is used to display tooltips. |
Uses of AbstractLabel in com.realtime.crossfire.jxclient.window |
---|
Fields in com.realtime.crossfire.jxclient.window declared as AbstractLabel | |
---|---|
private AbstractLabel |
GuiManager.dialogConnectLabel
The "message" field within GuiManager.dialogConnect . |