net.sourceforge.java.feednread.frontend.configuration
Class LanguageConfigurationPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
org.eclipse.jface.preference.FieldEditorPreferencePage
net.sourceforge.java.feednread.frontend.configuration.DefaultFieldEditorConfigurationPage
net.sourceforge.java.feednread.frontend.configuration.LanguageConfigurationPage
- All Implemented Interfaces:
- EventListener, IDialogPage, IMessageProvider, IPreferencePage, IPropertyChangeListener
- public class LanguageConfigurationPage
- extends DefaultFieldEditorConfigurationPage
Configuration page to select the application user interface language used.
- Author:
- Sebastian Machhausen
| Fields inherited from class org.eclipse.jface.preference.PreferencePage |
|
| Fields inherited from class org.eclipse.jface.dialogs.DialogPage |
|
|
Method Summary |
protected void |
createFieldEditors()
Creates the FieldEditors of this
LanguageConfigurationPage.
|
boolean |
performOk()
Notifies that the OK button of this page's container has been pressed.
|
| Methods inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage |
addField, adjustGridLayout, applyFont, checkState, createContents, dispose, getFieldEditorParent, initialize, performDefaults, propertyChange, setVisible |
| Methods inherited from class org.eclipse.jface.preference.PreferencePage |
applyData, applyDialogFont, computeSize, contributeButtons, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage |
languageEditor
private TableFieldEditor languageEditor
The FieldEditor to select the user interface language
LanguageConfigurationPage
public LanguageConfigurationPage()
Creates a new LanguageConfigurationPage instance.
performOk
public boolean performOk()
Notifies that the OK button of this page's container has been pressed.
- Returns:
false to abort the container's OK processing and
true to allow the OK to happen
createFieldEditors
protected void createFieldEditors()
Creates the FieldEditors of this
LanguageConfigurationPage.
- See Also:
FieldEditorPreferencePage.createFieldEditors()