org.dishevelled.identify
Interface IdentifyUtils.IconBundleStrategy

Enclosing class:
IdentifyUtils

static interface IdentifyUtils.IconBundleStrategy

Strategy used to find an icon bundle for a bean.


Method Summary
 IconBundle getIconBundleFor(Object bean)
          Return an icon bundle for the specified bean.
 

Method Detail

getIconBundleFor

IconBundle getIconBundleFor(Object bean)
Return an icon bundle for the specified bean. Return null if bean is null, and the default icon bundle if an icon bundle cannot otherwise be found.

Parameters:
bean - bean
Returns:
an icon bundle for the specified bean
See Also:
IdentifyUtils.getDefaultIconBundle()


Copyright (c) 2003-2011 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).