Uses of Class
com.stimulsoft.base.noteces.StiNotice

Packages that use StiNotice
com.stimulsoft.base.licenses   
com.stimulsoft.base.noteces   
 

Uses of StiNotice in com.stimulsoft.base.licenses
 

Fields in com.stimulsoft.base.licenses declared as StiNotice
 StiNotice StiLicenseActivationResponse.resultNotice
           
 

Methods in com.stimulsoft.base.licenses that return StiNotice
 StiNotice StiLicenseActivationResponse.getResultNotice()
          A message about the running command.
 

Methods in com.stimulsoft.base.licenses with parameters of type StiNotice
static StiLicenseActivationResponse StiLicenseActivationResponse.makeWrong(StiNotice notice)
           
 void StiLicenseActivationResponse.setResultNotice(StiNotice resultNotice)
          A message about the running command.
 

Uses of StiNotice in com.stimulsoft.base.noteces
 

Methods in com.stimulsoft.base.noteces that return StiNotice
static StiNotice StiNotice.create(StiNoticeIdent ident)