|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.laf.LAFPreferencesTab
public class LAFPreferencesTab
The Look and Feel panel for the Global Preferences dialog.
| Constructor Summary | |
|---|---|
LAFPreferencesTab(LAFPlugin plugin,
LAFRegister lafRegister)
Ctor. |
|
| Method Summary | |
|---|---|
void |
applyChanges()
User has pressed OK or Apply in the dialog so save data from panel. |
String |
getHint()
Return the hint for this panel. |
Component |
getPanelComponent()
Return the component to be displayed in the Preferences dialog. |
String |
getTitle()
Return the title for this panel. |
void |
initialize(IApplication app)
Load panel with data from plugin preferences. |
void |
uninitialize(IApplication app)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LAFPreferencesTab(LAFPlugin plugin,
LAFRegister lafRegister)
plugin - The LAF plugin.lafRegister - Look and Feel register.
IllegalArgumentException - if LAFPlugin, or LAFRegister is null.| Method Detail |
|---|
public void initialize(IApplication app)
initialize in interface IGlobalPreferencesPanelapp - Application API.
IllegalArgumentException - if IApplication is null.public void uninitialize(IApplication app)
uninitialize in interface IGlobalPreferencesPanelpublic Component getPanelComponent()
getPanelComponent in interface IOptionPanelpublic void applyChanges()
applyChanges in interface IOptionPanelpublic String getTitle()
getTitle in interface IOptionPanelpublic String getHint()
getHint in interface IOptionPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||