How to Disable Icon Generation in EMF
The Eclipse Modeling Framework, or EMF, is an application which lets developers create programs written in Java. By default, Eclipse Modeling Framework generates picture icons for each GenClass contained in a project. A GenClass is a container used when modeling Java applications. You can disable icon generation for a GenClass in Eclipse Modeling Framework by editing the properties of that GenClass.
Instructions
-
-
1
Launch the Eclipse Modeling Framework application and open the source code of the project you want to edit.
-
2
Right-click on the GenClass you want to disable icon generation for. You can find a list of all GenClasses contained in the project in the left-hand pane.
-
-
3
Select "Properties." Open the drop-down menu next to "Image" and select "No."
-
4
Click on "OK" to confirm the settings.
-
1