Class AtlSyntaxPreferencePage

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.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 Details

    • AtlSyntaxPreferencePage

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

    • 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:
      • invalid reference
        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:
      • invalid reference
        org.eclipse.m2m.atl.adt.ui.preferences.AbstractPreferencePage#initialize()
    • performDefaults

      protected void performDefaults()
      Overrides:
      performDefaults in class AbstractPropertyAndPreferencePage
      See Also:
      • invalid reference
        org.eclipse.m2m.atl.adt.ui.preferences.AbstractPreferencePage#performDefaults()