public class BitcoinUIModel extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<Address> |
address |
javafx.beans.property.ReadOnlyObjectProperty<Coin> |
balance |
javafx.beans.property.ReadOnlyDoubleProperty |
syncProgress |
| Constructor and Description |
|---|
BitcoinUIModel() |
BitcoinUIModel(Wallet wallet) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<Address> |
addressProperty() |
javafx.beans.property.ReadOnlyObjectProperty<Coin> |
balanceProperty() |
DownloadProgressTracker |
getDownloadProgressTracker() |
void |
setWallet(Wallet wallet) |
javafx.beans.property.ReadOnlyDoubleProperty |
syncProgressProperty() |
public javafx.beans.property.ReadOnlyDoubleProperty syncProgressProperty
public javafx.beans.property.ReadOnlyObjectProperty<Address> addressProperty
public javafx.beans.property.ReadOnlyObjectProperty<Coin> balanceProperty
public BitcoinUIModel()
public BitcoinUIModel(Wallet wallet)
public void setWallet(Wallet wallet)
public DownloadProgressTracker getDownloadProgressTracker()
public javafx.beans.property.ReadOnlyDoubleProperty syncProgressProperty()
public javafx.beans.property.ReadOnlyObjectProperty<Address> addressProperty()
public javafx.beans.property.ReadOnlyObjectProperty<Coin> balanceProperty()
Copyright © 2015. All rights reserved.