Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Class and Description |
---|---|
class |
GuardedDocumentEvent
Attempt to insert or remove from the guarded block has been done.
|
Modifier and Type | Method and Description |
---|---|
protected BaseDocumentEvent |
BaseDocument.createDocumentEvent(int pos,
int length,
DocumentEvent.EventType type) |
protected BaseDocumentEvent |
GuardedDocument.createDocumentEvent(int offset,
int length,
DocumentEvent.EventType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDocumentEvent.canMerge(BaseDocumentEvent evt)
Returns true if this event can be merged by the previous
one (given as parameter) in the undo-manager queue.
|