|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
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.debug | Contains the code for DrJava's JPDA-based debugger. |
edu.rice.cs.drjava.model.debug.jpda |
Uses of Region in edu.rice.cs.drjava.model |
---|
Subinterfaces of Region in edu.rice.cs.drjava.model | |
---|---|
interface |
FileRegion
The minimal interface for all region classes. |
interface |
IDocumentRegion
Interface supported by all bona fide document regions (e.g., region classes other than DummyDocumentRegion). |
interface |
OrderedDocumentRegion
Interface supported by all document regions used in search results, bookmarks, and breakpoints (e.g., region classes other than DummyDocumentRegion and BrowserDocumentRegion). |
Classes in edu.rice.cs.drjava.model that implement Region | |
---|---|
class |
BrowserDocumentRegion
Class for document regions that totally ordered by allocation chronology. |
class |
DocumentRegion
Class for a simple document region that only records region offsets, not positions. |
class |
DummyDocumentRegion
The concrete class for "dummy document" regions produced by ProjectFileParser. |
class |
MovingDocumentRegion
Class for a document region that moves with changes in the document; it also includes a lazy tool-tip and line boundaries. |
Uses of Region in edu.rice.cs.drjava.model.debug |
---|
Subinterfaces of Region in edu.rice.cs.drjava.model.debug | |
---|---|
interface |
Breakpoint
|
Uses of Region in edu.rice.cs.drjava.model.debug.jpda |
---|
Classes in edu.rice.cs.drjava.model.debug.jpda that implement Region | |
---|---|
class |
JPDABreakpoint
The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |