public class MRUListModel
extends javax.swing.AbstractListModel
Constructor and Description |
---|
MRUListModel()
Creates a new MRUListModel object.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.io.File f) |
java.lang.Object |
getElementAt(int i) |
MRUList |
getMRUList() |
int |
getSize() |
void |
setMRUList(MRUList mru) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.