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

All Known Implementing Classes:
AbstractDiffPresentation, AbstractSideBySideDiffPresentation, ExternalToolSideBySideDiffPresentation, JMeldDiffPresentation, TabularDiffPresentation

public interface IDiffPresentation

Interface for classes that display differences between the two sessions given in the SessionInfoProvider.


Method Summary
 void execute()
          Execute the comparison.
 void setPreferenceBean(DBDiffPreferenceBean preferenceBean)
           
 void setSessionInfoProvider(SessionInfoProvider p)
          Set the SessionInfoProvider which contains the two sessions to be compared, along with their selected objects.
 

Method Detail

setSessionInfoProvider

void setSessionInfoProvider(SessionInfoProvider p)
Set the SessionInfoProvider which contains the two sessions to be compared, along with their selected objects.

Parameters:
p - the SessionInfoProvider

execute

void execute()
Execute the comparison.


setPreferenceBean

void setPreferenceBean(DBDiffPreferenceBean preferenceBean)
Parameters:
preferenceBean - the preferenceBean to set


Copyright © 2001-2012. All Rights Reserved.