net.sf.sail.common.beansupport
Interface IIconProvider


public interface IIconProvider

Author:
scott

Method Summary
 java.net.URL getIcon(int iconKind)
          Given a icon type as defined by BeanInfo.ICON_* return the url to the icon.
 

Method Detail

getIcon

java.net.URL getIcon(int iconKind)
Given a icon type as defined by BeanInfo.ICON_* return the url to the icon. URLs are used instead of java.awt.Images so this code can stay independent of the java.awt package. It is valid to run null if the iconKind cannot be handled

Parameters:
iconKind -
Returns:


Copyright © 2004-2008 TELS Center. All Rights Reserved.