|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ImageType objects define type-specific properties of the supported types of images (ie. buttons, tab bars, etc...). Each image type is identified by a namespace and a name and specifies a set of type-specific properties. ImageTypes can be registered and retrieved via the ImageTypeManager.
ImageTypeManager
Field Summary | |
static java.lang.Object |
CHECK_SOURCE_PROPERTY
Key used to specify whether or not the source icon should be checked for changes. |
static java.lang.Object |
IMAGE_RENDERER_NAME_PROPERTY
Key used to access the name of the ImageType's renderer. |
static java.lang.Object |
IMAGE_RENDERER_PROPERTY
Key used to access the ImageType's renderer. |
static java.lang.Object |
LOCALIZED_PROPERTY
Key used to access the Boolean "localized" property. |
static java.lang.Object |
XML_ENCODER_PROPERTY
Key used to access the ImageType's XML encoder. |
Method Summary | |
java.lang.String |
getLocalName()
Returns the name of this ImageType |
java.lang.String |
getNamespaceURI()
Returns the namespace of this ImageType |
java.lang.Object |
getProperty(java.lang.Object key)
Returns a property associated with this image type. |
void |
setProperty(java.lang.Object key,
java.lang.Object value)
Sets a property on the ImageType. |
Field Detail |
public static final java.lang.Object IMAGE_RENDERER_PROPERTY
ImageRenderer
public static final java.lang.Object XML_ENCODER_PROPERTY
XMLEncoder
,
ImageGenerator
public static final java.lang.Object LOCALIZED_PROPERTY
public static final java.lang.Object IMAGE_RENDERER_NAME_PROPERTY
ImageRenderer
public static final java.lang.Object CHECK_SOURCE_PROPERTY
Method Detail |
public java.lang.String getNamespaceURI()
public java.lang.String getLocalName()
public java.lang.Object getProperty(java.lang.Object key)
public void setProperty(java.lang.Object key, java.lang.Object value)
key
- The key for the propertyvalue
- The value of the property. If the value is an
instance of PropertyInstantiator, the PropertyInstantiator will
be used to create the true value of this property when it is
first requested.PropertyInstantiator
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |