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

R

Reformat - Class in org.netbeans.modules.editor.indent.api
Reformatting of a block of code in a document.
reformat(int, int) - Method in class org.netbeans.modules.editor.indent.api.Reformat
Reformat a given range of code in the given document.
reformat() - Method in interface org.netbeans.modules.editor.indent.spi.ReformatTask
Perform reformatting of the Context.document() between Context.startOffset() and Context.endOffset().
reformatLock() - Method in interface org.netbeans.modules.editor.indent.spi.ReformatTask
Get an extra locking or null if no extra locking is necessary.
ReformatTask - Interface in org.netbeans.modules.editor.indent.spi
Reformat task performs actual reformatting within offset bounds of the given context.
ReformatTask.Factory - Interface in org.netbeans.modules.editor.indent.spi
Reformat task factory produces reformat tasks for the given context.
reindent(int) - Method in class org.netbeans.modules.editor.indent.api.Indent
Correct indentation on a single line determined by the given offset.
reindent(int, int) - Method in class org.netbeans.modules.editor.indent.api.Indent
Correct indentation of all lines in the given offset range.
reindent() - Method in interface org.netbeans.modules.editor.indent.spi.IndentTask
Perform reindentation of the line(s) of Context.document() between Context.startOffset() and Context.endOffset().
C D E F G I L M O R S T U 
Skip navigation links
org.netbeans.modules.editor.indent/2 1.62