Packages

class Tab extends Styleable with SFXDelegate[javafx.scene.control.Tab]

Source
Tab.scala
Linear Supertypes
Styleable, SFXDelegate[javafx.scene.control.Tab], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tab
  2. Styleable
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tab(delegate: javafx.scene.control.Tab = new jfxsc.Tab)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def closable: BooleanProperty

    The closable state for this tab.

  7. def closable_=(v: Boolean): Unit
  8. def content: ObjectProperty[javafx.scene.Node]

    The content associated with the tab.

  9. def content_=(v: Node): Unit
  10. def contextMenu: ObjectProperty[javafx.scene.control.ContextMenu]

    The context menu associated with the tab.

  11. def contextMenu_=(v: ContextMenu): Unit
  12. def cssMetaData: Seq[CssMetaData[_ <: Styleable, _]]

    The CssMetaData of this Styleable.

    The CssMetaData of this Styleable.

    Definition Classes
    Styleable
  13. val delegate: javafx.scene.control.Tab

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    TabSFXDelegate
  14. def disable: BooleanProperty

    Sets the disabled state of this tab.

    Sets the disabled state of this tab. A disable tab is no longer interactive or traversable, but the contents remain interactive. A disable tab can be selected using TabPane.getSelectionModel().

    Since

    2.2

  15. def disable_=(v: Boolean): Unit
  16. def disabled: ReadOnlyBooleanProperty

    Indicates whether or not this Tab is disabled.

    Indicates whether or not this Tab is disabled. A Tab will become disabled if disable is set to true on either itself or if the TabPane is disabled.

    Since

    2.2

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(ref: Any): Boolean

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def getId: String

    The id of this Styleable.

    The id of this Styleable.

    IMPLEMENTATION NOTE: For this method was adopted the name getId instead id to not conflict with its subclasses already have a method with this name which returns a StringProperty.

    Definition Classes
    Styleable
  21. def getStyle: String

    A string representation of the CSS style associated with this specific Node.

    A string representation of the CSS style associated with this specific Node.

    IMPLEMENTATION NOTE: For this method was adopted the name getStyle instead style to not conflict with its subclasses already have a method with this name which returns a StringProperty.

    Definition Classes
    Styleable
  22. def graphic: ObjectProperty[javafx.scene.Node]

    The graphic in the tab.

  23. def graphic_=(v: Node): Unit
  24. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  25. def id: StringProperty

    The id of this tab.

  26. def id_=(v: String): Unit
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def onCloseRequest: ObjectProperty[EventHandler[Event]]

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

  32. def onCloseRequest_=(v: EventHandler[Event]): Unit
  33. def onClosed: ObjectProperty[EventHandler[Event]]

    The event handler that is associated with the tab when the tab is closed.

  34. def onClosed_=(v: EventHandler[Event]): Unit
  35. def onSelectionChanged: ObjectProperty[EventHandler[Event]]

    The event handler that is associated with a selection on the tab.

  36. def onSelectionChanged_=(v: EventHandler[Event]): Unit
  37. def pseudoClassStates: ObservableSet[PseudoClass]

    The pseudo-class state of this Styleable.

    The pseudo-class state of this Styleable.

    Definition Classes
    Styleable
  38. def selected: ReadOnlyBooleanProperty

    The currently selected tab.

  39. def style: StringProperty

    The CSS style string associated to this tab.

  40. def styleClass: ObservableBuffer[String]

    A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.

    A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.

    Definition Classes
    Styleable
  41. def style_=(v: String): Unit
  42. def styleableNode: Node

    Returns the Node that represents this Styleable object.

    Returns the Node that represents this Styleable object. This method should be overridden in cases where the Styleable is not itself a Node, so that it may optionally return the relevant root node representation of itself. By default this method returns null, which can mean that either the Styleable itself is a Node, or if that is not the case, that the Styleable does not have a node representation available at the time of request.

    returns

    the Node that represents this Styleable object

    Definition Classes
    Styleable
    Since

    9

  43. def styleableParent: Styleable

    The parent of this Styleable, or null if there is no parent.

    The parent of this Styleable, or null if there is no parent.

    Definition Classes
    Styleable
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def tabPane: ReadOnlyObjectProperty[javafx.scene.control.TabPane]

    The TabPane that contains this tab.

  46. def text: StringProperty

    The text shown in the tab.

  47. def text_=(v: String): Unit
  48. def toString(): String

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  49. def tooltip: ObjectProperty[javafx.scene.control.Tooltip]

    The tooltip associated with this tab.

  50. def tooltip_=(v: Tooltip): Unit
  51. def typeSelector: String

    The type of this Styleable that is to be used in selector matching.

    The type of this Styleable that is to be used in selector matching.

    Definition Classes
    Styleable
  52. def userData: AnyRef

    Set the value of the userData property for the instance constructed by this builder.

    Set the value of the userData property for the instance constructed by this builder.

    Since

    2.2

  53. def userData_=(v: AnyRef): Unit
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. 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

Inherited from Styleable

Inherited from SFXDelegate[javafx.scene.control.Tab]

Inherited from AnyRef

Inherited from Any

Ungrouped