Package com.groovemanager.actions.file

Interface Summary
FileCloseListener Instances of classes which implement this interface can be registered with a FileCloseAction and then be notified when a file should be closed.
FileNewListener Instances of classes which implement this interface can be registered with a FileNewAction and then be notified when a new file should be created.
FileOpenListener Instances of classes which implement this interface can be registered with a FileOpenAction and then be notified when a file should be opened.
FileSaveListener  
 

Class Summary
FileCloseAction This subclass of Action is used to close an open file.
FileNewAction This subclass of Action is used to create a new file.
FileOpenAction This subclass of Action is used to open a file.
FileSaveAction This subclass of Action is used to save a file without user interaction.
FileSaveAsAction This subclass of Action is used to save a file with user interaction.