| Package | Description |
|---|---|
| oracle.javatools.editor.folding |
Provides classes and interfaces for supporting collapsible source code blocks in the code editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeExpansionAdapter
An abstract adapter class for receiving code folding events.
|
| Modifier and Type | Method and Description |
|---|---|
CodeWillExpandListener[] |
CodeFoldingMargin.getCodeWillExpandListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeFoldingMargin.addCodeWillExpandListener(CodeWillExpandListener listener) |
void |
CodeFoldingMargin.removeCodeWillExpandListener(CodeWillExpandListener listener) |