scalafx.stage

Window

class Window extends SFXDelegate[javafx.stage.Window] with EventTarget

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

Instance Constructors

  1. new Window(delegate: javafx.stage.Window)

    Attributes
    protected

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

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

    Construct an event dispatch chain for this stage.

    Construct an event dispatch chain for this stage.

    Definition Classes
    Window → EventTarget
  8. def centerOnScreen: Unit

    Sets x and y properties on this Window so that it is centered on the screen.

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val delegate: javafx.stage.Window

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

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

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  13. def eventDispatcher: ObjectProperty[EventDispatcher]

    Specifies the event dispatcher for this node.

  14. def eventDispatcher_=(v: EventDispatcher): Unit

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def fireEvent(event: Event): Unit

    Whether or not this Window has the keyboard or input focus.

  17. def focused: ReadOnlyBooleanProperty

    Whether or not this Window has the keyboard or input focus.

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    SFXDelegate → AnyRef → Any
  20. def height: ReadOnlyDoubleProperty

    The height of this Stage.

  21. def height_=(h: Double): Unit

  22. def hide: Unit

    Attempts to hide this Window by setting the visibility to false.

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def onCloseRequest: ObjectProperty[EventHandler[javafx.stage.WindowEvent]]

    Called when there is an external request to close this Window.

  28. def onCloseRequest_=(v: EventHandler[javafx.stage.WindowEvent]): Unit

  29. def onHidden: ObjectProperty[EventHandler[javafx.stage.WindowEvent]]

    Called just after the Window has been hidden.

  30. def onHidden_=(v: EventHandler[javafx.stage.WindowEvent]): Unit

  31. def onHiding: ObjectProperty[EventHandler[javafx.stage.WindowEvent]]

    Called just prior to the Window being hidden.

  32. def onHiding_=(v: EventHandler[javafx.stage.WindowEvent]): Unit

  33. def onShowing: ObjectProperty[EventHandler[javafx.stage.WindowEvent]]

    Called just prior to the Window being shown, even if the menu has no items to show.

  34. def onShowing_=(v: EventHandler[javafx.stage.WindowEvent]): Unit

  35. def onShown: ObjectProperty[EventHandler[javafx.stage.WindowEvent]]

    Called just after the Window is shown.

  36. def onShown_=(v: EventHandler[javafx.stage.WindowEvent]): Unit

  37. def opacity: DoubleProperty

    Defines the opacity of the Stage as a value between 0.

    Defines the opacity of the Stage as a value between 0.0 and 1.0.

  38. def opacity_=(v: Double): Unit

  39. def requestFocus: Unit

    Requests that this Window get the input focus.

  40. def scene: ReadOnlyObjectProperty[Scene]

    The Scene to be rendered on this Stage.

  41. def showing: ReadOnlyBooleanProperty

    Whether or not this Stage is showing (that is, open on the user's system).

  42. def sizeToScene: Unit

    Set the width and height of this Window to match the size of the content of this Window's Scene.

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def width: ReadOnlyDoubleProperty

    The width of this Stage.

  49. def width_=(w: Double): Unit

  50. def x: ReadOnlyDoubleProperty

    The horizontal location of this Stage on the screen.

  51. def x_=(value: Double): Unit

  52. def y: ReadOnlyDoubleProperty

    The vertical location of this Stage on the screen.

  53. def y_=(value: Double): Unit

Inherited from EventTarget

Inherited from SFXDelegate[javafx.stage.Window]

Inherited from AnyRef

Inherited from Any

Ungrouped