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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorListModel
public ErrorListModel()
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 -