|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.editor.language.BuiltInStyles
public final class BuiltInStyles
The BuiltInStyles class contains constants and statics with the styles that are built in and available for all document renderers to build on top of.
| Field Summary | |
|---|---|
BaseStyle |
additionStyleThe base addition style. |
BaseStyle |
attributeNameStyleThe base attribute name style. |
BaseStyle |
attributeValueStyleThe base attribute value style. |
BaseStyle |
braceStyleThe base brace style. |
static java.lang.String |
BUILTIN_ADDITION_STYLEName of base attribute addition text style. |
static java.lang.String |
BUILTIN_ATTRIBUTE_NAME_STYLEName of base attribute name text style. |
static java.lang.String |
BUILTIN_ATTRIBUTE_VALUE_STYLEName of base attribute value text style. |
static java.lang.String |
BUILTIN_BRACE_STYLEName of the base brace text style. |
static java.lang.String |
BUILTIN_COMMENT_STYLEName of base comment text style. |
static java.lang.String |
BUILTIN_ELEMENT_STYLEName of base element name text style. |
static java.lang.String |
BUILTIN_HEADER_STYLEName of base attribute header text style. |
static java.lang.String |
BUILTIN_IDENTIFIER_STYLEName of base identifier text style. |
static java.lang.String |
BUILTIN_KEYWORD_STYLEName of base keyword text style. |
static java.lang.String |
BUILTIN_LF_STYLEName of the base Look&Feel style. |
static java.lang.String |
BUILTIN_MARKUP_STYLEName of base markup symbol text style. |
static java.lang.String |
BUILTIN_NUMBER_STYLEName of base number text style. |
static java.lang.String |
BUILTIN_OPERATOR_STYLEName of the base operator text style. |
static java.lang.String |
BUILTIN_PLAIN_STYLEName of the plain text style. |
static java.lang.String |
BUILTIN_REMOVAL_STYLEName of base attribute removal text style. |
static java.lang.String |
BUILTIN_STRING_STYLEName of base string text style. |
BaseStyle |
commentStyleThe base comment style. |
BaseStyle |
elementStyleThe base element name style. |
BaseStyle |
headerStyleThe base header style. |
BaseStyle |
identifierStyleThe base identifier style. |
BaseStyle |
keywordStyleThe base keyword style. |
BaseStyle |
lfStyleThe base look and feel style. |
BaseStyle |
markupStyleThe base markup symbol style. |
BaseStyle |
numberStyleThe base number style. |
BaseStyle |
operatorStyleThe base operator style. |
BaseStyle |
plainStyleThe base plain text style. |
BaseStyle |
removalStyleThe base removal style. |
BaseStyle |
stringStyleThe base string style. |
static java.lang.String[] |
STYLE_NAMESThe name of all the styles defined here. |
| Constructor Summary | |
|---|---|
BuiltInStyles(StyleRegistry styleRegistry)Creates a BuiltInStyles instance based on the styles in the given style registry. |
|
| Method Summary | |
|---|---|
void |
reloadStyles(StyleRegistry styleRegistry)Reloads the built in styles from the provided style registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BUILTIN_LF_STYLE
public static final java.lang.String BUILTIN_PLAIN_STYLE
public static final java.lang.String BUILTIN_COMMENT_STYLE
public static final java.lang.String BUILTIN_KEYWORD_STYLE
public static final java.lang.String BUILTIN_STRING_STYLE
public static final java.lang.String BUILTIN_NUMBER_STYLE
public static final java.lang.String BUILTIN_IDENTIFIER_STYLE
public static final java.lang.String BUILTIN_BRACE_STYLE
public static final java.lang.String BUILTIN_OPERATOR_STYLE
public static final java.lang.String BUILTIN_MARKUP_STYLE
public static final java.lang.String BUILTIN_ELEMENT_STYLE
public static final java.lang.String BUILTIN_ATTRIBUTE_NAME_STYLE
public static final java.lang.String BUILTIN_ATTRIBUTE_VALUE_STYLE
public static final java.lang.String BUILTIN_HEADER_STYLE
public static final java.lang.String BUILTIN_ADDITION_STYLE
public static final java.lang.String BUILTIN_REMOVAL_STYLE
public static final java.lang.String[] STYLE_NAMES
public BaseStyle lfStyle
public BaseStyle plainStyle
public BaseStyle commentStyle
public BaseStyle keywordStyle
public BaseStyle stringStyle
public BaseStyle numberStyle
public BaseStyle identifierStyle
public BaseStyle braceStyle
public BaseStyle operatorStyle
public BaseStyle markupStyle
public BaseStyle elementStyle
public BaseStyle attributeNameStyle
public BaseStyle attributeValueStyle
public BaseStyle headerStyle
public BaseStyle additionStyle
public BaseStyle removalStyle
| Constructor Detail |
|---|
public BuiltInStyles(StyleRegistry styleRegistry)
BuiltInStyles instance based on the styles in the given style registry.
styleRegistry - the style registry to pre-initialize this Styles instance with| Method Detail |
|---|
public void reloadStyles(StyleRegistry styleRegistry)
styleRegistry - the style registry to reload our styles from
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||