Class FormattingPreferenceValues
- java.lang.Object
-
- org.eclipse.xtext.xbase.formatting.FormattingPreferenceValues
-
@Deprecated public class FormattingPreferenceValues extends java.lang.ObjectDeprecated.useTypedPreferenceValues
-
-
Constructor Summary
Constructors Constructor Description FormattingPreferenceValues(org.eclipse.xtext.preferences.IPreferenceValues values)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanget(BooleanKey key)Deprecated.intget(IntegerKey key)Deprecated.java.lang.Stringget(StringKey key)Deprecated.
-
-
-
Method Detail
-
get
public int get(IntegerKey key)
Deprecated.
-
get
public boolean get(BooleanKey key)
Deprecated.
-
get
public java.lang.String get(StringKey key)
Deprecated.
-
-