Packages

object BundleGUI extends WalletGUI with BitcoinSAppJFX3

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BundleGUI
  2. BitcoinSAppJFX3
  3. JFXApp3
  4. BitcoinSApp
  5. WalletGUI
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_HEIGHT: Double
  5. val DEFAULT_WIDTH: Double
  6. val MINIMUM_HEIGHT: Double
  7. val MINIMUM_WIDTH: Double
  8. val NODE_NAME: String
  9. val NOT_SET: Double
  10. val WINDOW_HEIGHT: String
  11. val WINDOW_WIDTH: String
  12. val WINDOW_X: String
  13. val WINDOW_Y: String
  14. val actorSystemName: String
    Definition Classes
    BundleGUIBitcoinSApp
  15. def applyStagePreferences(): Unit
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. lazy val borderPane: BorderPane
    Definition Classes
    WalletGUI
  18. lazy val bottomStack: HBox
    Definition Classes
    WalletGUI
  19. def changeToWalletGUIScene(): Unit
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. lazy val commandLineArgs: Array[String]
    Definition Classes
    BundleGUIBitcoinSApp
  22. val customFinalDirOpt: Option[String]

    Useful for projects like the oracle server to specify a custom directory inside of ~./bitcoin-s

    Useful for projects like the oracle server to specify a custom directory inside of ~./bitcoin-s

    Definition Classes
    BundleGUIBitcoinSApp
  23. def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def debug(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def debug(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def error(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def error(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def fetchStartingData(): Unit
    Definition Classes
    WalletGUI
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def getFeeRate: FeeUnit
    Definition Classes
    WalletGUI
  35. def getPreferenceDoubleOpt(pref: String, default: Double): Option[Double]
  36. lazy val glassPane: VBox
    Definition Classes
    BundleGUIWalletGUI
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def hostServices: HostServices
    Definition Classes
    JFXApp3
  39. def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def info(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def info(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  43. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  44. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  47. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  48. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  49. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  50. def main(args: Array[String]): Unit
    Definition Classes
    JFXApp3
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. lazy val parameters: Parameters
    Attributes
    protected
    Definition Classes
    JFXApp3
  55. def positionStage(): Unit
  56. val preferences: Preferences
  57. lazy val rightPane: ScrollPane
    Definition Classes
    WalletGUI
  58. lazy val rootView: StackPane
    Definition Classes
    WalletGUI
  59. lazy val splitPane: SplitPane
    Definition Classes
    WalletGUI
  60. val stage: PrimaryStage
    Definition Classes
    JFXApp3
  61. var stageHeight: Double
  62. var stageWidth: Double
  63. var stageX: Option[Double]
  64. var stageY: Option[Double]
  65. def start(): Unit
    Definition Classes
    BundleGUI → JFXApp3
  66. def stopApp(): Unit
    Definition Classes
    BundleGUI → JFXApp3
  67. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  68. implicit lazy val system: ActorSystem
    Definition Classes
    BitcoinSApp
  69. lazy val taskRunner: TaskRunner
    Definition Classes
    WalletGUI
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def trace(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def trace(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def validatePreferenceValues(): Unit
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  78. var walletLoaded: Boolean
  79. def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def warn(msg: => Any, t: => Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def warn(msg: => Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def writePreferenceValues(): Unit

Inherited from BitcoinSAppJFX3

Inherited from JFXApp3

Inherited from BitcoinSApp

Inherited from WalletGUI

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped