|
|||||||||
| 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 Status.CustomListModel

java.lang.Objectjavax.swing.AbstractListModel
com.eireneh.swing.Status.CustomListModel
- All Implemented Interfaces:
- javax.swing.ListModel, java.io.Serializable
- Enclosing class:
- Status
- static class Status.CustomListModel
- extends javax.swing.AbstractListModel
Where we store the messages
| Field Summary |
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Constructor Summary | |
(package private) |
Status.CustomListModel()
|
| Method Summary | |
java.lang.Object |
getElementAt(int index)
Returns the value at the specified index. |
int |
getSize()
Returns the length of the list. |
void |
register(Status.LogLine line)
Register a new LogLine |
| Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Status.CustomListModel
Status.CustomListModel()
| Method Detail |
getSize
public int getSize()
- Returns the length of the list.
getElementAt
public java.lang.Object getElementAt(int index)
- Returns the value at the specified index.
register
public void register(Status.LogLine line)
- Register a new LogLine
|
|||||||||
| Home >> All >> com >> eireneh >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC