| Package | Description |
|---|---|
| oracle.javatools.editor.folding |
Provides classes and interfaces for supporting collapsible source code blocks in the code editor.
|
| Modifier and Type | Method and Description |
|---|---|
CodeExpansionEvent.Type |
CodeExpansionEvent.getType() |
static CodeExpansionEvent.Type |
CodeExpansionEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeExpansionEvent.Type[] |
CodeExpansionEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Constructor and Description |
|---|
CodeExpansionEvent(BasicEditorPane editorPane, java.lang.Object block, CodeExpansionEvent.Type type) |