Uses of Class
net.sourceforge.java.feednread.frontend.dialog.AutoCloseConfirmationDialog

Packages that use AutoCloseConfirmationDialog
net.sourceforge.java.feednread.frontend.dialog Provides a collection of dialogs used in the application context. 
 

Uses of AutoCloseConfirmationDialog in net.sourceforge.java.feednread.frontend.dialog
 

Methods in net.sourceforge.java.feednread.frontend.dialog that return AutoCloseConfirmationDialog
static AutoCloseConfirmationDialog DialogUtils.createAutoCloseConfirmDialog(Shell parentShell, String dialogTitle, String headerText, String headerSubText, String message, Image dialogImage, Image headerImage, int secondsToClose)
           Creates an AutoCloseConfirmationDialog instance which displays an information message along with a confirmation Button (OK) which closes itself after the time span as specified by secondsToClose if the end-user does not close the dialog before this time span elapses.