net.sourceforge.squirrel_sql.plugins.dbdiff.gui
Class DiffPresentationFactoryImpl
java.lang.Object
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.DiffPresentationFactoryImpl
- All Implemented Interfaces:
- IDiffPresentationFactory
public class DiffPresentationFactoryImpl
- extends Object
- implements IDiffPresentationFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffPresentationFactoryImpl
public DiffPresentationFactoryImpl()
createDiffPresentation
public IDiffPresentation createDiffPresentation(SessionInfoProvider sessionInfoProvider,
DBDiffPreferenceBean preferenceBean)
- Description copied from interface:
IDiffPresentationFactory
- Constructs an instance of IDiffPresentation according to the user's preference, which is specified in
the DBDiffPreferenceBean.
- Specified by:
createDiffPresentation in interface IDiffPresentationFactory
- 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
- See Also:
IDiffPresentationFactory.createDiffPresentation(net.sourceforge.squirrel_sql.plugins.dbdiff.SessionInfoProvider,
DBDiffPreferenceBean)
Copyright © 2001-2012. All Rights Reserved.