net.sourceforge.squirrel_sql.plugins.dbdiff.gui
Class JMeldDiffPresentation
java.lang.Object
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractSideBySideDiffPresentation
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.JMeldDiffPresentation
- All Implemented Interfaces:
- IDiffPresentation
public class JMeldDiffPresentation
- extends AbstractSideBySideDiffPresentation
A DiffPresentation that uses components from the JMeld project to render a comparison of the content of two
files in a JFrame.
|
Method Summary |
protected void |
executeDiff(String script1Filename,
String script2Filename)
Sub-class implementations should override this method to provide the implementation for comparing the
contents of the specified script filenames. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMeldDiffPresentation
public JMeldDiffPresentation()
executeDiff
protected void executeDiff(String script1Filename,
String script2Filename)
throws Exception
- Description copied from class:
AbstractSideBySideDiffPresentation
- Sub-class implementations should override this method to provide the implementation for comparing the
contents of the specified script filenames.
- Specified by:
executeDiff in class AbstractSideBySideDiffPresentation
- Parameters:
script1Filename - filename of the first script to compare.script2Filename - filename of the second script to compare.
- Throws:
Exception- See Also:
executeDiff(java.lang.String, java.lang.String)
Copyright © 2001-2012. All Rights Reserved.