se.entitymanager.presentation
Interface IconFactoryInterface

All Known Implementing Classes:
GnomeSwingFileIconFactory

public interface IconFactoryInterface

A factory to create icon objects to an entity.

Implementing classes provide factory facilities to produce icon objects for entities for special gui frameworks. There are no restrictions of what kind the objects encapsulated within the icon are.


Method Summary
 Icon createIcon(EntityInterface entity)
          Creates an icon for the given entity.
 

Method Detail

createIcon

Icon createIcon(EntityInterface entity)
Creates an icon for the given entity.

Parameters:
entity - the entity
Returns:
an icon for the entity