gui
Class TermsAndConditionsDialog

java.lang.Object
  extended by gui.dialog.JAPDialog
      extended by gui.TermsAndConditionsDialog
All Implemented Interfaces:
IDialogOptions, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants

public class TermsAndConditionsDialog
extends JAPDialog


Nested Class Summary
 class TermsAndConditionsDialog.TermsAndConditonsDialogReturnValues
           
 
Nested classes/interfaces inherited from class gui.dialog.JAPDialog
JAPDialog.AbstractLinkedURLAdapter, JAPDialog.ILinkedInformation, JAPDialog.LinkedCheckBox, JAPDialog.LinkedHelpContext, JAPDialog.LinkedInformation, JAPDialog.LinkedInformationAdapter, JAPDialog.LinkedURLCheckBox, JAPDialog.Options
 
Field Summary
(package private)  boolean acceptInitialValue
           
static java.lang.String HTML_EXPORT_ENCODING
           
(package private)  TermsAndConditionsPane m_panel
           
(package private)  TermsAndConditionsDialog.TermsAndConditonsDialogReturnValues m_ret
           
static java.lang.String MSG_DIALOG_TITLE
           
 
Fields inherited from class gui.dialog.JAPDialog
FORMAT_DEFAULT_SCREEN, FORMAT_GOLDEN_RATIO_PHI, FORMAT_WIDE_SCREEN, MSG_BTN_PROCEED, MSG_BTN_RETRY, MSG_ERROR_UNDISPLAYABLE, MSG_ERROR_UNKNOWN, MSG_TITLE_CONFIRMATION, MSG_TITLE_ERROR, MSG_TITLE_INFO, MSG_TITLE_WARNING, XML_ATTR_OPTIMIZED_FORMAT
 
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Fields inherited from interface gui.dialog.IDialogOptions
MESSAGE_TYPE_ERROR, MESSAGE_TYPE_INFORMATION, MESSAGE_TYPE_PLAIN, MESSAGE_TYPE_QUESTION, MESSAGE_TYPE_WARNING, OPTION_TYPE_CANCEL, OPTION_TYPE_DEFAULT, OPTION_TYPE_EMPTY, OPTION_TYPE_OK_CANCEL, OPTION_TYPE_YES_NO, OPTION_TYPE_YES_NO_CANCEL, RETURN_VALUE_CANCEL, RETURN_VALUE_CLOSED, RETURN_VALUE_NO, RETURN_VALUE_OK, RETURN_VALUE_UNINITIALIZED, RETURN_VALUE_YES
 
Constructor Summary
TermsAndConditionsDialog(java.awt.Component a_parent, boolean accepted, TermsAndConditions tc)
           
TermsAndConditionsDialog(java.awt.Component a_parent, boolean accepted, TermsAndConditions tc, java.lang.String langCode)
           
 
Method Summary
private static void actionExportHTMLToFile(java.awt.Component parent, java.lang.String htmlOutput, java.lang.String suggestedFileName)
           
 TermsAndConditionsDialog.TermsAndConditonsDialogReturnValues getReturnValues()
           
static void previewTranslation(java.awt.Component parent, TermsAndConditionsTranslation tcTranslation)
           
 
Methods inherited from class gui.dialog.JAPDialog
addComponentListener, addWindowListener, dispose, doClosingOnContentPaneCancel, getAccessibleContext, getContentPane, getDefaultCloseOperation, getFont, getGlassPane, getInsets, getJMenuBar, getLayeredPane, getLocation, getName, getOptimizedFormat, getOptimizedFormatDelta, getOptimizedFormatDelta, getOptimizedFormatInternal, getOwner, getParentComponent, getPreferredSize, getRootPane, getScreenBounds, getSize, getTitle, imageUpdate, isClosingOnContentPaneCancel, isConsoleOnly, isDisposed, isEnabled, isModal, isResizable, isVisible, moveToUpRightCorner, pack, postEvent, remove, removeComponentListener, removeWindowListener, requestFocus, resetAutomaticLocation, restoreLocation, restoreSize, retrieveErrorMessage, setAlwaysOnTop, setConsoleOnly, setContentPane, setDefaultCloseOperation, setDockable, setEnabled, setGlassPane, setJMenuBar, setLayeredPane, setLocation, setLocation, setLocationCenteredOn, setLocationCenteredOnOwner, setLocationCenteredOnParent, setLocationCenteredOnScreen, setLocationRelativeToOwner, setModal, setName, setOptimizedFormat, setResizable, setSize, setSize, setTitle, setVisible, setVisible, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showErrorDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialog, showWarningDialog, showWarningDialog, showWarningDialog, showWarningDialog, showWarningDialog, showWarningDialog, showWarningDialog, showWarningDialog, showYesNoDialog, showYesNoDialog, showYesNoDialog, showYesNoDialog, showYesNoDialog, showYesNoDialog, showYesNoDialog, showYesNoDialog, toBack, toFront, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_panel

TermsAndConditionsPane m_panel

m_ret

TermsAndConditionsDialog.TermsAndConditonsDialogReturnValues m_ret

acceptInitialValue

boolean acceptInitialValue

HTML_EXPORT_ENCODING

public static final java.lang.String HTML_EXPORT_ENCODING
See Also:
Constant Field Values

MSG_DIALOG_TITLE

public static final java.lang.String MSG_DIALOG_TITLE
Constructor Detail

TermsAndConditionsDialog

public TermsAndConditionsDialog(java.awt.Component a_parent,
                                boolean accepted,
                                TermsAndConditions tc)

TermsAndConditionsDialog

public TermsAndConditionsDialog(java.awt.Component a_parent,
                                boolean accepted,
                                TermsAndConditions tc,
                                java.lang.String langCode)
Method Detail

previewTranslation

public static void previewTranslation(java.awt.Component parent,
                                      TermsAndConditionsTranslation tcTranslation)

getReturnValues

public TermsAndConditionsDialog.TermsAndConditonsDialogReturnValues getReturnValues()

actionExportHTMLToFile

private static void actionExportHTMLToFile(java.awt.Component parent,
                                           java.lang.String htmlOutput,
                                           java.lang.String suggestedFileName)