Package | Description |
---|---|
com.realtime.crossfire.jxclient.gui.log | |
com.realtime.crossfire.jxclient.gui.misc |
Modifier and Type | Field and Description |
---|---|
private Buffer |
GUILog.buffer
The
Buffer containing all received text messages. |
private Buffer |
MessageBufferUpdater.buffer
The buffer to update.
|
private Buffer |
RenderStateManager.buffer
The rendered buffer.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
GUILog.getBuffer()
Returns the
Buffer instance containing the text messages. |
Modifier and Type | Method and Description |
---|---|
void |
RenderState.linesAdded(Buffer buffer)
Some lines have been added to the buffer.
|
void |
RenderState.linesRemoved(Buffer buffer,
java.util.Collection<Line> lines)
Some lines have been removed from the buffer.
|
void |
RenderState.linesReplaced(Buffer buffer)
Some lines have been replaced at the end of the buffer.
|
void |
Parser.parse(java.lang.CharSequence text,
java.awt.Color defaultColor,
Buffer buffer)
Parses a text message.
|
private void |
Parser.parseLine(java.lang.String text,
java.awt.Color defaultColor,
Buffer buffer)
Parses one text line.
|
private void |
Parser.parseLineWithoutMediaTags(java.lang.String text,
Buffer buffer)
Parses one text line of a plain text message without media tags.
|
void |
Parser.parseWithoutMediaTags(java.lang.CharSequence text,
java.awt.Color color,
Buffer buffer)
Parses a plain text message without media tags.
|
void |
RenderState.scrollTo(Buffer buffer,
int y)
Scrolls to the given pixel location.
|
void |
RenderState.scrollToBottom(Buffer buffer)
Sets the view area to the bottom-most value.
|
void |
RenderState.setHeight(Buffer buffer,
int h)
Sets the the viewable height in pixel.
|
Constructor and Description |
---|
MessageBufferUpdater(CrossfireServerConnection crossfireServerConnection,
Buffer buffer,
java.awt.Color defaultColor)
Creates a new instance.
|
RenderStateManager(RenderStateListener renderStateListener,
Buffer buffer)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
JXCWindowRenderer.getActiveMessageBuffer()
Returns the active message buffer.
|
private static Buffer |
JXCWindowRenderer.getActiveMessageBuffer(Gui gui)
Returns the active message buffer for a
Gui instance. |