 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.skin.io;
32 import org.jetbrains.annotations.NotNull;
63 if (!(element instanceof
GUIText)) {
Abstract base class for text input fields.
GUILabelLog lookupLabelLogElement(@NotNull final String name)
Returns a AbstractLabel by element name.
Abstract base class for GUI elements to be shown in Guis.
Abstract base class for all label classes.
Implements a cache for elements identified by name.
Exception thrown if a skin related problem occurs.
GuiElementParser(@NotNull final JXCSkinCache< AbstractGUIElement > definedGUIElements)
Creates a new instance.
Interface defining an abstract GUI element.
final JXCSkinCache< AbstractGUIElement > definedGUIElements
The defined GUIElements.
AbstractLabel lookupLabelElement(@NotNull final String name)
Returns a AbstractLabel by element name.
Creates gui element instances from string representations.
A gui element implementing a static text field which may contain media tags.
GUIText lookupTextElement(@NotNull final String name)
Returns a GUIText by element name.