|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmartIndentProvider | |
oracle.javatools.editor | The Editor package is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. |
oracle.javatools.editor.language | The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features. |
Uses of SmartIndentProvider in oracle.javatools.editor |
Methods in oracle.javatools.editor that return SmartIndentProvider | |
static SmartIndentProvider |
BasicAction.getSmartIndentProvider(BasicEditorPane editor,
BasicDocument document)
Fetch the SmartIndentProvider for the current document. |
Uses of SmartIndentProvider in oracle.javatools.editor.language |
Methods in oracle.javatools.editor.language that return SmartIndentProvider | |
SmartIndentProvider |
LanguageSupport.getSmartIndentProvider()
Fetches the SmartIndentProvider to use for
performing smart indentation. |
SmartIndentProvider |
AbstractLanguageSupport.getSmartIndentProvider()
Fetches the SmartIndentProvider to use for
performing smart indentation. |
protected SmartIndentProvider |
AbstractLanguageSupport.createSmartIndentProvider()
Creates a new SmartIndentProvider for performing
smart indentation for this language. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.