|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation
public abstract class AbstractDiffPresentation
Base class for all DiffPresentation implementations that supports the common requirement to have access to the SessionInfoProvider.
| Field Summary | |
|---|---|
protected ISession |
destSession
the destination session. |
protected DBDiffPreferenceBean |
preferenceBean
preferenceBean |
protected SessionInfoProvider |
sessionInfoProvider
the class that provides out session information |
protected ISession |
sourceSession
the source session. |
| Constructor Summary | |
|---|---|
AbstractDiffPresentation()
|
|
| Method Summary | |
|---|---|
void |
setPreferenceBean(DBDiffPreferenceBean preferenceBean)
|
void |
setSessionInfoProvider(SessionInfoProvider provider)
Set the SessionInfoProvider which contains the two sessions to be compared, along with their selected objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.squirrel_sql.plugins.dbdiff.gui.IDiffPresentation |
|---|
execute |
| Field Detail |
|---|
protected SessionInfoProvider sessionInfoProvider
protected ISession sourceSession
protected ISession destSession
protected DBDiffPreferenceBean preferenceBean
| Constructor Detail |
|---|
public AbstractDiffPresentation()
| Method Detail |
|---|
public void setSessionInfoProvider(SessionInfoProvider provider)
IDiffPresentation
setSessionInfoProvider in interface IDiffPresentationprovider - the SessionInfoProviderpublic void setPreferenceBean(DBDiffPreferenceBean preferenceBean)
setPreferenceBean in interface IDiffPresentationpreferenceBean - the preferenceBean to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||