Annotation Interface IconProperties
Indicates the paths to display icons. Paths are represented as
UNIX-style relative
paths inside the codebase directory (codebase itself is not
included in the relative path).
Supported API: true
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe icon to display when the object is considered "open".The default icon to use when displaying the object.
-
Element Details
-
standardIcon
String standardIconThe default icon to use when displaying the object. As an example,SubFoldersets this towt/clients/images/folder.gif.Rose conversion note: Corresponds to Class Specification -> Windchill -> StandardIcon.
Supported API: true
- Default:
""
-
openIcon
String openIconThe icon to display when the object is considered "open". For example, consider a "closed" folder (which would use thestandardIcon()) and an "open" folder, which would use this icon. If unspecified (left as ""), defaults to the value ofstandardIcon(). As an example,SubFoldersets this towt/clients/images/folder_open.gif.Rose conversion note: Corresponds to Class Specification -> Windchill -> OpenIcon.
Supported API: true
- Default:
""
-