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

Packages that use AlreadyOpenException
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. 
 

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

Methods in edu.rice.cs.drjava.model that throw AlreadyOpenException
 OpenDefinitionsDocument AbstractGlobalModel._openFile(java.io.File file)
          Creates a document from a file.
private  OpenDefinitionsDocument[] AbstractGlobalModel._openFiles(java.io.File[] files)
          Opens all the files in the list, and notifies about the last file opened.
private  OpenDefinitionsDocument AbstractGlobalModel._rawOpenFile(java.io.File file)
          Creates an OpenDefinitionsDocument for a file.
 java.io.File[] AbstractGlobalModel.getFilesInFolder(java.io.File dir, boolean rec, java.lang.String ext)
           
 OpenDefinitionsDocument AbstractGlobalModel.openFile(FileOpenSelector com)
          Open a file and add it to the pool of definitions documents.
 OpenDefinitionsDocument ILoadDocuments.openFile(FileOpenSelector com)
          Open a file and read it into the definitions.
 OpenDefinitionsDocument DummyGlobalModel.openFile(FileOpenSelector com)
           
protected  OpenDefinitionsDocument AbstractGlobalModel.openFileHelper(FileOpenSelector com)
           
 OpenDefinitionsDocument[] AbstractGlobalModel.openFiles(FileOpenSelector com)
          Open multiple files and add them to the pool of definitions documents.
 OpenDefinitionsDocument[] ILoadDocuments.openFiles(FileOpenSelector com)
          Opens multiple files and reads them into the definitions.
 OpenDefinitionsDocument[] DummyGlobalModel.openFiles(FileOpenSelector com)
           
protected  OpenDefinitionsDocument[] AbstractGlobalModel.openFilesHelper(FileOpenSelector com)
           
 void AbstractGlobalModel.openFolder(java.io.File dir, boolean rec, java.lang.String ext)
          Opens all files in the specified folder dir and places them in the appropriate places in the document navigator.
 void GlobalModel.openFolder(java.io.File dir, boolean rec, java.lang.String ext)
           
 void DummyGlobalModel.openFolder(java.io.File dir, boolean rec, java.lang.String ext)
           
 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 GlobalModelIOTest.testModifiedByOther()
           
 void GlobalModelIOTest.testModifiedByOtherFalse()
           
 void GlobalModelIOTest.testRevertFile()
          Forces a file to be opened with getDocumentforFile.
 

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

Methods in edu.rice.cs.drjava.model.cache that throw AlreadyOpenException
 OpenDefinitionsDocument DocumentCacheTest.TestGlobalModel.openFile(FileOpenSelector fs)
           
 OpenDefinitionsDocument[] DocumentCacheTest.TestGlobalModel.openFiles(FileOpenSelector com)