package jetbrains.mps.lang.plugin.editor; /*Generated by MPS */ import jetbrains.mps.editor.runtime.descriptor.AbstractEditorBuilder; import org.jetbrains.annotations.NotNull; import org.jetbrains.mps.openapi.model.SNode; import jetbrains.mps.openapi.editor.EditorContext; import jetbrains.mps.openapi.editor.cells.EditorCell; import jetbrains.mps.nodeEditor.cells.EditorCell_Collection; import jetbrains.mps.nodeEditor.cellLayout.CellLayout_Vertical; import jetbrains.mps.InternalFlag; import jetbrains.mps.nodeEditor.cellLayout.CellLayout_Horizontal; import jetbrains.mps.openapi.editor.style.Style; import jetbrains.mps.editor.runtime.style.StyleImpl; import jetbrains.mps.editor.runtime.style.StyleAttributes; import jetbrains.mps.nodeEditor.cells.EditorCell_Constant; import jetbrains.mps.nodeEditor.cellProviders.CellProviderWithRole; import jetbrains.mps.lang.editor.cellProviders.PropertyCellProvider; import jetbrains.mps.nodeEditor.EditorManager; import jetbrains.mps.nodeEditor.cells.EditorCell_Indent; import jetbrains.mps.nodeEditor.cellProviders.AbstractCellListHandler; import jetbrains.mps.lang.editor.cellProviders.RefNodeListHandler; import jetbrains.mps.smodel.action.NodeFactoryManager; import jetbrains.mps.smodel.adapter.structure.MetaAdapterFactory; import jetbrains.mps.openapi.editor.menus.transformation.SNodeLocation; import jetbrains.mps.openapi.editor.cells.CellActionType; import jetbrains.mps.nodeEditor.cellActions.CellAction_DeleteNode; import jetbrains.mps.openapi.editor.cells.DefaultSubstituteInfo; import jetbrains.mps.nodeEditor.cellMenu.SChildSubstituteInfo; import jetbrains.mps.lang.editor.cellProviders.SingleRoleCellProvider; import org.jetbrains.mps.openapi.language.SContainmentLink; import jetbrains.mps.editor.runtime.impl.cellActions.CellAction_DeleteSmart; /*package*/ class IdeaInitializerDescriptor_EditorBuilder_a extends AbstractEditorBuilder { @NotNull private SNode myNode; public IdeaInitializerDescriptor_EditorBuilder_a(@NotNull EditorContext context, @NotNull SNode node) { super(context); myNode = node; } @NotNull @Override public SNode getNode() { return myNode; } /*package*/ EditorCell createCell() { return createCollection_bmlzqh_a(); } private EditorCell createCollection_bmlzqh_a() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Vertical()); editorCell.setCellId("Collection_bmlzqh_a"); editorCell.setBig(true); editorCell.setCellContext(getCellFactory().getCellContext()); editorCell.setGridLayout(true); editorCell.addEditorCell(createCollection_bmlzqh_a0()); editorCell.addEditorCell(createCollection_bmlzqh_b0()); editorCell.addEditorCell(createCollection_bmlzqh_c0()); editorCell.addEditorCell(createCollection_bmlzqh_d0()); editorCell.addEditorCell(createCollection_bmlzqh_e0()); editorCell.addEditorCell(createCollection_bmlzqh_f0()); editorCell.addEditorCell(createCollection_bmlzqh_g0()); editorCell.addEditorCell(createCollection_bmlzqh_h0()); editorCell.addEditorCell(createConstant_bmlzqh_i0()); editorCell.addEditorCell(createCollection_bmlzqh_j0()); editorCell.addEditorCell(createConstant_bmlzqh_k0()); editorCell.addEditorCell(createCollection_bmlzqh_l0()); if (nodeCondition_bmlzqh_a21a()) { editorCell.addEditorCell(createCollection_bmlzqh_m0()); } editorCell.addEditorCell(createConstant_bmlzqh_n0()); editorCell.addEditorCell(createRefNode_bmlzqh_o0()); return editorCell; } private boolean nodeCondition_bmlzqh_a21a() { return InternalFlag.isInternalMode(); } private EditorCell createCollection_bmlzqh_a0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_a0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a0a()); editorCell.addEditorCell(createProperty_bmlzqh_b0a()); return editorCell; } private EditorCell createConstant_bmlzqh_a0a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "id:"); editorCell.setCellId("Constant_bmlzqh_a0a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b0a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("id"); provider.setNoTargetText("<no id>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_id"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_b0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_b0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a1a()); editorCell.addEditorCell(createProperty_bmlzqh_b1a()); return editorCell; } private EditorCell createConstant_bmlzqh_a1a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "name:"); editorCell.setCellId("Constant_bmlzqh_a1a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b1a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("name"); provider.setNoTargetText("<no name>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_name"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_c0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_c0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a2a()); editorCell.addEditorCell(createProperty_bmlzqh_b2a()); return editorCell; } private EditorCell createConstant_bmlzqh_a2a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "description:"); editorCell.setCellId("Constant_bmlzqh_a2a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b2a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("descripttion"); provider.setNoTargetText("<no descripttion>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_descripttion"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_d0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_d0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a3a()); editorCell.addEditorCell(createProperty_bmlzqh_b3a()); return editorCell; } private EditorCell createConstant_bmlzqh_a3a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "version:"); editorCell.setCellId("Constant_bmlzqh_a3a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b3a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("version"); provider.setNoTargetText("<no version>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_version"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_e0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_e0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a4a()); editorCell.addEditorCell(createProperty_bmlzqh_b4a()); return editorCell; } private EditorCell createConstant_bmlzqh_a4a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "vendor:"); editorCell.setCellId("Constant_bmlzqh_a4a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b4a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("vendor"); provider.setNoTargetText("<no vendor>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_vendor"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_f0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_f0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a5a()); editorCell.addEditorCell(createProperty_bmlzqh_b5a()); return editorCell; } private EditorCell createConstant_bmlzqh_a5a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "vendor url:"); editorCell.setCellId("Constant_bmlzqh_a5a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b5a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("vendorUrl"); provider.setNoTargetText("<no vendorUrl>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_vendorUrl"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_g0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_g0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a6a()); editorCell.addEditorCell(createProperty_bmlzqh_b6a()); return editorCell; } private EditorCell createConstant_bmlzqh_a6a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "vendor logo:"); editorCell.setCellId("Constant_bmlzqh_a6a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b6a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("vendorLogo"); provider.setNoTargetText("<no vendorLogo>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_vendorLogo"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_h0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_h0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a7a()); editorCell.addEditorCell(createProperty_bmlzqh_b7a()); return editorCell; } private EditorCell createConstant_bmlzqh_a7a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "Idea ver.:"); editorCell.setCellId("Constant_bmlzqh_a7a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b7a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("ideaVersion"); provider.setNoTargetText("<no ideaVersion>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_ideaVersion"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createConstant_bmlzqh_i0() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, ""); editorCell.setCellId("Constant_bmlzqh_i0"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createCollection_bmlzqh_j0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Vertical()); editorCell.setCellId("Collection_bmlzqh_j0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a9a()); editorCell.addEditorCell(createCollection_bmlzqh_b9a()); return editorCell; } private EditorCell createConstant_bmlzqh_a9a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "dependency:"); editorCell.setCellId("Constant_bmlzqh_a9a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createCollection_bmlzqh_b9a() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_b9a"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createIndentCell_bmlzqh_a1j0()); editorCell.addEditorCell(createRefNodeList_bmlzqh_b1j0()); return editorCell; } private EditorCell createIndentCell_bmlzqh_a1j0() { EditorCell_Indent editorCell = new EditorCell_Indent(getEditorContext(), myNode); return editorCell; } private EditorCell createRefNodeList_bmlzqh_b1j0() { AbstractCellListHandler handler = new IdeaInitializerDescriptor_EditorBuilder_a.dependencyListHandler_bmlzqh_b1j0(myNode, "dependency", getEditorContext()); EditorCell_Collection editorCell = handler.createCells(new CellLayout_Vertical(), false); editorCell.setCellId("refNodeList_dependency"); editorCell.setRole(handler.getElementRole()); return editorCell; } private static class dependencyListHandler_bmlzqh_b1j0 extends RefNodeListHandler { @NotNull private SNode myNode; public dependencyListHandler_bmlzqh_b1j0(SNode ownerNode, String childRole, EditorContext context) { super(ownerNode, childRole, context, false); myNode = ownerNode; } @Override @NotNull public SNode getNode() { return myNode; } public SNode createNodeToInsert(EditorContext editorContext) { return NodeFactoryManager.createNode(MetaAdapterFactory.getConcept(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x516313f5e8537ee9L, "jetbrains.mps.lang.plugin.structure.PluginDependency"), null, getNode(), getNode().getModel()); } public EditorCell createNodeCell(SNode elementNode) { EditorCell elementCell = getUpdateSession().updateChildNodeCell(elementNode); installElementCellActions(elementNode, elementCell); return elementCell; } public EditorCell createEmptyCell() { getCellFactory().pushCellContext(); getCellFactory().setNodeLocation(new SNodeLocation.FromParentAndLink(dependencyListHandler_bmlzqh_b1j0.this.getNode(), MetaAdapterFactory.getContainmentLink(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x45b64b294c2b3514L, 0x516313f5e8537eebL, "dependency"))); try { EditorCell emptyCell = null; emptyCell = super.createEmptyCell(); installElementCellActions(null, emptyCell); setCellContext(emptyCell); return emptyCell; } finally { getCellFactory().popCellContext(); } } public void installElementCellActions(SNode elementNode, EditorCell elementCell) { if (elementCell.getUserObject(AbstractCellListHandler.ELEMENT_CELL_ACTIONS_SET) == null) { elementCell.putUserObject(AbstractCellListHandler.ELEMENT_CELL_ACTIONS_SET, AbstractCellListHandler.ELEMENT_CELL_ACTIONS_SET); if (elementNode != null) { elementCell.setAction(CellActionType.DELETE, new CellAction_DeleteNode(elementNode, CellAction_DeleteNode.DeleteDirection.FORWARD)); elementCell.setAction(CellActionType.BACKSPACE, new CellAction_DeleteNode(elementNode, CellAction_DeleteNode.DeleteDirection.BACKWARD)); } if (elementCell.getSubstituteInfo() == null || elementCell.getSubstituteInfo() instanceof DefaultSubstituteInfo) { elementCell.setSubstituteInfo(new SChildSubstituteInfo(elementCell, getNode(), MetaAdapterFactory.getContainmentLink(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x45b64b294c2b3514L, 0x516313f5e8537eebL, "dependency"), elementNode)); } } } } private EditorCell createConstant_bmlzqh_k0() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, ""); editorCell.setCellId("Constant_bmlzqh_k0"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createCollection_bmlzqh_l0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_l0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a11a()); editorCell.addEditorCell(createProperty_bmlzqh_b11a()); return editorCell; } private EditorCell createConstant_bmlzqh_a11a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "load modules:"); editorCell.setCellId("Constant_bmlzqh_a11a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b11a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("loadModules"); provider.setNoTargetText("<no loadModules>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_loadModules"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createCollection_bmlzqh_m0() { EditorCell_Collection editorCell = new EditorCell_Collection(getEditorContext(), myNode, new CellLayout_Horizontal()); editorCell.setCellId("Collection_bmlzqh_m0"); Style style = new StyleImpl(); style.set(StyleAttributes.SELECTABLE, false); editorCell.getStyle().putAll(style); editorCell.addEditorCell(createConstant_bmlzqh_a21a()); editorCell.addEditorCell(createProperty_bmlzqh_b21a()); return editorCell; } private EditorCell createConstant_bmlzqh_a21a() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, "handle errors:"); editorCell.setCellId("Constant_bmlzqh_a21a"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createProperty_bmlzqh_b21a() { CellProviderWithRole provider = new PropertyCellProvider(myNode, getEditorContext()); provider.setRole("handleErrors"); provider.setNoTargetText("<no handleErrors>"); EditorCell editorCell; editorCell = provider.createEditorCell(getEditorContext()); editorCell.setCellId("property_handleErrors"); editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo()); SNode attributeConcept = provider.getRoleAttribute(); if (attributeConcept != null) { EditorManager manager = EditorManager.getInstanceFromContext(getEditorContext()); return manager.createNodeRoleAttributeCell(attributeConcept, provider.getRoleAttributeKind(), editorCell); } else return editorCell; } private EditorCell createConstant_bmlzqh_n0() { EditorCell_Constant editorCell = new EditorCell_Constant(getEditorContext(), myNode, ""); editorCell.setCellId("Constant_bmlzqh_n0"); editorCell.setDefaultText(""); return editorCell; } private EditorCell createRefNode_bmlzqh_o0() { SingleRoleCellProvider provider = new IdeaInitializerDescriptor_EditorBuilder_a.actionsSingleRoleHandler_bmlzqh_o0(myNode, MetaAdapterFactory.getContainmentLink(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x45b64b294c2b3514L, 0x498be7ea73fbb5cL, "actions"), getEditorContext()); return provider.createCell(); } private static class actionsSingleRoleHandler_bmlzqh_o0 extends SingleRoleCellProvider { @NotNull private SNode myNode; public actionsSingleRoleHandler_bmlzqh_o0(SNode ownerNode, SContainmentLink containmentLink, EditorContext context) { super(containmentLink, context); myNode = ownerNode; } @Override @NotNull public SNode getNode() { return myNode; } protected EditorCell createChildCell(SNode child) { EditorCell editorCell = getUpdateSession().updateChildNodeCell(child); editorCell.setAction(CellActionType.DELETE, new CellAction_DeleteSmart(getNode(), MetaAdapterFactory.getContainmentLink(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x45b64b294c2b3514L, 0x498be7ea73fbb5cL, "actions"), child)); editorCell.setAction(CellActionType.BACKSPACE, new CellAction_DeleteSmart(getNode(), MetaAdapterFactory.getContainmentLink(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x45b64b294c2b3514L, 0x498be7ea73fbb5cL, "actions"), child)); installCellInfo(child, editorCell); return editorCell; } private void installCellInfo(SNode child, EditorCell editorCell) { if (editorCell.getSubstituteInfo() == null || editorCell.getSubstituteInfo() instanceof DefaultSubstituteInfo) { editorCell.setSubstituteInfo(new SChildSubstituteInfo(editorCell, myNode, MetaAdapterFactory.getContainmentLink(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x45b64b294c2b3514L, 0x498be7ea73fbb5cL, "actions"), child)); } if (editorCell.getRole() == null) { editorCell.setRole("actions"); } } @Override protected EditorCell createEmptyCell() { getCellFactory().pushCellContext(); getCellFactory().setNodeLocation(new SNodeLocation.FromParentAndLink(getNode(), MetaAdapterFactory.getContainmentLink(0x28f9e4973b424291L, 0xaeba0a1039153ab1L, 0x45b64b294c2b3514L, 0x498be7ea73fbb5cL, "actions"))); try { EditorCell editorCell = super.createEmptyCell(); editorCell.setCellId("empty_actions"); installCellInfo(null, editorCell); setCellContext(editorCell); return editorCell; } finally { getCellFactory().popCellContext(); } } protected String getNoTargetText() { return "<no actions>"; } } }