|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.RecentFiles
public class RecentFiles
This class maintains a list of recently accessed scene files, and generates menus allowing them to be opened easily.
Constructor Summary | |
---|---|
RecentFiles()
|
Method Summary | |
---|---|
static void |
addRecentFile(java.io.File file)
Add a File to the list of recent files. |
static void |
createMenu(BMenu menu)
Given a BMenu, fill it in with a list of items for recent files. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecentFiles()
Method Detail |
---|
public static void createMenu(BMenu menu)
public static void addRecentFile(java.io.File file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |