org.hardtokenmgmt.ui
Interface IErrorView

All Known Implementing Classes:
ErrorDialogView, ErrorView

public interface IErrorView

Interface used for multiple versions of the Error View

Version:
$Id$
Author:
Philip Vendil 21 mar 2009

Method Summary
 void close()
          Optional method that should close a dialog.
 javax.swing.JButton getBackButton()
          This method initializes backButton
 javax.swing.JLabel getErrorNameLabel()
           
 javax.swing.JButton getReportErrorButton()
          This method initializes reportErrorButton
 javax.swing.JLabel getStatusLabel()
           
 javax.swing.JLabel getYouCanReportLabel()
           
 

Method Detail

getBackButton

javax.swing.JButton getBackButton()
This method initializes backButton

Returns:
javax.swing.JButton

getErrorNameLabel

javax.swing.JLabel getErrorNameLabel()

getStatusLabel

javax.swing.JLabel getStatusLabel()

getYouCanReportLabel

javax.swing.JLabel getYouCanReportLabel()

getReportErrorButton

javax.swing.JButton getReportErrorButton()
This method initializes reportErrorButton

Returns:
javax.swing.JButton

close

void close()
Optional method that should close a dialog.