| Package | Description | 
|---|---|
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| oracle.javatools.buffer | 
 The  
TextBuffer package assists in the manipulation of
in-memory text content, whether it is read-only text, or read-write
text. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
FacadeTextBuffer.Basic
Per bug #14733128 we should use GuardedTextBuffer only when there is some guarded content. 
 | 
static class  | 
FacadeTextBuffer.Guarded
Per bug #14733128 we should use GuardedTextBuffer only when there is some guarded content. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GuardedTextBuffer
A TextBuffer that decorates another TextBuffer to prevent modification in certain 'guarded'
 regions. 
 |