Packages

object Tooltip

Object companion for scalafx.scene.control.PopupControl.

Source
Tooltip.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tooltip
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply(string: String): Tooltip

    Generates a Simple Tooltip with default properties from a text.

    Generates a Simple Tooltip with default properties from a text.

    string

    Tooltip's text.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def classCssMetaData: Buffer[CssMetaData[_ <: Styleable, _]]

    The CssMetaData associated with this class, which may include the CssMetaData of its super classes.

    The CssMetaData associated with this class, which may include the CssMetaData of its super classes.

    Since

    8.0

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def install(node: Node, tooltip: Tooltip): Unit

    Associates the given Tooltip with a given Node.

    Associates the given Tooltip with a given Node. The tooltip can then behave similar to when it is set on any Control. A single tooltip can be associated with multiple nodes.

  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. implicit def sfxTooltip2jfx(v: Tooltip): javafx.scene.control.Tooltip

    Converts a ScalaFX Tooltip to its JavaFX counterpart

    Converts a ScalaFX Tooltip to its JavaFX counterpart

    v

    ScalaFX Tooltip

    returns

    JavaFX Tooltip

  18. implicit def stringToTooltip(string: String): Tooltip

    Converts a String to a Simple Tooltip with default properties.

    Converts a String to a Simple Tooltip with default properties.

    string

    Tooltip's text.

  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def uninstall(node: Node, tooltip: Tooltip): Unit

    Removes the association of the given Tooltip on a specified Node.

    Removes the association of the given Tooltip on a specified Node. Hence hovering on the node will no longer result in showing of the tooltip.

  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def install(node: javafx.scene.Node, tooltip: javafx.scene.control.Tooltip): Unit

    Just to satisfy Spec tests.

    Just to satisfy Spec tests.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) Use Tooltip.install(Node, Tooltip)

  3. def uninstall(node: javafx.scene.Node, tooltip: javafx.scene.control.Tooltip): Unit

    Just to satisfy Spec tests.

    Just to satisfy Spec tests.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) Use Tooltip.uninstall(Node, Tooltip)

Inherited from AnyRef

Inherited from Any

Ungrouped