Skip navigation links
org.netbeans.modules.editor.indent/2 1.62
C D E F G I L M O R S T U 

I

Indent - Class in org.netbeans.modules.editor.indent.api
Reindentation of a single or multiple lines in the document means fixing of the line's indent only but does not do any other code beautification.
indentLevelSize(Document) - Static method in class org.netbeans.modules.editor.indent.api.IndentUtils
Get number of spaces that form a single indentation level.
indentLock() - Method in interface org.netbeans.modules.editor.indent.spi.IndentTask
Get an extra locking or null if no extra locking is necessary.
indentNewLine(int) - Method in class org.netbeans.modules.editor.indent.api.Indent
Creates new line at offset and reindents it.
indentRegions() - Method in class org.netbeans.modules.editor.indent.spi.Context
Get list of regions for the given mime-path where the indent or reformat task should operate.
IndentTask - Interface in org.netbeans.modules.editor.indent.spi
Indent task performs indentation on a single or multiple lines.
IndentTask.Factory - Interface in org.netbeans.modules.editor.indent.spi
Indent task factory produces indent tasks for the given context.
IndentUtils - Class in org.netbeans.modules.editor.indent.api
Utility methods related to indentation and reformatting.
isExpandTabs(Document) - Static method in class org.netbeans.modules.editor.indent.api.IndentUtils
Get whether the indentation strings should contain hard tabs '\t' or whether they should only contain spaces.
isIndent() - Method in class org.netbeans.modules.editor.indent.spi.Context
 
C D E F G I L M O R S T U 
Skip navigation links
org.netbeans.modules.editor.indent/2 1.62