|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Formatter | |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext | Completion Design View |
Uses of Formatter in org.netbeans.editor |
---|
Methods in org.netbeans.editor that return Formatter | |
---|---|
Formatter |
BaseKit.createFormatter()
Create the formatter appropriate for this kit |
Formatter |
BaseDocument.getFormatter()
Get the formatter for this document. |
static Formatter |
Formatter.getFormatter(Class kitClass)
Get the formatter for the given kit-class |
Methods in org.netbeans.editor with parameters of type Formatter | |
---|---|
static void |
Formatter.setFormatter(Class kitClass,
Formatter formatter)
Set the formatter for the given kit-class. |
Uses of Formatter in org.netbeans.editor.ext |
---|
Subclasses of Formatter in org.netbeans.editor.ext | |
---|---|
class |
ExtFormatter
Unlike the formatter class, the ExtFormatter concentrates on providing a support for the real formatting process. |
static class |
ExtFormatter.Simple
Simple formatter |
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |