jap.pay
Class AccountSettingsPanel.AccountCreationPane

java.lang.Object
  extended by gui.dialog.DialogContentPane
      extended by gui.dialog.WorkerContentPane
          extended by jap.pay.AccountSettingsPanel.AccountCreationPane
All Implemented Interfaces:
DialogContentPane.IWizardSuitable, DialogContentPane.IWizardSuitableNoWizardButtons, IDialogOptions, JAPHelpContext.IHelpContext
Enclosing class:
AccountSettingsPanel

public class AccountSettingsPanel.AccountCreationPane
extends WorkerContentPane


Nested Class Summary
 
Nested classes/interfaces inherited from class gui.dialog.DialogContentPane
DialogContentPane.CheckError, DialogContentPane.IWizardSuitable, DialogContentPane.IWizardSuitableNoWizardButtons, DialogContentPane.Layout
 
Field Summary
 
Fields inherited from class gui.dialog.WorkerContentPane
DOTS, IMG_BUSY, MSG_PLEASE_WAIT
 
Fields inherited from class gui.dialog.DialogContentPane
BUTTON_OPERATION_WIZARD, DEFAULT_BUTTON_CANCEL, DEFAULT_BUTTON_EMPTY, DEFAULT_BUTTON_HELP, DEFAULT_BUTTON_KEEP, DEFAULT_BUTTON_NO, DEFAULT_BUTTON_OK, DEFAULT_BUTTON_YES, MSG_CANCEL, MSG_FINISH, MSG_NEXT, MSG_NO, MSG_OK, MSG_OPERATION_FAILED, MSG_PREVIOUS, MSG_SEE_FULL_MESSAGE, MSG_YES, ON_CANCEL_DISPOSE_DIALOG, ON_CANCEL_HIDE_DIALOG, ON_CANCEL_SHOW_NEXT_CONTENT, ON_CANCEL_SHOW_PREVIOUS_CONTENT, ON_CLICK_DISPOSE_DIALOG, ON_CLICK_DO_NOTHING, ON_CLICK_HIDE_DIALOG, ON_CLICK_SHOW_NEXT_CONTENT, ON_CLICK_SHOW_PREVIOUS_CONTENT, ON_NO_DISPOSE_DIALOG, ON_NO_HIDE_DIALOG, ON_NO_SHOW_NEXT_CONTENT, ON_NO_SHOW_PREVIOUS_CONTENT, ON_YESOK_DISPOSE_DIALOG, ON_YESOK_HIDE_DIALOG, ON_YESOK_SHOW_NEXT_CONTENT, ON_YESOK_SHOW_PREVIOUS_CONTENT
 
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
AccountSettingsPanel.AccountCreationPane(JAPDialog a_parent, java.lang.String a_text, WorkerContentPane a_pane, java.lang.Runnable a_thread)
           
 
Method Summary
 boolean isReady()
          Returns if the content pane is ready to start a new thread.
 boolean isSkippedAsPreviousContentPane()
          Returns true by default, that means this worker content pane is skipped if a move from the next content pane to this one is done.
 
Methods inherited from class gui.dialog.WorkerContentPane
checkCancel, dispose, getProgressStatus, getValue, interruptWorkerThread, isInterruptThreadSafe, joinThread, setInterruptThreadSafe
 
Methods inherited from class gui.dialog.DialogContentPane
addComponentListener, addDialogComponentListener, addDialogWindowListener, checkNo, checkUpdate, checkYesOK, clearStatusMessage, clearStatusMessage, closeDialog, getButtonCancel, getButtonHelp, getButtonNo, getButtonValue, getButtonYesOK, getContentPane, getDefaultButton, getDefaultButtonOperation, getDialog, getHelpContext, getHelpExtractionDisplayContext, getMessageIcon, getNextContentPane, getPreviousContentPane, getText, hasNextContentPane, hasPreviousContentPane, hasValidValue, hasWizardLayout, isActive, isAutomaticFocusSettingEnabled, isDialogVisible, isDisposed, isMoveBackAllowed, isMoveForwardAllowed, isSkippedAsNextContentPane, isVisible, moveToNextContentPane, moveToPreviousContentPane, printErrorStatusMessage, printErrorStatusMessage, printErrorStatusMessage, printStatusMessage, printStatusMessage, removeComponentListener, removeDialogComponentListener, removeDialogWindowListener, setButtonValue, setContentPane, setDefaultButton, setDefaultButtonOperation, setMouseListener, setText, showDialog, updateDialog, updateDialogOptimalSized, updateDialogOptimalSized, validateDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSettingsPanel.AccountCreationPane

public AccountSettingsPanel.AccountCreationPane(JAPDialog a_parent,
                                                java.lang.String a_text,
                                                WorkerContentPane a_pane,
                                                java.lang.Runnable a_thread)
Method Detail

isReady

public boolean isReady()
Description copied from class: WorkerContentPane
Returns if the content pane is ready to start a new thread. If it is not ready, no thread will be started when the content pane shows up. Subclasses may override this method to hide and show this content pane while a thread is running. Please note that this method should always return true after the thread has stopped.

Overrides:
isReady in class WorkerContentPane
Returns:
if the content pane is ready to start a new thread; true by default

isSkippedAsPreviousContentPane

public boolean isSkippedAsPreviousContentPane()
Description copied from class: WorkerContentPane
Returns true by default, that means this worker content pane is skipped if a move from the next content pane to this one is done.

Overrides:
isSkippedAsPreviousContentPane in class WorkerContentPane
Returns:
true