package jetbrains.mps.lang.editor.editorTest.editor; /*Generated by MPS */ import jetbrains.mps.nodeEditor.DefaultNodeEditor; import java.util.Collection; import java.util.Arrays; import org.jetbrains.annotations.NotNull; import jetbrains.mps.openapi.editor.cells.EditorCell; import jetbrains.mps.openapi.editor.EditorContext; import org.jetbrains.mps.openapi.model.SNode; public class SubstTestChild_WithNextApplicableEditorAndMenu_1_specificHint_Editor extends DefaultNodeEditor { private Collection<String> myContextHints = Arrays.asList(new String[]{"jetbrains.mps.lang.editor.editorTest.editor.SubstTest_EditorHints.specificHint"}); @Override @NotNull public Collection<String> getContextHints() { return myContextHints; } public EditorCell createEditorCell(EditorContext editorContext, SNode node) { return new SubstTestChild_WithNextApplicableEditorAndMenu_1_specificHint_EditorBuilder_a(editorContext, node).createCell(); } }