net.sourceforge.squirrel_sql.plugins.sqlreplace
Class SQLReplacePreferencesController
java.lang.Object
net.sourceforge.squirrel_sql.plugins.sqlreplace.SQLReplacePreferencesController
- All Implemented Interfaces:
- IGlobalPreferencesPanel, IOptionPanel
public class SQLReplacePreferencesController
- extends Object
- implements IGlobalPreferencesPanel
- Author:
- Dieter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_pnlPrefs
protected SQLReplacementPreferencesPanel _pnlPrefs
- The main panel for preference administration
_app
protected IApplication _app
- Handle to the main application
_plugin
protected SQLReplacePlugin _plugin
- Handle to the plugin
SQLReplacePreferencesController
public SQLReplacePreferencesController(SQLReplacePlugin _plugin)
- Parameters:
_plugin -
initialize
public void initialize(IApplication app)
- Specified by:
initialize in interface IGlobalPreferencesPanel
uninitialize
public void uninitialize(IApplication app)
- Specified by:
uninitialize in interface IGlobalPreferencesPanel
applyChanges
public void applyChanges()
- Specified by:
applyChanges in interface IOptionPanel
getHint
public String getHint()
- Specified by:
getHint in interface IOptionPanel
getPanelComponent
public Component getPanelComponent()
- Specified by:
getPanelComponent in interface IOptionPanel
getTitle
public String getTitle()
- Specified by:
getTitle in interface IOptionPanel
Copyright © 2001-2011. All Rights Reserved.