edu.rice.cs.drjava.model
Interface IDocumentRegion
- All Superinterfaces:
- Region
- All Known Subinterfaces:
- Breakpoint, OrderedDocumentRegion
- All Known Implementing Classes:
- BrowserDocumentRegion, DocumentRegion, JPDABreakpoint, MovingDocumentRegion
public interface IDocumentRegion
- extends Region
Interface supported by all bona fide document regions (e.g., region classes other than DummyDocumentRegion).
getDocument
OpenDefinitionsDocument getDocument()
- Returns:
- the document, or null if it hasn't been established yet