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 Enumeration<? extends IndentEngine> |
IndentEngine.indentEngines()
Deprecated.
Returns enumeration of all registered indentation engines.
|
Modifier and Type | Method and Description |
---|---|
static void |
IndentEngine.register(String mime,
IndentEngine eng)
Deprecated.
IndentEngine now is a ServiceType
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.