|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefinitionsDocument | |
---|---|
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.definitions | Provides the data model for storing Java source code. |
Uses of DefinitionsDocument in edu.rice.cs.drjava.model |
---|
Methods in edu.rice.cs.drjava.model that return DefinitionsDocument | |
---|---|
DefinitionsDocument |
OpenDefinitionsDocument.getDocument()
Gets the associated DefinitionsDocument which may force materializing it. |
DefinitionsDocument |
DummyOpenDefDoc.getDocument()
|
Methods in edu.rice.cs.drjava.model that return types with arguments of type DefinitionsDocument | |
---|---|
List<FinalizationListener<DefinitionsDocument>> |
DummyOpenDefDoc.getFinalizationListeners()
|
Method parameters in edu.rice.cs.drjava.model with type arguments of type DefinitionsDocument | |
---|---|
void |
DummyOpenDefDoc.addFinalizationListener(FinalizationListener<DefinitionsDocument> fl)
|
Uses of DefinitionsDocument in edu.rice.cs.drjava.model.cache |
---|
Methods in edu.rice.cs.drjava.model.cache that return DefinitionsDocument | |
---|---|
DefinitionsDocument |
DCacheAdapter.getDocument()
Retrieves the document for its corresponding ODD |
DefinitionsDocument |
DDReconstructor.make()
|
Methods in edu.rice.cs.drjava.model.cache with parameters of type DefinitionsDocument | |
---|---|
void |
DDReconstructor.saveDocInfo(DefinitionsDocument doc)
Saves information (like cursor location, highlight, etc.) from the DefinitionsDocument before the cache deletes it so that those pieces of info can be restored when reconstructing the DefinitionsDocument again. |
Uses of DefinitionsDocument in edu.rice.cs.drjava.model.definitions |
---|
Fields in edu.rice.cs.drjava.model.definitions declared as DefinitionsDocument | |
---|---|
protected DefinitionsDocument |
IndentTest._doc
|
protected DefinitionsDocument |
CommentTest.doc
|
Methods in edu.rice.cs.drjava.model.definitions that return DefinitionsDocument | |
---|---|
DefinitionsDocument |
DefinitionsEditorKit.createNewDocument()
Creates a new DefinitionsDocument. |
Methods in edu.rice.cs.drjava.model.definitions that return types with arguments of type DefinitionsDocument | |
---|---|
List<FinalizationListener<DefinitionsDocument>> |
DefinitionsDocument.getFinalizationListeners()
|
Method parameters in edu.rice.cs.drjava.model.definitions with type arguments of type DefinitionsDocument | |
---|---|
void |
DefinitionsDocument.addFinalizationListener(FinalizationListener<DefinitionsDocument> fl)
Registers a finalization listener with the specific instance of the ddoc |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |