Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCaret
Caret implementation
|
class |
BaseTextUI
Text UI implementation
|
Modifier and Type | Method and Description |
---|---|
void |
AtomicLockDocument.addAtomicLockListener(AtomicLockListener l)
Deprecated.
|
void |
BaseDocument.addAtomicLockListener(AtomicLockListener l)
Deprecated.
use LineDocumentUtils.as(doc, AtomicLockDocument.class).addAtomicLockListener(l);
|
void |
AtomicLockDocument.removeAtomicLockListener(AtomicLockListener l)
Deprecated.
|
void |
BaseDocument.removeAtomicLockListener(AtomicLockListener l)
Deprecated.
use LineDocumentUtils.as(doc, AtomicLockDocument.class).removeAtomicLockListener(l);
|
Modifier and Type | Class and Description |
---|---|
class |
ExtCaret
Extended caret implementation
|