|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: true
Extendable: true
Method Summary | |
Image |
getOpenIcon(Class windchillClass)
Method getStandardIcon returns an icon for a Windchill business class Supported API: false |
Image |
getOpenIcon(WTObject busObj)
Method getStandardIcon returns an icon for a Windchill
business object with the appropriate glyphs added as overlays. |
String[] |
getOpenIconHREF(Class windchillClass,
URLFactory urlfactory,
String glyph_type)
Method getStandardIconHREF returns an String[0] HREF to the icon for a Windchill business object. |
Image |
getStandardIcon(Class windchillClass)
Method getStandardIcon returns an icon for a Windchill business class Supported API: false |
Image |
getStandardIcon(IconSelector iconselector)
Method getStandardIcon returns an icon for a Windchill business class Supported API: false |
Image |
getStandardIcon(WTObject busObj)
Method getStandardIcon returns an icon for a Windchill
business object with the appropriate glyphs added as overlays. |
String[] |
getStandardIconHREF(Class windchillClass,
URLFactory urlfactory,
String glyph_type)
Method getStandardIconHREF returns an String[0] HREF to the icon for a Windchill business object. |
Image |
mergeImages(Image main_image,
Image glyph_image)
Method mergeImages creates a single image by overlaying a given transparent glyph adornment on top of a main image. |
Image |
mergeImages(Image main_image,
Vector glyphs)
Method mergeImages creates a single image by overlaying the given transparent glyph adornments on top of a main image. |
Method Detail |
public String[] getStandardIconHREF(Class windchillClass, URLFactory urlfactory, String glyph_type) throws WTException, IllegalAccessException, InvocationTargetException, InterruptedException, PropertyVetoException
windchillClass
- The Class to look up the icon for.urlfactory
- glyph_type
- Identifier for the type of glyph to superimpose over the Image. Such as RevisionControlledIconDelegate.CHECKED_OUT.
If this value is null, there is no glyph to superimpose over the Image.
WTException
IllegalAccessException
InvocationTargetException
InterruptedException
PropertyVetoException
public String[] getOpenIconHREF(Class windchillClass, URLFactory urlfactory, String glyph_type) throws WTException, IllegalAccessException, InvocationTargetException, InterruptedException, PropertyVetoException
windchillClass
- The Class to look up the icon for.urlfactory
- glyph_type
- Identifier for the type of glyph to superimpose over the Image. Such as RevisionControlledIconDelegate.CHECKED_OUT.
If this value is null, there is no glyph to superimpose over the Image.
WTException
IllegalAccessException
InvocationTargetException
InterruptedException
PropertyVetoException
public Image getStandardIcon(WTObject busObj) throws WTException, IllegalAccessException, InvocationTargetException, InterruptedException, PropertyVetoException
getStandardIcon
returns an icon for a Windchill
business object with the appropriate glyphs added as overlays.
busObj
- The WTObject that the icon will be returned for placing the appropriate glyphs on top of the main image for the class.
WTException
IllegalAccessException
InvocationTargetException
InterruptedException
PropertyVetoException
public Image getOpenIcon(WTObject busObj) throws WTException, IllegalAccessException, InvocationTargetException, InterruptedException, PropertyVetoException
getStandardIcon
returns an icon for a Windchill
business object with the appropriate glyphs added as overlays.
busObj
- The WTObject that the icon will be returned for placing the appropriate glyphs on top of the main image for the class.
WTException
IllegalAccessException
InvocationTargetException
InterruptedException
PropertyVetoException
public Image getStandardIcon(Class windchillClass) throws WTException, IllegalAccessException, InvocationTargetException, InterruptedException, PropertyVetoException
windchillClass
- The Class to look up the icon for
WTException
IllegalAccessException
InvocationTargetException
InterruptedException
PropertyVetoException
public Image getOpenIcon(Class windchillClass) throws WTException, IllegalAccessException, InvocationTargetException, InterruptedException, PropertyVetoException
windchillClass
- The Class to look up the icon for
WTException
IllegalAccessException
InvocationTargetException
InterruptedException
PropertyVetoException
public Image getStandardIcon(IconSelector iconselector) throws WTException, IllegalAccessException, InvocationTargetException, InterruptedException, PropertyVetoException
iconselector
- The IconSelector is used in to look up the icon, this is part of the Icon Delegation throughout Windchill.
WTException
IllegalAccessException
InvocationTargetException
InterruptedException
PropertyVetoException
public Image mergeImages(Image main_image, Image glyph_image) throws InterruptedException
main_image
- the main Image onto which a glyph is placed.glyph_image
- The glyph Image which is placed on top of the main image.
InterruptedException
public Image mergeImages(Image main_image, Vector glyphs) throws InterruptedException
main_image
- the main Image onto which a glyph is placed.glyphs
- The glyph Image which is placed on top of the main image.
InterruptedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |