<FileIcon>
Section:
Class
Required:
No
Value type:
Path and image file name
Default:
Configured in wmconf.xml
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The icon displayed for a file associated with an instance of this class. Users can see files in Creo Elements/Direct Model Manager or Creo Elements/Direct Drawing Manager's Workspace window if you have the option Show files as children selected. An example of a file displayed in the Workspace is shown in the image below. The file is highlighted in dark blue.
If you use an absolute path (i.e., the path begins with a /), the icon is expected to be in a JAR file. If the file is not found in the JAR file, or if the path is relative, the file is expected to be in a directory relative from where the application is run.
Example
This example shows the file icon configured for a GIF image referenced by a relative path:
<FileIcon>icon_directory/icon.gif</FileIcon>
Was this helpful?