org.rubato.composer
Class RecentFiles

java.lang.Object
  extended by org.rubato.composer.RecentFiles
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class RecentFiles
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
RecentFiles(javax.swing.JMenu menu)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void activate(java.io.File file)
           
 void clear()
           
 java.io.File getSelectedFile()
           
 void setAction(javax.swing.Action action)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentFiles

public RecentFiles(javax.swing.JMenu menu)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getSelectedFile

public java.io.File getSelectedFile()

activate

public void activate(java.io.File file)

setAction

public void setAction(javax.swing.Action action)

clear

public void clear()