Class AtlCodeFormatterPropertyPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.preference.PreferencePage
org.eclipse.ui.dialogs.PropertyPage
org.eclipse.m2m.atl.adt.ui.preferences.AbstractPropertyAndPreferencePage
org.eclipse.m2m.atl.adt.ui.preferences.AtlCodeFormatterPropertyPage
- All Implemented Interfaces:
EventListener
,Observer
,org.eclipse.jface.dialogs.IDialogPage
,org.eclipse.jface.dialogs.IMessageProvider
,org.eclipse.jface.preference.IPreferencePage
,org.eclipse.swt.events.SelectionListener
,org.eclipse.ui.IWorkbenchPreferencePage
,org.eclipse.ui.IWorkbenchPropertyPage
public class AtlCodeFormatterPropertyPage
extends AbstractPropertyAndPreferencePage
implements org.eclipse.ui.IWorkbenchPreferencePage, Observer, org.eclipse.swt.events.SelectionListener
The ATL formatter property page.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.eclipse.m2m.atl.adt.ui.preferences.AbstractPropertyAndPreferencePage
checkBoxModel, colorList, colorListModel, colorSelector, fPreferenceeStore, preview, properties, tableProperties, textFieldModel
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
addTabPage
(String title, IModifyDialogTabPage tabPage) protected org.eclipse.swt.widgets.Control
createContents
(org.eclipse.swt.widgets.Composite parent) void
fillPreferenceeStore
(Map<String, String> settings) protected void
boolean
protected void
newProfilesList
(AtlPreview atlPreview) protected void
newPropertiesTable
(AtlPreview atlPreview, org.eclipse.swt.widgets.TableColumn... editableColumns) protected void
boolean
void
setElement
(org.eclipse.core.runtime.IAdaptable element) void
setSelectedProfile
(org.eclipse.swt.widgets.List list) void
update
(Observable o, Object arg) void
void
protected void
updateTab
(ModifyDialogTabPage page) void
widgetDefaultSelected
(org.eclipse.swt.events.SelectionEvent e) void
widgetSelected
(org.eclipse.swt.events.SelectionEvent e) Methods inherited from class org.eclipse.m2m.atl.adt.ui.preferences.AbstractPropertyAndPreferencePage
dispose, doGetPreferenceStore, getPreferenceStore, handleColorListSelection, init, initialize, initializeFieldsToDefaultValues, initializeFieldsToUserValues, newCheckBoxField, newCheckBoxField, newCheckBoxField, newColorList, newComposite, newCompositeCheckBoxes, newCompositeColors, newCompositeTextFields, newGroup, newLabelField, newLabelledTextField, newPushButton, newRadioButton, newScrollList, newTabItem, newTextField, newTextField, newTextField, tabForward
Methods inherited from class org.eclipse.ui.dialogs.PropertyPage
getElement
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, getApplyButton, getContainer, getDefaultsButton, isValid, noDefaultAndApplyButton, noDefaultButton, 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, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, setContainer, setSize
Methods inherited from interface org.eclipse.ui.IWorkbenchPreferencePage
init
Methods inherited from interface org.eclipse.ui.IWorkbenchPropertyPage
getElement
-
Field Details
-
PREVIEW
- See Also:
-
PROFILES_KEY
-
CURRENT_PROFILE_KEY
-
LAST_TAB_FOCUS
-
SHOW_INVISIBLE_PREFERENCE_KEY
-
PROJECT_SPECIFIC_SETTINGS_ENABLED
-
DIALOG_STORE_LAST_LOAD_PATH
-
DIALOG_STORE_LAST_SAVE_PATH
-
-
Constructor Details
-
AtlCodeFormatterPropertyPage
public AtlCodeFormatterPropertyPage()
-
-
Method Details
-
createContents
protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent) - Specified by:
createContents
in classorg.eclipse.jface.preference.PreferencePage
-
initializeSettings
protected void initializeSettings() -
updateTab
-
addTabPage
-
newPropertiesTable
protected void newPropertiesTable(AtlPreview atlPreview, org.eclipse.swt.widgets.TableColumn... editableColumns) -
newProfilesList
-
setSelectedProfile
public void setSelectedProfile(org.eclipse.swt.widgets.List list) -
updateProfilesList
public void updateProfilesList() -
updatePropertiesTable
public void updatePropertiesTable() -
performDefaults
protected void performDefaults()- Overrides:
performDefaults
in classAbstractPropertyAndPreferencePage
- See Also:
-
performOk
public boolean performOk()- Specified by:
performOk
in interfaceorg.eclipse.jface.preference.IPreferencePage
- Overrides:
performOk
in classAbstractPropertyAndPreferencePage
- See Also:
-
fillPreferenceeStore
-
update
-
setElement
public void setElement(org.eclipse.core.runtime.IAdaptable element) - Specified by:
setElement
in interfaceorg.eclipse.ui.IWorkbenchPropertyPage
- Overrides:
setElement
in classorg.eclipse.ui.dialogs.PropertyPage
- See Also:
-
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e) - Specified by:
widgetSelected
in interfaceorg.eclipse.swt.events.SelectionListener
-
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e) - Specified by:
widgetDefaultSelected
in interfaceorg.eclipse.swt.events.SelectionListener
-
isProjectSpecificSettingsEnabled
public boolean isProjectSpecificSettingsEnabled()
-