Uses of Class
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation

Packages that use AbstractDiffPresentation
net.sourceforge.squirrel_sql.plugins.dbdiff.gui   
 

Uses of AbstractDiffPresentation in net.sourceforge.squirrel_sql.plugins.dbdiff.gui
 

Subclasses of AbstractDiffPresentation in net.sourceforge.squirrel_sql.plugins.dbdiff.gui
 class 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.
 class 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.
 class JMeldDiffPresentation
          A DiffPresentation that uses components from the JMeld project to render a comparison of the content of two files in a JFrame.
 class TabularDiffPresentation
          This is the class that performs the table comparison using database connections to two different database schemas.
 



Copyright © 2001-2012. All Rights Reserved.