com.cc.framework.ui
Interface ImageMap

All Known Implementing Classes:
AbstractImageMap

public interface ImageMap

An ImageMap maps keys to images.

Since:
1.0
Version:
$Revision: 1.19 $
Author:
Harald Schulz

Method Summary
 java.lang.String getBase()
          Returns the base directory for all the images
 java.lang.String getName()
          Returns the name for this ImageMap
 RunAt getRunat()
          Returns the RunAt attribute
 ImageModel mapValueToImage(java.lang.Object value)
          Maps the given key to an image
 

Method Detail

mapValueToImage

public ImageModel mapValueToImage(java.lang.Object value)
Maps the given key to an image

Parameters:
value - The Key
Returns:
The image or null

getBase

public java.lang.String getBase()
Returns the base directory for all the images

Returns:
The base directory for all the images

getName

public java.lang.String getName()
Returns the name for this ImageMap

Returns:
The name for this ImageMap

getRunat

public RunAt getRunat()
Returns the RunAt attribute

Returns:
The RunAt attribute


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.