Uses of Interface
org.eclipse.ocl.common.preferences.PreferenceableOption

Packages that use PreferenceableOption
org.eclipse.ocl.common   
org.eclipse.ocl.common.delegate   
org.eclipse.ocl.common.internal.preferences   
org.eclipse.ocl.common.preferences   
org.eclipse.ocl.common.ui.internal.preferences   
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.options   
 

Uses of PreferenceableOption in org.eclipse.ocl.common
 

Methods in org.eclipse.ocl.common with parameters of type PreferenceableOption
static
<T> T
OCLCommon.getPreference(PreferenceableOption<T> option, org.eclipse.core.runtime.preferences.IScopeContext[] contexts)
          Return the preference value for
static
<T> void
OCLCommon.installListener(PreferenceableOption<T> option)
          Install an IPreferenceChangeListener so that option.fireChanged() is notified of any change in the Eclipse preference.
 

Uses of PreferenceableOption in org.eclipse.ocl.common.delegate
 

Classes in org.eclipse.ocl.common.delegate that implement PreferenceableOption
 class VirtualDelegateMapping
          VirtualDelegateMapping provides the preference option to support mapping of the virtual delegate URI OCLConstants.OCL_DELEGATE_URI (http://www.eclipse.org/emf/2002/Ecore/OCL) to a physical delegate URI such as http://www.eclipse.org/emf/2002/Ecore/OCL/LPG or http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot.
 

Uses of PreferenceableOption in org.eclipse.ocl.common.internal.preferences
 

Classes in org.eclipse.ocl.common.internal.preferences that implement PreferenceableOption
 class BooleanPreference
          A configurable preference with a Boolean value.
 class ClassPreference<T>
          A configurable preference with a Class value.
 class EnumerationPreference<T extends Enum<T>>
          A configurable preference with an Enumeration value.
 class Preference<T>
          Abstract implementation of a configurable preference option.
 class StringPreference
          A configurable preference with a String value.
 

Methods in org.eclipse.ocl.common.internal.preferences with parameters of type PreferenceableOption
protected  void AnnotatedPreferenceInitializer.putPreference(PreferenceableOption<?> preference)
           
 

Uses of PreferenceableOption in org.eclipse.ocl.common.preferences
 

Subinterfaces of PreferenceableOption in org.eclipse.ocl.common.preferences
static interface PreferenceableOption.PreferenceableOption2<T>
          The extended PreferenceableOption identifies a configurable behavior suitable for use in a Preference or Property Page.
 

Uses of PreferenceableOption in org.eclipse.ocl.common.ui.internal.preferences
 

Constructors in org.eclipse.ocl.common.ui.internal.preferences with parameters of type PreferenceableOption
AbstractProjectPreferencePage.MyComboFieldEditor(PreferenceableOption<?> preference, java.lang.String labelText, java.lang.String[][] entryNamesAndValues, org.eclipse.swt.widgets.Composite parent)
           
 

Uses of PreferenceableOption in org.eclipse.ocl.examples.pivot.delegate
 

Classes in org.eclipse.ocl.examples.pivot.delegate that implement PreferenceableOption
protected static class OCLDelegateDomain.PivotOnlyVirtualDelegateMapping
           
 

Uses of PreferenceableOption in org.eclipse.ocl.options
 

Classes in org.eclipse.ocl.options that implement PreferenceableOption
 class BooleanOption
          Implementation of the PreferenceableOption interface for boolean OCL options.
 class ClassOption<T>
          Implementation of the PreferenceableOption interface for class OCL options.
 class EnumeratedOption<T extends Enum<T>>
          Implementation of the PreferenceableOption interface for enum OCL options.
 class ObjectOption<T>
          Implementation of the PreferenceableOption interface for object OCL options.
 class ProblemOption
          Options for problem-reporting in parsing OCL constraints.