edu.rice.cs.drjava.model
Class GlobalModelTestCase.CancelingSelector

java.lang.Object
  |
  +--edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
All Implemented Interfaces:
FileOpenSelector, FileSaveSelector
Enclosing class:
GlobalModelTestCase

public class GlobalModelTestCase.CancelingSelector
extends Object
implements FileOpenSelector, FileSaveSelector


Constructor Summary
GlobalModelTestCase.CancelingSelector()
           
 
Method Summary
 File getFile()
           
 File[] getFiles()
           
 boolean verifyOverwrite()
           
 void warnFileOpen()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GlobalModelTestCase.CancelingSelector

public GlobalModelTestCase.CancelingSelector()
Method Detail

getFile

public File getFile()
             throws OperationCanceledException
Specified by:
getFile in interface FileSaveSelector

getFiles

public File[] getFiles()
                throws OperationCanceledException
Specified by:
getFiles in interface FileOpenSelector

warnFileOpen

public void warnFileOpen()
Specified by:
warnFileOpen in interface FileSaveSelector

verifyOverwrite

public boolean verifyOverwrite()
Specified by:
verifyOverwrite in interface FileSaveSelector