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

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

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

Classes in net.sourceforge.squirrel_sql.plugins.dbdiff.gui that implement IDiffPresentation
 class AbstractDiffPresentation
          Base class for all DiffPresentation implementations that supports the common requirement to have access to the SessionInfoProvider.
 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.
 

Methods in net.sourceforge.squirrel_sql.plugins.dbdiff.gui that return IDiffPresentation
 IDiffPresentation IDiffPresentationFactory.createDiffPresentation(SessionInfoProvider sessionInfoProvider, DBDiffPreferenceBean preferenceBean)
          Constructs an instance of IDiffPresentation according to the user's preference, which is specified in the DBDiffPreferenceBean.
 IDiffPresentation DiffPresentationFactoryImpl.createDiffPresentation(SessionInfoProvider sessionInfoProvider, DBDiffPreferenceBean preferenceBean)
           
 



Copyright © 2001-2012. All Rights Reserved.