org.openbp.jaspira.decoration
Interface IconDecorator


public interface IconDecorator

Decorator for (multi-) icons.

Author:
Stephan Moritz

Method Summary
 javax.swing.Icon decorate(java.lang.Object object, javax.swing.Icon old)
          Decorates the given icon for the object and returns a decorated version.
 

Method Detail

decorate

javax.swing.Icon decorate(java.lang.Object object,
                          javax.swing.Icon old)
Decorates the given icon for the object and returns a decorated version.

Parameters:
object - The object the icon belongs to
old - The original icon
Returns:
The decorated icon


Copyright © 2011. All Rights Reserved.