Class AtlSyntaxPreferencePage

  • All Implemented Interfaces:
    org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.ui.IWorkbenchPreferencePage, org.eclipse.ui.IWorkbenchPropertyPage

    public class AtlSyntaxPreferencePage
    extends AbstractPropertyAndPreferencePage
    This is the page for setting the highlight syntaxing coloration options.
    • Constructor Detail

      • AtlSyntaxPreferencePage

        public AtlSyntaxPreferencePage()
        Creates a new ATL editor preference page telling to the super class the title using the resource bundle.
    • Method Detail

      • createContents

        protected org.eclipse.swt.widgets.Control createContents​(org.eclipse.swt.widgets.Composite parent)
        Specified by:
        createContents in class org.eclipse.jface.preference.PreferencePage
        See Also:
        PreferencePage.createContents(org.eclipse.swt.widgets.Composite)
      • handleColorListSelection

        protected void handleColorListSelection()
        When a selection is made, the color button handles the color sets by this selection. The default implementation does nothing.
        Overrides:
        handleColorListSelection in class AbstractPropertyAndPreferencePage
        See Also:
        org.eclipse.m2m.atl.adt.ui.preferences.AbstractPreferencePage#handleColorListSelection()
      • initialize

        protected void initialize()
        Initializes the preference page with the user values. The default implementation initializes all widgets lists with there user's value.
        Overrides:
        initialize in class AbstractPropertyAndPreferencePage
        See Also:
        org.eclipse.m2m.atl.adt.ui.preferences.AbstractPreferencePage#initialize()