Skip to main content
11-Garnet
August 23, 2022
Question

How checkout icon is displayed on the object/Behavior of checkout icon on the icon?

  • August 23, 2022
  • 1 reply
  • 1003 views

How checkout icon is displayed on the object/Behavior of checkout icon on the icon?

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
August 23, 2022

Hi @TT_9345405 

 

There are some IconDataUtility which cares of the displaying the icon.

for example

com.ptc.windchill.uwgm.cadx.caddoc.dataUtilities.TypeIconDataUtility

 

PetrH

HelesicPetr
22-Sapphire II
22-Sapphire II
August 24, 2022

Hello,

Also another class is useful for icons. 

com.ptc.core.components.rendering.guicomponents.IconComponent

example

IconComponent
component = new IconComponent("netmarkets/images/success16x16.png");

 This component is returned to display icon by a DataUtility

can be used in a table or where is icon displayed..

 

PetrH