scalafx.scene.control

Tooltip

Related Docs: class Tooltip | package control

object Tooltip

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

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

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  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. def install(node: javafx.scene.Node, tooltip: javafx.scene.control.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.

  14. final def isInstanceOf[T0]: Boolean

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

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

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

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

  19. implicit def stringToTooltip(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.

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

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. 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.

  23. def uninstall(node: javafx.scene.Node, tooltip: javafx.scene.control.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.

  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped