Class MessageTable
Utility class for constructing tabulated messages.
Inherits from
-
Object(base class) -
Sendable
Constructors
| Name | Description |
|---|---|
this
|
Creates a new MessageTable
|
Fields
| Name | Type | Description |
|---|---|---|
buffer
|
MessageBuffer |
Methods
| Name | Description |
|---|---|
add
|
Add a row to the table. |
appendToBuffer
|
Appends the output of this table to a message buffer
|
compileEntry
|
|
iterEntries
|
|
setHeader
|
Set a header row. Will not be sorted or modified. |
sort
|
Sort entries by column. Column must be integral.
|
toSendableString
|
Returns a string that will NEVER be greater than 2000 characters |