Uses of Interface
net.sourceforge.squirrel_sql.plugins.dbdiff.SessionInfoProvider

Packages that use SessionInfoProvider
net.sourceforge.squirrel_sql.plugins.dbdiff   
net.sourceforge.squirrel_sql.plugins.dbdiff.actions   
net.sourceforge.squirrel_sql.plugins.dbdiff.commands   
net.sourceforge.squirrel_sql.plugins.dbdiff.gui   
 

Uses of SessionInfoProvider in net.sourceforge.squirrel_sql.plugins.dbdiff
 

Classes in net.sourceforge.squirrel_sql.plugins.dbdiff that implement SessionInfoProvider
 class DBDiffPlugin
          The class that sets up the various resources required by SQuirreL to implement a plugin.
 

Uses of SessionInfoProvider in net.sourceforge.squirrel_sql.plugins.dbdiff.actions
 

Constructors in net.sourceforge.squirrel_sql.plugins.dbdiff.actions with parameters of type SessionInfoProvider
CompareAction(IApplication app, Resources rsrc, SessionInfoProvider prov)
          Creates a new SQuirreL action that gets fired whenever the user chooses the compare operation.
 

Uses of SessionInfoProvider in net.sourceforge.squirrel_sql.plugins.dbdiff.commands
 

Constructors in net.sourceforge.squirrel_sql.plugins.dbdiff.commands with parameters of type SessionInfoProvider
CompareCommand(SessionInfoProvider provider)
          Constructor specifying the current session.
 

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

Fields in net.sourceforge.squirrel_sql.plugins.dbdiff.gui declared as SessionInfoProvider
protected  SessionInfoProvider AbstractDiffPresentation.sessionInfoProvider
          the class that provides out session information
 

Methods in net.sourceforge.squirrel_sql.plugins.dbdiff.gui with parameters of type SessionInfoProvider
 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)
           
 void AbstractDiffPresentation.setSessionInfoProvider(SessionInfoProvider provider)
           
 void IDiffPresentation.setSessionInfoProvider(SessionInfoProvider p)
          Set the SessionInfoProvider which contains the two sessions to be compared, along with their selected objects.
 



Copyright © 2001-2012. All Rights Reserved.