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(String mime) |
Deprecated.
Finds engine associated with given mime type.
|
static IndentEngine |
IndentEngine.find(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 Enumeration<? extends IndentEngine> |
IndentEngine.indentEngines() |
Deprecated.
Returns enumeration of all registered indentation engines.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
IndentEngine.register(String mime,
IndentEngine eng) |
Deprecated.
IndentEngine now is a ServiceType
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.