Uses of Class
edu.rice.cs.util.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.model.cache The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache. 
edu.rice.cs.drjava.model.compiler Contains adaptor code for invoking various Java compilers. 
edu.rice.cs.drjava.model.repl Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.util A collection of utility classes and packages. 
 

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

Methods in edu.rice.cs.drjava.model that throw OperationCanceledException
 File GlobalModelTestCase.WarningFileSelector.getFile()
           
 File GlobalModelTestCase.FileSelector.getFile()
           
 File GlobalModelTestCase.CancelingSelector.getFile()
           
 File FileSaveSelector.getFile()
          Returns the file to save.
 File[] GlobalModelTestCase.WarningFileSelector.getFiles()
           
 File[] GlobalModelTestCase.FileSelector.getFiles()
           
 File[] GlobalModelTestCase.CancelingSelector.getFiles()
           
 File[] AbstractGlobalModel.getFilesInFolder(File dir, boolean rec)
           
 void DummyOpenDefDoc.indentLines(int selStart, int selEnd, Indenter.IndentReason reason, ProgressMonitor pm)
           
 void DJDocument.indentLines(int selStart, int selEnd, Indenter.IndentReason reason, ProgressMonitor pm)
          Parameterized indentation for special-case handling.
 void AbstractDJDocument.indentLines(int selStart, int selEnd, Indenter.IndentReason reason, ProgressMonitor pm)
          Parameterized indentation for special-case handling.
 InteractionsScriptModel GlobalModel.loadHistoryAsScript(FileOpenSelector selector)
          Loads the history/histories from the given selector.
 InteractionsScriptModel DummyGlobalModel.loadHistoryAsScript(FileOpenSelector s)
           
 InteractionsScriptModel DefaultGlobalModel.loadHistoryAsScript(FileOpenSelector selector)
          Loads the history/histories from the given selector.
 InteractionsScriptModel AbstractGlobalModel.loadHistoryAsScript(FileOpenSelector selector)
          throws UnsupportedOperationException
 OpenDefinitionsDocument ILoadDocuments.openFile(FileOpenSelector com)
          Open a file and read it into the definitions.
 OpenDefinitionsDocument DummyGlobalModel.openFile(FileOpenSelector com)
           
 OpenDefinitionsDocument AbstractGlobalModel.openFile(FileOpenSelector com)
          Open a file and add it to the pool of definitions documents.
protected  OpenDefinitionsDocument AbstractGlobalModel.openFileHelper(FileOpenSelector com)
           
 OpenDefinitionsDocument[] ILoadDocuments.openFiles(FileOpenSelector com)
          Opens multiple files and reads them into the definitions.
 OpenDefinitionsDocument[] DummyGlobalModel.openFiles(FileOpenSelector com)
           
 OpenDefinitionsDocument[] AbstractGlobalModel.openFiles(FileOpenSelector com)
          Open multiple files and add them to the pool of definitions documents.
protected  OpenDefinitionsDocument[] AbstractGlobalModel.openFilesHelper(FileOpenSelector com)
           
 void GlobalModel.openFolder(File dir, boolean rec)
           
 void DummyGlobalModel.openFolder(File dir, boolean rec)
           
 void AbstractGlobalModel.openFolder(File dir, boolean rec)
          Opens all files in the specified folder dir and places them in the appropriate places in the document navigator.
 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.testCompleteFilename()
          Tests the getCompleteFileName method.
 void SingleDisplayModelTest.testDeleteFileBeforeCloseAll()
           
 void SingleDisplayModelTest.testDeleteFileWhileOpen()
           
 void GlobalModelIOTest.testForceFileOpen()
          Force a file to be opened with getDocumentforFile.
 void GlobalIndentTest.testIndentDoesNothing()
          Indent does nothing to change the document when everything is in place.
 void GlobalIndentTest.testIndentGrowTabAtEnd()
          Tests that an indent increases the size of the tab when the cursor is at the end of the line.
 void GlobalIndentTest.testIndentGrowTabAtMiddle()
          Tests indent that increases the size of the tab when the cursor is in the middle of the line.
 void GlobalIndentTest.testIndentGrowTabAtStart()
          Tests that an indent increases the size of the tab when the cursor is at the start of the line.
 void GlobalIndentTest.testIndentInsideParenAtEnd()
          Do an indent that follows the behavior in line with parentheses.
 void GlobalIndentTest.testIndentInsideParenAtStart()
          Do an indent that follows the behavior in line with parentheses.
 void GlobalIndentTest.testIndentSameAsLineAboveAtEnd()
          Tests that an indent matches up with the indent on the line above.
 void GlobalIndentTest.testIndentSameAsLineAboveAtStart()
          Tests that an indent matches up with the indent on the line above.
 void GlobalIndentTest.testIndentShrinkTabAtEnd()
          Tests that an indent increases the size of the tab when the cursor is at the end of the line.
 void GlobalIndentTest.testIndentShrinkTabAtMiddle()
          Tests that an indent increases the size of the tab when the cursor is in the middle of the line.
 void GlobalIndentTest.testIndentShrinkTabAtStart()
          Tests that an indent increases the size of the tab when the cursor is at the start of the line.
 void GlobalModelIOTest.testModifiedByOther()
           
 void GlobalModelIOTest.testModifiedByOtherFalse()
           
 void GlobalModelIOTest.testRevertFile()
          Forces a file to be opened with getDocumentforFile.
 

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

Methods in edu.rice.cs.drjava.model.cache that throw OperationCanceledException
 void DocumentCacheTest.testGetDDocFromCache()
           
 

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

Methods in edu.rice.cs.drjava.model.compiler that throw OperationCanceledException
 void CompilerErrorModelTest.testErrorsInMultipleDocuments()
           
 void CompilerErrorModelTest.testGetErrorAtOffset()
          Tests CompilerErrorModel.getErrorAtOffset(int).
 void CompilerErrorModelTest.testHasErrorsWithPositions()
          Tests CompilerErrorModel.hasErrorsWithPositions(OpenDefinitionsDocument).
 

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

Methods in edu.rice.cs.drjava.model.repl that throw OperationCanceledException
protected static ArrayList<String> InteractionsModel._getHistoryText(FileOpenSelector selector)
          Opens the files chosen in the given file selector, and returns an ArrayList with one history string for each selected file.
 InteractionsScriptModel InteractionsModel.loadHistoryAsScript(FileOpenSelector selector)
           
 

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

Methods in edu.rice.cs.drjava.ui that throw OperationCanceledException
 File JavadocDialog.getDirectory(File start)
          Shows the dialog prompting the user for a destination directory in which to generate Javadoc.
 File[] MainFrame.getOpenFiles(JFileChooser jfc)
          Prompt the user to select a place to open files from, then load them.
 File MainFrame.getSaveFile(JFileChooser jfc)
          Prompt the user to select a place to save the current document.
 

Uses of OperationCanceledException in edu.rice.cs.util
 

Methods in edu.rice.cs.util that throw OperationCanceledException
 File DirectorySelector.getDirectory(File start)
          Gets a directory.
 File[] FileOpenSelector.getFiles()