cdx.scorebot.util.swing
Interface FileOpener

All Known Implementing Classes:
AuditorGUI, CompetitionConfigurerGUI, ConfigurerGUI, FileMenuFrame, FileMenuNTPTemplate, FileMenuXMLBasedFrame, ReporterGUI, ScoreComilerGUI, TeamConfigurerGUI, TesterGUI, WrapperGUI

public interface FileOpener

Implements by classes which are able to read a file from a given string. Used by the recently used menus which may generated by SettingsFile.

Author:
David Underhill

Method Summary
 void openFileFromFN(java.lang.String fn)
          open a file from the specified filename
 

Method Detail

openFileFromFN

void openFileFromFN(java.lang.String fn)
open a file from the specified filename