Other Actions for Interfaces
If you open the context menu of an interface, by selecting it from the project tree and right-clicking it, you will see different actions that can be done with interfaces; same things can be done with the method prototypes in the same wayDeleting an interface or a method prototype:In order to delete the element, select it from the Project tree then choose the Delete voice of the context menu.Duplicating an interface or a method prototype:In order to duplicate the element, select it from the Project tree then choose the Duplicate voice of the context menu.A window will appear asking you a new name for the duplicated element.Refactoring an interface or a method prototype:Refactoring will allow you to change the name of the element and consequently adjust all of its occurrences in the project.Select the desired element from the project tree, then right-click on it and choose the Refactoring voice from the context menu.A window will appear allowing you to insert a new name and showing you all the oc- currences found for this symbol; if you change the name and press OK, all the shown occurrences will be modified.Interface and method prototype properties:In order to edit the properties of an element, select it from the Project tree then choose Edit properties.A window will open allowing you to insert information such as ver- sion number, description, icon and images. Once imported, images can be used in the description by checking the Use HTML syntax checkbox and linking the imported image with HTML syntax, like
.To view the properties of an element, select it form the project tree then choose View properties.