org.eclipse.xtext.ui.editor
Class XtextEditorInfo

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.XtextEditorInfo

public class XtextEditorInfo
extends java.lang.Object

Since:
2.3
Author:
Sebastian Zarnekow - Initial contribution and API
This class is not intended to be subclassed by clients.
This class is not intended to be subclassed by clients.
This class is not intended to be instantiated by clients.
This class is not intended to be instantiated by clients.

Field Summary
protected  LanguageInfo languageInfo
           
 
Constructor Summary
XtextEditorInfo(LanguageInfo languageInfo)
           
 
Method Summary
 java.lang.String getEditorId()
           
 LanguageInfo getLanguageInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

languageInfo

protected final LanguageInfo languageInfo
Constructor Detail

XtextEditorInfo

@Inject
public XtextEditorInfo(LanguageInfo languageInfo)
Method Detail

getEditorId

public java.lang.String getEditorId()

getLanguageInfo

public LanguageInfo getLanguageInfo()