| Package | Description |
|---|---|
| oracle.javatools.editor.folding |
Provides classes and interfaces for supporting collapsible source code blocks in the code editor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompoundCodeExpansionListener
Extension of CodeExpansionListener to allow compound folding operations to be received in only one call.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeExpansionAdapter
An abstract adapter class for receiving code folding events.
|
| Modifier and Type | Method and Description |
|---|---|
CodeExpansionListener[] |
CodeFoldingMargin.getCodeExpansionListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeFoldingMargin.addCodeExpansionListener(CodeExpansionListener listener) |
void |
CodeFoldingMargin.removeCodeExpansionListener(CodeExpansionListener listener) |