net.sourceforge.squirrel_sql.plugins.dbdiff.gui
Interface IDiffPresentationFactory

All Known Implementing Classes:
DiffPresentationFactoryImpl

public interface IDiffPresentationFactory

Factory interface for factories that create IDiffPresentation objects.


Method Summary
 IDiffPresentation createDiffPresentation(SessionInfoProvider sessionInfoProvider, DBDiffPreferenceBean preferenceBean)
          Constructs an instance of IDiffPresentation according to the user's preference, which is specified in the DBDiffPreferenceBean.
 

Method Detail

createDiffPresentation

IDiffPresentation createDiffPresentation(SessionInfoProvider sessionInfoProvider,
                                         DBDiffPreferenceBean preferenceBean)
Constructs an instance of IDiffPresentation according to the user's preference, which is specified in the DBDiffPreferenceBean.

Parameters:
sessionInfoProvider - the object that contains the two sessions to be compared, along with their selected objects.
preferenceBean - the bean containing the user's preference regarding the type of IDiffPresentation.
Returns:
an implementation of IDiffPresentation


Copyright © 2001-2012. All Rights Reserved.