Class RecoveryPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class RecoveryPanel extends EasyPanel
See Also:
  • Constructor Details

    • RecoveryPanel

      public RecoveryPanel()
  • Method Details

    • initUI

      public void initUI()
      Overrides:
      initUI in class EasyPanel
    • showResultWithDialog

      public void showResultWithDialog(String password)
    • setCurrentState

      public void setCurrentState(State currentState)
    • getCurrentState

      public State getCurrentState()
    • resetProgressMaxValue

      public void resetProgressMaxValue(int maxValue)
    • increaseProgressBarValue

      public void increaseProgressBarValue()
    • setCurrentPassword

      public void setCurrentPassword(String password)
    • getCharset

      public String getCharset()
    • getDictionaryFile

      public File getDictionaryFile()
    • getMinLength

      public int getMinLength()
    • getMaxLength

      public int getMaxLength()
    • getCurrentFileChecker

      public FileChecker getCurrentFileChecker()