Uses of Interface
eu.livotov.tpt.gui.widgets.TPTCaptcha.CaptchaImageProvider

Packages that use TPTCaptcha.CaptchaImageProvider
eu.livotov.tpt.gui.widgets   
 

Uses of TPTCaptcha.CaptchaImageProvider in eu.livotov.tpt.gui.widgets
 

Classes in eu.livotov.tpt.gui.widgets that implement TPTCaptcha.CaptchaImageProvider
private  class TPTCaptcha.DefaultCaptchaImageGenerator
           
 

Fields in eu.livotov.tpt.gui.widgets declared as TPTCaptcha.CaptchaImageProvider
private  TPTCaptcha.CaptchaImageProvider TPTCaptcha.imageProvider
          Image provider for captcha
 

Methods in eu.livotov.tpt.gui.widgets with parameters of type TPTCaptcha.CaptchaImageProvider
 void TPTCaptcha.setCaptchaImageProvider(TPTCaptcha.CaptchaImageProvider provider)
          Sets the new image provider, that is responsible for creating captcha images.
 void TPTCaptcha.setCaptchaImageProvider(TPTCaptcha.CaptchaImageProvider provider, com.vaadin.Application app)
          Sets the new image provider, that is responsible for creating captcha images.