Inherits com::realtime::crossfire::jxclient::gui::log::GUILog.

Public Member Functions | |
| GUILabelLog (@NotNull final TooltipManager tooltipManager,@NotNull final GUIElementListener elementListener,@NotNull final String name,@Nullable final Image backgroundImage,@NotNull final Fonts fonts,@NotNull final Color defaultColor) | |
| void | updateText (@NotNull final CharSequence string) |
A gui element implementing a static text field which may contain media tags.
Definition at line 35 of file GUILabelLog.java.
| com.realtime.crossfire.jxclient.gui.log.GUILabelLog.GUILabelLog | ( | @NotNull final TooltipManager | tooltipManager, | |
| @NotNull final GUIElementListener | elementListener, | |||
| @NotNull final String | name, | |||
| @Nullable final Image | backgroundImage, | |||
| @NotNull final Fonts | fonts, | |||
| @NotNull final Color | defaultColor | |||
| ) |
Creates a new instance.
| tooltipManager | the tooltip manager to update | |
| elementListener | the element listener to notify | |
| name | the name of this element | |
| backgroundImage | the background image; may be null if unused | |
| fonts | the Fonts instance for looking up fonts | |
| defaultColor | the default color to use for text message not specifying a color |
Definition at line 65 of file GUILabelLog.java.
| void com.realtime.crossfire.jxclient.gui.log.GUILabelLog.updateText | ( | @NotNull final CharSequence | string | ) |
Sets the displayed text by parsing a string.
| string | the string to parse |
Definition at line 74 of file GUILabelLog.java.

1.6.3