|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileMovedException | |
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.definitions | Provides the data model for storing Java source code. |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Uses of FileMovedException in edu.rice.cs.drjava.model |
Methods in edu.rice.cs.drjava.model that throw FileMovedException | |
File |
OpenDefinitionsDocument.getFile()
Returns the file for this document. |
void |
OpenDefinitionsDocument.preparePrintJob()
|
void |
OpenDefinitionsDocument.print()
|
File |
DefaultGlobalModel.DefinitionsDocumentHandler.getFile()
Returns the file for this document. |
void |
DefaultGlobalModel.DefinitionsDocumentHandler.preparePrintJob()
This method tells the document to prepare all the DrJavaBook and PagePrinter objects. |
void |
DefaultGlobalModel.DefinitionsDocumentHandler.print()
Prints the given document by bringing up a "Print" window. |
Uses of FileMovedException in edu.rice.cs.drjava.model.definitions |
Methods in edu.rice.cs.drjava.model.definitions that throw FileMovedException | |
File |
DefinitionsDocument.getFile()
Returns the file for this document. |
Uses of FileMovedException in edu.rice.cs.drjava.ui |
Methods in edu.rice.cs.drjava.ui with parameters of type FileMovedException | |
(package private) void |
MainFrame._showFileMovedError(FileMovedException fme)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |