org.eclipse.cdt.internal.ui.text.contentassist
Class ContentAssistPreference

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistPreference

public class ContentAssistPreference
extends java.lang.Object


Field Summary
static java.lang.String AUTOACTIVATION_DELAY
          Preference key for content assist auto activation delay
static java.lang.String AUTOACTIVATION_TRIGGERS_ARROW
           
static java.lang.String AUTOACTIVATION_TRIGGERS_DOT
          Preference key for C/CPP content assist auto activation triggers
static java.lang.String AUTOACTIVATION_TRIGGERS_DOUBLECOLON
           
static java.lang.String AUTOINSERT
          Preference key for content assist auto insert
static java.lang.String CURRENT_FILE_SEARCH_SCOPE
          Preference key for completion search scope (unused)
static java.lang.String PARAMETERS_BACKGROUND
          Preference key for content assist parameters color
static java.lang.String PARAMETERS_FOREGROUND
          Preference key for content assist parameters color
static java.lang.String PREFIX_COMPLETION
          Preference key for content assist to insert the common prefix
static java.lang.String PROJECT_SEARCH_SCOPE
          Preference key for completion search scope (unused)
static java.lang.String PROPOSALS_BACKGROUND
          Preference key for content assist proposal color
static java.lang.String PROPOSALS_FILTER
          Preference key for completion filtering
static java.lang.String PROPOSALS_FOREGROUND
          Preference key for content assist proposal color
static java.lang.String TIMEOUT_DELAY
          Preference key for content assist timeout delay (unused)
 
Constructor Summary
ContentAssistPreference()
           
 
Method Summary
static void changeConfiguration(org.eclipse.jface.text.contentassist.ContentAssistant assistant, org.eclipse.jface.preference.IPreferenceStore store, org.eclipse.jface.util.PropertyChangeEvent event)
          Changes the configuration of the given content assistant according to the given property change event and the given preference store.
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTOACTIVATION_DELAY

public static final java.lang.String AUTOACTIVATION_DELAY
Preference key for content assist auto activation delay

See Also:
Constant Field Values

TIMEOUT_DELAY

public static final java.lang.String TIMEOUT_DELAY
Preference key for content assist timeout delay (unused)

See Also:
Constant Field Values

PROPOSALS_FOREGROUND

public static final java.lang.String PROPOSALS_FOREGROUND
Preference key for content assist proposal color

See Also:
Constant Field Values

PROPOSALS_BACKGROUND

public static final java.lang.String PROPOSALS_BACKGROUND
Preference key for content assist proposal color

See Also:
Constant Field Values

PARAMETERS_FOREGROUND

public static final java.lang.String PARAMETERS_FOREGROUND
Preference key for content assist parameters color

See Also:
Constant Field Values

PARAMETERS_BACKGROUND

public static final java.lang.String PARAMETERS_BACKGROUND
Preference key for content assist parameters color

See Also:
Constant Field Values

AUTOINSERT

public static final java.lang.String AUTOINSERT
Preference key for content assist auto insert

See Also:
Constant Field Values

PREFIX_COMPLETION

public static final java.lang.String PREFIX_COMPLETION
Preference key for content assist to insert the common prefix

See Also:
Constant Field Values

AUTOACTIVATION_TRIGGERS_DOT

public static final java.lang.String AUTOACTIVATION_TRIGGERS_DOT
Preference key for C/CPP content assist auto activation triggers

See Also:
Constant Field Values

AUTOACTIVATION_TRIGGERS_ARROW

public static final java.lang.String AUTOACTIVATION_TRIGGERS_ARROW
See Also:
Constant Field Values

AUTOACTIVATION_TRIGGERS_DOUBLECOLON

public static final java.lang.String AUTOACTIVATION_TRIGGERS_DOUBLECOLON
See Also:
Constant Field Values

CURRENT_FILE_SEARCH_SCOPE

public static final java.lang.String CURRENT_FILE_SEARCH_SCOPE
Preference key for completion search scope (unused)

See Also:
Constant Field Values

PROJECT_SEARCH_SCOPE

public static final java.lang.String PROJECT_SEARCH_SCOPE
Preference key for completion search scope (unused)

See Also:
Constant Field Values

PROPOSALS_FILTER

public static final java.lang.String PROPOSALS_FILTER
Preference key for completion filtering

See Also:
Constant Field Values
Constructor Detail

ContentAssistPreference

public ContentAssistPreference()
Method Detail

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.


changeConfiguration

public static void changeConfiguration(org.eclipse.jface.text.contentassist.ContentAssistant assistant,
                                       org.eclipse.jface.preference.IPreferenceStore store,
                                       org.eclipse.jface.util.PropertyChangeEvent event)
Changes the configuration of the given content assistant according to the given property change event and the given preference store.