public class WalletSetPasswordController extends Object
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.Button |
closeButton |
static Duration |
estimatedKeyDerivationTime |
javafx.scene.control.Label |
explanationLabel |
Main.OverlayUI |
overlayUI |
javafx.scene.control.PasswordField |
pass1 |
javafx.scene.control.PasswordField |
pass2 |
javafx.scene.control.ProgressIndicator |
progressMeter |
static Protos.ScryptParameters |
SCRYPT_PARAMETERS |
javafx.scene.layout.GridPane |
widgetGrid |
| Constructor and Description |
|---|
WalletSetPasswordController() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeClicked(javafx.event.ActionEvent event) |
static CompletableFuture<Duration> |
estimateKeyDerivationTimeMsec() |
void |
initialize() |
void |
setPasswordClicked(javafx.event.ActionEvent event) |
public javafx.scene.control.PasswordField pass1
public javafx.scene.control.PasswordField pass2
public javafx.scene.control.ProgressIndicator progressMeter
public javafx.scene.layout.GridPane widgetGrid
public javafx.scene.control.Button closeButton
public javafx.scene.control.Label explanationLabel
public Main.OverlayUI overlayUI
public static final Protos.ScryptParameters SCRYPT_PARAMETERS
public static Duration estimatedKeyDerivationTime
public void initialize()
public static CompletableFuture<Duration> estimateKeyDerivationTimeMsec()
public void setPasswordClicked(javafx.event.ActionEvent event)
public void closeClicked(javafx.event.ActionEvent event)
Copyright © 2015. All rights reserved.