|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jext.menus.JextRecentMenu
public class 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.
mnu
- The menu where to put last opened filespublic void saveRecent(java.lang.String file)
file
- The path of the file to be addedprotected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |