Diese Funktionalität ist nur in bestimmten Ausbaustufen verfügbar.

Commands zum Einfügen aus der Palette

Für alle Paletteneinträge, die einen Command referenzieren, sind nun noch die entsprechenden Commands zu konfigurieren.

  1. Erweitern Sie die Konfiguration für die Commands mit den folgenden Zeilen.
<!-- Commands to create nodes out of the palette -->
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Buildingcomponents.Floor')" eoClassPath="IT_ModularSystem.Buildingcomponents.Floor" id="create_Floor" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Buildingcomponents.Room')" eoClassPath="IT_ModularSystem.Buildingcomponents.Room" id="create_Room" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Basic.LAN_Jack')" eoClassPath="IT_ModularSystem.Basic.LAN_Jack" id="create_LAN_Jack" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.2wayLANJack')" eoClassPath="IT_ModularSystem.Roomcomponents.2wayLANJack" id="create_2wayLANJack" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.PC')" eoClassPath="IT_ModularSystem.Roomcomponents.PC" id="create_PC" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.Telephone')" eoClassPath="IT_ModularSystem.Roomcomponents.Telephone" id="create_Telephone" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.Printer')" eoClassPath="IT_ModularSystem.Roomcomponents.Printer" id="create_Printer" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.5waySwitch')" eoClassPath="IT_ModularSystem.Roomcomponents.5waySwitch" id="create_5waySwitch" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.Worker')" eoClassPath="IT_ModularSystem.Roomcomponents.Worker" id="create_Worker" />
  1. Speichern Sie die Diagrammkonfiguration ([Strg] + [S]).