org.merlotxml.merlot
Class DTDChooser.DTDListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byorg.merlotxml.merlot.DTDChooser.DTDListModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable
Enclosing class:
DTDChooser

protected class DTDChooser.DTDListModel
extends javax.swing.AbstractListModel

See Also:
Serialized Form

Field Summary
protected  DTDCache _cache
           
protected  DTDCacheEntry[] _list
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
DTDChooser.DTDListModel(DTDCache cache)
           
 
Method Summary
 DTDCacheEntry getCacheEntry(int i)
           
 java.lang.Object getElementAt(int i)
           
 int getSize()
           
 void reload()
           
 
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
 

Field Detail

_cache

protected DTDCache _cache

_list

protected DTDCacheEntry[] _list
Constructor Detail

DTDChooser.DTDListModel

public DTDChooser.DTDListModel(DTDCache cache)
Method Detail

reload

public void reload()

getSize

public int getSize()

getElementAt

public java.lang.Object getElementAt(int i)

getCacheEntry

public DTDCacheEntry getCacheEntry(int i)