|
|||||||||
| Home >> All >> com >> eireneh >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.swing
Class LogList.LogLine

java.lang.Objectcom.eireneh.swing.LogList.LogLine
- Enclosing class:
- LogList
- static class LogList.LogLine
- extends java.lang.Object
The information we store about a single message
| Field Summary | |
private java.lang.String |
stream
The stream we are reporting against |
private java.lang.String |
text
The text of the message |
private long |
time
The time of the message |
| Constructor Summary | |
LogList.LogLine(java.lang.String stream,
java.lang.String text)
Create a new logline |
|
| Method Summary | |
java.lang.String |
getStreamName()
Accessor for the stream we are reporting against |
java.lang.String |
getText()
Accessor for the text of the message |
long |
getTime()
Accessor for the text of the message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
stream
private java.lang.String stream
- The stream we are reporting against
text
private java.lang.String text
- The text of the message
time
private long time
- The time of the message
| Constructor Detail |
LogList.LogLine
public LogList.LogLine(java.lang.String stream, java.lang.String text)
- Create a new logline
| Method Detail |
getStreamName
public java.lang.String getStreamName()
- Accessor for the stream we are reporting against
getText
public java.lang.String getText()
- Accessor for the text of the message
getTime
public long getTime()
- Accessor for the text of the message
|
|||||||||
| Home >> All >> com >> eireneh >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.eireneh.swing.LogList.LogLine