|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageType
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 |
---|
static final java.lang.Object IMAGE_RENDERER_PROPERTY
ImageRenderer
static final java.lang.Object XML_ENCODER_PROPERTY
XMLEncoder
,
org.apache.myfaces.trinidadinternal.image.tools.ImageGenerator
static final java.lang.Object LOCALIZED_PROPERTY
static final java.lang.Object IMAGE_RENDERER_NAME_PROPERTY
ImageRenderer
static final java.lang.Object CHECK_SOURCE_PROPERTY
Method Detail |
---|
java.lang.String getNamespaceURI()
java.lang.String getLocalName()
java.lang.Object getProperty(java.lang.Object key)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |