Class IEditorHighlightingConfigurationProvider.DefaultImpl
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.syntaxcoloring.IEditorHighlightingConfigurationProvider.DefaultImpl
-
- All Implemented Interfaces:
IEditorHighlightingConfigurationProvider
- Enclosing interface:
- IEditorHighlightingConfigurationProvider
@Deprecated public static class IEditorHighlightingConfigurationProvider.DefaultImpl extends java.lang.Object implements IEditorHighlightingConfigurationProvider
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.xtext.ide.editor.syntaxcoloring.IEditorHighlightingConfigurationProvider
IEditorHighlightingConfigurationProvider.DefaultImpl
-
-
Constructor Summary
Constructors Constructor Description DefaultImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetConfiguration(java.lang.String editorName)Deprecated.provides an editor specific highlighting configuration or null.java.lang.CharSequencegetGetStandardPatterns()Deprecated.java.lang.Iterable<java.lang.String>getKeywords()Deprecated.
-
-
-
Method Detail
-
getConfiguration
public java.lang.String getConfiguration(java.lang.String editorName)
Deprecated.Description copied from interface:IEditorHighlightingConfigurationProviderprovides an editor specific highlighting configuration or null.- Specified by:
getConfigurationin interfaceIEditorHighlightingConfigurationProvider
-
getGetStandardPatterns
public java.lang.CharSequence getGetStandardPatterns()
Deprecated.
-
getKeywords
public java.lang.Iterable<java.lang.String> getKeywords()
Deprecated.
-
-