Uses of Interface
se.entitymanager.presentation.Icon

Packages that use Icon
se.entitymanager   
se.entitymanager.presentation   
se.entitymanager.presentation.swing   
 

Uses of Icon in se.entitymanager
 

Methods in se.entitymanager that return Icon
 Icon GnomeSwingFileIconFactory.createIcon(EntityInterface entity)
           
 

Uses of Icon in se.entitymanager.presentation
 

Methods in se.entitymanager.presentation that return Icon
 Icon IconFactoryInterface.createIcon(EntityInterface entity)
          Creates an icon for the given entity.
 

Uses of Icon in se.entitymanager.presentation.swing
 

Classes in se.entitymanager.presentation.swing that implement Icon
 class SwingIcon
          An se.entitymanager.presentation.Icon which encapsulates an javax.swing.Icon iconObject as iconObject.
 

Methods in se.entitymanager.presentation.swing that return Icon
 Icon SwingPresentationFacade.createIcon(javax.swing.Icon icon)
          Creates a new se.entitymanager.presentation.Icon from a javax.swing.Icon.