Class

fr.acinq.eclair.gui.stages

SendPaymentStage

Related Doc: package stages

Permalink

class SendPaymentStage extends Stage with Logging

Created by PM on 16/08/2016.

Linear Supertypes
Logging, Stage, Window, EventTarget, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SendPaymentStage
  2. Logging
  3. Stage
  4. Window
  5. EventTarget
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SendPaymentStage(handlers: Handlers)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addEventFilter[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit

    Permalink
    Definition Classes
    Window
  5. final def addEventHandler[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit

    Permalink
    Definition Classes
    Window
  6. final def alwaysOnTopProperty(): ReadOnlyBooleanProperty

    Permalink
    Definition Classes
    Stage
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def buildEventDispatchChain(arg0: EventDispatchChain): EventDispatchChain

    Permalink
    Definition Classes
    Window → EventTarget
  9. def centerOnScreen(): Unit

    Permalink
    Definition Classes
    Window
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def close(): Unit

    Permalink
    Definition Classes
    Stage
  12. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  13. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  14. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  18. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  19. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  20. final def eventDispatcherProperty(): ObjectProperty[EventDispatcher]

    Permalink
    Definition Classes
    Window
  21. final def fireEvent(arg0: Event): Unit

    Permalink
    Definition Classes
    Window
  22. final def focusedProperty(): ReadOnlyBooleanProperty

    Permalink
    Definition Classes
    Window
  23. final def forceIntegerRenderScaleProperty(): BooleanProperty

    Permalink
    Definition Classes
    Window
  24. final def fullScreenExitHintProperty(): ObjectProperty[String]

    Permalink
    Definition Classes
    Stage
  25. final def fullScreenExitKeyProperty(): ObjectProperty[KeyCombination]

    Permalink
    Definition Classes
    Stage
  26. final def fullScreenProperty(): ReadOnlyBooleanProperty

    Permalink
    Definition Classes
    Stage
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def getEventDispatcher(): EventDispatcher

    Permalink
    Definition Classes
    Window
  29. final def getFullScreenExitHint(): String

    Permalink
    Definition Classes
    Stage
  30. final def getFullScreenExitKeyCombination(): KeyCombination

    Permalink
    Definition Classes
    Stage
  31. final def getHeight(): Double

    Permalink
    Definition Classes
    Window
  32. final def getIcons(): ObservableList[Image]

    Permalink
    Definition Classes
    Stage
  33. final def getMaxHeight(): Double

    Permalink
    Definition Classes
    Stage
  34. final def getMaxWidth(): Double

    Permalink
    Definition Classes
    Stage
  35. final def getMinHeight(): Double

    Permalink
    Definition Classes
    Stage
  36. final def getMinWidth(): Double

    Permalink
    Definition Classes
    Stage
  37. final def getModality(): Modality

    Permalink
    Definition Classes
    Stage
  38. final def getOnCloseRequest(): EventHandler[WindowEvent]

    Permalink
    Definition Classes
    Window
  39. final def getOnHidden(): EventHandler[WindowEvent]

    Permalink
    Definition Classes
    Window
  40. final def getOnHiding(): EventHandler[WindowEvent]

    Permalink
    Definition Classes
    Window
  41. final def getOnShowing(): EventHandler[WindowEvent]

    Permalink
    Definition Classes
    Window
  42. final def getOnShown(): EventHandler[WindowEvent]

    Permalink
    Definition Classes
    Window
  43. final def getOpacity(): Double

    Permalink
    Definition Classes
    Window
  44. final def getOutputScaleX(): Double

    Permalink
    Definition Classes
    Window
  45. final def getOutputScaleY(): Double

    Permalink
    Definition Classes
    Window
  46. final def getOwner(): Window

    Permalink
    Definition Classes
    Stage
  47. final def getProperties(): ObservableMap[AnyRef, AnyRef]

    Permalink
    Definition Classes
    Window
  48. final def getRenderScaleX(): Double

    Permalink
    Definition Classes
    Window
  49. final def getRenderScaleY(): Double

    Permalink
    Definition Classes
    Window
  50. final def getScene(): Scene

    Permalink
    Definition Classes
    Window
  51. final def getStyle(): StageStyle

    Permalink
    Definition Classes
    Stage
  52. final def getTitle(): String

    Permalink
    Definition Classes
    Stage
  53. def getUserData(): AnyRef

    Permalink
    Definition Classes
    Window
  54. final def getWidth(): Double

    Permalink
    Definition Classes
    Window
  55. final def getX(): Double

    Permalink
    Definition Classes
    Window
  56. final def getY(): Double

    Permalink
    Definition Classes
    Window
  57. def hasProperties(): Boolean

    Permalink
    Definition Classes
    Window
  58. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  59. final def heightProperty(): ReadOnlyDoubleProperty

    Permalink
    Definition Classes
    Window
  60. def hide(): Unit

    Permalink
    Definition Classes
    Window
  61. final def iconifiedProperty(): ReadOnlyBooleanProperty

    Permalink
    Definition Classes
    Stage
  62. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  63. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  64. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  65. final def initModality(arg0: Modality): Unit

    Permalink
    Definition Classes
    Stage
  66. final def initOwner(arg0: Window): Unit

    Permalink
    Definition Classes
    Stage
  67. final def initStyle(arg0: StageStyle): Unit

    Permalink
    Definition Classes
    Stage
  68. final def isAlwaysOnTop(): Boolean

    Permalink
    Definition Classes
    Stage
  69. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  70. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  71. final def isFocused(): Boolean

    Permalink
    Definition Classes
    Window
  72. final def isForceIntegerRenderScale(): Boolean

    Permalink
    Definition Classes
    Window
  73. final def isFullScreen(): Boolean

    Permalink
    Definition Classes
    Stage
  74. final def isIconified(): Boolean

    Permalink
    Definition Classes
    Stage
  75. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  76. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  77. final def isMaximized(): Boolean

    Permalink
    Definition Classes
    Stage
  78. final def isResizable(): Boolean

    Permalink
    Definition Classes
    Stage
  79. final def isShowing(): Boolean

    Permalink
    Definition Classes
    Window
  80. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  81. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  82. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  83. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  84. final def maxHeightProperty(): DoubleProperty

    Permalink
    Definition Classes
    Stage
  85. final def maxWidthProperty(): DoubleProperty

    Permalink
    Definition Classes
    Stage
  86. final def maximizedProperty(): ReadOnlyBooleanProperty

    Permalink
    Definition Classes
    Stage
  87. final def minHeightProperty(): DoubleProperty

    Permalink
    Definition Classes
    Stage
  88. final def minWidthProperty(): DoubleProperty

    Permalink
    Definition Classes
    Stage
  89. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  90. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  91. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  92. final def onCloseRequestProperty(): ObjectProperty[EventHandler[WindowEvent]]

    Permalink
    Definition Classes
    Window
  93. final def onHiddenProperty(): ObjectProperty[EventHandler[WindowEvent]]

    Permalink
    Definition Classes
    Window
  94. final def onHidingProperty(): ObjectProperty[EventHandler[WindowEvent]]

    Permalink
    Definition Classes
    Window
  95. final def onShowingProperty(): ObjectProperty[EventHandler[WindowEvent]]

    Permalink
    Definition Classes
    Window
  96. final def onShownProperty(): ObjectProperty[EventHandler[WindowEvent]]

    Permalink
    Definition Classes
    Window
  97. final def opacityProperty(): DoubleProperty

    Permalink
    Definition Classes
    Window
  98. final def outputScaleXProperty(): ReadOnlyDoubleProperty

    Permalink
    Definition Classes
    Window
  99. final def outputScaleYProperty(): ReadOnlyDoubleProperty

    Permalink
    Definition Classes
    Window
  100. val receivePayment: FXMLLoader

    Permalink
  101. final def removeEventFilter[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit

    Permalink
    Definition Classes
    Window
  102. final def removeEventHandler[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit

    Permalink
    Definition Classes
    Window
  103. final def renderScaleXProperty(): DoubleProperty

    Permalink
    Definition Classes
    Window
  104. final def renderScaleYProperty(): DoubleProperty

    Permalink
    Definition Classes
    Window
  105. final def requestFocus(): Unit

    Permalink
    Definition Classes
    Window
  106. final def resizableProperty(): BooleanProperty

    Permalink
    Definition Classes
    Stage
  107. val root: Parent

    Permalink
  108. val scene: Scene

    Permalink
  109. final def sceneProperty(): ReadOnlyObjectProperty[Scene]

    Permalink
    Definition Classes
    Window
  110. final def setAlwaysOnTop(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Stage
  111. final def setEventDispatcher(arg0: EventDispatcher): Unit

    Permalink
    Definition Classes
    Window
  112. final def setEventHandler[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit

    Permalink
    Attributes
    protected[javafx.stage]
    Definition Classes
    Window
  113. final def setForceIntegerRenderScale(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Window
  114. final def setFullScreen(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Stage
  115. final def setFullScreenExitHint(arg0: String): Unit

    Permalink
    Definition Classes
    Stage
  116. final def setFullScreenExitKeyCombination(arg0: KeyCombination): Unit

    Permalink
    Definition Classes
    Stage
  117. final def setHeight(arg0: Double): Unit

    Permalink
    Definition Classes
    Window
  118. final def setIconified(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Stage
  119. final def setMaxHeight(arg0: Double): Unit

    Permalink
    Definition Classes
    Stage
  120. final def setMaxWidth(arg0: Double): Unit

    Permalink
    Definition Classes
    Stage
  121. final def setMaximized(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Stage
  122. final def setMinHeight(arg0: Double): Unit

    Permalink
    Definition Classes
    Stage
  123. final def setMinWidth(arg0: Double): Unit

    Permalink
    Definition Classes
    Stage
  124. final def setOnCloseRequest(arg0: EventHandler[WindowEvent]): Unit

    Permalink
    Definition Classes
    Window
  125. final def setOnHidden(arg0: EventHandler[WindowEvent]): Unit

    Permalink
    Definition Classes
    Window
  126. final def setOnHiding(arg0: EventHandler[WindowEvent]): Unit

    Permalink
    Definition Classes
    Window
  127. final def setOnShowing(arg0: EventHandler[WindowEvent]): Unit

    Permalink
    Definition Classes
    Window
  128. final def setOnShown(arg0: EventHandler[WindowEvent]): Unit

    Permalink
    Definition Classes
    Window
  129. final def setOpacity(arg0: Double): Unit

    Permalink
    Definition Classes
    Window
  130. final def setRenderScaleX(arg0: Double): Unit

    Permalink
    Definition Classes
    Window
  131. final def setRenderScaleY(arg0: Double): Unit

    Permalink
    Definition Classes
    Window
  132. final def setResizable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Stage
  133. final def setScene(arg0: Scene): Unit

    Permalink
    Definition Classes
    Stage → Window
  134. final def setTitle(arg0: String): Unit

    Permalink
    Definition Classes
    Stage
  135. def setUserData(arg0: Any): Unit

    Permalink
    Definition Classes
    Window
  136. final def setWidth(arg0: Double): Unit

    Permalink
    Definition Classes
    Window
  137. final def setX(arg0: Double): Unit

    Permalink
    Definition Classes
    Window
  138. final def setY(arg0: Double): Unit

    Permalink
    Definition Classes
    Window
  139. final def show(): Unit

    Permalink
    Definition Classes
    Stage → Window
  140. def showAndWait(): Unit

    Permalink
    Definition Classes
    Stage
  141. final def showingProperty(): ReadOnlyBooleanProperty

    Permalink
    Definition Classes
    Window
  142. def sizeToScene(): Unit

    Permalink
    Definition Classes
    Window
  143. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  144. final def titleProperty(): StringProperty

    Permalink
    Definition Classes
    Stage
  145. def toBack(): Unit

    Permalink
    Definition Classes
    Stage
  146. def toFront(): Unit

    Permalink
    Definition Classes
    Stage
  147. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  148. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  149. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  150. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  151. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  152. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  154. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  155. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  156. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  157. final def widthProperty(): ReadOnlyDoubleProperty

    Permalink
    Definition Classes
    Window
  158. final def xProperty(): ReadOnlyDoubleProperty

    Permalink
    Definition Classes
    Window
  159. final def yProperty(): ReadOnlyDoubleProperty

    Permalink
    Definition Classes
    Window

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from Stage

Inherited from Window

Inherited from EventTarget

Inherited from AnyRef

Inherited from Any

Ungrouped