The `jetbrains.mps.openapi.editor.EditorContext.getCellFactory` is a method in the JetBrains MPS open API that returns the cell factory for creating cells within an editor context. A cell factory is responsible for creating and providing instances of cells, which are the individual units or elements within the editor. This method allows developers to access and customize the cell factory for a specific editor context, enabling them to control the appearance and behavior of cells within their MPS-based application.
Java EditorContext.getCellFactory - 30 examples found. These are the top rated real world Java examples of jetbrains.mps.openapi.editor.EditorContext.getCellFactory extracted from open source projects. You can rate examples to help us improve the quality of examples.