public class OpenRecentListener
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
OpenRecentListener(ApplicationFrame app) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
java.lang.String |
addRecent(java.lang.String fullName)
Add a recent item to the listeners list of recent items
|
void |
removeRecent(java.lang.String fullName) |
public OpenRecentListener(ApplicationFrame app)
public java.lang.String addRecent(java.lang.String fullName)
fullName
- the full path to the recent itempublic void removeRecent(java.lang.String fullName)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener