|
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. |