net.sourceforge.squirrel_sql.plugins.sqlscript.prefs
Class SQLScriptPreferencesTab

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

public class SQLScriptPreferencesTab
extends Object
implements IGlobalPreferencesPanel


Constructor Summary
SQLScriptPreferencesTab()
           
 
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

SQLScriptPreferencesTab

public SQLScriptPreferencesTab()
Method Detail

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

getTitle

public String getTitle()
Specified by:
getTitle in interface IOptionPanel

getHint

public String getHint()
Specified by:
getHint in interface IOptionPanel

getPanelComponent

public Component getPanelComponent()
Specified by:
getPanelComponent in interface IOptionPanel


Copyright © 2001-2011. All Rights Reserved.