Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » gui » [javadoc | source]
org.apache.log4j.gui
class: JListViewModel [javadoc | source]
java.lang.Object
   javax.swing.AbstractListModel
      org.apache.log4j.gui.JListViewModel

All Implemented Interfaces:
    ListModel, Serializable

Field Summary
 CyclicBuffer cb     
Constructor:
 JListViewModel(int size) 
Method from org.apache.log4j.gui.JListViewModel Summary:
add,   getElementAt,   getSize
Methods from javax.swing.AbstractListModel:
addListDataListener,   getListDataListeners,   getListeners,   removeListDataListener
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.gui.JListViewModel Detail:
 public  void add(LoggingEvent event) 
 public Object getElementAt(int index) 
 public int getSize()