Uses of Interface
se.entitymanager.presentation.IconFactoryInterface

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

Uses of IconFactoryInterface in se.entitymanager
 

Classes in se.entitymanager that implement IconFactoryInterface
 class GnomeSwingFileIconFactory
          A IconFactoryInterface to produce icons for se.entitymanager.presentation.swing in conjunction with se.entitymanager.logic.file.
 

Uses of IconFactoryInterface in se.entitymanager.presentation
 

Fields in se.entitymanager.presentation declared as IconFactoryInterface
protected  IconFactoryInterface PresentationFacade.iconFactory
          The icon factory that is used to create icons for the entities.
 

Methods in se.entitymanager.presentation that return IconFactoryInterface
 IconFactoryInterface PresentationFacade.getIconFactory()
          Returns the icon factory that provides the icons for the factory
 

Constructors in se.entitymanager.presentation with parameters of type IconFactoryInterface
PresentationFacade(LogicFacade logicFacade, IconFactoryInterface iconFactory)
          Constructs a presentation facade, that accesses the entities of logicFacade and uses icons provided by iconFactory.
 

Uses of IconFactoryInterface in se.entitymanager.presentation.swing
 

Fields in se.entitymanager.presentation.swing declared as IconFactoryInterface
private  IconFactoryInterface SwingPresentationLogic.iconFactory
          The icon factory to use.
private  IconFactoryInterface EntityTreeCellRenderer.iconFactory
          The icon factory to use.
 

Methods in se.entitymanager.presentation.swing that return IconFactoryInterface
 IconFactoryInterface SwingPresentationLogic.getIconFactory()
          Returns the icon factory that is used by the display panel to create icons for entities.
 

Constructors in se.entitymanager.presentation.swing with parameters of type IconFactoryInterface
SwingPresentationFacade(LogicFacade logicFacade, IconFactoryInterface iconFactory)
          Constructs a SwingPresentationFacade to a logicFactory.
SwingPresentationLogic(SwingPresentationFacade presentationFacade, LogicFacade logicFacade, IconFactoryInterface iconFactory)
          Constructs a SwingPresentationLogic for a presentationFacade, that uses logicFacade to call methods on entities and iconFactory to create icons for the displayPanel.