net.sourceforge.squirrel_sql.plugins.dbdiff.prefs
Class DefaultPluginGlobalPreferencesTab

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.dbdiff.prefs.DefaultPluginGlobalPreferencesTab
All Implemented Interfaces:
IGlobalPreferencesPanel, IOptionPanel

public class DefaultPluginGlobalPreferencesTab
extends Object
implements IGlobalPreferencesPanel


Constructor Summary
DefaultPluginGlobalPreferencesTab(IOptionPanel optionPanel)
           
 
Method Summary
 void applyChanges()
           
 String getHint()
           
 Component getPanelComponent()
           
 String getTitle()
           
 void initialize(IApplication app)
           
 void uninitialize(IApplication app)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPluginGlobalPreferencesTab

public DefaultPluginGlobalPreferencesTab(IOptionPanel optionPanel)
Method Detail

initialize

public void initialize(IApplication app)
Specified by:
initialize in interface IGlobalPreferencesPanel
See Also:
initialize(net.sourceforge.squirrel_sql.client.IApplication)

uninitialize

public void uninitialize(IApplication app)
Specified by:
uninitialize in interface IGlobalPreferencesPanel
See Also:
uninitialize(net.sourceforge.squirrel_sql.client.IApplication)

applyChanges

public void applyChanges()
Specified by:
applyChanges in interface IOptionPanel
See Also:
IOptionPanel.applyChanges()

getTitle

public String getTitle()
Specified by:
getTitle in interface IOptionPanel
See Also:
IOptionPanel.getTitle()

getHint

public String getHint()
Specified by:
getHint in interface IOptionPanel
See Also:
IOptionPanel.getHint()

getPanelComponent

public Component getPanelComponent()
Specified by:
getPanelComponent in interface IOptionPanel
See Also:
IOptionPanel.getPanelComponent()


Copyright © 2001-2012. All Rights Reserved.