scalafx.application

JFXApp

object JFXApp

Source
JFXApp.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JFXApp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Parameters extends SFXDelegate[javafx.application.Application.Parameters]

    Wraps Application.Parameters class.

  2. class PrimaryStage extends Stage

    Simple helper class for construction of primary application stages.

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. var ActiveApp: JFXApp

  7. var AutoShow: Boolean

  8. object Parameters

  9. var Stage: Stage

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. def userAgentStylesheet: String

    Get the user agent stylesheet used by the whole application.

    Get the user agent stylesheet used by the whole application. This is used to provide default styling for all ui controls and other nodes. A value of null means the platform default stylesheet is being used.

    NOTE: This method must be called on the JavaFX Application Thread.

    returns

    The URL to the stylesheet as a String.

  23. def userAgentStylesheet_=(url: String): Unit

    Set the user agent stylesheet used by the whole application.

    Set the user agent stylesheet used by the whole application. This is used to provide default styling for all ui controls and other nodes. Each release of JavaFX may have a new default value for this so if you need to guarantee consistency you will need to call this method and choose what default you would like for your application. A value of null will restore the platform default stylesheet. This property can also be set on the command line with -Djavafx.userAgentStylesheetUrl=[URL] Setting it on the command line overrides anything set using this method in code.

    NOTE: This method must be called on the JavaFX Application Thread.

    url

    The URL to the stylesheet as a String.

  24. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def ACTIVE_APP: JFXApp

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Prefer Scala naming convention over Java, use ActiveApp instead.

  2. def ACTIVE_APP_=(app: JFXApp): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Prefer Scala naming convention over Java, use ActiveApp instead.

  3. def AUTO_SHOW: Boolean

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Prefer Scala naming convention over Java, use AutoShow instead.

  4. def AUTO_SHOW_=(autoShow: Boolean): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Prefer Scala naming convention over Java, use AutoShow instead.

  5. def STAGE: Stage

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Prefer Scala naming convention over Java, use Stage instead.

  6. def STAGE_=(stage: Stage): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 8.0.60-R10) Prefer Scala naming convention over Java, use Stage instead.

  7. def finalize(): Unit

    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 AnyRef

Inherited from Any

Ungrouped