Uses of Class
com.stimulsoft.webdesigner.enums.StiImagesID

Packages that use StiImagesID
com.stimulsoft.webdesigner.enums   
com.stimulsoft.webdesigner.helper   
 

Uses of StiImagesID in com.stimulsoft.webdesigner.enums
 

Methods in com.stimulsoft.webdesigner.enums that return StiImagesID
static StiImagesID StiImagesID.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiImagesID[] StiImagesID.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiImagesID in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiImagesID
static StiImagesID StiDictionaryHelper.getIconTypeForColumn(StiSystemType type)
           
static StiImagesID StiDictionaryHelper.getLockedCalcImageIDFromType(StiSystemType systemType, boolean inherited)