|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentInfoGetter | |
---|---|
edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.project | |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Uses of DocumentInfoGetter in edu.rice.cs.drjava.model |
---|
Method parameters in edu.rice.cs.drjava.model with type arguments of type DocumentInfoGetter | |
---|---|
ProjectProfile |
AbstractGlobalModel._makeProjectProfile(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project profile augmented by usage info to specified file. |
void |
AbstractGlobalModel.exportOldProject(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project profile in the old project format. |
void |
GlobalModel.reloadProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Reloads a project without writing to disk. |
void |
DummyGlobalModel.reloadProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> ht)
|
void |
AbstractGlobalModel.reloadProject(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
|
void |
GlobalModel.saveProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project file to disk |
void |
DummyGlobalModel.saveProject(File f,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> ht)
|
void |
AbstractGlobalModel.saveProject(File file,
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> info)
Writes the project profile augmented by usage info to specified file. |
Uses of DocumentInfoGetter in edu.rice.cs.drjava.project |
---|
Methods in edu.rice.cs.drjava.project with parameters of type DocumentInfoGetter | |
---|---|
void |
ProjectProfile.addAuxiliaryFile(DocumentInfoGetter getter)
|
void |
ProjectProfile.addExcludedFile(DocumentInfoGetter getter)
|
void |
ProjectProfile.addSourceFile(DocumentInfoGetter getter)
|
Uses of DocumentInfoGetter in edu.rice.cs.drjava.ui |
---|
Methods in edu.rice.cs.drjava.ui that return types with arguments of type DocumentInfoGetter | |
---|---|
HashMap<OpenDefinitionsDocument,DocumentInfoGetter> |
MainFrame.gatherProjectDocInfo()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |