Interface EditorKitProvider
- All Known Implementing Classes:
DefaultEditorKitProvider
public interface EditorKitProvider
An interface for providing an EditorKit for a given programming language.
This allows the generic UI to be configured with IDE-specific editor kits.
-
Method Summary
Modifier and TypeMethodDescriptiongetEditorKitForLanguage(String language) Gets a Swing EditorKit suitable for rendering the specified language.
-
Method Details
-
getEditorKitForLanguage
-
