|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jext.menus.JextRecentMenu
| Constructor Summary | |
JextRecentMenu(JextFrame parent,
javax.swing.JMenu recentMenu)
|
|
| Method Summary | |
void |
createRecent()
Creates the recent menu from an array of String
containing paths to the most recently opened files. |
protected void |
finalize()
Patch -> Memory management improvements : it may help the garbage collector. |
void |
removeRecent()
Cleans recent menu. |
void |
saveRecent(java.lang.String file)
Add an item to the recent menu. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JextRecentMenu(JextFrame parent,
javax.swing.JMenu recentMenu)
| Method Detail |
public void removeRecent()
public void createRecent()
String
containing paths to the most recently opened files.
public void saveRecent(java.lang.String file)
file - The path of the file to be added
protected void finalize()
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||