| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
BaseStyle | 
BuiltInStyles.additionStyle
The base addition style. 
 | 
BaseStyle | 
BuiltInStyles.attributeNameStyle
The base attribute name style. 
 | 
BaseStyle | 
BuiltInStyles.attributeValueStyle
The base attribute value style. 
 | 
BaseStyle | 
BuiltInStyles.braceStyle
The base brace style. 
 | 
BaseStyle | 
BuiltInStyles.commentStyle
The base comment style. 
 | 
BaseStyle | 
BuiltInStyles.elementStyle
The base element name style. 
 | 
BaseStyle | 
BuiltInStyles.headerStyle
The base header style. 
 | 
BaseStyle | 
BuiltInStyles.identifierStyle
The base identifier style. 
 | 
BaseStyle | 
BuiltInStyles.keywordStyle
The base keyword style. 
 | 
BaseStyle | 
BuiltInStyles.lfStyle
The base look and feel style. 
 | 
BaseStyle | 
BuiltInStyles.markupStyle
The base markup symbol style. 
 | 
BaseStyle | 
BuiltInStyles.numberStyle
The base number style. 
 | 
BaseStyle | 
BuiltInStyles.operatorStyle
The base operator style. 
 | 
BaseStyle | 
BuiltInStyles.plainStyle
The base plain text style. 
 | 
BaseStyle | 
BuiltInStyles.removalStyle
The base removal style. 
 | 
BaseStyle | 
BuiltInStyles.stringStyle
The base string style. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BaseStyle | 
StyleRegistry.createStyle(java.lang.String styleName,
           java.lang.String presentationName,
           java.lang.String parentStyleName)
Create a new  
BaseStyle based on the given parent
 style and inheriting all of its attributes from the parent. | 
BaseStyle | 
StyleRegistry.createStyle(java.lang.String styleName,
           java.lang.String presentationName,
           java.lang.String parentStyleName,
           java.awt.Color fgColor)
Create a new  
BaseStyle based on the given parent
 style, with the specified overriding foreground color. | 
BaseStyle | 
StyleRegistry.createStyle(java.lang.String styleName,
           java.lang.String presentationName,
           java.lang.String parentStyleName,
           java.awt.Color fgColor,
           java.awt.Color bgColor,
           int fontStyle)
Create a new  
BaseStyle based on the given parent
 style, but overriding all of its attributes. | 
BaseStyle | 
StyleRegistry.createStyle(java.lang.String styleName,
           java.lang.String presentationName,
           java.lang.String parentStyleName,
           java.awt.Color fgColor,
           int fontStyle)
Create a new  
BaseStyle based on the given parent
 style, with the specified overriding foreground and font style. | 
BaseStyle | 
StyleRegistry.createStyle(java.lang.String styleName,
           java.lang.String presentationName,
           java.lang.String parentStyleName,
           int fontStyle)
Create a new  
BaseStyle based on the given parent
 style, with the specified overriding font style. | 
BaseStyle | 
StyleRegistry.lookupStyle(java.lang.String styleName)
Fetches the style with the given name. 
 |