net.sf.hibern8ide
Class ErrorListModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--net.sf.hibern8ide.ErrorListModel
All Implemented Interfaces:
ListModel, Serializable

public class ErrorListModel
extends AbstractListModel
implements ListModel

Author:
max
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ErrorListModel()
           
 
Method Summary
 void addError(Throwable t)
           
 void addInfo(String string)
           
 Object getElementAt(int index)
           
 int getSize()
           
 
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
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Constructor Detail

ErrorListModel

public ErrorListModel()
Method Detail

addError

public void addError(Throwable t)

getSize

public int getSize()
Specified by:
getSize in interface ListModel

getElementAt

public Object getElementAt(int index)
Specified by:
getElementAt in interface ListModel

addInfo

public void addInfo(String string)
Parameters:
string -