Package net.sourceforge.squirrel_sql.plugins.dbdiff.gui

Interface Summary
IDiffPresentation Interface for classes that display differences between the two sessions given in the SessionInfoProvider.
IDiffPresentationFactory Factory interface for factories that create IDiffPresentation objects.
 

Class Summary
AbstractDiffPresentation Base class for all DiffPresentation implementations that supports the common requirement to have access to the SessionInfoProvider.
AbstractSideBySideDiffPresentation Base class for all DiffPresentation implementations that display a comparison of the contents of two files side-by-side in some internal or external window.
ColumnDiffDialog A dialog that displays column differences between two tables.
DiffPresentationFactoryImpl  
ExternalToolSideBySideDiffPresentation A DiffPresentation implementation that creates a script from both schemas to be compared, then launches a diff window or configurable external diff tool to compare the schema definitions side-by-side.
JMeldDiffPresentation A DiffPresentation that uses components from the JMeld project to render a comparison of the content of two files in a JFrame.
TabularDiffPresentation This is the class that performs the table comparison using database connections to two different database schemas.
 



Copyright © 2001-2012. All Rights Reserved.