public class MainController extends Object
| Modifier and Type | Field and Description |
|---|---|
ClickableBitcoinAddress |
addressControl |
javafx.scene.control.Label |
balance |
javafx.scene.layout.HBox |
controlsBox |
javafx.scene.control.Button |
sendMoneyOutBtn |
| Constructor and Description |
|---|
MainController() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
onBitcoinSetup() |
DownloadProgressTracker |
progressBarUpdater() |
void |
readyToGoAnimation() |
void |
restoreFromSeedAnimation() |
void |
sendMoneyOut(javafx.event.ActionEvent event) |
void |
settingsClicked(javafx.event.ActionEvent event) |
public javafx.scene.layout.HBox controlsBox
public javafx.scene.control.Label balance
public javafx.scene.control.Button sendMoneyOutBtn
public ClickableBitcoinAddress addressControl
public void initialize()
public void onBitcoinSetup()
public void sendMoneyOut(javafx.event.ActionEvent event)
public void settingsClicked(javafx.event.ActionEvent event)
public void restoreFromSeedAnimation()
public void readyToGoAnimation()
public DownloadProgressTracker progressBarUpdater()
Copyright © 2016. All rights reserved.