Package | Description |
---|---|
org.netbeans.modules.editor.indent.spi |
Class and Description |
---|
CodeStylePreferences
Provides access to formatting settings for a document or file.
|
Context
Context information for both indentation and reformatting.
|
ExtraLock
Extra locking may be necessary for indentation/reformatting
before the document gets write-locked and the actual
indentation/reformatting gets started.
|
IndentTask
Indent task performs indentation on a single or multiple lines.
|
ReformatTask
Reformat task performs actual reformatting within offset bounds of the given context.
|