| java.lang.Object net.sourceforge.squirrel_sql.plugins.syntax.SyntaxPreferencesPanel
applyChanges | public void applyChanges()(Code) | | User has pressed OK or Apply in the dialog so save data from
panel.
|
getHint | public String getHint()(Code) | | Return the hint for this panel.
the hint for this panel. |
getPanelComponent | public Component getPanelComponent()(Code) | | Return the component to be displayed in the Preferences dialog.
the component to be displayed in the Preferences dialog. |
getTitle | public String getTitle()(Code) | | Return the title for this panel.
the title for this panel. |
initialize | public void initialize(IApplication app)(Code) | | Panel is being loaded for the Application Preferences. This means that
the settings are for newly created sessions.
Parameters: app - Application API. |
initialize | public void initialize(IApplication app, ISession session)(Code) | | Panel is being loaded for the Session Properties. This means that
the settings are for the current session only.
Parameters: app - Application API. throws: IllegalArgumentException - if IApplication is null. |
|
|