TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

Uses of Interface
de.schlichtherle.truezip.crypto.raes.param.swing.Feedback

Packages that use Feedback
de.schlichtherle.truezip.crypto.raes.param.swing The console I/O based implementation of the interface PromptingKeyProvider.UI
 

Uses of Feedback in de.schlichtherle.truezip.crypto.raes.param.swing
 

Subinterfaces of Feedback in de.schlichtherle.truezip.crypto.raes.param.swing
 interface InvalidKeyFeedback
          Provides visual and/or audible feedback to the user when prompting for a key again after an invalid key has been provided before.
 interface UnknownKeyFeedback
          Provides visual and/or audible feedback to the user when prompting for an unknown key for the first time.
 

Classes in de.schlichtherle.truezip.crypto.raes.param.swing that implement Feedback
 class BasicFeedback
          Provides feedback by beeping using the default toolkit.
 class BasicInvalidKeyFeedback
          Provides feedback by beeping using the default toolkit and disabling the default button in the root pane for SafeKeyProvider.MIN_KEY_RETRY_DELAY milliseconds when prompting for a key and the last input was invalid.
 class BasicUnknownKeyFeedback
          Behaves exactly like its base class, but implements the unknown key feedback interface, too.
 class HurlingWindowFeedback
          Provides feedback by beeping using the default toolkit, disabling the default button in the root pane for three seconds and concurrently hurling the containing window for 1.5 seconds.
 

Fields in de.schlichtherle.truezip.crypto.raes.param.swing declared as Feedback
private  Feedback OpenKeyPanel.feedback
           
private  Feedback CreateKeyPanel.feedback
           
 

Methods in de.schlichtherle.truezip.crypto.raes.param.swing that return Feedback
(package private)  Feedback OpenKeyPanel.getFeedback()
          Returns the feedback to run when this panel is shown in its ancestor window.
(package private)  Feedback CreateKeyPanel.getFeedback()
          Returns the feedback to run when this panel is shown in its ancestor window.
 

Methods in de.schlichtherle.truezip.crypto.raes.param.swing with parameters of type Feedback
(package private)  void OpenKeyPanel.setFeedback(Feedback feedback)
          Sets the feedback to run when this panel is shown in its ancestor window.
(package private)  void CreateKeyPanel.setFeedback(Feedback feedback)
          Sets the feedback to run when this panel is shown in its ancestor window.
 


TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.