public class EditorTextFieldProviderImpl extends java.lang.Object implements EditorTextFieldProvider
EditorTextFieldProvider
service and applies available
customizations
if necessary.Constructor and Description |
---|
EditorTextFieldProviderImpl() |
Modifier and Type | Method and Description |
---|---|
EditorTextField |
getEditorField(Language language,
Project project,
java.lang.Iterable<? extends EditorCustomization> features)
This factory method allows creation of an editor where the given customizations are applied to the editor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstance
public EditorTextField getEditorField(Language language, Project project, java.lang.Iterable<? extends EditorCustomization> features)
EditorTextFieldProvider
getEditorField
in interface EditorTextFieldProvider
language
- target language used by document that will be displayed by returned editorproject
- target projectEditorTextField
with specified customizations applied to its editor.