Package | Description |
---|---|
org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
Modifier and Type | Method and Description |
---|---|
static IndentEngine |
IndentEngine.find(Document doc)
Deprecated.
Finds engine associated with given document.
|
static IndentEngine |
IndentEngine.find(String mime)
Deprecated.
Finds engine associated with given mime type.
|
static IndentEngine |
IndentEngine.getDefault()
Deprecated.
Returns a simple indentation engine that does no formatting.
|
Modifier and Type | Method and Description |
---|---|
static void |
IndentEngine.register(String mime,
IndentEngine eng)
Deprecated.
IndentEngine now is a ServiceType
|