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.ui The ui package contains classes for the default user interface for DrJava. 
 

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

Methods in edu.rice.cs.drjava.model that throw AlreadyOpenException
 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.
private  OpenDefinitionsDocument DefaultGlobalModel._openFile(File file)
          Creates a document from a file.
 OpenDefinitionsDocument GlobalModel.openFile(FileOpenSelector com)
          Open a file and read it into the definitions.
 OpenDefinitionsDocument GlobalModel.openFiles(FileOpenSelector com)
           
 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()
           
 

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

Methods in edu.rice.cs.drjava.ui that throw AlreadyOpenException
 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.
 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.