cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

TT_9345405
10-Marble

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

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

2 REPLIES 2

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

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

 

 

Top Tags