|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractListModel | +--org.merlotxml.merlot.DTDChooser.DTDListModel
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,
removeListDataListener |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected DTDCache _cache
protected DTDCacheEntry[] _list
Constructor Detail |
public DTDChooser.DTDListModel(DTDCache cache)
Method Detail |
public void reload()
public int getSize()
public java.lang.Object getElementAt(int i)
public DTDCacheEntry getCacheEntry(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |