Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.style
Interface StyleConstants

All Known Implementing Classes:
StyleSheetNodeParser, IncludePropertyNodeParser, StyleNodeParser, PropertyNodeParser, CompoundPropertyNodeParser, ColorSchemeNodeParser, ColorNodeParser, ValueNodeParser, StyleSheetDocumentParser

public interface StyleConstants

Constants for oracle.cabo.style.


Field Summary
static java.lang.String CSS_MIME_TYPE
          Mime type for CSS
static java.lang.Object IMPORT_NAME_RESOLVER_PROPERTY
          Property key for specifying a NameResolver instance to use when parsing import elements in XSS documents.
static java.lang.String OCELOT_NAMESPACE
          Namespace used by UIX Styles.
static java.lang.Object STYLE_MAP_PROPERTY
          Property key for obtaining a StyleMap from the Marlin RenderingContext.
static java.lang.Object STYLE_PROVIDER_PROPERTY
          Property key for obtaining a StyleProvider from the Marlin RenderingContext.
static java.lang.Object USER_STYLE_SHEET_PROPERTY
          Property key for specifying the UserStyleSheet to use when accessing Styles from a StyleProvider.
 

Field Detail

OCELOT_NAMESPACE

public static final java.lang.String OCELOT_NAMESPACE
Namespace used by UIX Styles. This namespace is used for storing style-related properties on the RenderingContext.

CSS_MIME_TYPE

public static final java.lang.String CSS_MIME_TYPE
Mime type for CSS

STYLE_PROVIDER_PROPERTY

public static final java.lang.Object STYLE_PROVIDER_PROPERTY
Property key for obtaining a StyleProvider from the Marlin RenderingContext.

STYLE_MAP_PROPERTY

public static final java.lang.Object STYLE_MAP_PROPERTY
Property key for obtaining a StyleMap from the Marlin RenderingContext.

IMPORT_NAME_RESOLVER_PROPERTY

public static final java.lang.Object IMPORT_NAME_RESOLVER_PROPERTY
Property key for specifying a NameResolver instance to use when parsing import elements in XSS documents. By default a DefaultNameResolver instance is used to resolve imported style sheets. To override the default NameResolver, set the desired NameResolver on the StyleContext instance using the OCELOT_NAMESPACE.

USER_STYLE_SHEET_PROPERTY

public static final java.lang.Object USER_STYLE_SHEET_PROPERTY
Property key for specifying the UserStyleSheet to use when accessing Styles from a StyleProvider.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.