edu.rice.cs.util
Interface FileOpenSelector

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobalModelTestCase.CancelingSelector, GlobalModelTestCase.FileSelector, GlobalModelTestCase.SaveCopyFileSelector, GlobalModelTestCase.WarningFileSelector

public interface FileOpenSelector
extends Serializable

An interface for a GUI frame that opens files.

Version:
$Id: FileOpenSelector.java 5236 2010-04-27 01:43:36Z mgricken $

Method Summary
 File[] getFiles()
           
 

Method Detail

getFiles

File[] getFiles()
                throws OperationCanceledException
Throws:
OperationCanceledException