scalation.scala3d

Stage

Related Doc: package scala3d

class Stage extends javafx.stage.Stage

Stage is a convenience class for Stage.

Linear Supertypes
javafx.stage.Stage, Window, EventTarget, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Stage
  2. Stage
  3. Window
  4. EventTarget
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Stage()

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. final def addEventFilter[T <: Event](arg0: EventType[T], arg1: EventHandler[_ >: T]): Unit

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

    Definition Classes
    Window
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def buildEventDispatchChain(arg0: EventDispatchChain): EventDispatchChain

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

    Definition Classes
    Window
  9. def clone(): AnyRef

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

    Definition Classes
    Stage
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. final def eventDispatcherProperty(): ObjectProperty[EventDispatcher]

    Definition Classes
    Window
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def fireEvent(arg0: Event): Unit

    Definition Classes
    Window
  16. final def focusedProperty(): ReadOnlyBooleanProperty

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

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

    Definition Classes
    Stage
  19. final def fullScreenProperty(): ReadOnlyBooleanProperty

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

    Definition Classes
    AnyRef → Any
  21. final def getEventDispatcher(): EventDispatcher

    Definition Classes
    Window
  22. final def getFullScreenExitHint(): String

    Definition Classes
    Stage
  23. final def getFullScreenExitKeyCombination(): KeyCombination

    Definition Classes
    Stage
  24. final def getHeight(): Double

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

    Definition Classes
    Stage
  26. final def getMaxHeight(): Double

    Definition Classes
    Stage
  27. final def getMaxWidth(): Double

    Definition Classes
    Stage
  28. final def getMinHeight(): Double

    Definition Classes
    Stage
  29. final def getMinWidth(): Double

    Definition Classes
    Stage
  30. final def getModality(): Modality

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

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

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

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

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

    Definition Classes
    Window
  36. final def getOpacity(): Double

    Definition Classes
    Window
  37. final def getOwner(): Window

    Definition Classes
    Stage
  38. final def getScene(): javafx.scene.Scene

    Definition Classes
    Window
  39. final def getStyle(): StageStyle

    Definition Classes
    Stage
  40. final def getTitle(): String

    Definition Classes
    Stage
  41. final def getWidth(): Double

    Definition Classes
    Window
  42. final def getX(): Double

    Definition Classes
    Window
  43. final def getY(): Double

    Definition Classes
    Window
  44. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  45. final def heightProperty(): ReadOnlyDoubleProperty

    Definition Classes
    Window
  46. def hide(): Unit

    Definition Classes
    Window
  47. final def iconifiedProperty(): ReadOnlyBooleanProperty

    Definition Classes
    Stage
  48. final def initModality(arg0: Modality): Unit

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

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

    Definition Classes
    Stage
  51. final def isFocused(): Boolean

    Definition Classes
    Window
  52. final def isFullScreen(): Boolean

    Definition Classes
    Stage
  53. final def isIconified(): Boolean

    Definition Classes
    Stage
  54. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  55. final def isMaximized(): Boolean

    Definition Classes
    Stage
  56. final def isResizable(): Boolean

    Definition Classes
    Stage
  57. final def isShowing(): Boolean

    Definition Classes
    Window
  58. final def maxHeightProperty(): DoubleProperty

    Definition Classes
    Stage
  59. final def maxWidthProperty(): DoubleProperty

    Definition Classes
    Stage
  60. final def maximizedProperty(): ReadOnlyBooleanProperty

    Definition Classes
    Stage
  61. final def minHeightProperty(): DoubleProperty

    Definition Classes
    Stage
  62. final def minWidthProperty(): DoubleProperty

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

    Definition Classes
    AnyRef
  64. final def notify(): Unit

    Definition Classes
    AnyRef
  65. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  66. final def onCloseRequestProperty(): ObjectProperty[EventHandler[WindowEvent]]

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

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

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

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

    Definition Classes
    Window
  71. final def opacityProperty(): DoubleProperty

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

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

    Definition Classes
    Window
  74. final def requestFocus(): Unit

    Definition Classes
    Window
  75. final def resizableProperty(): BooleanProperty

    Definition Classes
    Stage
  76. final def sceneProperty(): ReadOnlyObjectProperty[javafx.scene.Scene]

    Definition Classes
    Window
  77. final def setEventDispatcher(arg0: EventDispatcher): Unit

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

    Attributes
    protected[javafx.stage]
    Definition Classes
    Window
  79. final def setFullScreen(arg0: Boolean): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Stage
  96. final def setScene(arg0: javafx.scene.Scene): Unit

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

    Definition Classes
    Stage
  98. final def setWidth(arg0: Double): Unit

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

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

    Definition Classes
    Window
  101. final def show(): Unit

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

    Definition Classes
    Stage
  103. final def showingProperty(): ReadOnlyBooleanProperty

    Definition Classes
    Window
  104. def sizeToScene(): Unit

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

    Definition Classes
    AnyRef
  106. final def titleProperty(): StringProperty

    Definition Classes
    Stage
  107. def toBack(): Unit

    Definition Classes
    Stage
  108. def toFront(): Unit

    Definition Classes
    Stage
  109. def toString(): String

    Definition Classes
    AnyRef → Any
  110. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. final def widthProperty(): ReadOnlyDoubleProperty

    Definition Classes
    Window
  114. final def xProperty(): ReadOnlyDoubleProperty

    Definition Classes
    Window
  115. final def yProperty(): ReadOnlyDoubleProperty

    Definition Classes
    Window

Deprecated Value Members

  1. def impl_getMXWindowType(): String

    Definition Classes
    Stage → Window
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def impl_getPeer(): TKStage

    Definition Classes
    Window
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def impl_setImportant(arg0: Boolean): Unit

    Definition Classes
    Stage
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def impl_setPrimary(arg0: Boolean): Unit

    Definition Classes
    Stage
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def impl_visibleChanged(arg0: Boolean): Unit

    Attributes
    protected[javafx.stage]
    Definition Classes
    Stage → Window
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def impl_visibleChanging(arg0: Boolean): Unit

    Attributes
    protected[javafx.stage]
    Definition Classes
    Stage → Window
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. final def setFocused(arg0: Boolean): Unit

    Definition Classes
    Window
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from javafx.stage.Stage

Inherited from Window

Inherited from EventTarget

Inherited from AnyRef

Inherited from Any

Ungrouped