| 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 | Description |
|---|---|---|
static IndentEngine |
IndentEngine.find(java.lang.String mime) |
Deprecated.
Finds engine associated with given mime type.
|
static IndentEngine |
IndentEngine.find(javax.swing.text.Document doc) |
Deprecated.
Finds engine associated with given document.
|
static IndentEngine |
IndentEngine.getDefault() |
Deprecated.
Returns a simple indentation engine that does no formatting.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Enumeration<? extends IndentEngine> |
IndentEngine.indentEngines() |
Deprecated.
Returns enumeration of all registered indentation engines.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
IndentEngine.register(java.lang.String mime,
IndentEngine eng) |
Deprecated.
IndentEngine now is a ServiceType
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.