Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.editor.language.SmartIndentProvider

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
protected  SmartIndentProvider AbstractLanguageSupport.createSmartIndentProvider()
          Creates a new SmartIndentProvider for performing smart indentation for this language.
 SmartIndentProvider AbstractLanguageSupport.getSmartIndentProvider()
          Fetches the SmartIndentProvider to use for performing smart indentation.
 SmartIndentProvider LanguageSupport.getSmartIndentProvider()
          Fetches the SmartIndentProvider to use for performing smart indentation.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.