Uses of Interface
se.entitymanager.logic.LogicFacade

Packages that use LogicFacade
se.entitymanager.logic   
se.entitymanager.logic.file   
se.entitymanager.presentation   
se.entitymanager.presentation.swing   
 

Uses of LogicFacade in se.entitymanager.logic
 

Fields in se.entitymanager.logic declared as LogicFacade
private  LogicFacade EntityByNameComparator.logicFacade
          The LogicFacade used to determine the names of the entities.
 

Constructors in se.entitymanager.logic with parameters of type LogicFacade
EntityByNameComparator(LogicFacade logicFacade)
          Constructs a Comparator for entities.
 

Uses of LogicFacade in se.entitymanager.logic.file
 

Classes in se.entitymanager.logic.file that implement LogicFacade
 class FileLogicFacade
          A LogicFacade that provides an interface to file systems.
 

Uses of LogicFacade in se.entitymanager.presentation
 

Fields in se.entitymanager.presentation declared as LogicFacade
protected  LogicFacade PresentationFacade.logicFacade
          The logic facade that is used for accessing the entities.
private  LogicFacade DeleteAction.logicFacade
          The logic facade to use.
 

Methods in se.entitymanager.presentation that return LogicFacade
 LogicFacade PresentationFacade.getLogicFacade()
          Returns the logic facade that is used for accessing entities.
 

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

Uses of LogicFacade in se.entitymanager.presentation.swing
 

Fields in se.entitymanager.presentation.swing declared as LogicFacade
private  LogicFacade SwingToolBar.logicFacade
          The logic facade to access entities.
private  LogicFacade SwingPresentationLogic.logicFacade
          The logic facade that is used for calling methods on entities.
private  LogicFacade SwingPopupMenu.logicFacade
          The logic facade to access entities.
private  LogicFacade SwingMenuBar.logicFacade
          The logic facade to access entities.
private  LogicFacade SwingDualTreePanel.logicFacade
          The logic facade to access entities.
private  LogicFacade EntityTreeNode.logicFacade
          The logic facade to access the entities.
 

Methods in se.entitymanager.presentation.swing that return LogicFacade
 LogicFacade SwingPresentationLogic.getLogicFacade()
          Returns the logic facade that is used for calling methods on entities.
 

Constructors in se.entitymanager.presentation.swing with parameters of type LogicFacade
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.