public class CodeExpansionEvent
extends java.util.EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeExpansionEvent.Type |
| Constructor and Description |
|---|
CodeExpansionEvent(BasicEditorPane editorPane, java.lang.Object block) |
CodeExpansionEvent(BasicEditorPane editorPane, java.lang.Object block, CodeExpansionEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBlock() |
BasicEditorPane |
getEditorPane() |
CodeExpansionEvent.Type |
getType() |
public CodeExpansionEvent(BasicEditorPane editorPane, java.lang.Object block, CodeExpansionEvent.Type type)
public CodeExpansionEvent(BasicEditorPane editorPane, java.lang.Object block)
public BasicEditorPane getEditorPane()
public java.lang.Object getBlock()
public CodeExpansionEvent.Type getType()