Uses of Interface
com.teamdev.jxbrowser.prompt.PromptService

Packages that use PromptService
com.teamdev.jxbrowser Contains the basic classes and interfaces. 
com.teamdev.jxbrowser.prompt Contains the basic classes and interfaces for handling browser prompt dialogs. 
 

Uses of PromptService in com.teamdev.jxbrowser
 

Methods in com.teamdev.jxbrowser that return PromptService
 PromptService BrowserServices.getPromptService()
          Returns the current PromptService that allows handling all browser dialogs.
 

Methods in com.teamdev.jxbrowser with parameters of type PromptService
 void BrowserServices.setPromptService(PromptService promptService)
          Sets a new PromptService.
 

Uses of PromptService in com.teamdev.jxbrowser.prompt
 

Classes in com.teamdev.jxbrowser.prompt that implement PromptService
 class DefaultPromptService
          Represents a default implementation of PromptService that only displays appropriate UI Swing dialogs.
 class SilentPromptService
          The silent PromptService implementation that don't display UI dialogs and just returns the default dialog options.