|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecentFileListModel
Defines the files to be displayed by RecentFileList instances and provides
basic change notification. The main implementing class is DefaultRecentFileListModel.
DefaultRecentFileListModel| Method Summary | |
|---|---|
void |
addFileListModelListener(RecentFileListModeListener listener)
Adds the specified listener to the model. |
void |
clear()
Clears the model of all files. |
java.io.File |
get(int i)
Gets the file at the specified index. |
void |
removeFileListModelListener(RecentFileListModeListener listener)
Removes the specified listener from the model. |
int |
size()
Returns the size of the model. |
| Method Detail |
|---|
int size()
java.io.File get(int i)
i - the index
void clear()
void addFileListModelListener(RecentFileListModeListener listener)
listener - the listener to add.void removeFileListModelListener(RecentFileListModeListener listener)
listener - the listener to remove.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||