Uses of Class
edu.rice.cs.drjava.model.OperationCanceledException

Packages that use OperationCanceledException
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Uses of OperationCanceledException in edu.rice.cs.drjava.model
 

Methods in edu.rice.cs.drjava.model that throw OperationCanceledException
 OpenDefinitionsDocument DefaultGlobalModel.openFile(FileOpenSelector com)
          Open a file and read it into the definitions.
 OpenDefinitionsDocument DefaultGlobalModel.openFiles(FileOpenSelector com)
          Opens multiple files and reads them into the definitions.
 File GlobalModelTestCase.WarningFileSelector.getFile()
           
 File[] GlobalModelTestCase.WarningFileSelector.getFiles()
           
 File GlobalModelTestCase.FileSelector.getFile()
           
 File[] GlobalModelTestCase.FileSelector.getFiles()
           
 File GlobalModelTestCase.CancelingSelector.getFile()
           
 File[] GlobalModelTestCase.CancelingSelector.getFiles()
           
 OpenDefinitionsDocument GlobalModel.openFile(FileOpenSelector com)
          Open a file and read it into the definitions.
 OpenDefinitionsDocument GlobalModel.openFiles(FileOpenSelector com)
           
 OpenDefinitionsDocument GlobalModel.getDocumentForFile(File file)
          Returns the OpenDefinitionsDocument for the specified File, opening a new copy if one is not already open.
 void GlobalModelIOTest.testForceFileOpen()
          Force a file to be opened with getDocumentforFile
 void GlobalModelIOTest.testSaveAsExistsAndOpen()
           
 void GlobalModelIOTest.testRevertFile()
          Force a file to be opened with getDocumentforFile
 void GlobalModelIOTest.testModifiedByOther()
           
 void GlobalModelIOTest.testModifiedByOtherFalse()
           
 File[] FileOpenSelector.getFiles()
           
 File FileSaveSelector.getFile()
           
 

Uses of OperationCanceledException in edu.rice.cs.drjava.ui
 

Methods in edu.rice.cs.drjava.ui that throw OperationCanceledException
 OpenDefinitionsDocument SingleDisplayModel.openFile(FileOpenSelector com)
          Open a file and read it into the definitions.
 OpenDefinitionsDocument SingleDisplayModel.openFiles(FileOpenSelector com)
          Open multiple files and read it into the definitions.
 void RecentFileManagerTest.testAddMoreThanMaxSize()
          Tests that the size of the recent files list doesn't get bigger than the maximum size.
 void RecentFileManagerTest.testShrinksToMaxSize()
          Tests that the size of the recent files list is reduced in response to a decrease in max size.
 File[] MainFrame.getOpenFiles(JFileChooser jfc)
          Prompt the user to select a place to open a file from, then load it.
 File MainFrame.getSaveFile(JFileChooser jfc)
          Prompt the user to select a place to save the current document.
private  File MainFrame.getChosenFile(JFileChooser fc, int choice)
          Returns the File selected by the JFileChooser.
private  File[] MainFrame.getChosenFiles(JFileChooser fc, int choice)
          Returns the File selected by the JFileChooser.
 void SingleDisplayModelTest.testCloseUnmodifiedAutomatically()
          Ensures that an unmodified, empty document is closed after a file is opened, while a modified document is left open.
 void SingleDisplayModelTest.testDisplayFilename()
          Tests that active document is switched on close, and that a new file is created after the last one is closed.