public interface EditorTextFieldProvider
EditorTextField
with necessary combinations of features.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.
|
static EditorTextFieldProvider |
getInstance() |
static EditorTextFieldProvider getInstance()
EditorTextField getEditorField(Language language, Project project, java.lang.Iterable<? extends EditorCustomization> features)
language
- target language used by document that will be displayed by returned editorproject
- target projectfeatures
- EditorTextField
with specified customizations applied to its editor.