org.xulfaces
Interface IconProvider


public interface IconProvider

Convert an object and a state into and url to an icon.

Version:
$Id: IconProvider.java,v 1.4 2005/11/06 17:54:59 kito31 Exp $
Author:
kito31

Method Summary
 java.lang.String getIcon(java.lang.Object object, int state)
          Get the icon url for object and state.
 

Method Detail

getIcon

java.lang.String getIcon(java.lang.Object object,
                         int state)

Get the icon url for object and state.

Parameters:
object - The object
state - The state
Returns:
The url of the icon


Copyright © 2007 null. All Rights Reserved.