Package org.eclipse.m2m.atl.adt.ui.text
Class AtlContentAssistPreference
java.lang.Object
org.eclipse.m2m.atl.adt.ui.text.AtlContentAssistPreference
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeConfiguration
(org.eclipse.jface.text.contentassist.ContentAssistant assistant, org.eclipse.jface.preference.IPreferenceStore store, org.eclipse.jface.util.PropertyChangeEvent event) Handles the preference fPreferenceeStore changes for the content assistant.static void
configure
(org.eclipse.jface.text.contentassist.ContentAssistant assistant, org.eclipse.jface.preference.IPreferenceStore store) Configure the given content assistant from the given store.
-
Method Details
-
changeConfiguration
public static void changeConfiguration(org.eclipse.jface.text.contentassist.ContentAssistant assistant, org.eclipse.jface.preference.IPreferenceStore store, org.eclipse.jface.util.PropertyChangeEvent event) Handles the preference fPreferenceeStore changes for the content assistant.- Parameters:
assistant
- the given content assistantstore
- the given preference storeevent
- the given property change event
-
configure
public static void configure(org.eclipse.jface.text.contentassist.ContentAssistant assistant, org.eclipse.jface.preference.IPreferenceStore store) Configure the given content assistant from the given store.
-