========================================== EClass Tool (abstract) ========================================== Defines a tool. :ePackage: :doc:`tools <./EPackage_tools>` :inherited by: :doc:`DragAndDrop <./EClass_DragAndDrop>`, :doc:`EdgeRouting <./EClass_EdgeRouting>`, :doc:`SelectionTool <./EClass_SelectionTool>` EAttributes ############# ``EString`` name Defines the tool name. ``EBoolean`` providesTemplate This attribute is undocumented. ``EString`` icon Defines the path to the tool icon. The path is relative to the editor's repository URL. ``EString`` id Defines an unique id for the tool. ``EString`` tooltip Defines a tooltip for the tool. EReferences ############# ``CompoundCmd`` factoryCmd Defines the command to create the drop item. :containment: True :lowerBound: 0 :upperBound: 1