|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndentEngine | |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
Uses of IndentEngine in org.openide.text |
Methods in org.openide.text that return IndentEngine | |
static IndentEngine |
IndentEngine.find(String mime)
Finds engine associated with given mime type. |
static IndentEngine |
IndentEngine.find(Document doc)
Finds engine associated with given document. |
static IndentEngine |
IndentEngine.getDefault()
Returns a simple indentation engine that does no formatting. |
Methods in org.openide.text with parameters of type IndentEngine | |
static void |
IndentEngine.register(String mime,
IndentEngine eng)
Deprecated. IndentEngine now is a ServiceType |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |