|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.syntax.SyntaxPreferencesPanel
public class SyntaxPreferencesPanel
New Session and Current Session preferences panel for this plugin.
| Constructor Summary | |
|---|---|
SyntaxPreferencesPanel(SyntaxPreferences prefs,
SyntaxPluginResources rsrc)
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)
Panel is being loaded for the Application Preferences. |
void |
initialize(IApplication app,
ISession session)
Panel is being loaded for the Session Properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyntaxPreferencesPanel(SyntaxPreferences prefs,
SyntaxPluginResources rsrc)
prefs - The preferences to be maintained.
IllegalArgumentException - if prefs is null.| Method Detail |
|---|
public void initialize(IApplication app)
initialize in interface INewSessionPropertiesPanelapp - Application API.
public void initialize(IApplication app,
ISession session)
initialize in interface ISessionPropertiesPanelapp - Application API.
IllegalArgumentException - if IApplication is null.public 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 | |||||||||