|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractListModel
com.sshtools.common.mru.MRUListModel
public class MRUListModel
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
MRUListModel()
Creates a new MRUListModel object. |
|
| Method Summary | |
|---|---|
void |
add(java.io.File f)
|
java.lang.Object |
getElementAt(int i)
|
MRUList |
getMRUList()
|
int |
getSize()
|
void |
setMRUList(MRUList mru)
|
| 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 |
| Constructor Detail |
|---|
public MRUListModel()
| Method Detail |
|---|
public void add(java.io.File f)
f - public java.lang.Object getElementAt(int i)
i -
public int getSize()
public void setMRUList(MRUList mru)
mru - public MRUList getMRUList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||