|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseStyle | |
|---|---|
| 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 BaseStyle in oracle.javatools.editor.language |
|---|
| Fields in oracle.javatools.editor.language declared as BaseStyle | |
|---|---|
BaseStyle |
BuiltInStyles.additionStyleThe base addition style. |
BaseStyle |
BuiltInStyles.attributeNameStyleThe base attribute name style. |
BaseStyle |
BuiltInStyles.attributeValueStyleThe base attribute value style. |
BaseStyle |
BuiltInStyles.braceStyleThe base brace style. |
BaseStyle |
BuiltInStyles.commentStyleThe base comment style. |
BaseStyle |
BuiltInStyles.elementStyleThe base element name style. |
BaseStyle |
BuiltInStyles.headerStyleThe base header style. |
BaseStyle |
BuiltInStyles.identifierStyleThe base identifier style. |
BaseStyle |
BuiltInStyles.keywordStyleThe base keyword style. |
BaseStyle |
BuiltInStyles.lfStyleThe base look and feel style. |
BaseStyle |
BuiltInStyles.markupStyleThe base markup symbol style. |
BaseStyle |
BuiltInStyles.numberStyleThe base number style. |
BaseStyle |
BuiltInStyles.operatorStyleThe base operator style. |
BaseStyle |
BuiltInStyles.plainStyleThe base plain text style. |
BaseStyle |
BuiltInStyles.removalStyleThe base removal style. |
BaseStyle |
BuiltInStyles.stringStyleThe base string style. |
| Methods in oracle.javatools.editor.language that return BaseStyle | |
|---|---|
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||