object BundleGUI extends WalletGUI with BitcoinSAppJFX3
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BundleGUI
- BitcoinSAppJFX3
- JFXApp3
- BitcoinSApp
- WalletGUI
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DEFAULT_HEIGHT: Double
- val DEFAULT_WIDTH: Double
- val MINIMUM_HEIGHT: Double
- val MINIMUM_WIDTH: Double
- val NODE_NAME: String
- val NOT_SET: Double
- val WINDOW_HEIGHT: String
- val WINDOW_WIDTH: String
- val WINDOW_X: String
- val WINDOW_Y: String
- val actorSystemName: String
- Definition Classes
- BundleGUI → BitcoinSApp
- def applyStagePreferences(): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val borderPane: BorderPane
- Definition Classes
- WalletGUI
- lazy val bottomStack: HBox
- Definition Classes
- WalletGUI
- def changeToWalletGUIScene(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val commandLineArgs: Array[String]
- Definition Classes
- BundleGUI → BitcoinSApp
- 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
- BundleGUI → BitcoinSApp
- def debug(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def debug(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def error(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def fetchStartingData(): Unit
- Definition Classes
- WalletGUI
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFeeRate: FeeUnit
- Definition Classes
- WalletGUI
- def getPreferenceDoubleOpt(pref: String, default: Double): Option[Double]
- lazy val glassPane: VBox
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hostServices: HostServices
- Definition Classes
- JFXApp3
- def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def info(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def isDebugEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isErrorEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isInfoEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isWarnEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
- def main(args: Array[String]): Unit
- Definition Classes
- JFXApp3
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val parameters: Parameters
- Attributes
- protected
- Definition Classes
- JFXApp3
- def positionStage(): Unit
- val preferences: Preferences
- lazy val rightPane: ScrollPane
- Definition Classes
- WalletGUI
- lazy val rootView: StackPane
- Definition Classes
- WalletGUI
- lazy val splitPane: SplitPane
- Definition Classes
- WalletGUI
- val stage: PrimaryStage
- Definition Classes
- JFXApp3
- var stageHeight: Double
- var stageWidth: Double
- var stageX: Option[Double]
- var stageY: Option[Double]
- def start(): Unit
- Definition Classes
- BundleGUI → JFXApp3
- def stopApp(): Unit
- Definition Classes
- BundleGUI → JFXApp3
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit lazy val system: ActorSystem
- Definition Classes
- BitcoinSApp
- lazy val taskRunner: TaskRunner
- Definition Classes
- WalletGUI
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def trace(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def validatePreferenceValues(): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- var walletLoaded: Boolean
- def warn(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any, t: => Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def warn(msg: => Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def writePreferenceValues(): Unit