Object/Class

scalafx.scene.control

Tooltip

Related Docs: class Tooltip | package control

Permalink

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. All

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

    Permalink

    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

    Permalink
    Definition Classes
    Any
  6. def classCssMetaData: Buffer[CssMetaData[_ <: Styleable, _]]

    Permalink

    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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def install(node: Node, tooltip: Tooltip): Unit

    Permalink

    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.

  14. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. implicit def sfxTooltip2jfx(v: Tooltip): javafx.scene.control.Tooltip

    Permalink

    Converts a ScalaFX Tooltip to its JavaFX counterpart

    Converts a ScalaFX Tooltip to its JavaFX counterpart

    v

    ScalaFX Tooltip

    returns

    JavaFX Tooltip

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

    Permalink

    Converts a String to a Simple Tooltip with default properties.

    Converts a String to a Simple Tooltip with default properties.

    string

    Tooltip's text.

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

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. def uninstall(node: Node, tooltip: Tooltip): Unit

    Permalink

    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.

  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def install(node: javafx.scene.Node, tooltip: javafx.scene.control.Tooltip): Unit

    Permalink

    Just to satisfy Spec tests.

    Just to satisfy Spec tests.

    Annotations
    @deprecated
    Deprecated

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

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

    Permalink

    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