Uses of Interface
ora.core.base.ElementManagerInterface

Packages that use ElementManagerInterface
ora.core.base   
ora.core.base.extension   
ora.core.base.xmlHelper   
ora.core.referenceAnalyser.base   
ora.core.referenceAnalyser.impl   
ora.core.referenceAnalyser.interfaces   
ora.core.remote.client   
ora.core.remote.provider   
ora.core.xmlAnalyser   
ora.gui   
ora.gui.helper   
 

Uses of ElementManagerInterface in ora.core.base
 

Classes in ora.core.base that implement ElementManagerInterface
 class ElementManager
          Container component for holding analysed objects and managing them - the so called objectreferencemodel
 

Uses of ElementManagerInterface in ora.core.base.extension
 

Methods in ora.core.base.extension with parameters of type ElementManagerInterface
 void ClassElementManager.update(ElementManagerInterface manager)
           
 

Uses of ElementManagerInterface in ora.core.base.xmlHelper
 

Methods in ora.core.base.xmlHelper with parameters of type ElementManagerInterface
static void XMLConverter.saveFile(java.io.OutputStream os, java.lang.String name, boolean saveXML, boolean saveBIN, ElementManagerInterface elementManagerInterface)
           
 void SerializedOraData.staff(ElementManagerInterface elementManagerInterface, java.util.ArrayList elemList)
           
 

Uses of ElementManagerInterface in ora.core.referenceAnalyser.base
 

Classes in ora.core.referenceAnalyser.base that implement ElementManagerInterface
 class AbstractObjectAnalyser
          Basic abstract class with main features to analyse objects, should be used in any case
 

Uses of ElementManagerInterface in ora.core.referenceAnalyser.impl
 

Classes in ora.core.referenceAnalyser.impl that implement ElementManagerInterface
 class ObjectReferencesCore
          Core implementation of the AnalyserInterface.
 class ObjectReferencesExceptSunsUIPackages
          Reference implementation of AnalyserInterface extending the ObjectReferenceCore class.
 

Uses of ElementManagerInterface in ora.core.referenceAnalyser.interfaces
 

Subinterfaces of ElementManagerInterface in ora.core.referenceAnalyser.interfaces
 interface AnalyserInterface
          There is no Warranty
 

Uses of ElementManagerInterface in ora.core.remote.client
 

Classes in ora.core.remote.client that implement ElementManagerInterface
 class ElementManager_businessDelegate
           
 

Uses of ElementManagerInterface in ora.core.remote.provider
 

Constructors in ora.core.remote.provider with parameters of type ElementManagerInterface
ElementManager_provider(DataController dataController, ElementManagerInterface elementManagerInterface)
           
 

Uses of ElementManagerInterface in ora.core.xmlAnalyser
 

Classes in ora.core.xmlAnalyser that implement ElementManagerInterface
 class XMLElementManager
           
 

Uses of ElementManagerInterface in ora.gui
 

Constructors in ora.gui with parameters of type ElementManagerInterface
Visualizer(ElementManagerInterface manager)
          Instanciates visualizer with given container (ElementManager)
 

Uses of ElementManagerInterface in ora.gui.helper
 

Classes in ora.gui.helper that implement ElementManagerInterface
 class LegendElements
           
 

Methods in ora.gui.helper that return ElementManagerInterface
 ElementManagerInterface ElementController.getElementManager()
           
 

Constructors in ora.gui.helper with parameters of type ElementManagerInterface
ElementController(ElementManagerInterface manager, MasterFrameCommon vf)